@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Questrial|Raleway:400,400i,700,700i&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

/* Deprecated as of 4.4.0 */
.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;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

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

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

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

.fa-blind:before {
  content: "\f29d";
}

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

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

.fa-braille:before {
  content: "\f2a1";
}

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

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

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

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

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

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.hoa_blue_text {
  color: rgb(0, 43, 71);
}

.hoa_pink_text {
  color: rgb(255, 141, 119);
}

.housing_green_text {
  color: rgb(0, 168, 119);
}

.red_text {
  color: #9B3333;
}

.error-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  box-sizing: border-box;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.9);
}
.error-block.red {
  color: white;
  background-color: rgba(155, 51, 51, 0.9);
}
.error-block p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}

/* VERSION 1.0.4 */
/* DEFAULTS */
/* COMPONENTS */
.stop-scroll {
  overflow: hidden;
}

.blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 9001;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#fullscreenload {
  display: none;
  z-index: 9997;
}
#fullscreenload span {
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9998;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#fullscreenload img {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  z-index: 9999;
}

.close {
  display: block;
  float: right;
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

/* MODAL */
.modal-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9002;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-holder .modal-wrap {
  width: 420px;
  margin-left: -210px;
  top: 50px;
}
.modal-holder .modal-wrap .modal {
  min-height: 200px;
}
.modal-holder .modal-wrap {
  position: relative;
  left: 50%;
  z-index: 9003;
  overflow: visible;
  padding-bottom: 50px;
}
.modal-holder.twitter-blue .modal-wrap .modal h1 {
  color: #00B0FD;
  border-bottom: solid 1px #00B0FD;
}
.modal-holder.twitter-blue .modal-wrap .modal .close {
  color: #00B0FD;
}
.modal-holder.facebook-blue .modal-wrap .modal h1 {
  color: #3B5B99;
  border-bottom: solid 1px #3B5B99;
}
.modal-holder.facebook-blue .modal-wrap .modal .close {
  color: #3B5B99;
}
.modal-holder.red .modal-wrap .modal {
  background-color: #9B3333;
}
.modal-holder.red .modal-wrap .modal label {
  color: white;
}
.modal-holder.red .modal-wrap .modal h1 {
  color: white;
  border-bottom: solid 1px white;
}
.modal-holder.red .modal-wrap .modal p {
  color: white;
}
.modal-holder.red .modal-wrap .modal .close {
  color: white;
}

.modal {
  position: relative;
  margin: 0;
  z-index: 9004;
  padding: 10px;
  border-radius: 3px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  box-shadow: 0 10px 15px -5px black;
}
.modal h1 {
  color: black;
  font-size: 32px;
  line-height: 32px;
  min-height: 32px;
  border-bottom: solid 1px black;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.modal p {
  line-height: 1.3em;
  font-size: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 442.1052631579px) {
  .modal-holder .modal-wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    left: auto;
    top: auto;
    position: relative;
  }
}
#top_error {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9996;
  min-height: 10%;
  background: rgb(165, 71.4, 71.4);
  background: rgba(155, 51, 51, 0.9);
  width: 100%;
  left: 0;
  border-bottom: solid 1px #9B3333;
  box-shadow: 0 5px 5px rgba(155, 51, 51, 0.5);
  -webkit-animation: toperror 1000ms linear both;
  animation: toperror 1000ms linear both;
}
#top_error p, #top_error li {
  text-align: center;
  padding: 1em 1em 0.5em 1em;
  color: white;
  font-size: 1.5em;
}
#top_error p a, #top_error li a {
  color: white;
}

/* Generated with Bounce.js. Edit at http://goo.gl/Vn2Euz */
@-webkit-keyframes toperror {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes toperror {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
#modal_content {
  position: relative;
}
#modal_content::after {
  clear: both;
  content: "";
  display: block;
}

.input_modal p {
  line-height: 1.5;
}
.input_modal button {
  border: 1px solid rgb(15.3, 15.3, 15.3);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(89.25, 89.25, 89.25);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(#333333, rgb(22.95, 22.95, 22.95));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgb(5.1, 5.1, 5.1);
  background-clip: padding-box;
  border: 1px solid rgb(16.677, 13.923, 13.923);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(89.25, 89.25, 89.25);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(#333333, rgb(25.0155, 20.8845, 20.8845));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgb(5.865, 4.335, 4.335);
  background-clip: padding-box;
  font-size: 0.8em;
}
.input_modal button a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.input_modal button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(63.75, 63.75, 63.75);
  cursor: pointer;
  background-image: linear-gradient(rgb(38.25, 38.25, 38.25), rgb(15.3, 15.3, 15.3));
}
.input_modal button:active:not(:disabled), .input_modal button:focus:not(:disabled) {
  border: 1px solid rgb(15.3, 15.3, 15.3);
  box-shadow: inset 0 0 8px 4px rgb(7.65, 7.65, 7.65), inset 0 0 8px 4px rgb(7.65, 7.65, 7.65);
}
.input_modal button a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.input_modal button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(63.75, 63.75, 63.75);
  cursor: pointer;
  background-image: linear-gradient(rgb(38.25, 38.25, 38.25), rgb(16.524, 14.076, 14.076));
}
.input_modal button:active:not(:disabled), .input_modal button:focus:not(:disabled) {
  border: 1px solid rgb(16.677, 13.923, 13.923);
  box-shadow: inset 0 0 8px 4px rgb(8.1855, 7.1145, 7.1145), inset 0 0 8px 4px rgb(8.1855, 7.1145, 7.1145);
}
.input_modal button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.input_modal input[type=text] {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #DDD;
  -webkit-appearance: none;
  font-size: 2em;
  padding: 5px;
  border-radius: 3px;
  transition: border-color 0.3s linear, box-shadow 0.3s linear, border-radius 0.3s linear;
}
.input_modal input[type=text]:focus {
  box-shadow: 0 0 5px rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  border-radius: 0;
}
.input_modal .button_right {
  display: block;
  float: right;
  margin: 1em 0 0 0;
}
.input_modal.red button {
  border: 1px solid rgb(219.3, 219.3, 219.3);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 115%);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(white, rgb(226.95, 226.95, 226.95));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(0, 0%, 104%);
  background-clip: padding-box;
  border: 1px solid rgb(222.513, 216.087, 216.087);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 115%);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(white, rgb(229.4745, 224.4255, 224.4255));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(0, 10%, 104%);
  background-clip: padding-box;
  font-size: 0.8em;
}
.input_modal.red button a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.input_modal.red button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 105%);
  cursor: pointer;
  background-image: linear-gradient(rgb(242.25, 242.25, 242.25), rgb(219.3, 219.3, 219.3));
}
.input_modal.red button:active:not(:disabled), .input_modal.red button:focus:not(:disabled) {
  border: 1px solid rgb(219.3, 219.3, 219.3);
  box-shadow: inset 0 0 8px 4px rgb(211.65, 211.65, 211.65), inset 0 0 8px 4px rgb(211.65, 211.65, 211.65);
}
.input_modal.red button a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.input_modal.red button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 105%);
  cursor: pointer;
  background-image: linear-gradient(rgb(242.25, 242.25, 242.25), rgb(222.156, 216.444, 216.444));
}
.input_modal.red button:active:not(:disabled), .input_modal.red button:focus:not(:disabled) {
  border: 1px solid rgb(222.513, 216.087, 216.087);
  box-shadow: inset 0 0 8px 4px rgb(214.6845, 208.6155, 208.6155), inset 0 0 8px 4px rgb(214.6845, 208.6155, 208.6155);
}
.input_modal.red button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.modal {
  -webkit-animation: flyup 1000ms linear both;
  animation: flyup 1000ms linear both;
}

@-webkit-keyframes flyup {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
  }
  1.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.351, 0, 0, 0, 0, 1, 0, 0, 330.533, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.351, 0, 0, 0, 0, 1, 0, 0, 330.533, 0, 1);
  }
  3.18% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 209.854, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 209.854, 0, 1);
  }
  3.32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 200.398, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 200.398, 0, 1);
  }
  6.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 52.745, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 52.745, 0, 1);
  }
  6.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.27, 0, 0, 0, 0, 1, 0, 0, 35.081, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.27, 0, 0, 0, 0, 1, 0, 0, 35.081, 0, 1);
  }
  6.98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.413, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.413, 0, 1);
  }
  6.98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.23, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.23, 0, 1);
  }
  8.93% {
    -webkit-transform: matrix3d(1.056, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, -4.194, 0, 1);
    transform: matrix3d(1.056, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, -4.194, 0, 1);
  }
  9.39% {
    -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, -9.217, 0, 1);
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, -9.217, 0, 1);
  }
  10.59% {
    -webkit-transform: matrix3d(1.087, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -17.779, 0, 1);
    transform: matrix3d(1.087, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -17.779, 0, 1);
  }
  10.79% {
    -webkit-transform: matrix3d(1.09, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, -18.669, 0, 1);
    transform: matrix3d(1.09, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, -18.669, 0, 1);
  }
  12.49% {
    -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 0.94, 0, 0, 0, 0, 1, 0, 0, -21.678, 0, 1);
    transform: matrix3d(1.108, 0, 0, 0, 0, 0.94, 0, 0, 0, 0, 1, 0, 0, -21.678, 0, 1);
  }
  14.26% {
    -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 0.91, 0, 0, 0, 0, 1, 0, 0, -19.497, 0, 1);
    transform: matrix3d(1.115, 0, 0, 0, 0, 0.91, 0, 0, 0, 0, 1, 0, 0, -19.497, 0, 1);
  }
  14.61% {
    -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, -18.72, 0, 1);
    transform: matrix3d(1.115, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, -18.72, 0, 1);
  }
  17.59% {
    -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 0.906, 0, 0, 0, 0, 1, 0, 0, -11.021, 0, 1);
    transform: matrix3d(1.104, 0, 0, 0, 0, 0.906, 0, 0, 0, 0, 1, 0, 0, -11.021, 0, 1);
  }
  17.87% {
    -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, -10.337, 0, 1);
    transform: matrix3d(1.102, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, -10.337, 0, 1);
  }
  20.48% {
    -webkit-transform: matrix3d(1.08, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, -4.9, 0, 1);
    transform: matrix3d(1.08, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, -4.9, 0, 1);
  }
  21.11% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 0.933, 0, 0, 0, 0, 1, 0, 0, -3.919, 0, 1);
    transform: matrix3d(1.074, 0, 0, 0, 0, 0.933, 0, 0, 0, 0, 1, 0, 0, -3.919, 0, 1);
  }
  26.25% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0.127, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0.127, 0, 1);
  }
  29.72% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0.518, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0.518, 0, 1);
  }
  32.12% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0.432, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0.432, 0, 1);
  }
  32.42% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.414, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.414, 0, 1);
  }
  37.89% {
    -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0.11, 0, 1);
    transform: matrix3d(0.983, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0.11, 0, 1);
  }
  46.95% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
  }
  46.97% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
  }
  49.53% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
  }
  58.14% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
  }
  61.17% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.17% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes flyup {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
  }
  1.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.351, 0, 0, 0, 0, 1, 0, 0, 330.533, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.351, 0, 0, 0, 0, 1, 0, 0, 330.533, 0, 1);
  }
  3.18% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 209.854, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 209.854, 0, 1);
  }
  3.32% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 200.398, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.431, 0, 0, 0, 0, 1, 0, 0, 200.398, 0, 1);
  }
  6.29% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 52.745, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.306, 0, 0, 0, 0, 1, 0, 0, 52.745, 0, 1);
  }
  6.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.27, 0, 0, 0, 0, 1, 0, 0, 35.081, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.27, 0, 0, 0, 0, 1, 0, 0, 35.081, 0, 1);
  }
  6.98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.413, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.413, 0, 1);
  }
  6.98% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.23, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.263, 0, 0, 0, 0, 1, 0, 0, 32.23, 0, 1);
  }
  8.93% {
    -webkit-transform: matrix3d(1.056, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, -4.194, 0, 1);
    transform: matrix3d(1.056, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, -4.194, 0, 1);
  }
  9.39% {
    -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, -9.217, 0, 1);
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, -9.217, 0, 1);
  }
  10.59% {
    -webkit-transform: matrix3d(1.087, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -17.779, 0, 1);
    transform: matrix3d(1.087, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -17.779, 0, 1);
  }
  10.79% {
    -webkit-transform: matrix3d(1.09, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, -18.669, 0, 1);
    transform: matrix3d(1.09, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, -18.669, 0, 1);
  }
  12.49% {
    -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 0.94, 0, 0, 0, 0, 1, 0, 0, -21.678, 0, 1);
    transform: matrix3d(1.108, 0, 0, 0, 0, 0.94, 0, 0, 0, 0, 1, 0, 0, -21.678, 0, 1);
  }
  14.26% {
    -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 0.91, 0, 0, 0, 0, 1, 0, 0, -19.497, 0, 1);
    transform: matrix3d(1.115, 0, 0, 0, 0, 0.91, 0, 0, 0, 0, 1, 0, 0, -19.497, 0, 1);
  }
  14.61% {
    -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, -18.72, 0, 1);
    transform: matrix3d(1.115, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, -18.72, 0, 1);
  }
  17.59% {
    -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 0.906, 0, 0, 0, 0, 1, 0, 0, -11.021, 0, 1);
    transform: matrix3d(1.104, 0, 0, 0, 0, 0.906, 0, 0, 0, 0, 1, 0, 0, -11.021, 0, 1);
  }
  17.87% {
    -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, -10.337, 0, 1);
    transform: matrix3d(1.102, 0, 0, 0, 0, 0.908, 0, 0, 0, 0, 1, 0, 0, -10.337, 0, 1);
  }
  20.48% {
    -webkit-transform: matrix3d(1.08, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, -4.9, 0, 1);
    transform: matrix3d(1.08, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, -4.9, 0, 1);
  }
  21.11% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 0.933, 0, 0, 0, 0, 1, 0, 0, -3.919, 0, 1);
    transform: matrix3d(1.074, 0, 0, 0, 0, 0.933, 0, 0, 0, 0, 1, 0, 0, -3.919, 0, 1);
  }
  26.25% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0.127, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0.127, 0, 1);
  }
  29.72% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0.518, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0.518, 0, 1);
  }
  32.12% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0.432, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0.432, 0, 1);
  }
  32.42% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.414, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.414, 0, 1);
  }
  37.89% {
    -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0.11, 0, 1);
    transform: matrix3d(0.983, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0.11, 0, 1);
  }
  46.95% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
  }
  46.97% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -0.012, 0, 1);
  }
  49.53% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
  }
  58.14% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
  }
  61.17% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.17% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* *** */
/* *** */
.hoa_blue_text {
  color: rgb(0, 43, 71);
}

.hoa_pink_text {
  color: rgb(255, 141, 119);
}

.housing_green_text {
  color: rgb(0, 168, 119);
}

.red_text {
  color: #9B3333;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

body {
  padding: 0;
  margin: 0;
  background-color: rgb(0, 43, 71);
  color: black;
  background-attachment: fixed !important;
  font-family: arial;
  -webkit-font-smoothing: antialiased;
}

.content {
  background-color: #EEEEEE;
  background-image: url("/img/straws.png");
  padding: 1px 0;
}
.content::after {
  clear: both;
  content: "";
  display: block;
}

section.content-box {
  width: 95%;
  max-width: 1400px;
  min-height: 250px;
  margin: 1rem auto;
  background-color: white;
  box-shadow: 0 0 15px -5px #333333;
  box-sizing: border-box;
  padding: 0.5em;
  position: relative;
}
section.content-box::after {
  clear: both;
  content: "";
  display: block;
}
section.content-box.padding-zero {
  padding: 0;
}

a {
  text-decoration: none;
}

.big-button {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(9.78, 234.72, 169.1125);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 168, 119), hsl(162.5, 109%, 21.9411764706%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(162.5, 115%, 14.9411764706%);
  background-clip: padding-box;
  font-size: 1em;
  text-transform: uppercase;
  padding: 1.5em;
}
.big-button a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.big-button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(6.7725, 186.7275, 134.240625);
  cursor: pointer;
  background-image: linear-gradient(rgb(2.85, 139.65, 99.75), hsl(162.5, 108%, 18.9411764706%));
}
.big-button:active:not(:disabled), .big-button:focus:not(:disabled) {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  box-shadow: inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%), inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%);
}
.big-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

fieldset.input-icon-button {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px 0 0;
}
fieldset.input-icon-button input[type=text] {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #dfd8d8;
  border-right: none;
  -webkit-appearance: none;
  font-size: 2em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0.2em;
  border-radius: 3px 0 0 3px;
  background-color: rgb(255, 249.3, 248.2);
  transition: 0.3s ease-in-out;
}
fieldset.input-icon-button input[type=text]:hover {
  background-color: rgb(255, 241.32, 238.68);
}
fieldset.input-icon-button input[type=text]:focus {
  box-shadow: 0 0 5px rgb(255, 141, 119);
  border: 1px solid rgb(255, 141, 119);
  border-right: none;
  border-radius: 0;
  background-color: white;
}
fieldset.input-icon-button button[type=button] {
  border: 1px solid hsl(9.7058823529, 109%, 85.7333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsl(9.7058823529, 92%, 114.7333333333%);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 253.86, 253.64), hsl(9.7058823529, 109%, 88.7333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 103.7333333333%);
  background-clip: padding-box;
  position: absolute;
  right: 0;
  width: 60px;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 2em;
  padding: 0.2em;
  outline: none;
  border-radius: 0 3px 3px 0;
}
fieldset.input-icon-button button[type=button] a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
fieldset.input-icon-button button[type=button]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 hsl(9.7058823529, 93%, 104.7333333333%);
  cursor: pointer;
  background-image: linear-gradient(rgb(254.4628, 232.8484, 228.6772), hsl(9.7058823529, 108%, 85.7333333333%));
}
fieldset.input-icon-button button[type=button]:active:not(:disabled), fieldset.input-icon-button button[type=button]:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 85.7333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 82.7333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 82.7333333333%);
}
fieldset.input-icon-button button[type=button]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
fieldset.input-icon-button button[type=button] i.fa {
  color: #777;
}

.hover-tile-outer {
  background-color: rgb(0, 43, 71);
  height: 100px;
  width: 200px;
  cursor: pointer;
}
.hover-tile-outer .hover-tile-container {
  height: 100px;
  overflow: hidden;
}
.hover-tile-outer .hover-tile-container:hover > .hover-tile {
  transform: translate(0, -100%);
}
.hover-tile-outer .hover-tile {
  transition: all, 0.2s ease-in-out;
  background: inherit;
  color: white;
  height: inherit;
}
.hover-tile-outer .hover-tile-visible {
  font-size: 2em;
  font-weight: 200;
  text-align: center;
  padding: 1em 1.5em;
}
.hover-tile-outer .hover-tile-hidden {
  background: rgb(0, 34.4, 56.8);
  padding: 1em 1.5em;
}
.hover-tile-outer .hover-tile-hidden h4 {
  margin-bottom: 0.5em;
}
.hover-tile-outer .hover-tile-hidden p {
  color: rgba(255, 255, 255, 0.7);
}

.free_riders {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.free_riders p {
  line-height: 1.25;
  margin: 0 0 2rem 0;
}
.free_riders h1 {
  margin: 1em 0 2em 0;
  padding: 0 0 0.25em 0;
  border-bottom: solid 1px #EEEEEE;
  font-size: 1.5em;
  font-family: "Sanchez", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.free_riders .free_rider_department {
  margin: 0 0 2.25rem 0;
}
.free_riders .free_rider_department h2 {
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.free_riders .free_rider_department .free_rider_house_officer {
  margin: 0 0 1rem 0;
}
.free_riders .free_rider_department .free_rider_uniqname {
  font-size: 0.8em;
  color: #444444;
}

.temporal_special_message {
  display: none;
  font-weight: bold;
}

.free_rider_loading {
  margin: 2rem 0 0 0;
  text-align: center;
  opacity: 1;
  transition: opacity 500ms ease-out;
}
.free_rider_loading i {
  font-size: 3rem;
}
.free_rider_loading span {
  margin: 1rem 0 0 0;
  display: block;
}

.pulse {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 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-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 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-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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.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;
}

/* Forward */
.hvr-forward {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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: rgb(32, 152, 209);
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  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: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  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: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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%, #aaa 50%, #ccc 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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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%, #aaa 50%, #ccc 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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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%, #aaa 50%, #ccc 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 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  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%, #aaa 50%, #ccc 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;
}

/* IE8 * clearfix */
.center {
  text-align: center;
}

.center_and_clear {
  clear: both;
  text-align: center;
}

/* MODAL DIALOGS */
/* VERSION 1.0.4 */
/* DEFAULTS */
/* COMPONENTS */
.stop-scroll {
  overflow: hidden;
}

.blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 9001;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#fullscreenload {
  display: none;
  z-index: 9997;
}
#fullscreenload span {
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9998;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#fullscreenload img {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  z-index: 9999;
}

.close {
  display: block;
  float: right;
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

/* MODAL */
.modal-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9002;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-holder .modal-wrap {
  width: 420px;
  margin-left: -210px;
  top: 50px;
}
.modal-holder .modal-wrap .modal {
  min-height: 200px;
}
.modal-holder .modal-wrap {
  position: relative;
  left: 50%;
  z-index: 9003;
  overflow: visible;
  padding-bottom: 50px;
}
.modal-holder.twitter-blue .modal-wrap .modal h1 {
  color: #00B0FD;
  border-bottom: solid 1px #00B0FD;
}
.modal-holder.twitter-blue .modal-wrap .modal .close {
  color: #00B0FD;
}
.modal-holder.facebook-blue .modal-wrap .modal h1 {
  color: #3B5B99;
  border-bottom: solid 1px #3B5B99;
}
.modal-holder.facebook-blue .modal-wrap .modal .close {
  color: #3B5B99;
}
.modal-holder.red .modal-wrap .modal {
  background-color: #9B3333;
}
.modal-holder.red .modal-wrap .modal label {
  color: white;
}
.modal-holder.red .modal-wrap .modal h1 {
  color: white;
  border-bottom: solid 1px white;
}
.modal-holder.red .modal-wrap .modal p {
  color: white;
}
.modal-holder.red .modal-wrap .modal .close {
  color: white;
}

.modal {
  position: relative;
  margin: 0;
  z-index: 9004;
  padding: 10px;
  border-radius: 3px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  box-shadow: 0 10px 15px -5px black;
}
.modal h1 {
  color: black;
  font-size: 32px;
  line-height: 32px;
  min-height: 32px;
  border-bottom: solid 1px black;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.modal p {
  line-height: 1.3em;
  font-size: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 442.1052631579px) {
  .modal-holder .modal-wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    left: auto;
    top: auto;
    position: relative;
  }
}
#top_error {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9996;
  min-height: 10%;
  background: rgb(165, 71.4, 71.4);
  background: rgba(155, 51, 51, 0.9);
  width: 100%;
  left: 0;
  border-bottom: solid 1px #9B3333;
  box-shadow: 0 5px 5px rgba(155, 51, 51, 0.5);
  -webkit-animation: toperror 1000ms linear both;
  animation: toperror 1000ms linear both;
}
#top_error p, #top_error li {
  text-align: center;
  padding: 1em 1em 0.5em 1em;
  color: white;
  font-size: 1.5em;
}
#top_error p a, #top_error li a {
  color: white;
}

/* Generated with Bounce.js. Edit at http://goo.gl/Vn2Euz */
@-webkit-keyframes toperror {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes toperror {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.modal h1 {
  font-family: "Sanchez", serif;
  font-weight: 700;
}
.modal p {
  font-family: "Questrial", sans-serif;
  font-size: 1.05em;
}
.modal strong {
  font-weight: bold;
}
.modal ul, .modal ol {
  margin: 0;
  padding: 0;
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.modal ul {
  list-style-type: disc;
}
.modal ol {
  list-style-type: decimal;
}

/* LAYOUT */
div#sitebuttons {
  width: 100%;
  background-color: rgb(25.5, 64.2, 89.4);
  border-bottom: solid 1px rgb(38.25, 74.8, 98.6);
  padding: 0 0 1px 0;
}
div#sitebuttons ul {
  padding: 0;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
div#sitebuttons ul:after {
  content: "";
  display: table;
  clear: both;
}
div#sitebuttons ul li {
  display: block;
  float: left;
  color: white;
  margin: 0;
  padding: 10px;
  width: 160px;
  box-sizing: border-box;
  transition: background-color 0.5s ease-in-out;
  margin-right: 15px;
}
div#sitebuttons ul li img {
  display: block;
  max-height: 50px;
  margin: 0 auto;
}
div#sitebuttons ul li a {
  display: block;
  text-align: center;
  color: white;
  line-height: 25px;
  width: 100%;
  overflow: none;
}
div#sitebuttons ul li:nth-child(1) {
  background-color: rgb(38.25, 74.8, 98.6);
}
div#sitebuttons ul li:nth-child(1):hover {
  background-color: rgb(0, 168, 119);
}
div#sitebuttons ul li:nth-child(2) {
  background-color: rgb(38.25, 74.8, 98.6);
}
div#sitebuttons ul li:nth-child(2):hover {
  background-color: rgb(0, 153, 255);
}
div#sitebuttons ul li:nth-child(3) {
  background-color: rgb(38.25, 74.8, 98.6);
}
div#sitebuttons ul li:nth-child(3):hover {
  background-color: rgb(255, 141, 119);
}
div#sitebuttons ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  div#sitebuttons ul {
    max-width: 510px;
  }
}
@media screen and (max-width: 536.8421052632px) {
  div#sitebuttons ul li {
    width: 50%;
    margin-right: 0;
  }
  div#sitebuttons ul li:nth-child(3) {
    display: none;
  }
}
@media print {
  div#sitebuttons {
    display: none;
  }
}
@media print {
  .no-print {
    display: none;
  }
  header {
    display: none;
  }
  .content {
    background-color: white;
    background-image: none;
    padding: 0;
    margin: 0;
  }
  .content:after {
    content: "";
    display: table;
    clear: both;
  }
  section.content-box {
    width: 100%;
    margin: 0;
    background-color: white;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0;
    position: relative;
  }
  section.content-box:after {
    content: "";
    display: table;
    clear: both;
  }
  #beacon-container {
    display: none;
  }
}
.close_nav {
  text-align: center;
  color: white;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 -50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  background: rgb(25.5, 64.2, 89.4);
  background: rgba(0, 43, 71, 0.9);
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 43, 71, 0.5);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}

header {
  padding: 1em 0 0 0;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header h1 {
  float: left;
  width: 230px;
  height: 100px;
  background: url("/img/logo.png");
  margin: 0 0 15px 0;
}
header h1 a {
  display: block;
  width: 230px;
  height: 100px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
header div.above-nav {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 262px;
  width: 100%;
  height: 50px;
}
header div.above-nav div.search-and-button {
  float: right;
  position: relative;
  border-radius: 3px;
  border: 1px solid rgb(38.25, 74.8, 98.6);
  background-color: rgb(7.65, 49.36, 76.52);
  box-sizing: border-box;
  width: 98.5%;
  max-width: 600px;
  padding: 2px;
  height: 38px;
}
header div.above-nav div.search-and-button:after {
  content: "";
  display: table;
  clear: both;
}
header div.above-nav div.search-and-button input[type=text] {
  display: block;
  border: 0;
  outline: none;
  padding: 0 60px 0 1em;
  background-color: transparent;
  color: white;
  font-size: 1em;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  font-weight: 100;
  border-radius: 3px;
  transition: background-color 0.3s ease-in-out;
}
header div.above-nav div.search-and-button input[type=text]:focus {
  background-color: rgb(51, 85.4, 107.8);
}
header div.above-nav div.search-and-button .header-search-button {
  border: 1px solid rgb(24.1362695214, 47.8331824955, 63.2637304786);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(84.9806397985, 124.5519775074, 150.3193602015);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(51, 85.4, 107.8), rgb(28.3614974811, 56.2067258843, 74.3385025189));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgb(16.4926322418, 37.0931058644, 50.5073677582);
  background-clip: padding-box;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
}
header div.above-nav div.search-and-button .header-search-button a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
header div.above-nav div.search-and-button .header-search-button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(65.6400465995, 97.7506943804, 118.6599534005);
  cursor: pointer;
  background-image: linear-gradient(rgb(45.4764534005, 71.1232844929, 87.8235465995), rgb(24.5732695214, 47.7408585518, 62.8267304786));
}
header div.above-nav div.search-and-button .header-search-button:active:not(:disabled), header div.above-nav div.search-and-button .header-search-button:focus:not(:disabled) {
  border: 1px solid rgb(24.1362695214, 47.8331824955, 63.2637304786);
  box-shadow: inset 0 0 8px 4px rgb(20.6320415617, 39.307315163, 51.4679584383), inset 0 0 8px 4px rgb(20.6320415617, 39.307315163, 51.4679584383);
}
header div.above-nav div.search-and-button .header-search-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
header div.above-nav .mobile-menu-button {
  display: none;
}
header nav.main-nav {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 262px;
  width: 100%;
  height: 65px;
}
header nav.main-nav a {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 0 1.5%;
  width: 18.5%;
  height: 50px;
  border-bottom: 1px solid rgb(38.25, 74.8, 98.6);
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  transition: color 0.3s, text-shadow 0.3s, border 0.15s;
}
header nav.main-nav a i {
  padding-left: 1em;
}
header nav.main-nav a.dim {
  color: rgb(76.5, 106.6, 126.2);
}
header nav.main-nav a.selected {
  text-shadow: 0 0 0.2em white;
  border-color: rgb(153, 170.2, 181.4);
}
header div.sub-nav {
  display: none;
  z-index: 2;
  position: absolute;
  background: rgb(25.5, 64.2, 89.4);
  background: rgba(0, 43, 71, 0.9);
  width: 100%;
  left: 0;
  padding: 15px 0;
  color: rgb(153, 170.2, 181.4);
  border-bottom: solid 1px rgb(0, 43, 71);
  box-shadow: 0 5px 5px rgba(0, 43, 71, 0.5);
}
header div.sub-nav nav {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100px;
}
header div.sub-nav nav:after {
  content: "";
  display: table;
  clear: both;
}

.nav_news {
  margin: 0 auto;
  display: grid;
  column-gap: 8px;
  row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.nav_news a {
  display: block;
  padding: 8px;
  color: white;
  background-color: rgb(51, 85.4, 107.8);
}
.nav_news .nav_archive {
  grid-column: span 5;
}
.nav_news .nav_news_title {
  grid-column: span 5;
  padding: 0 8px 4px 8px;
  border-bottom: 1px solid rgb(51, 85.4, 107.8);
}
.nav_news .headline {
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 3rem;
  margin-bottom: 0.25rem;
}
.nav_news .strapline {
  font-size: 0.8rem;
  line-height: 1.5em;
  min-height: 3em;
}

@media screen and (max-width: 1473.6842105263px) {
  .nav_news {
    width: 712.5px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nav_news .nav_news_title {
    grid-column: span 3;
  }
  .nav_news .nav_archive {
    grid-column: span 1;
  }
}
#subnav2 nav {
  display: table;
  width: 624px;
}
#subnav2 a {
  float: left;
  box-sizing: border-box;
  height: 50px;
  width: 200px;
  line-height: 50px;
  color: white;
  background-color: rgb(51, 85.4, 107.8);
  padding: 0 10px;
  text-align: center;
  margin: 0 4px 8px 4px;
  font-size: 0.9em;
}

#subnav3 nav {
  width: 1330px;
  margin: 0 auto;
}
#subnav3 a {
  display: block;
  float: left;
  box-sizing: border-box;
  height: 100px;
  width: 250px;
  background-color: rgb(51, 85.4, 107.8);
  margin: 0 8px;
  padding: 60px 0 0 0;
  line-height: 40px;
  color: white;
  text-align: center;
}
#subnav3 .nav-history {
  background: url("/img/nav-history.jpg");
  background-size: 250px 100px;
  border: 1px solid rgb(25.5, 114.6, 105.6);
}
#subnav3 .nav-board {
  background: url("/img/nav-board.jpg");
  background-size: 250px 100px;
  border: 1px solid rgb(25.5, 114.6, 105.6);
}
#subnav3 .nav-mission {
  background: url("/img/nav-mission.jpg");
  background-size: 250px 100px;
  border: 1px solid rgb(25.5, 114.6, 105.6);
}
#subnav3 .nav-freerider {
  background: url("/img/nav-rider.jpg");
  background-size: 250px 100px;
  border: 1px solid rgb(25.5, 114.6, 105.6);
}
#subnav3 .nav-staff {
  background: url("/img/nav-staff.jpg");
  background-size: 250px 100px;
  border: 1px solid rgb(25.5, 114.6, 105.6);
}

@media screen and (max-width: 1330px) {
  #subnav3 nav {
    width: 1250px;
  }
  #subnav3 a {
    height: 93.6px;
    width: 234px;
    padding: 53.6px 0 0 0;
    line-height: 40px;
  }
  #subnav3 .nav-history {
    background: url("/img/nav-history.jpg");
    background-size: 234px 93.6px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-board {
    background: url("/img/nav-board.jpg");
    background-size: 234px 93.6px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-mission {
    background: url("/img/nav-mission.jpg");
    background-size: 234px 93.6px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-freerider {
    background: url("/img/nav-rider.jpg");
    background-size: 234px 93.6px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-staff {
    background: url("/img/nav-staff.jpg");
    background-size: 234px 93.6px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
}
@media screen and (max-width: 1250px) {
  #subnav3 nav {
    width: 935px;
  }
  #subnav3 a {
    height: 68.4px;
    width: 171px;
    padding: 38.4px 0 0 0;
    line-height: 30px;
  }
  #subnav3 .nav-history {
    background: url("/img/nav-history.jpg");
    background-size: 171px 68.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-board {
    background: url("/img/nav-board.jpg");
    background-size: 171px 68.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-mission {
    background: url("/img/nav-mission.jpg");
    background-size: 171px 68.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-freerider {
    background: url("/img/nav-rider.jpg");
    background-size: 171px 68.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-staff {
    background: url("/img/nav-staff.jpg");
    background-size: 171px 68.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
}
@media screen and (max-width: 935px) {
  #subnav3 nav {
    width: 760px;
  }
  #subnav3 a {
    height: 54.4px;
    width: 136px;
    padding: 24.4px 0 0 0;
    line-height: 30px;
  }
  #subnav3 .nav-history {
    background: url("/img/nav-history.jpg");
    background-size: 136px 54.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-board {
    background: url("/img/nav-board.jpg");
    background-size: 136px 54.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-mission {
    background: url("/img/nav-mission.jpg");
    background-size: 136px 54.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-freerider {
    background: url("/img/nav-rider.jpg");
    background-size: 136px 54.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
  #subnav3 .nav-staff {
    background: url("/img/nav-staff.jpg");
    background-size: 136px 54.4px;
    border: 1px solid rgb(25.5, 114.6, 105.6);
  }
}
#subnav4 nav {
  display: table;
  width: 832px;
}
#subnav4 a {
  float: left;
  box-sizing: border-box;
  height: 50px;
  width: 200px;
  line-height: 50px;
  color: white;
  background-color: rgb(51, 85.4, 107.8);
  padding: 0 10px;
  text-align: center;
  margin: 0 4px 8px 4px;
  font-size: 0.9em;
}

@media screen and (max-width: 875.7894736842px) {
  #subnav4 nav {
    width: 624px;
  }
}
#subnav5 nav {
  width: 832px;
  display: table;
}
#subnav5 a {
  float: left;
  box-sizing: border-box;
  height: 50px;
  width: 200px;
  line-height: 50px;
  color: white;
  background-color: rgb(51, 85.4, 107.8);
  padding: 0 10px;
  text-align: center;
  margin: 0 4px 8px 4px;
  font-size: 0.9em;
}

@media screen and (max-width: 875.7894736842px) {
  #subnav5 nav {
    width: 416px;
  }
}
@media screen and (max-width: 1375px) {
  header .main-nav a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1200px) {
  header .main-nav a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1150px) {
  header .main-nav #mainnav1 {
    width: 16%;
  }
  header .main-nav #mainnav2 {
    width: 22%;
  }
  header .main-nav #mainnav3 {
    width: 16%;
  }
  header .main-nav #mainnav4 {
    width: 22.5%;
  }
  header .main-nav #mainnav5 {
    width: 16%;
  }
}
@media screen and (max-width: 988px) {
  header .main-nav a {
    font-size: 0.7em;
  }
  header .main-nav #mainnav1 {
    width: 13%;
  }
  header .main-nav #mainnav2 {
    width: 24.5%;
  }
  header .main-nav #mainnav3 {
    width: 15%;
  }
  header .main-nav #mainnav4 {
    width: 26%;
  }
  header .main-nav #mainnav5 {
    width: 14%;
  }
}
@media screen and (max-width: 800px) {
  header .main-nav a i {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header h1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  header div.above-nav {
    padding: 0;
    padding-right: 60px;
  }
  header div.above-nav div.search-and-button {
    float: none;
    width: 100%;
    max-width: 750px;
  }
  header div.above-nav .mobile-menu-button {
    border: 1px solid rgb(24.1362695214, 47.8331824955, 63.2637304786);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 rgb(84.9806397985, 124.5519775074, 150.3193602015);
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-image: linear-gradient(rgb(51, 85.4, 107.8), rgb(28.3614974811, 56.2067258843, 74.3385025189));
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgb(16.4926322418, 37.0931058644, 50.5073677582);
    background-clip: padding-box;
    display: block;
    box-sizing: border-box;
    height: 33px;
    position: absolute;
    bottom: 14px;
    right: 0;
  }
  header div.above-nav .mobile-menu-button a {
    color: hsl(0, 0%, 100%);
    text-decoration: none;
  }
  header div.above-nav .mobile-menu-button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 rgb(65.6400465995, 97.7506943804, 118.6599534005);
    cursor: pointer;
    background-image: linear-gradient(rgb(45.4764534005, 71.1232844929, 87.8235465995), rgb(24.5732695214, 47.7408585518, 62.8267304786));
  }
  header div.above-nav .mobile-menu-button:active:not(:disabled), header div.above-nav .mobile-menu-button:focus:not(:disabled) {
    border: 1px solid rgb(24.1362695214, 47.8331824955, 63.2637304786);
    box-shadow: inset 0 0 8px 4px rgb(20.6320415617, 39.307315163, 51.4679584383), inset 0 0 8px 4px rgb(20.6320415617, 39.307315163, 51.4679584383);
  }
  header div.above-nav .mobile-menu-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  header div.above-nav.sticky-search {
    background-color: rgb(0, 43, 71);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header div.above-nav.sticky-search div.search-and-button {
    width: 95%;
    margin: 0 auto;
  }
  header div.above-nav.sticky-search .mobile-menu-button {
    right: 2.5%;
    bottom: 16px;
  }
  header .main-nav, header .sub-nav {
    display: none !important;
  }
}
/* MOBILE MENU */
#mobile-menu {
  -webkit-animation: mobile_menu_animate 800ms linear both;
  animation: mobile_menu_animate 800ms linear both;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100%;
  width: 90%;
  max-width: 300px;
  background: rgb(25.5, 64.2, 89.4);
  background: rgba(0, 43, 71, 0.9);
  color: white;
  z-index: 800;
  padding: 1em;
  box-sizing: border-box;
  border-left: solid 1px rgb(0, 43, 71);
  box-shadow: -5px 0 5px rgba(0, 43, 71, 0.5);
  line-height: 2.5;
  font-size: 0.8em;
}
#mobile-menu label {
  margin-top: 0.5em;
  display: block;
  font-weight: bold;
  -webkit-animation: mobile_menu_content_animate 1000ms linear both;
  animation: mobile_menu_content_animate 1100ms linear both;
}
#mobile-menu a {
  display: block;
  color: white;
  margin-left: 1em;
  -webkit-animation: mobile_menu_content_animate 1000ms linear both;
  animation: mobile_menu_content_animate 1200ms linear both;
}
#mobile-menu .mobile-menu-close {
  display: block;
  font-size: 2rem;
  text-align: right;
}

#mobile-menu-lock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 799;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* RETINA OVERRIDES */
@media screen and (min-resolution: 1.5dppx) {
  header h1 {
    background-image: url("/img/logo@2x.png");
    background-size: 230px 100px;
  }
}
@-webkit-keyframes mobile_menu_content_animate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
  }
  4.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 146.898, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 146.898, 0, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36.922, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36.922, 0, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.452, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.452, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15.175, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15.175, 0, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.744, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.744, 0, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.363, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.363, 0, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.009, 0, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes mobile_menu_content_animate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
  }
  4.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 146.898, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 146.898, 0, 0, 1);
  }
  8.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36.922, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 36.922, 0, 0, 1);
  }
  12.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.452, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.452, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15.175, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15.175, 0, 0, 1);
  }
  27.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.744, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.744, 0, 0, 1);
  }
  38.34% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.363, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.363, 0, 0, 1);
  }
  60.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.009, 0, 0, 1);
  }
  82.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes mobile_menu_animate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 204.083, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 204.083, 0, 0, 1);
  }
  6.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.73, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.73, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.25, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.25, 0, 0, 1);
  }
  12.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.946, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.946, 0, 0, 1);
  }
  18.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.183, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.183, 0, 0, 1);
  }
  25.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.828, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.828, 0, 0, 1);
  }
  50.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.055, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.055, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes mobile_menu_animate {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 204.083, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 204.083, 0, 0, 1);
  }
  6.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.73, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 120.73, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.25, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 71.25, 0, 0, 1);
  }
  12.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.946, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 41.946, 0, 0, 1);
  }
  18.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.183, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.183, 0, 0, 1);
  }
  25.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.828, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.828, 0, 0, 1);
  }
  50.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.055, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.055, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
footer {
  padding: 1em 0;
  width: 95%;
  max-width: 1400px;
  min-height: 100px;
  margin: 0 auto;
  color: rgb(204, 212.6, 218.2);
  font-size: 0.85rem;
  line-height: 1.25;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer p {
  margin: 0 0 0.5rem 0;
}
footer a:link, footer a:visited, footer a:hover {
  color: rgb(204, 212.6, 218.2);
}

.holding_pen {
  display: none;
}

#welcome_modal .modal-wrap {
  width: 1020px;
  margin-left: -510px;
  top: 50px;
}
#welcome_modal .modal-wrap .modal {
  min-height: 200px;
}
#welcome_modal .modal-wrap .modal {
  background-color: black;
  color: #EEEEEE;
}
#welcome_modal .modal-wrap .modal h1 {
  color: #EEEEEE;
}

@media screen and (max-width: 1073.6842105263px) {
  #welcome_modal .modal-wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    left: auto;
    top: auto;
    position: relative;
  }
}
/* SECTIONS */
.promos {
  width: 95%;
  max-width: 1400px;
  margin: 1em auto 2em auto;
  position: relative;
}
.promos:after {
  content: "";
  display: table;
  clear: both;
}
.promos li {
  float: left;
  width: 31.6666666667%;
  margin-right: 2.5%;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 15px -5px #333333;
}
.promos li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 66%;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-position-x: 50%;
  background-position-y: 50%;
  -ms-behavior: url(/css/backgroundsize.min.htc);
}
.promos li .promo-text {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1.5em 0.5em 0.5em 0.5em;
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.9) 100%);
}
.promos li .headline {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.promos li .deck {
  font-size: 0.9em;
  line-height: 1.5;
}
.promos #promo3 {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .promos #promo1 {
    float: none;
    margin-right: 0;
    margin-bottom: 2.5%;
    width: 100%;
  }
  .promos #promo1 a {
    padding-top: 40%;
  }
  .promos #promo2, .promos #promo3 {
    width: 48.75%;
  }
}
@media (max-width: 650px) {
  .promos #promo2, .promos #promo3 {
    float: none;
    margin-right: 0;
    margin-bottom: 2.5%;
    width: 100%;
  }
  .promos #promo2 a, .promos #promo3 a {
    padding-top: 40%;
  }
}
@media (max-width: 450px) {
  .promos #promo1 a, .promos #promo2 a, .promos #promo3 a {
    padding-top: 60%;
  }
}
.home-section {
  width: 95%;
  max-width: 1400px;
  min-height: 250px;
  margin: 1rem auto;
  background-color: white;
  box-shadow: 0 0 15px -5px #333333;
  box-sizing: border-box;
  padding: 0.5rem 0;
}

h2.home_news_head {
  font-family: "Sanchez", serif;
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 0.3333em 0.5em 0.3333em;
  color: #333;
}

.home_news {
  display: grid;
  column-gap: 2.5%;
  row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.home_news li {
  box-sizing: border-box;
  overflow-x: hidden;
}
.home_news li:first-child hgroup {
  padding: 0 0 0 8px;
}
.home_news li:first-child figure {
  border-left: solid 8px white;
}
.home_news li:last-child hgroup {
  padding: 0 8px 0 0;
}
.home_news li:last-child figure {
  border-right: solid 8px white;
}
.home_news li figure {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-position-x: 50%;
  background-position-y: 50%;
}
.home_news li a {
  display: block;
  color: #222;
}
.home_news li hgroup {
  margin: 0.5rem 0 0 0;
}
.home_news li hgroup h1 {
  font-size: 1rem;
  line-height: 1.5;
}
.home_news li hgroup h2 {
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .home_news {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home_news li:nth-child(3n) hgroup {
    padding: 0 8px 0 0;
  }
  .home_news li:nth-child(3n) figure {
    border-right: solid 8px white;
  }
  .home_news li:nth-child(3n+1) hgroup {
    padding: 0 0 0 8px;
  }
  .home_news li:nth-child(3n+1) figure {
    border-left: solid 8px white;
  }
}
@media (max-width: 650px) {
  .home_news {
    grid-template-columns: 1fr 1fr;
  }
  .home_news li:nth-child(3n) hgroup {
    padding: 0 0 0 0;
  }
  .home_news li:nth-child(3n) figure {
    border-right: none;
  }
  .home_news li:nth-child(3n+1) hgroup {
    padding: 0 0 0 0;
  }
  .home_news li:nth-child(3n+1) figure {
    border-left: none;
  }
  .home_news li:nth-child(2n) hgroup {
    padding: 0 8px 0 0;
  }
  .home_news li:nth-child(2n) figure {
    border-right: solid 8px white;
  }
  .home_news li:nth-child(2n+1) hgroup {
    padding: 0 0 0 8px;
  }
  .home_news li:nth-child(2n+1) figure {
    border-left: solid 8px white;
  }
}
.callouts {
  width: 95%;
  max-width: 1400px;
  margin: 1em auto 1em auto;
}
.callouts:after {
  content: "";
  display: table;
  clear: both;
}
.callouts li {
  display: block;
  float: left;
  width: 14.5833333%;
  margin-left: 2.5%;
  margin-bottom: 1em;
}
.callouts li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  background-color: rgb(0, 43, 71);
  color: rgb(255, 141, 119);
  text-align: center;
  line-height: 3em;
  font-size: 0.8em;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 3px 15px -5px #333333;
}
.callouts li:first-child {
  margin-left: 0;
}

@media (max-width: 1000px) {
  .callouts li {
    width: 31.6666666664%;
  }
  .callouts li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .callouts li {
    width: 48.75%;
  }
  .callouts li:nth-child(3n+1) {
    margin-left: 2.5%;
  }
  .callouts li:nth-child(2n+1) {
    margin-left: 0;
  }
}
#article-content-box {
  padding: 0;
}

.type-holder {
  padding-left: 8px;
  padding-right: 8px;
  max-width: 700px;
  margin: 0 auto;
}

.header-holder {
  padding: 0 8px;
  max-width: 700px;
  margin: 0 auto;
}
.header-holder hgroup {
  margin-right: auto;
  margin-left: auto;
}
.header-holder.covered {
  padding: 16em 0 0 0;
  max-width: 100%;
  color: white;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-position-x: 50%;
  background-position-y: 50%;
  margin-bottom: 1em;
}
.header-holder.covered hgroup {
  max-width: 100%;
  margin: 0;
  padding: 2em 0 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.9) 100%);
}
.header-holder.covered hgroup h1 {
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.header-holder.covered hgroup h2 {
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.header-holder.covered hgroup div.byline {
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .header-holder.covered {
    padding: 10em 0 0 0;
  }
}
article {
  color: black;
  text-align: left;
}
article h2 {
  color: black;
  font-family: "Questrial", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
article h3 {
  color: black;
  font-family: "Questrial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
article h4 {
  color: black;
  font-family: "Questrial", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
article b, article strong {
  font-weight: 700;
}
article i, article em {
  font-style: italic;
}
article p {
  color: black;
  font-family: "Raleway", sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
article ul, article ol {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  padding-left: 1.5em;
  margin-bottom: 1.5rem;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article abbr, article acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  cursor: help;
}
article .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 0.3em 0;
  text-align: left;
  text-transform: uppercase;
}
article blockquote {
  border-left: 2px solid #DDD;
  color: #262626;
  padding: 0 0 0 1rem;
  font-style: normal;
  margin: 0 0 1.5rem 0;
}
article blockquote p {
  color: #262626;
}
article blockquote p:last-of-type {
  margin: 0;
}
article table {
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
article table tbody tr:hover > td, article table tbody tr:hover > th {
  background-color: rgb(249.9, 249.9, 249.9);
}
article table tbody tr:first-child td {
  border-top: 2px solid #EEEEEE;
}
article table th {
  background-color: white;
  border-bottom: 0;
  padding: 0.75em 1em;
  text-align: left;
}
article table tbody {
  background-color: white;
}
article table td {
  border-bottom: 0;
  border-top: 1px solid #EEEEEE;
  line-height: 1.5em;
  padding: 0.75em 1em;
}
article hgroup {
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
article hgroup h1 {
  font-family: "Sanchez", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
article hgroup h2 {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
}
article hgroup div.byline {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Questrial", sans-serif;
  font-size: 0.8rem;
  padding: 0 0 1rem 0;
}
article figure.image-style-side {
  max-width: 50%;
  float: right;
  margin-left: 1rem;
}
article figure.image {
  margin-bottom: 0.5rem;
  text-align: center;
}
article figcaption {
  font-size: 0.8rem;
  line-height: 1.5;
  background-color: #EEEEEE;
  text-align: center;
  display: inline-block;
}
article figure.image-style-side figcaption {
  display: block;
}
article div.news-post {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 1rem;
  min-height: 10rem;
}

@media screen and (max-width: 900px) {
  article {
    margin: 0 auto;
  }
}
.newsarchivehold {
  background-color: white;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.newsarchivehold:after {
  content: "";
  display: table;
  clear: both;
}
.newsarchivehold section.newsmonth {
  margin: 2em auto;
  max-width: 1400px;
  width: 95%;
}
.newsarchivehold section.newsmonth h2.newsmonth_title {
  margin: 1em 0 0.25em 0;
  padding: 0 0 0.25em 0;
  border-bottom: solid 1px #EEEEEE;
  font-size: 1.5em;
  font-family: "Sanchez", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.newsarchivehold section.newsmonth ul:after {
  content: "";
  display: table;
  clear: both;
}
.newsarchivehold section.newsmonth ul li {
  width: 20%;
  float: left;
}
.newsarchivehold section.newsmonth ul li a {
  display: block;
  padding: 1em;
  color: black;
}
.newsarchivehold section.newsmonth ul li a:hover {
  color: rgb(255, 141, 119);
}
.newsarchivehold section.newsmonth ul li a h1 {
  font-size: 1em;
  line-height: 1.5;
}
.newsarchivehold section.newsmonth ul li a h2 {
  font-size: 0.8em;
  line-height: 1.5;
}
.newsarchivehold section.newsmonth ul li a h3 {
  font-size: 0.7em;
  line-height: 1.5;
}
.newsarchivehold section.newsmonth ul li a .news-archive-guest {
  font-size: 0.7em;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  line-height: 1.5em;
  color: white;
  background-color: rgb(0, 43, 71);
}
.newsarchivehold section.newsmonth ul li a .news-archive-guest span {
  display: block;
  font-size: 1.2em;
}
.newsarchivehold section.newsmonth ul li.by5 {
  clear: both;
}
.newsarchivehold section.newsmonth ul li.by4 {
  clear: none;
}
.newsarchivehold section.newsmonth ul li.by3 {
  clear: none;
}

@media screen and (max-width: 1200px) {
  .newsarchivehold section.newsmonth ul li {
    width: 25%;
  }
  .newsarchivehold section.newsmonth ul li.by5 {
    clear: none;
  }
  .newsarchivehold section.newsmonth ul li.by4 {
    clear: both;
  }
  .newsarchivehold section.newsmonth ul li.by3 {
    clear: none;
  }
}
@media screen and (max-width: 881px) {
  .newsarchivehold section.newsmonth ul li {
    width: 33.3333333333%;
  }
  .newsarchivehold section.newsmonth ul li.by5 {
    clear: none;
  }
  .newsarchivehold section.newsmonth ul li.by4 {
    clear: none;
  }
  .newsarchivehold section.newsmonth ul li.by3 {
    clear: both;
  }
}
@media screen and (max-width: 608px) {
  .newsarchivehold section.newsmonth ul li {
    width: 100%;
    float: none;
  }
}
.new-cba-warning .center {
  text-align: center;
}
.new-cba-warning i {
  font-size: 3rem;
  color: #9B3333;
}
.new-cba-warning h1 {
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: lighter;
  font-style: italic;
}
.new-cba-warning button {
  border: 1px solid rgb(6.693, 110.9432758621, 227.907);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(141.975, 188.4181034483, 240.525);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(#4294f0, rgb(7.1295, 118.1787068966, 242.7705));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(211.724137931, 100.2941176471%, 42%);
  background-clip: padding-box;
}
.new-cba-warning button a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.new-cba-warning button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(95.8725, 161.7340517241, 235.6275);
  cursor: pointer;
  background-image: linear-gradient(rgb(46.965, 134.8887931034, 233.535), rgb(7.866, 111.0106896552, 226.734));
}
.new-cba-warning button:active:not(:disabled), .new-cba-warning button:focus:not(:disabled) {
  border: 1px solid rgb(6.693, 110.9432758621, 227.907);
  box-shadow: inset 0 0 8px 4px rgb(8.4495, 103.8338793103, 210.8505), inset 0 0 8px 4px rgb(8.4495, 103.8338793103, 210.8505);
}
.new-cba-warning button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

ul.open_letter_signatures li {
  margin-bottom: 0.75rem;
  list-style: none;
}
ul.open_letter_signatures li div:first-child {
  font-weight: bold;
}

.dues-text, .dues-form {
  text-align: left;
}
.dues-text body, .dues-form body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
.dues-text h1, .dues-text h2, .dues-text h3, .dues-text h4, .dues-text h5, .dues-text h6, .dues-form h1, .dues-form h2, .dues-form h3, .dues-form h4, .dues-form h5, .dues-form h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}
.dues-text h1, .dues-form h1 {
  font-size: 2.25em;
}
.dues-text h2, .dues-form h2 {
  font-size: 2em;
}
.dues-text h3, .dues-form h3 {
  font-size: 1.75em;
}
.dues-text h4, .dues-form h4 {
  font-size: 1.5em;
}
.dues-text h5, .dues-form h5 {
  font-size: 1.25em;
}
.dues-text h6, .dues-form h6 {
  font-size: 1em;
}
.dues-text p, .dues-form p {
  margin: 0 0 0.75em;
}
.dues-text a, .dues-form a {
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
.dues-text a:hover, .dues-form a:hover {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
}
.dues-text a:active, .dues-text a:focus, .dues-form a:active, .dues-form a:focus {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
  outline: none;
}
.dues-text hr, .dues-form hr {
  border-bottom: 1px solid #EEEEEE;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
.dues-text img, .dues-form img {
  margin: 0;
  max-width: 100%;
}
.dues-text blockquote, .dues-form blockquote {
  border-left: 2px solid #EEEEEE;
  color: rgb(38.25, 38.25, 38.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
}
.dues-text cite, .dues-form cite {
  color: rgb(63.75, 63.75, 63.75);
  font-style: italic;
}
.dues-text cite:before, .dues-form cite:before {
  content: "— ";
}
.dues-text:after, .dues-form:after {
  content: "";
  display: table;
  clear: both;
}
.dues-text .type, .dues-form .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 0.7em;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 0.3em 0;
  text-align: left;
  text-transform: uppercase;
}
.dues-text h1, .dues-form h1 {
  font-family: "Sanchez", serif;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.dues-text h2, .dues-form h2 {
  font-family: "Sanchez", serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
.dues-text hgroup, .dues-form hgroup {
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.dues-text hgroup h2, .dues-form hgroup h2 {
  margin-bottom: 0.75em;
}
.dues-text hgroup div.byline, .dues-form hgroup div.byline {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.8em;
  padding: 0 0 1em 0;
}
.dues-text h3, .dues-form h3 {
  font-family: "Sanchez", serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
.dues-text p, .dues-form p {
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
  margin-bottom: 1.5em;
}
.dues-text a.read-more, .dues-form a.read-more {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-left: 0.2em;
  position: relative;
}
.dues-text a.read-more span, .dues-form a.read-more span {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  position: absolute;
  font-size: 1.5em;
  top: -1px;
  right: -12px;
}
.dues-text code, .dues-form code {
  white-space: nowrap;
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  border-radius: 4.5em;
  padding: 0.1em 0.4em;
  font-size: 0.7em;
  font-style: normal;
}
.dues-text pre, .dues-form pre {
  display: block;
  border-left: 2px solid #EEEEEE;
  color: rgb(38.25, 38.25, 38.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
  white-space: pre;
  overflow: scroll;
}
.dues-text pre code, .dues-form pre code {
  white-space: pre;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  font-family: "Source Code Pro";
}
.dues-text p.date, .dues-form p.date {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Sanchez", serif;
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
.dues-text hr, .dues-form hr {
  width: 3em;
  clear: both;
}
.dues-text ul, .dues-text ol, .dues-form ul, .dues-form ol {
  margin: 0;
  padding: 0;
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.dues-text ul, .dues-form ul {
  list-style-type: disc;
}
.dues-text ol, .dues-form ol {
  list-style-type: decimal;
}
.dues-text abbr, .dues-text acronym, .dues-form abbr, .dues-form acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  font-family: "Sanchez", serif;
  cursor: help;
}
.dues-text label, .dues-form label {
  display: block;
  font-family: "Questrial", sans-serif;
  color: rgb(76.5, 76.5, 76.5);
  font-size: 0.95em;
  text-transform: uppercase;
}
.dues-text p label, .dues-form p label {
  font-size: 1.05em;
  display: inline;
  color: black;
  text-transform: none;
}
.dues-text input[type=text], .dues-form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  -webkit-appearance: none;
  font-size: 2em;
  font-family: "Questrial", sans-serif;
  padding: 5px;
  border-radius: 3px;
  background-color: rgb(255, 249.3, 248.2);
  transition: 0.3s ease-in-out;
}
.dues-text input[type=text]:hover, .dues-form input[type=text]:hover {
  background-color: rgb(255, 241.32, 238.68);
}
.dues-text input[type=text]:focus, .dues-form input[type=text]:focus {
  box-shadow: 0 0 5px rgb(255, 141, 119);
  border: 1px solid rgb(255, 141, 119);
  border-radius: 0;
  background-color: white;
}
.dues-text input[type=submit], .dues-form input[type=submit] {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(9.78, 234.72, 169.1125);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 168, 119), hsl(162.5, 109%, 21.9411764706%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(162.5, 115%, 14.9411764706%);
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 0.8em;
}
.dues-text input[type=submit] a, .dues-form input[type=submit] a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.dues-text input[type=submit]:hover:not(:disabled), .dues-form input[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(6.7725, 186.7275, 134.240625);
  cursor: pointer;
  background-image: linear-gradient(rgb(2.85, 139.65, 99.75), hsl(162.5, 108%, 18.9411764706%));
}
.dues-text input[type=submit]:active:not(:disabled), .dues-text input[type=submit]:focus:not(:disabled), .dues-form input[type=submit]:active:not(:disabled), .dues-form input[type=submit]:focus:not(:disabled) {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  box-shadow: inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%), inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%);
}
.dues-text input[type=submit]:disabled, .dues-form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dues-text input[type=submit].r, .dues-form input[type=submit].r {
  margin: 2em 0;
  float: right;
}
.dues-text strong, .dues-form strong {
  font-weight: bold;
}
.dues-text em, .dues-form em {
  font-style: italic;
}
.dues-text ul, .dues-form ul {
  padding-left: 2em;
}
.dues-text li, .dues-form li {
  position: relative;
  list-style: none;
}
.dues-text li i.fa, .dues-form li i.fa {
  position: absolute;
  left: -1.428571429em;
}

.dues-section {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.dues-section:nth-of-type(1) {
  padding-right: 15px;
}
.dues-section:nth-of-type(2) {
  padding-left: 15px;
}
.dues-section:nth-of-type(2):after {
  content: "";
  display: table;
  clear: both;
}

.dues-form {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .dues-section {
    max-width: 700px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .dues-section:nth-of-type(1) {
    padding-right: 0;
  }
  .dues-section:nth-of-type(2) {
    padding-left: 0;
  }
  .dues-text h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.dues-modal .modal-wrap {
  width: 420px;
  margin-left: -210px;
  top: 50px;
}
.dues-modal .modal-wrap .modal {
  min-height: 200px;
}
.dues-modal .modal-wrap .modal h1 {
  display: none;
}
.dues-modal .modal-wrap .modal figure#dues-img-1 {
  padding-top: 75%;
  background: linear-gradient(rgba(255, 141, 119, 0.1), rgba(255, 141, 119, 0.6)), url("../img/dues-modal-bg-1.jpg");
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-position-x: 50%;
  background-position-y: 20%;
  margin: -10px -10px 20px -10px;
  border-radius: 3px 3px 0 0;
}
.dues-modal .modal-wrap .modal figure#dues-img-2 {
  padding-top: 75%;
  background: linear-gradient(rgba(255, 141, 119, 0.1), rgba(255, 141, 119, 0.6)), url("../img/dues-modal-bg-2.jpg");
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-position-x: 50%;
  background-position-y: 20%;
  margin: -10px -10px 20px -10px;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 442.1052631579px) {
  .dues-modal .modal-wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    left: auto;
    top: auto;
    position: relative;
  }
}
.dues-button {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(252.62, 206.735, 197.88);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 141, 119), hsl(9.7058823529, 109%, 62.3333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 77.3333333333%);
  background-clip: padding-box;
  box-sizing: border-box;
  font-size: 1em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1em;
  padding: 1.5em 1em;
  opacity: 0.9;
}
.dues-button a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.dues-button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(251.1325, 164.99125, 148.3675);
  cursor: pointer;
  background-image: linear-gradient(rgb(251.77, 121.81, 96.73), hsl(9.7058823529, 108%, 59.3333333333%));
}
.dues-button:active:not(:disabled), .dues-button:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%);
}
.dues-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dues-startover {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(252.62, 206.735, 197.88);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 141, 119), hsl(9.7058823529, 109%, 62.3333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 77.3333333333%);
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 2em;
}
.dues-startover a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.dues-startover:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(251.1325, 164.99125, 148.3675);
  cursor: pointer;
  background-image: linear-gradient(rgb(251.77, 121.81, 96.73), hsl(9.7058823529, 108%, 59.3333333333%));
}
.dues-startover:active:not(:disabled), .dues-startover:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%);
}
.dues-startover:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#dues-icon {
  font-size: 200px;
  text-align: center;
}

.signature_block {
  border: 2px solid #888888;
  color: #333333;
  background-color: #EEEEEE;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
  font-size: 0.8em;
  font-style: normal;
  font-family: "Source Code Pro";
  text-transform: uppercase;
}

#dues_error {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9996;
  min-height: 10%;
  background: rgb(165, 71.4, 71.4);
  background: rgba(155, 51, 51, 0.9);
  width: 100%;
  left: 0;
  border-bottom: solid 1px #9B3333;
  box-shadow: 0 5px 5px rgba(155, 51, 51, 0.5);
  -webkit-animation: jelly 1000ms linear both;
  animation: jelly 1000ms linear both;
}
#dues_error li {
  text-align: center;
  padding: 1em 1em 0.5em 1em;
  color: white;
  font-size: 1.5em;
}
#dues_error li a {
  color: white;
}

/* Generated with Bounce.js. Edit at http://goo.gl/Vn2Euz */
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.68602, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.90691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 1.07226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01897, 0, 0, 0, 0, 1.14684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07044, 0, 0, 0, 0, 1.14088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08847, 0, 0, 0, 0, 1.08847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08303, 0, 0, 0, 0, 1.02623, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06445, 0, 0, 0, 0, 0.97964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04137, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01985, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00322, 0, 0, 0, 0, 0.97507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 1.00574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 1.01166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 1.01119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 1.00702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 1.00208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 0.99672, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00158, 0, 0, 0, 0, 0.99685, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00198, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99941, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00144, 0, 0, 0, 0, 1.00046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00093, 0, 0, 0, 0, 1.00093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 1.00017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.dues_video_wrapper {
  width: 100%;
  margin: 2rem auto;
  max-width: 700px;
}
.dues_video_wrapper div {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.dues_video_wrapper div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive_video_wrapper {
  width: 100%;
  margin: 2rem auto;
}
.responsive_video_wrapper div {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive_video_wrapper div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boardlist h1 {
  width: 850px;
  margin: 1em auto 1em auto;
  padding: 0 0 0.25em 0;
  border-bottom: solid 1px #EEEEEE;
  font-size: 1.5em;
  font-family: "Sanchez", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.boardlist ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 60px;
  width: 850px;
  margin: 0 auto;
}
.boardlist ul li {
  border-bottom: solid 1px #EEEEEE;
}
.boardlist ul li h2 {
  font-size: 1.25em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-family: "Questrial", sans-serif;
}
.boardlist ul li p {
  font-size: 0.8em;
  margin-bottom: 1em;
}

@media screen and (max-width: 930px) {
  .boardlist h1 {
    width: 410px;
  }
  .boardlist ul {
    width: 410px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .boardlist h1 {
    width: 190px;
  }
  .boardlist ul {
    width: 190px;
    grid-template-columns: 1fr;
  }
}
.staff_list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.staff_list h1 {
  margin: 1em 60px 1em 60px;
  padding: 0 0 0.25em 0;
  border-bottom: solid 1px #EEEEEE;
  font-size: 1.5em;
  font-family: "Sanchez", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  box-sizing: border-box;
}
.staff_list ul {
  display: block;
  margin: 0 auto;
  padding: 0 0 0 60px;
}
.staff_list ul li {
  color: black;
  text-align: left;
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding: 0 60px 80px 0;
}
.staff_list ul li h2 {
  color: black;
  font-family: "Questrial", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.staff_list ul li h3 {
  color: black;
  font-family: "Questrial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.staff_list ul li h4 {
  color: black;
  font-family: "Questrial", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.staff_list ul li b, .staff_list ul li strong {
  font-weight: 700;
}
.staff_list ul li i, .staff_list ul li em {
  font-style: italic;
}
.staff_list ul li p {
  color: black;
  font-family: "Raleway", sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.staff_list ul li ul, .staff_list ul li ol {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  padding-left: 1.5em;
  margin-bottom: 1.5rem;
}
.staff_list ul li ul {
  list-style-type: disc;
}
.staff_list ul li ol {
  list-style-type: decimal;
}
.staff_list ul li abbr, .staff_list ul li acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  cursor: help;
}
.staff_list ul li .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 0.3em 0;
  text-align: left;
  text-transform: uppercase;
}
.staff_list ul li blockquote {
  border-left: 2px solid #DDD;
  color: #262626;
  padding: 0 0 0 1rem;
  font-style: normal;
  margin: 0 0 1.5rem 0;
}
.staff_list ul li blockquote p {
  color: #262626;
}
.staff_list ul li blockquote p:last-of-type {
  margin: 0;
}
.staff_list ul li table {
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.staff_list ul li table tbody tr:hover > td, .staff_list ul li table tbody tr:hover > th {
  background-color: rgb(249.9, 249.9, 249.9);
}
.staff_list ul li table tbody tr:first-child td {
  border-top: 2px solid #EEEEEE;
}
.staff_list ul li table th {
  background-color: white;
  border-bottom: 0;
  padding: 0.75em 1em;
  text-align: left;
}
.staff_list ul li table tbody {
  background-color: white;
}
.staff_list ul li table td {
  border-bottom: 0;
  border-top: 1px solid #EEEEEE;
  line-height: 1.5em;
  padding: 0.75em 1em;
}
.staff_list ul li hgroup {
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.staff_list ul li hgroup h1 {
  font-family: "Sanchez", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.staff_list ul li hgroup h2 {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.staff_list ul li hgroup div.byline {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Questrial", sans-serif;
  font-size: 0.8rem;
  padding: 0 0 1rem 0;
}
.staff_list ul li figure.image-style-side {
  max-width: 50%;
  float: right;
  margin-left: 1rem;
}
.staff_list ul li figure.image {
  margin-bottom: 0.5rem;
  text-align: center;
}
.staff_list ul li figcaption {
  font-size: 0.8rem;
  line-height: 1.5;
  background-color: #EEEEEE;
  text-align: center;
  display: inline-block;
}
.staff_list ul li figure.image-style-side figcaption {
  display: block;
}
.staff_list ul li h2 {
  font-size: 1.25em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-family: "Questrial", sans-serif;
}

@media screen and (max-width: 1000px) {
  .staff_list {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .staff_list h1 {
    margin: 1rem auto;
    max-width: 400px;
  }
  .staff_list ul {
    padding: 0;
    max-width: 400px;
  }
  .staff_list ul li {
    display: block;
    width: 100%;
    padding: 0 0 2rem 0;
    margin: 0 0 2rem 0;
    border-bottom: solid 1px #EEEEEE;
  }
}
article.contract {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
article.contract a:link h1, article.contract a:link h2, article.contract a:link h2, article.contract a:link h3, article.contract a:visited h1, article.contract a:visited h2, article.contract a:visited h2, article.contract a:visited h3, article.contract a:hover h1, article.contract a:hover h2, article.contract a:hover h2, article.contract a:hover h3 {
  color: black;
}
article.contract del {
  color: #888;
  text-decoration: line-through;
}
article.contract ins {
  font-weight: bold;
  text-decoration: none;
}
article.contract h3 {
  margin: 1em 0 0 0;
}
article.contract p {
  margin: 0 0 1em 0;
}
article.contract table {
  border-spacing: collapse;
  margin: 1em 0;
  width: 100%;
}
article.contract table td {
  background-color: #DDD;
  text-align: center;
}
article.contract table th {
  text-align: center;
}
article.contract table td:first-child {
  text-align: left;
}
article.contract div.paragraph-page {
  border: none;
}
article.contract div.paragraph-page h1, article.contract div.paragraph-page h2, article.contract div.paragraph-page h3, article.contract div.paragraph-page h4 {
  border: none;
  color: #CCC;
  font-size: 1em;
  font-style: none;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
article.contract div.paragraph-page h1 a, article.contract div.paragraph-page h2 a, article.contract div.paragraph-page h3 a, article.contract div.paragraph-page h4 a {
  color: #888;
}
article.contract div.paragraph-page h2 {
  margin-left: 1em;
}
article.contract div.paragraph-page h3 {
  margin-left: 2em;
}
article.contract div.paragraph-page h4 {
  margin-left: 3em;
}
article.contract div.p {
  position: relative;
  min-height: 50px;
}
article.contract div.p a.p-num {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  left: -60px;
  top: 0;
  background-color: rgb(127.5, 149, 163);
  color: white;
  transition: background-color 1000ms ease-in-out;
}
article.contract div.p a.p-num:hover {
  background-color: rgb(255, 141, 119);
  -webkit-animation: spin270 3000ms linear both;
  animation: spin270 3000ms linear both;
}
article.contract div.p .pilcrow {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: -100px;
  top: 0;
  color: #DDD;
}

.contractSkip {
  background-color: blue;
  background-image: url("/img/!.png");
  background-repeat: no-repeat;
  border: solid 1px white;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin: 15px 0;
  min-height: 17px;
  padding: 14px 14px 14px 45px;
  width: 639px;
}

a:link.contractSkip, a:visited.contractSkip {
  color: white !important;
}

a:hover.contractSkip {
  box-shadow: 0 0 10px -1px yellow;
  color: yellow !important;
}

/* SPECIAL OVERRIDES */
del.blok {
  color: #888;
  display: block;
  text-decoration: line-through;
}
del.blok table tr td {
  color: #888;
  text-decoration: line-through;
}
del.blok table tr th {
  color: #888;
  text-decoration: line-through;
}
del.blok p {
  color: #888;
  text-decoration: line-through;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    -webkit-transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    -webkit-transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    -webkit-transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    -webkit-transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes spin270 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(-0.359, 0.938, 0, 0, -0.988, -0.18, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.359, 0.938, 0, 0, -0.988, -0.18, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(-0.823, 0.578, 0, 0, -0.738, -0.683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.823, 0.578, 0, 0, -0.738, -0.683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(-0.944, -0.348, 0, 0, 0.123, -0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.944, -0.348, 0, 0, 0.123, -0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(-0.45, -0.899, 0, 0, 0.782, -0.633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.45, -0.899, 0, 0, 0.782, -0.633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    -webkit-transform: matrix3d(0.295, -0.958, 0, 0, 0.991, 0.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.295, -0.958, 0, 0, 0.991, 0.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(0.314, -0.952, 0, 0, 0.987, 0.174, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.314, -0.952, 0, 0, 0.987, 0.174, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(0.458, -0.89, 0, 0, 0.92, 0.394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.458, -0.89, 0, 0, 0.92, 0.394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    -webkit-transform: matrix3d(0.43, -0.903, 0, 0, 0.923, 0.386, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.43, -0.903, 0, 0, 0.923, 0.386, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(0.197, -0.98, 0, 0, 0.98, 0.198, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.197, -0.98, 0, 0, 0.98, 0.198, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(0.093, -0.996, 0, 0, 0.995, 0.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.093, -0.996, 0, 0, 0.995, 0.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    -webkit-transform: matrix3d(0.022, -1, 0, 0, 0.999, 0.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.022, -1, 0, 0, 0.999, 0.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(-0.032, -0.999, 0, 0, 1, -0.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.032, -0.999, 0, 0, 1, -0.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    -webkit-transform: matrix3d(0.001, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.001, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(0.002, -1, 0, 0, 1, 0.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.002, -1, 0, 0, 1, 0.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes spin270 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    -webkit-transform: matrix3d(-0.359, 0.938, 0, 0, -0.988, -0.18, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.359, 0.938, 0, 0, -0.988, -0.18, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(-0.823, 0.578, 0, 0, -0.738, -0.683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.823, 0.578, 0, 0, -0.738, -0.683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    -webkit-transform: matrix3d(-0.944, -0.348, 0, 0, 0.123, -0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.944, -0.348, 0, 0, 0.123, -0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(-0.45, -0.899, 0, 0, 0.782, -0.633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.45, -0.899, 0, 0, 0.782, -0.633, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    -webkit-transform: matrix3d(0.295, -0.958, 0, 0, 0.991, 0.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.295, -0.958, 0, 0, 0.991, 0.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(0.314, -0.952, 0, 0, 0.987, 0.174, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.314, -0.952, 0, 0, 0.987, 0.174, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(0.458, -0.89, 0, 0, 0.92, 0.394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.458, -0.89, 0, 0, 0.92, 0.394, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    -webkit-transform: matrix3d(0.43, -0.903, 0, 0, 0.923, 0.386, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.43, -0.903, 0, 0, 0.923, 0.386, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(0.197, -0.98, 0, 0, 0.98, 0.198, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.197, -0.98, 0, 0, 0.98, 0.198, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(0.093, -0.996, 0, 0, 0.995, 0.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.093, -0.996, 0, 0, 0.995, 0.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    -webkit-transform: matrix3d(0.022, -1, 0, 0, 0.999, 0.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.022, -1, 0, 0, 0.999, 0.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(-0.032, -0.999, 0, 0, 1, -0.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(-0.032, -0.999, 0, 0, 1, -0.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    -webkit-transform: matrix3d(0.001, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.001, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(0.002, -1, 0, 0, 1, 0.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.002, -1, 0, 0, 1, 0.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.contact {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.contact body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}
.contact h1 {
  font-size: 2.25em;
}
.contact h2 {
  font-size: 2em;
}
.contact h3 {
  font-size: 1.75em;
}
.contact h4 {
  font-size: 1.5em;
}
.contact h5 {
  font-size: 1.25em;
}
.contact h6 {
  font-size: 1em;
}
.contact p {
  margin: 0 0 0.75em;
}
.contact a {
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
.contact a:hover {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
}
.contact a:active, .contact a:focus {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
  outline: none;
}
.contact hr {
  border-bottom: 1px solid #EEEEEE;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
.contact img {
  margin: 0;
  max-width: 100%;
}
.contact blockquote {
  border-left: 2px solid #EEEEEE;
  color: rgb(38.25, 38.25, 38.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
}
.contact cite {
  color: rgb(63.75, 63.75, 63.75);
  font-style: italic;
}
.contact cite:before {
  content: "— ";
}
.contact:after {
  content: "";
  display: table;
  clear: both;
}
.contact .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 0.7em;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 0.3em 0;
  text-align: left;
  text-transform: uppercase;
}
.contact h1 {
  font-family: "Sanchez", serif;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contact h2 {
  font-family: "Sanchez", serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
.contact hgroup {
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.contact hgroup h2 {
  margin-bottom: 0.75em;
}
.contact hgroup div.byline {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.8em;
  padding: 0 0 1em 0;
}
.contact h3 {
  font-family: "Sanchez", serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
.contact p {
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
  margin-bottom: 1.5em;
}
.contact a.read-more {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-left: 0.2em;
  position: relative;
}
.contact a.read-more span {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  position: absolute;
  font-size: 1.5em;
  top: -1px;
  right: -12px;
}
.contact code {
  white-space: nowrap;
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  border-radius: 4.5em;
  padding: 0.1em 0.4em;
  font-size: 0.7em;
  font-style: normal;
}
.contact pre {
  display: block;
  border-left: 2px solid #EEEEEE;
  color: rgb(38.25, 38.25, 38.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
  white-space: pre;
  overflow: scroll;
}
.contact pre code {
  white-space: pre;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  font-family: "Source Code Pro";
}
.contact p.date {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Sanchez", serif;
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
.contact hr {
  width: 3em;
  clear: both;
}
.contact ul, .contact ol {
  margin: 0;
  padding: 0;
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.contact ul {
  list-style-type: disc;
}
.contact ol {
  list-style-type: decimal;
}
.contact abbr, .contact acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  font-family: "Sanchez", serif;
  cursor: help;
}
.contact label {
  display: block;
  font-family: "Questrial", sans-serif;
  color: rgb(76.5, 76.5, 76.5);
  font-size: 0.95em;
  text-transform: uppercase;
}
.contact p label {
  font-size: 1.05em;
  display: inline;
  color: black;
  text-transform: none;
}
.contact input[type=text] {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  -webkit-appearance: none;
  font-size: 2em;
  font-family: "Questrial", sans-serif;
  padding: 5px;
  border-radius: 3px;
  background-color: rgb(255, 249.3, 248.2);
  transition: 0.3s ease-in-out;
}
.contact input[type=text]:hover {
  background-color: rgb(255, 241.32, 238.68);
}
.contact input[type=text]:focus {
  box-shadow: 0 0 5px rgb(255, 141, 119);
  border: 1px solid rgb(255, 141, 119);
  border-radius: 0;
  background-color: white;
}
.contact input[type=submit] {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(9.78, 234.72, 169.1125);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 168, 119), hsl(162.5, 109%, 21.9411764706%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(162.5, 115%, 14.9411764706%);
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 0.8em;
}
.contact input[type=submit] a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.contact input[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(6.7725, 186.7275, 134.240625);
  cursor: pointer;
  background-image: linear-gradient(rgb(2.85, 139.65, 99.75), hsl(162.5, 108%, 18.9411764706%));
}
.contact input[type=submit]:active:not(:disabled), .contact input[type=submit]:focus:not(:disabled) {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  box-shadow: inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%), inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%);
}
.contact input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.contact input[type=submit].r {
  margin: 2em 0;
  float: right;
}
.contact strong {
  font-weight: bold;
}
.contact em {
  font-style: italic;
}
.contact .contact-form {
  width: 100%;
}
.contact .contact-form label {
  margin-top: 1em;
}
.contact .contact-form button {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(252.62, 206.735, 197.88);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 141, 119), hsl(9.7058823529, 109%, 62.3333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 77.3333333333%);
  background-clip: padding-box;
  display: block;
  margin: 1em auto;
  width: 100%;
  max-width: 200px;
}
.contact .contact-form button a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.contact .contact-form button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(251.1325, 164.99125, 148.3675);
  cursor: pointer;
  background-image: linear-gradient(rgb(251.77, 121.81, 96.73), hsl(9.7058823529, 108%, 59.3333333333%));
}
.contact .contact-form button:active:not(:disabled), .contact .contact-form button:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%);
}
.contact .contact-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.contact .contact-form .captcha {
  margin-top: 1em;
  text-align: center;
}
.contact .contact-form .captcha .g-recaptcha {
  display: inline-block;
}

.donate-holder {
  text-align: left;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}
.donate-holder body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
.donate-holder h1, .donate-holder h2, .donate-holder h3, .donate-holder h4, .donate-holder h5, .donate-holder h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}
.donate-holder h1 {
  font-size: 2.25em;
}
.donate-holder h2 {
  font-size: 2em;
}
.donate-holder h3 {
  font-size: 1.75em;
}
.donate-holder h4 {
  font-size: 1.5em;
}
.donate-holder h5 {
  font-size: 1.25em;
}
.donate-holder h6 {
  font-size: 1em;
}
.donate-holder p {
  margin: 0 0 0.75em;
}
.donate-holder a {
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
.donate-holder a:hover {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
}
.donate-holder a:active, .donate-holder a:focus {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
  outline: none;
}
.donate-holder hr {
  border-bottom: 1px solid #EEEEEE;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
.donate-holder img {
  margin: 0;
  max-width: 100%;
}
.donate-holder blockquote {
  border-left: 2px solid #EEEEEE;
  color: rgb(38.25, 38.25, 38.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
}
.donate-holder cite {
  color: rgb(63.75, 63.75, 63.75);
  font-style: italic;
}
.donate-holder cite:before {
  content: "— ";
}
.donate-holder:after {
  content: "";
  display: table;
  clear: both;
}
.donate-holder .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 0.7em;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 0.3em 0;
  text-align: left;
  text-transform: uppercase;
}
.donate-holder h1 {
  font-family: "Sanchez", serif;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.donate-holder h2 {
  font-family: "Sanchez", serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
.donate-holder hgroup {
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.donate-holder hgroup h2 {
  margin-bottom: 0.75em;
}
.donate-holder hgroup div.byline {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.8em;
  padding: 0 0 1em 0;
}
.donate-holder h3 {
  font-family: "Sanchez", serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
.donate-holder p {
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
  margin-bottom: 1.5em;
}
.donate-holder a.read-more {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-left: 0.2em;
  position: relative;
}
.donate-holder a.read-more span {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  position: absolute;
  font-size: 1.5em;
  top: -1px;
  right: -12px;
}
.donate-holder code {
  white-space: nowrap;
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  border-radius: 4.5em;
  padding: 0.1em 0.4em;
  font-size: 0.7em;
  font-style: normal;
}
.donate-holder pre {
  display: block;
  border-left: 2px solid #EEEEEE;
  color: rgb(38.25, 38.25, 38.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
  white-space: pre;
  overflow: scroll;
}
.donate-holder pre code {
  white-space: pre;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  font-family: "Source Code Pro";
}
.donate-holder p.date {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Sanchez", serif;
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
.donate-holder hr {
  width: 3em;
  clear: both;
}
.donate-holder ul, .donate-holder ol {
  margin: 0;
  padding: 0;
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.donate-holder ul {
  list-style-type: disc;
}
.donate-holder ol {
  list-style-type: decimal;
}
.donate-holder abbr, .donate-holder acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  font-family: "Sanchez", serif;
  cursor: help;
}
.donate-holder label {
  display: block;
  font-family: "Questrial", sans-serif;
  color: rgb(76.5, 76.5, 76.5);
  font-size: 0.95em;
  text-transform: uppercase;
}
.donate-holder p label {
  font-size: 1.05em;
  display: inline;
  color: black;
  text-transform: none;
}
.donate-holder input[type=text] {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  -webkit-appearance: none;
  font-size: 2em;
  font-family: "Questrial", sans-serif;
  padding: 5px;
  border-radius: 3px;
  background-color: rgb(255, 249.3, 248.2);
  transition: 0.3s ease-in-out;
}
.donate-holder input[type=text]:hover {
  background-color: rgb(255, 241.32, 238.68);
}
.donate-holder input[type=text]:focus {
  box-shadow: 0 0 5px rgb(255, 141, 119);
  border: 1px solid rgb(255, 141, 119);
  border-radius: 0;
  background-color: white;
}
.donate-holder input[type=submit] {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(9.78, 234.72, 169.1125);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 168, 119), hsl(162.5, 109%, 21.9411764706%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(162.5, 115%, 14.9411764706%);
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 0.8em;
}
.donate-holder input[type=submit] a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.donate-holder input[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(6.7725, 186.7275, 134.240625);
  cursor: pointer;
  background-image: linear-gradient(rgb(2.85, 139.65, 99.75), hsl(162.5, 108%, 18.9411764706%));
}
.donate-holder input[type=submit]:active:not(:disabled), .donate-holder input[type=submit]:focus:not(:disabled) {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  box-shadow: inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%), inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%);
}
.donate-holder input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.donate-holder input[type=submit].r {
  margin: 2em 0;
  float: right;
}
.donate-holder strong {
  font-weight: bold;
}
.donate-holder em {
  font-style: italic;
}

.donate {
  float: left;
  width: 400px;
}
.donate:first-child {
  margin: 0 50px 0 0;
}
.donate h3 {
  text-transform: uppercase;
  display: block;
  font-size: 0.85em;
  margin: 1em 0 3px 0;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.donate input[type=text] {
  margin-bottom: 0.5em;
}
.donate .p-style {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5em;
  font-size: 1.05em;
}
.donate .p-style label, .donate .p-style input[type=radio] {
  display: inline;
  text-transform: none;
  color: black;
}
.donate .p-style label.disabled, .donate .p-style input[type=radio].disabled {
  color: #888;
}
.donate button[type=submit] {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(252.62, 206.735, 197.88);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 141, 119), hsl(9.7058823529, 109%, 62.3333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 77.3333333333%);
  background-clip: padding-box;
  display: block;
  margin: 1em auto;
  width: 100%;
}
.donate button[type=submit] a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.donate button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(251.1325, 164.99125, 148.3675);
  cursor: pointer;
  background-image: linear-gradient(rgb(251.77, 121.81, 96.73), hsl(9.7058823529, 108%, 59.3333333333%));
}
.donate button[type=submit]:active:not(:disabled), .donate button[type=submit]:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%);
}
.donate button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.donate #token_input {
  display: none;
  margin-top: 1em;
}
.donate #token_input fieldset.input-icon-button {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px 0 0;
}
.donate #token_input fieldset.input-icon-button input[type=text] {
  padding: 5px;
}
.donate #token_input fieldset.input-icon-button button[type=button] {
  width: 100px;
  font-size: 1.2em;
  line-height: 2em;
  padding: 5px;
}
.donate #token_input fieldset.input-icon-button button[type=button].green {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(9.78, 234.72, 169.1125);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 168, 119), hsl(162.5, 109%, 21.9411764706%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(162.5, 115%, 14.9411764706%);
  background-clip: padding-box;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100px;
  font-size: 1.2em;
  line-height: 2em;
  padding: 5px;
  outline: none;
  border-radius: 0 3px 3px 0;
}
.donate #token_input fieldset.input-icon-button button[type=button].green a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.donate #token_input fieldset.input-icon-button button[type=button].green:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(6.7725, 186.7275, 134.240625);
  cursor: pointer;
  background-image: linear-gradient(rgb(2.85, 139.65, 99.75), hsl(162.5, 108%, 18.9411764706%));
}
.donate #token_input fieldset.input-icon-button button[type=button].green:active:not(:disabled), .donate #token_input fieldset.input-icon-button button[type=button].green:focus:not(:disabled) {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  box-shadow: inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%), inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%);
}
.donate #token_input fieldset.input-icon-button button[type=button].green:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.donate #token_input fieldset.input-icon-button button[type=button].green i.fa {
  color: white;
}
.donate #token_input fieldset.input-icon-button button[type=button].white {
  border: 1px solid rgb(219.3, 219.3, 219.3);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 115%);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(white, rgb(226.95, 226.95, 226.95));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(0, 0%, 104%);
  background-clip: padding-box;
  border: 1px solid rgb(222.513, 216.087, 216.087);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 115%);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(white, rgb(229.4745, 224.4255, 224.4255));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(0, 10%, 104%);
  background-clip: padding-box;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100px;
  font-size: 1.2em;
  line-height: 2em;
  padding: 5px;
  outline: none;
  border-radius: 0 3px 3px 0;
}
.donate #token_input fieldset.input-icon-button button[type=button].white a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.donate #token_input fieldset.input-icon-button button[type=button].white:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 105%);
  cursor: pointer;
  background-image: linear-gradient(rgb(242.25, 242.25, 242.25), rgb(219.3, 219.3, 219.3));
}
.donate #token_input fieldset.input-icon-button button[type=button].white:active:not(:disabled), .donate #token_input fieldset.input-icon-button button[type=button].white:focus:not(:disabled) {
  border: 1px solid rgb(219.3, 219.3, 219.3);
  box-shadow: inset 0 0 8px 4px rgb(211.65, 211.65, 211.65), inset 0 0 8px 4px rgb(211.65, 211.65, 211.65);
}
.donate #token_input fieldset.input-icon-button button[type=button].white a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.donate #token_input fieldset.input-icon-button button[type=button].white:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 105%);
  cursor: pointer;
  background-image: linear-gradient(rgb(242.25, 242.25, 242.25), rgb(222.156, 216.444, 216.444));
}
.donate #token_input fieldset.input-icon-button button[type=button].white:active:not(:disabled), .donate #token_input fieldset.input-icon-button button[type=button].white:focus:not(:disabled) {
  border: 1px solid rgb(222.513, 216.087, 216.087);
  box-shadow: inset 0 0 8px 4px rgb(214.6845, 208.6155, 208.6155), inset 0 0 8px 4px rgb(214.6845, 208.6155, 208.6155);
}
.donate #token_input fieldset.input-icon-button button[type=button].white:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.donate #token_input fieldset.input-icon-button button[type=button].white i.fa {
  color: black;
}
.donate .card-wrapper {
  margin: 2em 0;
}
.donate .card_date {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.donate .card_date:first-child {
  margin-left: 0;
}
.donate .captcha {
  margin-top: 1em;
}
.donate .captcha .g-recaptcha {
  display: inline-block;
}

@media screen and (max-width: 950px) {
  .donate {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0 auto;
  }
  .donate:first-child {
    margin: 0 auto 0 auto;
  }
}
.faqlist {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1em;
}
.faqlist:after {
  content: "";
  display: table;
  clear: both;
}
.faqlist h1 {
  margin: 1em 0 2em 0;
  padding: 0 0 0.25em 0;
  border-bottom: solid 1px #EEEEEE;
  font-size: 1.5em;
  font-family: "Sanchez", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.faqlist li {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 2em 0;
  line-height: 1.2;
}
.faqlist li a {
  color: black;
}
.faqlist li h2 {
  font-size: 1.5em;
  margin: 0 0 0.2em 0;
}
.faqlist li h3 {
  font-size: 1em;
  color: #333;
  margin: 0 0 0.25em 0;
}
.faqlist li h4 {
  color: #555;
  font-size: 0.8em;
}

.medsocapp fieldset.medsocapp_splifield:after {
  content: "";
  display: table;
  clear: both;
}
.medsocapp fieldset.medsocapp_splifield div.field_label_pair {
  float: left;
  margin-right: 1%;
  margin-top: 0.5em;
}
.medsocapp fieldset.medsocapp_splifield #firstname_holder {
  width: 38%;
}
.medsocapp fieldset.medsocapp_splifield #middle_holder {
  width: 11%;
}
.medsocapp fieldset.medsocapp_splifield #lastname_holder {
  width: 38%;
}
.medsocapp fieldset.medsocapp_splifield #mddo_holder {
  width: 10%;
  margin-right: 0;
}
.medsocapp fieldset.medsocapp_splifield #city_holder {
  width: 68%;
}
.medsocapp fieldset.medsocapp_splifield #state_holder {
  width: 10%;
}
.medsocapp fieldset.medsocapp_splifield #zip_holder {
  width: 20%;
  margin-right: 0;
}
.medsocapp fieldset.medsocapp_splifield #phone_holder {
  width: 38%;
}
.medsocapp fieldset.medsocapp_splifield #email_holder {
  width: 61%;
  margin-right: 0;
}
.medsocapp fieldset.medsocapp_splifield #dob_holder {
  width: 38%;
}
.medsocapp fieldset.medsocapp_splifield #gender_holder {
  width: 61%;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.medsocapp fieldset.medsocapp_splifield #gender_holder div.gender_options_holder {
  background-color: rgb(255, 249.3, 248.2);
  padding-top: 8px;
  padding-bottom: 3px;
  text-align: center;
  line-height: 2rem;
}
.medsocapp fieldset.medsocapp_splifield #gender_holder div.gender_options_holder label {
  display: inline-block;
  color: black;
  font-size: 1.5rem;
  text-transform: none;
}
.medsocapp fieldset.medsocapp_splifield #gender_holder div.gender_options_holder label input[type=radio] {
  margin-top: -1px;
  vertical-align: middle;
}
.medsocapp fieldset.medsocapp_splifield #gender_holder div.gender_options_holder .text_style_label {
  margin-right: 1em;
}
.medsocapp fieldset.medsocapp_splifield #medschool_holder, .medsocapp fieldset.medsocapp_splifield #resprog_holder {
  width: 61%;
}
.medsocapp fieldset.medsocapp_splifield #medgraddate_holder, .medsocapp fieldset.medsocapp_splifield #rescompdate_holder {
  width: 38%;
  margin-right: 0;
}
.medsocapp fieldset.medsocapp_splifield #specialty_holder {
  width: 100%;
  margin-right: 0;
}
.medsocapp #committee_holder {
  width: 100%;
}
.medsocapp .med_soc_app_button_holder {
  text-align: right;
}
.medsocapp .medsocapp_button {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(252.62, 206.735, 197.88);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 141, 119), hsl(9.7058823529, 109%, 62.3333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 77.3333333333%);
  background-clip: padding-box;
  margin-top: 2rem;
  font-size: 1.5rem;
}
.medsocapp .medsocapp_button a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.medsocapp .medsocapp_button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(251.1325, 164.99125, 148.3675);
  cursor: pointer;
  background-image: linear-gradient(rgb(251.77, 121.81, 96.73), hsl(9.7058823529, 108%, 59.3333333333%));
}
.medsocapp .medsocapp_button:active:not(:disabled), .medsocapp .medsocapp_button:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%);
}
.medsocapp .medsocapp_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: normal;
  color: #444;
  line-height: 1.5;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-top: 2px;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

.negotiations-hub .page-graphic-header {
  width: 100%;
  background-image: url("/img/negotiations-hub-background.jpg");
  background-size: 100% 100%;
  padding: 1rem;
  box-sizing: border-box;
}
.negotiations-hub .page-graphic-header h1 {
  display: block;
  margin: 0 auto;
  background-image: url("/img/negotiations-hub.png");
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
  max-width: 383px;
}
.negotiations-hub .page-graphic-header h1 span {
  display: block;
  padding: 55.149935% 0 0 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 0;
}
.negotiations-hub .bargaining-graphic-header {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 50% 0 0 0;
  background-image: url("/img/bargaining-updates.png");
  background-size: cover;
  overflow: hidden;
}
.negotiations-hub .bargaining-graphic-header span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.negotiations-hub .follow-us-graphic-header {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 50% 0 0 0;
  background-image: url("/img/follow-us.jpg");
  background-size: cover;
  overflow: hidden;
}
.negotiations-hub .follow-us-graphic-header span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.negotiations-hub a.twitter-graphic-link {
  display: block;
  border: none;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 25% 0 0 0;
  background-image: url("/img/bargaining-twitter.jpg");
  background-size: cover;
  overflow: hidden;
}
.negotiations-hub a.twitter-graphic-link:hover {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
}
.negotiations-hub a.twitter-graphic-link span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.negotiations-hub a.instagram-graphic-link {
  display: block;
  border: none;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 25% 0 0 0;
  background-image: url("/img/bargaining-instagram.jpg");
  background-size: cover;
  overflow: hidden;
}
.negotiations-hub a.instagram-graphic-link:hover {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
}
.negotiations-hub a.instagram-graphic-link span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.negotiations-hub .whatsapp-graphic-button {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 50% 0 0 0;
  background-image: url("/img/bargaining-whatsapp.jpg");
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.negotiations-hub .whatsapp-graphic-button:hover {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
}
.negotiations-hub .whatsapp-graphic-button span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.negotiations-hub .stories-graphic-button {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 50% 0 0 0;
  background-image: url("/img/bargaining-sacrifice.jpg");
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.negotiations-hub .stories-graphic-button:hover {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
}
.negotiations-hub .stories-graphic-button span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.negotiations-hub .two-column-right-first {
  margin: 0;
  padding: 0;
  float: right;
  box-sizing: border-box;
  width: 50%;
}
.negotiations-hub .bargaining-updates {
  margin: 1rem 0 0 0;
  padding: 0 1rem;
}
.negotiations-hub .bargaining-updates h2 {
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
}
.negotiations-hub .bargaining-updates h3 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
.negotiations-hub .bargaining-updates p {
  margin: 0 0 1.25rem 0;
}

@media screen and (max-width: 750px) {
  .negotiations-hub .two-column-right-first {
    float: none;
    width: 100%;
  }
}
body.stop_scroll {
  overflow: hidden;
}

.negotiations_modal_screen {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(-45deg, rgba(0, 153, 255, 0.9), rgba(0, 168, 119, 0.9), rgba(255, 141, 119, 0.9));
  background-size: 400% 400%;
  animation: ColorsGradient 15s ease infinite;
  z-index: 998;
}

@keyframes ColorsGradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.negotiations_modal {
  background-color: white;
  background-image: radial-gradient(#F9F9F9, white);
  border-radius: 3px;
  box-sizing: border-box;
  margin: 3rem auto;
  overflow: visible;
  padding: 1rem;
  width: 90%;
  max-width: 600px;
  z-index: 999;
}
.negotiations_modal img {
  width: 80%;
  max-width: 200px;
  display: block;
  margin: 1rem auto;
}
.negotiations_modal h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.negotiations_modal p {
  line-height: 1.5;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
}
.negotiations_modal ul {
  margin: 0 0 1rem 0;
  list-style-type: disc;
  padding-left: 2.5em;
}
.negotiations_modal ul li {
  display: list-item;
  font-size: 1.25rem;
  line-height: 1.5;
}
.negotiations_modal em {
  font-style: italic;
}
.negotiations_modal strong {
  font-weight: bold;
}
.negotiations_modal form {
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto;
}
.negotiations_modal label {
  display: block;
  text-transform: uppercase;
  color: #333333;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
.negotiations_modal input[type=text], .negotiations_modal input[type=phone], .negotiations_modal input[type=email] {
  display: block;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #777777;
  border-radius: 3px;
  outline: none;
  padding: 5px;
  transition: border-color 0.3s linear, box-shadow 0.3s linear, border-radius 0.3s linear;
}
.negotiations_modal input[type=text]:focus, .negotiations_modal input[type=phone]:focus, .negotiations_modal input[type=email]:focus {
  box-shadow: 0 0 5px rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  border-radius: 0;
}
.negotiations_modal input[type=text].red, .negotiations_modal input[type=phone].red, .negotiations_modal input[type=email].red {
  box-shadow: 0 0 5px #9B3333;
  border: 1px solid #9B3333;
}
.negotiations_modal input[type=text].inputSuperDim, .negotiations_modal input[type=phone].inputSuperDim, .negotiations_modal input[type=email].inputSuperDim {
  border: 1px solid #EEEEEE;
  color: #CCCCCC;
}
.negotiations_modal textarea {
  width: 100%;
  min-height: 16rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #777777;
  border-radius: 3px;
  outline: none;
  padding: 5px;
  transition: border-color 0.3s linear, box-shadow 0.3s linear, border-radius 0.3s linear;
}
.negotiations_modal textarea:focus {
  box-shadow: 0 0 5px rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  border-radius: 0;
}
.negotiations_modal a:link {
  color: rgb(0, 153, 255);
}
.negotiations_modal a:visited {
  color: rgb(0, 153, 255);
}
.negotiations_modal a:hover {
  color: rgb(0, 168, 119);
}
.negotiations_modal button[type=submit] {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(9.78, 234.72, 169.1125);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 168, 119), hsl(162.5, 109%, 21.9411764706%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(162.5, 115%, 14.9411764706%);
  background-clip: padding-box;
}
.negotiations_modal button[type=submit] a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.negotiations_modal button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(6.7725, 186.7275, 134.240625);
  cursor: pointer;
  background-image: linear-gradient(rgb(2.85, 139.65, 99.75), hsl(162.5, 108%, 18.9411764706%));
}
.negotiations_modal button[type=submit]:active:not(:disabled), .negotiations_modal button[type=submit]:focus:not(:disabled) {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  box-shadow: inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%), inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%);
}
.negotiations_modal button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.negotiations_modal button[type=reset] {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(252.62, 206.735, 197.88);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 141, 119), hsl(9.7058823529, 109%, 62.3333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 77.3333333333%);
  background-clip: padding-box;
}
.negotiations_modal button[type=reset] a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.negotiations_modal button[type=reset]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(251.1325, 164.99125, 148.3675);
  cursor: pointer;
  background-image: linear-gradient(rgb(251.77, 121.81, 96.73), hsl(9.7058823529, 108%, 59.3333333333%));
}
.negotiations_modal button[type=reset]:active:not(:disabled), .negotiations_modal button[type=reset]:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%);
}
.negotiations_modal button[type=reset]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.negotiations_modal button[type=submit], .negotiations_modal button[type=reset] {
  display: block;
  width: 80%;
  margin: 0 auto 1rem auto;
  min-height: 4rem;
}
.negotiations_modal .negotiations-error span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #9B3333;
  padding: 0 0 0.5rem 0;
}

#hidden-holder {
  display: none;
}

.fade-in {
  opacity: 0;
  transition: opacity 750ms ease-in;
}

#whats-app-thank-you button, #stories-thank-you button {
  max-width: 240px;
}

.negotiations-jelly {
  animation: jelly 1000ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/Vn2Euz */
@keyframes jelly {
  0% {
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.negotiations-shake {
  animation: negotiations-shake 800ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/jNAeTQ */
@keyframes negotiations-shake {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  0.79% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.676, 0, 0, 1);
  }
  1.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12.421, 0, 0, 1);
  }
  2.35% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 15.422, 0, 0, 1);
  }
  3.13% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.242, 0, 0, 1);
  }
  4.69% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.041, 0, 0, 1);
  }
  6.26% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.685, 0, 0, 1);
  }
  9.38% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.975, 0, 0, 1);
  }
  12.4% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
  }
  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
  }
  13.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.648, 0, 0, 1);
  }
  14.06% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.843, 0, 0, 1);
  }
  14.85% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.845, 0, 0, 1);
  }
  15.63% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.484, 0, 0, 1);
  }
  17.19% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.082, 0, 0, 1);
  }
  18.76% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.37, 0, 0, 1);
  }
  21.88% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.949, 0, 0, 1);
  }
  24.9% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  }
  25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  }
  25.79% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.648, 0, 0, 1);
  }
  26.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.843, 0, 0, 1);
  }
  27.35% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.845, 0, 0, 1);
  }
  28.13% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.484, 0, 0, 1);
  }
  29.69% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.082, 0, 0, 1);
  }
  31.26% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.37, 0, 0, 1);
  }
  34.38% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.949, 0, 0, 1);
  }
  37.4% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
  }
  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
  }
  38.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.648, 0, 0, 1);
  }
  39.06% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.843, 0, 0, 1);
  }
  39.85% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.845, 0, 0, 1);
  }
  40.63% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.484, 0, 0, 1);
  }
  42.19% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.082, 0, 0, 1);
  }
  43.76% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.37, 0, 0, 1);
  }
  46.88% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -19.949, 0, 0, 1);
  }
  49.9% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  }
  52.35% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.006, 0, 0, 1);
  }
  54.7% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.331, 0, 0, 1);
  }
  57.06% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.818, 0, 0, 1);
  }
  59.36% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.242, 0, 0, 1);
  }
  62.16% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.011, 0, 0, 1);
  }
  64.96% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.952, 0, 0, 1);
  }
  67.77% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.411, 0, 0, 1);
  }
  70.52% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.784, 0, 0, 1);
  }
  76.08% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.176, 0, 0, 1);
  }
  81.63% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.145, 0, 0, 1);
  }
  92.74% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.027, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.button-sign-letter {
  border: 1px solid rgb(6.693, 110.9432758621, 227.907);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(141.975, 188.4181034483, 240.525);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(#4294f0, rgb(7.1295, 118.1787068966, 242.7705));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(211.724137931, 100.2941176471%, 42%);
  background-clip: padding-box;
  display: block;
  margin: 1rem auto 1rem auto;
  min-height: 3rem;
}
.button-sign-letter a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.button-sign-letter:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(95.8725, 161.7340517241, 235.6275);
  cursor: pointer;
  background-image: linear-gradient(rgb(46.965, 134.8887931034, 233.535), rgb(7.866, 111.0106896552, 226.734));
}
.button-sign-letter:active:not(:disabled), .button-sign-letter:focus:not(:disabled) {
  border: 1px solid rgb(6.693, 110.9432758621, 227.907);
  box-shadow: inset 0 0 8px 4px rgb(8.4495, 103.8338793103, 210.8505), inset 0 0 8px 4px rgb(8.4495, 103.8338793103, 210.8505);
}
.button-sign-letter:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#manual-request {
  display: none;
}

.mpl {
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
}
.mpl h1 {
  margin: 1em 0 1em 0;
  padding: 0 0 0.25em 0;
  border-bottom: solid 1px #EEEEEE;
  font-size: 1.5rem;
  font-family: "Sanchez", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  box-sizing: border-box;
}
.mpl h2 {
  font-size: 1.2rem;
}
.mpl h2 span {
  font-weight: bold;
}
.mpl p {
  line-height: 1.5;
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
.mpl ul {
  margin: 1rem 0 1rem 0;
  list-style-type: disc;
  padding-left: 2.5em;
}
.mpl ul li {
  display: list-item;
  font-size: 1.05rem;
  line-height: 1.5;
}
.mpl em {
  font-style: italic;
}
.mpl strong {
  font-weight: bold;
}
.mpl .radio-holder {
  width: 100%;
  max-width: 300px;
  margin: 0.5rem auto;
  line-height: 1.5;
}
.mpl label {
  text-transform: uppercase;
  color: #333333;
  font-size: 1rem;
}
.mpl label.own-line {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto 0.5rem auto;
}
.mpl input[type=text] {
  display: block;
  font-size: 2rem;
  margin: 0 auto 1rem auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  -webkit-appearance: none;
  border: 1px solid #777777;
  border-radius: 3px;
  outline: none;
  padding: 5px;
  transition: border-color 0.3s linear, box-shadow 0.3s linear, border-radius 0.3s linear;
}
.mpl input[type=text]:focus {
  box-shadow: 0 0 5px rgb(0, 153, 255);
  border: 1px solid rgb(0, 153, 255);
  border-radius: 0;
}
.mpl input[type=text].red {
  box-shadow: 0 0 5px #9B3333;
  border: 1px solid #9B3333;
}
.mpl input[type=text].inputSuperDim {
  border: 1px solid #EEEEEE;
  color: #CCCCCC;
}
.mpl button {
  border: 1px solid hsl(204, 109%, 36%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(83.64, 182.172, 247.86);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 153, 255), hsl(204, 109%, 39%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(204, 115%, 32%);
  background-clip: padding-box;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1rem auto;
}
.mpl button a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.mpl button:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(33.5325, 161.5935, 246.9675);
  cursor: pointer;
  background-image: linear-gradient(rgb(4.59, 136.782, 224.91), hsl(204, 108%, 36%));
}
.mpl button:active:not(:disabled), .mpl button:focus:not(:disabled) {
  border: 1px solid hsl(204, 109%, 36%);
  box-shadow: inset 0 0 8px 4px hsl(204, 107%, 33%), inset 0 0 8px 4px hsl(204, 107%, 33%);
}
.mpl button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mpl button[type=submit] {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(9.78, 234.72, 169.1125);
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(0, 168, 119), hsl(162.5, 109%, 21.9411764706%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(162.5, 115%, 14.9411764706%);
  background-clip: padding-box;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1rem auto;
  min-height: 3rem;
}
.mpl button[type=submit] a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.mpl button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(6.7725, 186.7275, 134.240625);
  cursor: pointer;
  background-image: linear-gradient(rgb(2.85, 139.65, 99.75), hsl(162.5, 108%, 18.9411764706%));
}
.mpl button[type=submit]:active:not(:disabled), .mpl button[type=submit]:focus:not(:disabled) {
  border: 1px solid hsl(162.5, 109%, 18.9411764706%);
  box-shadow: inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%), inset 0 0 8px 4px hsl(162.5, 107%, 15.9411764706%);
}
.mpl button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mpl button.forgot {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgb(252.62, 206.735, 197.88);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-image: linear-gradient(rgb(255, 141, 119), hsl(9.7058823529, 109%, 62.3333333333%));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(9.7058823529, 110%, 77.3333333333%);
  background-clip: padding-box;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1rem auto;
}
.mpl button.forgot a {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
.mpl button.forgot:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 rgb(251.1325, 164.99125, 148.3675);
  cursor: pointer;
  background-image: linear-gradient(rgb(251.77, 121.81, 96.73), hsl(9.7058823529, 108%, 59.3333333333%));
}
.mpl button.forgot:active:not(:disabled), .mpl button.forgot:focus:not(:disabled) {
  border: 1px solid hsl(9.7058823529, 109%, 59.3333333333%);
  box-shadow: inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%), inset 0 0 8px 4px hsl(9.7058823529, 107%, 56.3333333333%);
}
.mpl button.forgot:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mpl .mpl-error {
  width: 100%;
  max-width: 300px;
  margin: 0.5rem auto;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #9B3333;
  padding: 0 0 0.5rem 0;
}

article#faq_00aa7 div.news-post {
  max-width: 100%;
}
article#faq_00aa7 div.header-holder {
  max-width: 100%;
}
