@charset "UTF-8";
/* ==========================================================================
	Filename: base.css
	Version: 1.0.0 (2018-08-01)
	Website: Mosman Apartments
	Author: Tayyab Azam, Dhruv Raniga
	Description: Handles the site global layout
   ========================================================================== */
/*
[Content]
SASS Imports
Base
Accessibility
Structure
Header
Navigation
Content
Footer
Gravity Forms
Media queries
Animation
No Script
Print styles
*/
/*
[Color codes]
*/
/*
[Typographic scale]
6,7,8,9,10,12,14,16,18,21,24,28,32,36,42,48,55,63,73,84,96,110,127,146,167,192
*/
/* ==========================================================================
	SASS IMPORTS
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

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

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

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

.glyphicon-th:before {
  content: "\e011"; }

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

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

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

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

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

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

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

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

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

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

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

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

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

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

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

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

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

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

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

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

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

.glyphicon-list:before {
  content: "\e056"; }

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

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

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

.glyphicon-picture:before {
  content: "\e060"; }

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

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

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

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

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

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

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

.glyphicon-eject:before {
  content: "\e078"; }

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "\e087"; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

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

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

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

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

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

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

.glyphicon-retweet:before {
  content: "\e115"; }

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

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

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

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

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

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

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

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

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

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

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

.glyphicon-flash:before {
  content: "\e162"; }

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

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

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

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

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

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

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

.glyphicon-subtitles:before {
  content: "\e188"; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201"; }

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

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

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

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

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

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

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

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

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

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

.glyphicon-education:before {
  content: "\e233"; }

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

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

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

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

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

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

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

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

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: red; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

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

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

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

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

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

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

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

.bg-danger {
  background-color: white; }

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

.list-unstyled, #main .gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control, #main .gform_wrapper .ginput_container input,
#main .gform_wrapper .ginput_container select,
#main .gform_wrapper .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, #main .gform_wrapper .ginput_container input:focus,
  #main .gform_wrapper .ginput_container select:focus,
  #main .gform_wrapper .ginput_container textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, #main .gform_wrapper .ginput_container input::-moz-placeholder,
  #main .gform_wrapper .ginput_container select::-moz-placeholder,
  #main .gform_wrapper .ginput_container textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, #main .gform_wrapper .ginput_container input:-ms-input-placeholder,
  #main .gform_wrapper .ginput_container select:-ms-input-placeholder,
  #main .gform_wrapper .ginput_container textarea:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, #main .gform_wrapper .ginput_container input::-webkit-input-placeholder,
  #main .gform_wrapper .ginput_container select::-webkit-input-placeholder,
  #main .gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, #main .gform_wrapper .ginput_container input::-ms-expand,
  #main .gform_wrapper .ginput_container select::-ms-expand,
  #main .gform_wrapper .ginput_container textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], #main .gform_wrapper .ginput_container input[disabled],
  #main .gform_wrapper .ginput_container select[disabled],
  #main .gform_wrapper .ginput_container textarea[disabled], .form-control[readonly], #main .gform_wrapper .ginput_container input[readonly],
  #main .gform_wrapper .ginput_container select[readonly],
  #main .gform_wrapper .ginput_container textarea[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] #main .gform_wrapper .ginput_container input,
  #main .gform_wrapper .ginput_container fieldset[disabled] input,
  fieldset[disabled] #main .gform_wrapper .ginput_container select,
  #main .gform_wrapper .ginput_container fieldset[disabled] select,
  fieldset[disabled] #main .gform_wrapper .ginput_container textarea,
  #main .gform_wrapper .ginput_container fieldset[disabled] textarea {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], #main .gform_wrapper .ginput_container input[disabled],
  #main .gform_wrapper .ginput_container select[disabled],
  #main .gform_wrapper .ginput_container textarea[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] #main .gform_wrapper .ginput_container input,
  #main .gform_wrapper .ginput_container fieldset[disabled] input,
  fieldset[disabled] #main .gform_wrapper .ginput_container select,
  #main .gform_wrapper .ginput_container fieldset[disabled] select,
  fieldset[disabled] #main .gform_wrapper .ginput_container textarea,
  #main .gform_wrapper .ginput_container fieldset[disabled] textarea {
    cursor: not-allowed; }

textarea.form-control,
#main .gform_wrapper .ginput_container textarea {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, #main .gform_wrapper .ginput_container input[type="date"],
  input[type="time"].form-control,
  #main .gform_wrapper .ginput_container input[type="time"],
  input[type="datetime-local"].form-control,
  #main .gform_wrapper .ginput_container input[type="datetime-local"],
  input[type="month"].form-control,
  #main .gform_wrapper .ginput_container input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group, #main .gform_wrapper li {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm #main .gform_wrapper .ginput_container input, #main .gform_wrapper .ginput_container .form-group-sm input,
.form-group-sm #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .form-group-sm select,
.form-group-sm #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control,
.form-group-sm #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .form-group-sm select {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm #main .gform_wrapper .ginput_container select[multiple],
#main .gform_wrapper .ginput_container .form-group-sm select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg #main .gform_wrapper .ginput_container input, #main .gform_wrapper .ginput_container .form-group-lg input,
.form-group-lg #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .form-group-lg select,
.form-group-lg #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control,
.form-group-lg #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .form-group-lg select {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg #main .gform_wrapper .ginput_container select[multiple],
#main .gform_wrapper .ginput_container .form-group-lg select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback #main .gform_wrapper .ginput_container input, #main .gform_wrapper .ginput_container .has-feedback input,
  .has-feedback #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .has-feedback select,
  .has-feedback #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .has-feedback textarea {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg #main .gform_wrapper .ginput_container input + .form-control-feedback,
#main .gform_wrapper .ginput_container .form-group-lg input + .form-control-feedback,
.form-group-lg #main .gform_wrapper .ginput_container select + .form-control-feedback,
#main .gform_wrapper .ginput_container .form-group-lg select + .form-control-feedback,
.form-group-lg #main .gform_wrapper .ginput_container textarea + .form-control-feedback,
#main .gform_wrapper .ginput_container .form-group-lg textarea + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm #main .gform_wrapper .ginput_container input + .form-control-feedback,
#main .gform_wrapper .ginput_container .form-group-sm input + .form-control-feedback,
.form-group-sm #main .gform_wrapper .ginput_container select + .form-control-feedback,
#main .gform_wrapper .ginput_container .form-group-sm select + .form-control-feedback,
.form-group-sm #main .gform_wrapper .ginput_container textarea + .form-control-feedback,
#main .gform_wrapper .ginput_container .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success #main .gform_wrapper .ginput_container input, #main .gform_wrapper .ginput_container .has-success input,
.has-success #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .has-success select,
.has-success #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success #main .gform_wrapper .ginput_container input:focus, #main .gform_wrapper .ginput_container .has-success input:focus,
  .has-success #main .gform_wrapper .ginput_container select:focus, #main .gform_wrapper .ginput_container .has-success select:focus,
  .has-success #main .gform_wrapper .ginput_container textarea:focus, #main .gform_wrapper .ginput_container .has-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning #main .gform_wrapper .ginput_container input, #main .gform_wrapper .ginput_container .has-warning input,
.has-warning #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .has-warning select,
.has-warning #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning #main .gform_wrapper .ginput_container input:focus, #main .gform_wrapper .ginput_container .has-warning input:focus,
  .has-warning #main .gform_wrapper .ginput_container select:focus, #main .gform_wrapper .ginput_container .has-warning select:focus,
  .has-warning #main .gform_wrapper .ginput_container textarea:focus, #main .gform_wrapper .ginput_container .has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: red; }

.has-error .form-control, .has-error #main .gform_wrapper .ginput_container input, #main .gform_wrapper .ginput_container .has-error input,
.has-error #main .gform_wrapper .ginput_container select, #main .gform_wrapper .ginput_container .has-error select,
.has-error #main .gform_wrapper .ginput_container textarea, #main .gform_wrapper .ginput_container .has-error textarea {
  border-color: red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error #main .gform_wrapper .ginput_container input:focus, #main .gform_wrapper .ginput_container .has-error input:focus,
  .has-error #main .gform_wrapper .ginput_container select:focus, #main .gform_wrapper .ginput_container .has-error select:focus,
  .has-error #main .gform_wrapper .ginput_container textarea:focus, #main .gform_wrapper .ginput_container .has-error textarea:focus {
    border-color: #cc0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666; }

.has-error .input-group-addon {
  color: red;
  border-color: red;
  background-color: white; }

.has-error .form-control-feedback {
  color: red; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group, .form-horizontal #main .gform_wrapper li, #main .gform_wrapper .form-horizontal li {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal #main .gform_wrapper li:before, #main .gform_wrapper .form-horizontal li:before, .form-horizontal .form-group:after, .form-horizontal #main .gform_wrapper li:after, #main .gform_wrapper .form-horizontal li:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal #main .gform_wrapper li:after, #main .gform_wrapper .form-horizontal li:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-danger, #main .gform_wrapper .validation_error {
  background-color: white;
  border-color: red;
  color: red; }
  .alert-danger hr, #main .gform_wrapper .validation_error hr {
    border-top-color: #e60000; }
  .alert-danger .alert-link, #main .gform_wrapper .validation_error .alert-link {
    color: #cc0000; }

.clearfix:before, #main .gform_wrapper li.radio-button .ginput_container ul:before, .clearfix:after, #main .gform_wrapper li.radio-button .ginput_container ul:after {
  content: " ";
  display: table; }

.clearfix:after, #main .gform_wrapper li.radio-button .ginput_container ul:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * jQuery mmenu v7.0.6
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-hidden {
  display: none !important; }

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

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mm-menu a,
  .mm-menu a:link,
  .mm-menu a:active,
  .mm-menu a:visited,
  .mm-menu a:hover {
    color: inherit;
    text-decoration: none; }

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

.mm-panels,
.mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
  transform-origin: top left; }
  .mm-panel:not(.mm-hidden) {
    display: block; }
  .mm-panel:before, .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-panel_has-navbar {
  padding-top: 40px; }

.mm-panel_opened {
  z-index: 1;
  transform: translate(0%, 0);
  transform: translate3d(0%, 0, 0); }

.mm-panel_opened-parent {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  transition: none !important; }
  .mm-panel_noanimation.mm-panel_opened-parent {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  transform: none !important;
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
    content: none;
    display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-btn_next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-btn_next:after {
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-btn_fullwidth {
  width: 100%; }

.mm-btn_clear:before, .mm-btn_clear:after,
.mm-btn_close:before,
.mm-btn_close:after {
  content: '';
  border: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }

.mm-btn_clear:before,
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_clear:after,
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-btn_prev:before,
.mm-btn_next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.4s ease; }
  .mm-navbar > * {
    box-sizing: border-box;
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar__btn:first-child {
  left: 0; }

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel_has-navbar .mm-navbar {
  display: block; }

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

.mm-listview,
.mm-listitem,
.mm-listitem:after,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before {
  border-color: inherit; }

.mm-listview {
  font: inherit;
  line-height: 20px; }

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

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

.mm-listitem {
  position: relative; }
  .mm-listitem:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .mm-listitem:after {
    left: 20px; }
  .mm-listitem a,
  .mm-listitem a:hover {
    text-decoration: none; }
  .mm-listitem > a,
  .mm-listitem > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }
  .mm-listitem .mm-btn_next {
    background: rgba(3, 2, 1, 0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listitem .mm-btn_next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
      width: 50px; }
      .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
      .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
        margin-right: 50px; }
  .mm-listitem .mm-btn_fullwidth:before {
    border-left: none; }
  .mm-listitem .mm-btn_fullwidth + a,
  .mm-listitem .mm-btn_fullwidth + span {
    padding-right: 50px; }

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px; }
  .mm-listitem_divider:after {
    content: ' ';
    display: none;
    position: static;
    display: inline-block; }

.mm-listitem_spacer {
  padding-top: 40px; }
  .mm-listitem_spacer > .mm-btn_next {
    top: 40px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    tap-highlight-color: rgba(255, 255, 255, 0.4); }
  .mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
  .mm-menu .mm-listitem_selected > span {
    background: rgba(255, 255, 255, 0.4); }
  .mm-menu .mm-listitem_opened > .mm-btn_next,
  .mm-menu .mm-listitem_opened > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-listitem_divider {
    background: rgba(0, 0, 0, 0.05); }

/*	
 * jQuery mmenu offCanvas add-on
 * mmenu.frebsite.nl
 */
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1; }

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

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

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0; }
  .mm-menu_offcanvas.mm-menu_opened {
    display: block; }

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10; }

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

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate(80vw, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0); } }

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

.mm-wrapper_blocking {
  overflow: hidden; }
  .mm-wrapper_blocking body {
    overflow: hidden; }
  .mm-wrapper_blocking .mm-page__blocker {
    display: block; }

/*
 * jQuery mmenu pageDim extension
 * mmenu.frebsite.nl
 */
[class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0; }

.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }

.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker {
  background: inherit; }

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
  background: #000; }

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker {
  background: #fff; }

/*
 * jQuery mmenu positioning extension
 * mmenu.frebsite.nl
 */
.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate(-80vw, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-front,
.mm-menu_position-top,
.mm-menu_position-bottom {
  transition: transform 0.4s ease; }
  .mm-menu_position-front.mm-menu_opened,
  .mm-menu_position-top.mm-menu_opened,
  .mm-menu_position-bottom.mm-menu_opened {
    z-index: 2; }
    .mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
    .mm-menu_position-top.mm-menu_opened ~ .mm-slideout,
    .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
      transform: none !important;
      z-index: 0; }
    .mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker,
    .mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker,
    .mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker {
      z-index: 1; }

.mm-menu_position-front {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu_position-front.mm-menu_position-right {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0); }

.mm-menu_position-top,
.mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top,
.mm-wrapper_opening .mm-menu_position-bottom {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

/*
 * jQuery mmenu shadows extension
 * mmenu.frebsite.nl
 */
.mm-menu_shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%); }

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }

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

.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
 * jQuery mmenu screenReader add-on
 * mmenu.frebsite.nl
 */
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../bower_components/font-awesome/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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

/* ==========================================================================
	../fonts
   ========================================================================== */
@font-face {
  font-family: "Bank Gothic";
  src: url("../fonts/BankGothicBT-Light.eot");
  src: url("../fonts/BankGothicBT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BankGothicBT-Light.woff2") format("woff2"), url("../fonts/BankGothicBT-Light.woff") format("woff"), url("../fonts/BankGothicBT-Light.ttf") format("truetype"), url("../fonts/BankGothicBT-Light.svg#BankGothicBT-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Bank Gothic";
  src: url("../fonts/BankGothicBT-Medium.eot");
  src: url("../fonts/BankGothicBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BankGothicBT-Medium.woff2") format("woff2"), url("../fonts/BankGothicBT-Light.woff") format("woff"), url("../fonts/BankGothicBT-Medium.ttf") format("truetype"), url("../fonts/BankGothicBT-Medium.svg#BankGothicBT-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-ExtraLight-webfont.eot?#iefix");
  src: url("../fonts/Darwin-ExtraLight-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-ExtraLight-webfont.woff2") format("woff2"), url("../fonts/Darwin-ExtraLight-webfont.woff") format("woff"), url("../fonts/Darwin-ExtraLight-webfont.ttf") format("truetype"), url("../fonts/Darwin-ExtraLight-webfont.svg#Darwin-ExtraLight-webfont") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-ExtraLight-Italic-webfont.eot?#iefix");
  src: url("../fonts/Darwin-ExtraLight-Italic-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-ExtraLight-Italic-webfont.woff2") format("woff2"), url("../fonts/Darwin-ExtraLight-Italic-webfont.woff") format("woff"), url("../fonts/Darwin-ExtraLight-Italic-webfont.ttf") format("truetype"), url("../fonts/Darwin-ExtraLight-Italic-webfont.svg#Darwin-ExtraLight-Italic-webfont") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Light-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Light-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Light-webfont.woff2") format("woff2"), url("../fonts/Darwin-Light-webfont.woff") format("woff"), url("../fonts/Darwin-Light-webfont.ttf") format("truetype"), url("../fonts/Darwin-Light-webfont.svg#Darwin-Light-webfont") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Light-Italic-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Light-Italic-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Light-Italic-webfont.woff2") format("woff2"), url("../fonts/Darwin-Light-Italic-webfont.woff") format("woff"), url("../fonts/Darwin-Light-Italic-webfont.ttf") format("truetype"), url("../fonts/Darwin-Light-Italic-webfont.svg#Darwin-Light-Italic-webfont") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Regular-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Regular-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Regular-webfont.woff2") format("woff2"), url("../fonts/Darwin-Regular-webfont.woff") format("woff"), url("../fonts/Darwin-Regular-webfont.ttf") format("truetype"), url("../fonts/Darwin-Regular-webfont.svg#Darwin-Regular-webfont") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Regular-Italic-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Regular-Italic-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Regular-Italic-webfont.woff2") format("woff2"), url("../fonts/Darwin-Regular-Italic-webfont.woff") format("woff"), url("../fonts/Darwin-Regular-Italic-webfont.ttf") format("truetype"), url("../fonts/Darwin-Regular-Italic-webfont.svg#Darwin-Regular-Italic-webfont") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Bold-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Bold-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Bold-webfont.woff2") format("woff2"), url("../fonts/Darwin-Bold-webfont.woff") format("woff"), url("../fonts/Darwin-Bold-webfont.ttf") format("truetype"), url("../fonts/Darwin-Bold-webfont.svg#Darwin-Bold-webfont") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Bold-Italic-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Bold-Italic-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Bold-Italic-webfont.woff2") format("woff2"), url("../fonts/Darwin-Bold-Italic-webfont.woff") format("woff"), url("../fonts/Darwin-Bold-Italic-webfont.ttf") format("truetype"), url("../fonts/Darwin-Bold-Italic-webfont.svg#Darwin-Bold-Italic-webfont") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Black-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Black-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Black-webfont.woff2") format("woff2"), url("../fonts/Darwin-Black-webfont.woff") format("woff"), url("../fonts/Darwin-Black-webfont.ttf") format("truetype"), url("../fonts/Darwin-Black-webfont.svg#Darwin-Black-webfont") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Darwin";
  src: url("../fonts/Darwin-Black-Italic-webfont.eot?#iefix");
  src: url("../fonts/Darwin-Black-Italic-webfont.eot?#iefix") format("eot"), url("../fonts/Darwin-Black-Italic-webfont.woff2") format("woff2"), url("../fonts/Darwin-Black-Italic-webfont.woff") format("woff"), url("../fonts/Darwin-Black-Italic-webfont.ttf") format("truetype"), url("../fonts/Darwin-Black-Italic-webfont.svg#Darwin-Black-Italic-webfont") format("svg");
  font-weight: 700;
  font-style: italic; }

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 200px; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

/* Filtering style */
.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: none; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==========================================================================
	Base
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: black; }

html,
body {
  background: black;
  width: 100%;
  height: 100%; }

html {
  position: relative;
  font-size: 62.5%;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  width: 100%; }

body {
  color: white;
  font: 400 16px "Gotham", sans-serif;
  font: 400 1.6rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  text-shadow: 0 0 20px black;
  background: url(../images/square-pattern.jpg) 100% 0 no-repeat fixed;
  background-size: contain;
  background-color: black; }

/*
[Typographic scale]
6,7,8,9,10,12,14,16,18,21,24,28,32,36,42,48,55,63,73,84,96,110,127,146,167,192

[Line height]
Bootstrap: 1.428571429
Golden Ratio: 1.61803398875
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  word-wrap: normal;
  margin: 0; }

h1 {
  font: 500 36px "Bank Gothic", sans-serif;
  font: 500 3.6rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h1 {
      font: 600 32px "Bank Gothic", sans-serif;
      font: 600 3.2rem "Bank Gothic", sans-serif;
      line-height: 1.1; } }

h2 {
  font: 500 32px "Bank Gothic", sans-serif;
  font: 500 3.2rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h2 {
      font: 500 28px "Bank Gothic", sans-serif;
      font: 500 2.8rem "Bank Gothic", sans-serif;
      line-height: 1.1; } }

h3 {
  font: 500 28px "Bank Gothic", sans-serif;
  font: 500 2.8rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h3 {
      font: 500 24px "Bank Gothic", sans-serif;
      font: 500 2.4rem "Bank Gothic", sans-serif;
      line-height: 1.1; } }

h4 {
  font: 500 24px "Bank Gothic", sans-serif;
  font: 500 2.4rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    h4 {
      font: 500 21px "Bank Gothic", sans-serif;
      font: 500 2.1rem "Bank Gothic", sans-serif;
      line-height: 1.1; } }

h5 {
  font: 500 21px "Bank Gothic", sans-serif;
  font: 500 2.1rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    h5 {
      font: 500 18px "Bank Gothic", sans-serif;
      font: 500 1.8rem "Bank Gothic", sans-serif;
      line-height: 1.1; } }

h6 {
  font: 500 18px "Bank Gothic", sans-serif;
  font: 500 1.8rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    h6 {
      font: 500 16px "Bank Gothic", sans-serif;
      font: 500 1.6rem "Bank Gothic", sans-serif;
      line-height: 1.1; } }

p {
  font: 300 14px "Gotham", sans-serif;
  font: 300 1.4rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  margin: 0 0 30px; }
  @media (max-width: 768px) {
    p {
      margin-bottom: 20px; } }
  p.lead {
    font: 500 24px "Gotham", sans-serif;
    font: 500 2.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    hyphens: none; }
    @media (max-width: 768px) {
      p.lead {
        font: 500 21px "Gotham", sans-serif;
        font: 500 2.1rem "Gotham", sans-serif;
        line-height: 1.6180339887; } }
  p.bold {
    font: 600 14px "Gotham", sans-serif;
    font: 600 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887; }

blockquote {
  position: relative;
  quotes: "“" "”" "‘" "’";
  color: white;
  border: 0;
  border-left: 8px solid white;
  margin: 0 auto 20px;
  padding: 0 0 0 20px; }
  @media (max-width: 768px) {
    blockquote {
      border-left: 4px solid white;
      padding-left: 15px; } }
  blockquote p {
    font: 500 21px "Gotham", sans-serif;
    font: 500 2.1rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    margin: 0; }
    @media (max-width: 768px) {
      blockquote p {
        font: 500 18px "Gotham", sans-serif;
        font: 500 1.8rem "Gotham", sans-serif;
        line-height: 1.6180339887; } }
  blockquote span.author {
    display: block;
    font: 300 14px "Bank Gothic", sans-serif;
    font: 300 1.4rem "Bank Gothic", sans-serif;
    line-height: 1.6180339887;
    text-transform: uppercase;
    margin-top: 18px; }
    @media (max-width: 768px) {
      blockquote span.author {
        font: 300 12px "Bank Gothic", sans-serif;
        font: 300 1.2rem "Bank Gothic", sans-serif;
        line-height: 1.6180339887; } }
    blockquote span.author:before {
      content: "-";
      font: 300 14px "Bank Gothic", sans-serif;
      font: 300 1.4rem "Bank Gothic", sans-serif;
      line-height: 1.6180339887;
      margin-right: 5px; }
      @media (max-width: 768px) {
        blockquote span.author:before {
          font: 300 12px "Bank Gothic", sans-serif;
          font: 300 1.2rem "Bank Gothic", sans-serif;
          line-height: 1.6180339887; } }

li {
  font: 300 16px "Gotham", sans-serif;
  font: 300 1.6rem "Gotham", sans-serif;
  line-height: 1.6180339887; }
  @media (max-width: 768px) {
    li {
      font: 300 14px "Gotham", sans-serif;
      font: 300 1.4rem "Gotham", sans-serif;
      line-height: 1.6180339887; } }

dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  /* set the container width*/
  overflow: visible; }
  dl dt {
    font: 600 14px "Gotham", sans-serif;
    font: 600 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    text-transform: uppercase;
    text-overflow: ellipsis;
    flex: 0 0 30%;
    overflow: hidden; }
    @media (max-width: 992px) {
      dl dt {
        flex: 0 0 20%; } }
    @media (max-width: 768px) {
      dl dt {
        flex: 0 0 25%; } }
  dl dd {
    font: 600 14px "Gotham", sans-serif;
    font: 600 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    margin-left: auto;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 0 0 70%; }
    @media (max-width: 992px) {
      dl dd {
        flex: 0 0 80%; } }
    @media (max-width: 768px) {
      dl dd {
        flex: 0 0 75%; } }

a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  cursor: pointer; }

a[role="link"] {
  font-style: italic; }

a:visited,
a:focus,
a:visited {
  color: #9e3227; }

a:hover {
  text-decoration: none;
  color: #9e3227; }

b,
strong {
  font-weight: 600; }

@media (max-width: 768px) {
  .mobile-bold {
    font-weight: 600; } }

hr {
  border-top: 2px solid #756e6c; }

i {
  margin-right: 8px; }

figure {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    figure {
      margin-bottom: 20px; } }
  figure img {
    width: 100%;
    transition: transform .25s;
    transform-origin: 50% 50%; }
  figure figcaption p {
    font: italic 300 14px "Gotham", sans-serif;
    font: italic 300 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    color: #756e6c;
    margin-top: 8px; }
    @media (max-width: 768px) {
      figure figcaption p {
        font: italic 300 12px "Gotham", sans-serif;
        font: italic 300 1.2rem "Gotham", sans-serif;
        line-height: 1.1; } }

.table {
  text-align: left;
  width: 100%;
  margin-bottom: 30px !important; }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-top: none;
    padding: 15px 20px; }
    @media (max-width: 768px) {
      .table > thead > tr > th,
      .table > tbody > tr > th,
      .table > tfoot > tr > th,
      .table > thead > tr > td,
      .table > tbody > tr > td,
      .table > tfoot > tr > td {
        padding: 10px 15px; } }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th {
    line-height: 1.1; }
    @media (max-width: 768px) {
      .table > thead > tr > th,
      .table > tbody > tr > th,
      .table > tfoot > tr > th {
        padding: 15px; } }
  .table > thead > tr > th {
    border-bottom: none;
    vertical-align: middle; }
  .table thead th {
    font: 500 18px "Bank Gothic", sans-serif;
    font: 500 1.8rem "Bank Gothic", sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
    background: #9e3227;
    color: white; }
    @media (max-width: 768px) {
      .table thead th {
        font: 500 16px "Bank Gothic", sans-serif;
        font: 500 1.6rem "Bank Gothic", sans-serif;
        line-height: 1.1; } }
    .table thead th:first-child {
      border-top-left-radius: 1px; }
    .table thead th:last-child {
      border-top-right-radius: 1px; }
  .table tbody tr {
    background: rgba(117, 110, 108, 0.4); }
    .table tbody tr:nth-child(even) {
      background: rgba(117, 110, 108, 0.6); }
  .table tbody tr td {
    font: 300 16px "Gotham", sans-serif;
    font: 300 1.6rem "Gotham", sans-serif;
    line-height: 1.6180339887; }
    @media (max-width: 768px) {
      .table tbody tr td {
        font: 300 14px "Gotham", sans-serif;
        font: 300 1.4rem "Gotham", sans-serif;
        line-height: 1.6180339887; } }

time {
  display: inline-block;
  font: 300 14px "Bank Gothic", sans-serif;
  font: 300 1.4rem "Bank Gothic", sans-serif;
  line-height: 1.6180339887;
  text-transform: uppercase;
  margin-bottom: 10px; }

::-moz-selection {
  color: white;
  background: #756e6c;
  text-shadow: none; }

::selection {
  color: white;
  background: #756e6c;
  text-shadow: none; }

.image-as-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .image-as-bg img,
  .image-as-bg a img {
    opacity: 0; }
  .image-as-bg a:hover img {
    opacity: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.table {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto; }

#wrapper .btn {
  transition: none;
  display: inline-block;
  position: relative;
  /*overflow: hidden;*/
  font: 500 12px "Gotham", sans-serif;
  font: 500 1.2rem "Gotham", sans-serif;
  line-height: 1.1;
  line-height: 44px;
  line-height: 4.4rem;
  /*-moz-osx-font-smoothing: grayscale;*/
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 25px;
  background: none;
  color: inherit;
  vertical-align: middle;
  height: 46px;
  margin-bottom: 20px;
  padding: 0 35px 0 20px;
  z-index: 1;
  backface-visibility: hidden;
  transition: all 0.3s; }
  #wrapper .btn * {
    transition: none; }
  @media (max-width: 768px) {
    #wrapper .btn {
      font: 500 12px "Gotham", sans-serif;
      font: 500 1.2rem "Gotham", sans-serif;
      line-height: 1.1;
      line-height: 38px;
      line-height: 3.8rem;
      height: 40px; } }
  #wrapper .btn:focus {
    outline: none; }
  #wrapper .btn:hover {
    color: white;
    background: #9e3227;
    border-color: #9e3227;
    box-shadow: none; }
  #wrapper .btn:after {
    content: "\e156";
    position: absolute;
    font: 400 8px "iconic-lg";
    font: 400 0.8rem "iconic-lg";
    line-height: 42px;
    color: white;
    margin: 0;
    right: 15px; }
    @media (max-width: 768px) {
      #wrapper .btn:after {
        font: 400 8px "iconic-lg";
        font: 400 0.8rem "iconic-lg";
        line-height: 36px; } }

#homepage h1 {
  font: 300 63px "Bank Gothic", sans-serif;
  font: 300 6.3rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  letter-spacing: .15em;
  text-align: center;
  margin: 10vh 0 50px; }
  @media (max-width: 992px) {
    #homepage h1 {
      font: 300 48px "Bank Gothic", sans-serif;
      font: 300 4.8rem "Bank Gothic", sans-serif;
      line-height: 1.1; } }
  @media (max-width: 768px) {
    #homepage h1 {
      font: 300 36px "Bank Gothic", sans-serif;
      font: 300 3.6rem "Bank Gothic", sans-serif;
      line-height: 1.1;
      margin: 60px 0 40px; } }
  #homepage h1 small {
    font: 300 24px "Bank Gothic", sans-serif;
    font: 300 2.4rem "Bank Gothic", sans-serif;
    line-height: 1.1;
    letter-spacing: .15em;
    color: white; }
    @media (max-width: 992px) {
      #homepage h1 small {
        font: 300 18px "Bank Gothic", sans-serif;
        font: 300 1.8rem "Bank Gothic", sans-serif;
        line-height: 1.1; } }
    @media (max-width: 768px) {
      #homepage h1 small {
        font: 300 14px "Bank Gothic", sans-serif;
        font: 300 1.4rem "Bank Gothic", sans-serif;
        line-height: 1.1; } }

#homepage p {
  font: 300 18px "Gotham", sans-serif;
  font: 300 1.8rem "Gotham", sans-serif;
  line-height: 1.6180339887; }
  @media (max-width: 992px) {
    #homepage p {
      font: 300 16px "Gotham", sans-serif;
      font: 300 1.6rem "Gotham", sans-serif;
      line-height: 1.6180339887; } }
  @media (max-width: 768px) {
    #homepage p {
      font: 300 14px "Gotham", sans-serif;
      font: 300 1.4rem "Gotham", sans-serif;
      line-height: 1.6180339887; } }

/* ==========================================================================
	Structure
	 ========================================================================== */
#wrapper * {
  transition: all ease .25s; }

#wrapper {
  position: relative;
  z-index: 2; }
  #wrapper .container-fluid {
    position: relative;
    max-width: 1200px; }
    @media (max-width: 1200px) {
      #wrapper .container-fluid {
        max-width: 992px; } }
    @media (max-width: 992px) {
      #wrapper .container-fluid {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 768px) {
      #wrapper .container-fluid {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 480px) {
      #wrapper .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  #wrapper .col-xs-5ths {
    width: 20%;
    float: left; }
  #wrapper .col-xs-5ths,
  #wrapper .col-sm-5ths,
  #wrapper .col-md-5ths,
  #wrapper .col-lg-5ths {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  #wrapper .display-table {
    display: table;
    width: 100%;
    height: 100%; }
    #wrapper .display-table .v-align {
      display: table-cell;
      vertical-align: middle; }

#main h1.visible-tn {
  margin-top: -10px; }

#main {
  overflow: hidden; }
  #main .content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    z-index: 20;
    /* needed for setting pseudo-element z-index */ }
    @media (max-width: 768px) {
      #main .content {
        padding: 20px 0; } }

.flex-grid {
  display: flex;
  flex-wrap: wrap; }
  .ie9 .flex-grid {
    display: block; }
    .ie9 .flex-grid:before, .ie9 .flex-grid:after {
      content: " ";
      display: table; }
    .ie9 .flex-grid:after {
      clear: both; }
  .ie9 .flex-grid .col {
    float: left; }

.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
  float: left; }

.col-tn-1 {
  width: 8.3333333333%; }

.col-tn-2 {
  width: 16.6666666667%; }

.col-tn-3 {
  width: 25%; }

.col-tn-4 {
  width: 33.3333333333%; }

.col-tn-5 {
  width: 41.6666666667%; }

.col-tn-6 {
  width: 50%; }

.col-tn-7 {
  width: 58.3333333333%; }

.col-tn-8 {
  width: 66.6666666667%; }

.col-tn-9 {
  width: 75%; }

.col-tn-10 {
  width: 83.3333333333%; }

.col-tn-11 {
  width: 91.6666666667%; }

.col-tn-12 {
  width: 100%; }

.col-tn-pull-0 {
  right: auto; }

.col-tn-pull-1 {
  right: 8.3333333333%; }

.col-tn-pull-2 {
  right: 16.6666666667%; }

.col-tn-pull-3 {
  right: 25%; }

.col-tn-pull-4 {
  right: 33.3333333333%; }

.col-tn-pull-5 {
  right: 41.6666666667%; }

.col-tn-pull-6 {
  right: 50%; }

.col-tn-pull-7 {
  right: 58.3333333333%; }

.col-tn-pull-8 {
  right: 66.6666666667%; }

.col-tn-pull-9 {
  right: 75%; }

.col-tn-pull-10 {
  right: 83.3333333333%; }

.col-tn-pull-11 {
  right: 91.6666666667%; }

.col-tn-pull-12 {
  right: 100%; }

.col-tn-push-0 {
  left: auto; }

.col-tn-push-1 {
  left: 8.3333333333%; }

.col-tn-push-2 {
  left: 16.6666666667%; }

.col-tn-push-3 {
  left: 25%; }

.col-tn-push-4 {
  left: 33.3333333333%; }

.col-tn-push-5 {
  left: 41.6666666667%; }

.col-tn-push-6 {
  left: 50%; }

.col-tn-push-7 {
  left: 58.3333333333%; }

.col-tn-push-8 {
  left: 66.6666666667%; }

.col-tn-push-9 {
  left: 75%; }

.col-tn-push-10 {
  left: 83.3333333333%; }

.col-tn-push-11 {
  left: 91.6666666667%; }

.col-tn-push-12 {
  left: 100%; }

.col-tn-offset-0 {
  margin-left: 0%; }

.col-tn-offset-1 {
  margin-left: 8.3333333333%; }

.col-tn-offset-2 {
  margin-left: 16.6666666667%; }

.col-tn-offset-3 {
  margin-left: 25%; }

.col-tn-offset-4 {
  margin-left: 33.3333333333%; }

.col-tn-offset-5 {
  margin-left: 41.6666666667%; }

.col-tn-offset-6 {
  margin-left: 50%; }

.col-tn-offset-7 {
  margin-left: 58.3333333333%; }

.col-tn-offset-8 {
  margin-left: 66.6666666667%; }

.col-tn-offset-9 {
  margin-left: 75%; }

.col-tn-offset-10 {
  margin-left: 83.3333333333%; }

.col-tn-offset-11 {
  margin-left: 91.6666666667%; }

.col-tn-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.3333333333%; }
  .col-xs-2 {
    width: 16.6666666667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.3333333333%; }
  .col-xs-5 {
    width: 41.6666666667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.3333333333%; }
  .col-xs-8 {
    width: 66.6666666667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.3333333333%; }
  .col-xs-11 {
    width: 91.6666666667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.3333333333%; }
  .col-xs-pull-2 {
    right: 16.6666666667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.3333333333%; }
  .col-xs-pull-5 {
    right: 41.6666666667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.3333333333%; }
  .col-xs-pull-8 {
    right: 66.6666666667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.3333333333%; }
  .col-xs-pull-11 {
    right: 91.6666666667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.3333333333%; }
  .col-xs-push-2 {
    left: 16.6666666667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.3333333333%; }
  .col-xs-push-5 {
    left: 41.6666666667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.3333333333%; }
  .col-xs-push-8 {
    left: 66.6666666667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.3333333333%; }
  .col-xs-push-11 {
    left: 91.6666666667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-tn, .visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 479px) {
  .visible-tn {
    display: block !important; }
  table.visible-tn {
    display: table !important; }
  tr.visible-tn {
    display: table-row !important; }
  th.visible-tn,
  td.visible-tn {
    display: table-cell !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 479px) {
  .hidden-tn {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/* ==========================================================================
	No Script
	 ========================================================================== */
#noscript-wrapper {
  display: block;
  position: fixed;
  font: 300 21px "Gotham", sans-serif;
  font: 300 2.1rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  text-align: center;
  color: white;
  background: #CC0000;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  z-index: 200; }

#noscript-wrapper span {
  font: 600 21px "Gotham", sans-serif;
  font: 600 2.1rem "Gotham", sans-serif;
  line-height: 1.6180339887; }

/* ==========================================================================
	Accessibility
	 ========================================================================== */
.accessibility a {
  position: absolute;
  font: 300 21px "Gotham", sans-serif;
  font: 300 2.1rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  text-decoration: none;
  background: #fff200;
  color: black;
  margin: 10px;
  padding: 15px 20px;
  left: -1000px;
  z-index: 200; }
  .accessibility a:active, .accessibility a:focus, .accessibility a:hover {
    display: inline;
    color: black;
    outline: 4px solid #fff200;
    left: 0;
    top: 0; }

/* ==========================================================================
	Header
   ========================================================================== */
#global-header {
  padding: 70px 0 30px; }
  #global-header .logo {
    font: 300 18px "Bank Gothic", sans-serif;
    font: 300 1.8rem "Bank Gothic", sans-serif;
    line-height: 1.6180339887;
    letter-spacing: 2px;
    color: #756e6c; }
  @media (max-width: 768px) {
    #global-header {
      padding: 20px 0 30px; } }

/* ==========================================================================
	Navigation
   ========================================================================== */
/*Main Menu*/
#main-menu ul {
  position: relative;
  margin: 0 15px;
  padding: 0;
  z-index: 60; }
  @media (max-width: 1200px) {
    #main-menu ul {
      margin: 0 10px; } }
  #main-menu ul li {
    float: left;
    position: relative;
    list-style: none; }
    #main-menu ul li a {
      display: block;
      font: 600 21px "Bank Gothic", sans-serif;
      font: 600 2.1rem "Bank Gothic", sans-serif;
      line-height: 54px;
      color: white;
      box-shadow: none;
      padding: 0 15px; }
      @media (max-width: 1200px) {
        #main-menu ul li a {
          padding: 0 10px; } }
    #main-menu ul li:hover ul {
      display: block;
      visibility: visible;
      opacity: 1;
      top: 54px; }
    #main-menu ul li ul {
      display: block;
      position: absolute;
      background: #9e3227;
      opacity: 0;
      visibility: hidden;
      width: 260px;
      padding: 10px;
      top: 60px;
      left: 0;
      transition: all .25s ease;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6); }
      #main-menu ul li ul:before {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 0 20px 14px 0;
        border-color: transparent transparent #9e3227 transparent;
        width: 0;
        height: 0;
        top: -14px;
        left: 0; }
      #main-menu ul li ul li {
        float: none; }
        #main-menu ul li ul li a {
          font: 600 21px "Bank Gothic", sans-serif;
          font: 600 2.1rem "Bank Gothic", sans-serif;
          line-height: 1.6180339887;
          padding: 3px 10px; }
          #main-menu ul li ul li a:after {
            content: "";
            position: absolute;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 1px;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            transition: all .25s ease;
            z-index: -1; }
          #main-menu ul li ul li a:hover:after {
            background: rgba(255, 255, 255, 0.33);
            width: 100%; }

.mobile-icon-container span,
.mobile-icon {
  float: left; }

.mobile-icon-container {
  animation: fadeInDown normal forwards 0.5s ease;
  cursor: pointer;
  position: relative;
  top: 2px;
  z-index: 100;
  display: inline-block;
  margin-right: 10px; }
  .mobile-icon-container .span {
    font: 400 16px "Bank Gothic", sans-serif;
    font: 400 1.6rem "Bank Gothic", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    margin-left: 15px;
    position: absolute; }
    .mobile-icon-container .span.close {
      animation: fadeOutDown normal forwards 0.5s ease; }
    .mobile-icon-container .span.menu {
      animation: fadeInDown normal forwards 0.5s ease; }
    .mm-wrapper_opening .mobile-icon-container .span.menu {
      animation: fadeOutDown normal forwards 0.5s ease; }
    .mm-wrapper_opening .mobile-icon-container .span.close {
      animation: fadeInDown normal forwards 0.5s ease; }
  @media (max-width: 767px) {
    .mobile-icon-container {
      top: 20px; } }

.mobile-icon {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 21px;
  padding: 0;
  margin: auto;
  transition: all .3s ease;
  z-index: 30; }
  .mobile-icon .top, .mobile-icon .mid, .mobile-icon .bot {
    background-color: white;
    height: 3px;
    width: 25px;
    position: absolute;
    left: 0;
    transition: all .3s ease; }
  .mobile-icon .top {
    top: 0; }
  .mobile-icon .mid {
    top: 9px; }
  .mobile-icon .bot {
    top: 18px; }
  .mm-wrapper_opening .mobile-icon, .mobile-icon.active {
    transform: rotate(90deg); }
    .mm-wrapper_opening .mobile-icon .top, .mobile-icon.active .top {
      top: 10.5px;
      transform: rotate(45deg); }
    .mm-wrapper_opening .mobile-icon .mid, .mobile-icon.active .mid {
      opacity: 0;
      transform: rotate(45deg); }
    .mm-wrapper_opening .mobile-icon .bot, .mobile-icon.active .bot {
      top: 10.5px;
      transform: rotate(-45deg); }

/*
 * Mobile Menu jQuery mmenu
 */
.mm-menu_offcanvas {
  max-width: 360px; }

#mm-blocker {
  background: rgba(0, 0, 0, 0.2); }

#mobile-menu:not(.mm-menu) {
  display: none !important; }

.mm-menu_shadow-panels .mm-panels {
  box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.3); }

.mm-panels,
.mm-panels > .mm-panel {
  background: #9e3227; }
  .mm-panels > .mm-navbar + .mm-listview,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 30px; }

.mm-panel:before, .mm-panel:after {
  height: 0; }

@media (max-width: 767px) {
  .mm-panel {
    padding-left: 0;
    padding-right: 0; } }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu {
  background: #9e3227; }
  .mm-menu a {
    text-shadow: none; }
  .mm-opening .mm-menu {
    box-shadow: 0px 0px 30px black; }
  .mm-menu .mm-listview {
    margin-top: 10px; }
    .mm-menu .mm-listview > li {
      font-size: 16px;
      font-weight: bold;
      margin-left: 20px;
      margin-right: 20px; }
      .mm-menu .mm-listview > li:hover a:not(.mm-btn_next) {
        background: black;
        border-radius: 0px; }
      .mm-menu .mm-listview > li:not(.mm-divider)::after {
        border-color: white;
        border: none; }
      .mm-menu .mm-listview > li > a,
      .mm-menu .mm-listview > li > span {
        color: white;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px; }
      .mm-menu .mm-listview > li .mm-btn_next + a,
      .mm-menu .mm-listview > li .mm-btn_next + span {
        margin-right: 0;
        padding-right: 35px; }
      .mm-menu .mm-listview > li .mm-btn_next {
        width: 100%; }
        .mm-menu .mm-listview > li .mm-btn_next:before {
          border: none; }
      .mm-menu .mm-listview > li .mm-btn_next::after, .mm-menu .mm-listview > li .mm-arrow::after {
        right: 23px; }
    .mm-menu .mm-listview .menu-item:hover a:not(.mm-btn_next) {
      border: none !important;
      box-shadow: none;
      background: black; }
  .mm-menu a {
    border: none !important; }
    .mm-menu a:hover {
      box-shadow: none; }
  .mm-menu .mm-btn_prev::before,
  .mm-menu .mm-btn_next::after,
  .mm-menu .mm-arrow::after {
    border-color: white !important;
    border-width: 2px;
    height: 9px;
    width: 9px; }
  .mm-menu .mm-btn_prev::before {
    border-color: white !important; }
  .mm-menu .mm-panel_has-navbar {
    padding-top: 67px; }
    @media (max-width: 768px) {
      .mm-menu .mm-panel_has-navbar {
        padding-top: 45px; } }
  .mm-menu #mm-1.mm-panel_has-navbar {
    padding-top: 25px; }
    @media (max-width: 768px) {
      .mm-menu #mm-1.mm-panel_has-navbar {
        padding-top: 0; } }
  .mm-menu #mm-1 .mm-navbar {
    display: none; }
  .mm-menu .mm-navbar {
    height: auto;
    background: transparent;
    border: none;
    text-align: left;
    top: 45px;
    padding: 10px 10px 10px 20px; }
    @media (max-width: 768px) {
      .mm-menu .mm-navbar {
        top: 22px; } }
    .mm-menu .mm-navbar > * {
      padding: 0;
      line-height: 44px; }
    .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a {
      color: white; }
    .mm-menu .mm-navbar .mm-navbar__title {
      font-family: "Bank Gothic", sans-serif;
      font-size: 18px;
      font-weight: 600;
      padding-left: 45px;
      text-transform: uppercase; }
    .mm-menu .mm-navbar .mm-navbar__btn {
      height: 62px;
      width: 44px; }
      .mm-menu .mm-navbar .mm-navbar__btn:first-child {
        left: 20px; }
      .mm-menu .mm-navbar .mm-navbar__btn:after {
        border-color: red; }
    @media (max-width: 767px) {
      .mm-menu .mm-navbar .mm-navbar__title {
        padding-left: 20px; }
      .mm-menu .mm-navbar .mm-navbar__btn:first-child {
        left: -5px; } }

/* ==========================================================================
	Content
   ========================================================================== */
#main small {
  display: block;
  font: 600 14px "Gotham", sans-serif;
  font: 600 1.4rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  margin-bottom: 5px; }

#main mark {
  font-weight: 300;
  color: white;
  background-color: black;
  padding: 0 2px; }

#main ul {
  position: relative;
  margin: 0 0 30px;
  padding-left: 36px; }
  @media (max-width: 768px) {
    #main ul {
      margin-bottom: 20px; } }
  #main ul.clearlist {
    margin: 0;
    padding: 0;
    list-style: none; }
    #main ul.clearlist li {
      margin: 0; }
      #main ul.clearlist li:before {
        content: "";
        margin: 0;
        background: none; }
  #main ul li {
    font: 300 14px "Gotham", sans-serif;
    font: 300 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    list-style: disc; }
    @media (max-width: 768px) {
      #main ul li {
        font: 300 14px "Gotham", sans-serif;
        font: 300 1.4rem "Gotham", sans-serif;
        line-height: 1.6180339887; } }
    #main ul li ul {
      margin: 5px 0; }
      #main ul li ul li:before {
        border-color: transparent transparent rgba(117, 110, 108, 0.9) transparent;
        color: #756e6c; }
      #main ul li ul li li {
        margin-bottom: 10px; }

#main ol {
  position: relative;
  counter-reset: li;
  list-style: none;
  margin: 0 0 30px;
  padding-left: 43px; }
  @media (max-width: 768px) {
    #main ol {
      padding-left: 41px;
      margin-bottom: 20px; } }
  #main ol li {
    font: 300 14px "Gotham", sans-serif;
    font: 300 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    list-style: none;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      #main ol li {
        font: 300 14px "Gotham", sans-serif;
        font: 300 1.4rem "Gotham", sans-serif;
        line-height: 1.6180339887; } }
    #main ol li:before {
      display: block;
      position: absolute;
      content: counter(li, decimal) "";
      counter-increment: li;
      font: 500 14px "Bank Gothic", sans-serif;
      font: 500 1.4rem "Bank Gothic", sans-serif;
      line-height: 24px;
      text-align: center;
      color: black;
      margin: 2px 0 0 -43px;
      border-radius: 12px;
      background: white;
      width: 24px;
      height: 24px; }
      @media (max-width: 768px) {
        #main ol li:before {
          font: 500 12px "Gotham", sans-serif;
          font: 500 1.2rem "Gotham", sans-serif;
          line-height: 22px;
          margin: 2px 0 0 -41px;
          width: 22px;
          height: 22px; } }
    #main ol li:last-child {
      margin-bottom: 0; }
    #main ol li ol {
      margin: 10px 0 20px; }
      #main ol li ol li:before {
        content: counter(li, lower-roman) "";
        background: #756e6c;
        color: white; }

#main legend {
  font: 400 28px "Bank Gothic", sans-serif;
  font: 400 2.8rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  border: none;
  color: white;
  margin-bottom: 18px; }

#main label {
  display: block;
  font: 300 14px "Bank Gothic", sans-serif;
  font: 300 1.4rem "Bank Gothic", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 8px; }

#main input,
#main textarea {
  font: 300 16px "Gotham", sans-serif;
  font: 300 1.6rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  color: white; }
  #main input placeholder,
  #main textarea placeholder {
    font: 300 16px "Gotham", sans-serif;
    font: 300 1.6rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    color: #756e6c; }

#main .form-control, #main .gform_wrapper .ginput_container input,
#main .gform_wrapper .ginput_container select,
#main .gform_wrapper .ginput_container textarea {
  font: 300 16px "Gotham", sans-serif;
  font: 300 1.6rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  background: white;
  border: 2px solid white;
  border-radius: 1px;
  box-shadow: none;
  height: auto;
  padding: 5px 12px;
  -webkit-appearance: none; }
  @media (max-width: 768px) {
    #main .form-control, #main .gform_wrapper .ginput_container input,
    #main .gform_wrapper .ginput_container select,
    #main .gform_wrapper .ginput_container textarea {
      font: 300 14px "Gotham", sans-serif;
      font: 300 1.4rem "Gotham", sans-serif;
      line-height: 1.6180339887;
      padding: 5px 10px; } }
  #main .form-control:focus, #main .gform_wrapper .ginput_container input:focus,
  #main .gform_wrapper .ginput_container select:focus,
  #main .gform_wrapper .ginput_container textarea:focus {
    font: 300 16px "Gotham", sans-serif;
    font: 300 1.6rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #9e3227;
    box-shadow: none; }
    @media (max-width: 768px) {
      #main .form-control:focus, #main .gform_wrapper .ginput_container input:focus,
      #main .gform_wrapper .ginput_container select:focus,
      #main .gform_wrapper .ginput_container textarea:focus {
        font: 300 14px "Gotham", sans-serif;
        font: 300 1.4rem "Gotham", sans-serif;
        line-height: 1.6180339887; } }

#main .breadcrumb {
  margin: 0 0 30px;
  padding: 0;
  animation: fadeIn normal forwards 2s ease; }
  @media (max-width: 768px) {
    #main .breadcrumb {
      margin-bottom: 15px; } }
  #main .breadcrumb li {
    float: left;
    display: block;
    position: relative;
    font: 300 14px "Gotham", sans-serif;
    font: 300 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    color: #756e6c;
    margin: 0;
    padding: 0 12px 0 6px; }
    @media (max-width: 768px) {
      #main .breadcrumb li {
        font: 300 12px "Gotham", sans-serif;
        font: 300 1.2rem "Gotham", sans-serif;
        line-height: 1.6180339887; } }
    #main .breadcrumb li:before {
      display: none; }
    #main .breadcrumb li:after {
      display: block;
      position: absolute;
      content: ">";
      top: 0;
      right: 0; }
    #main .breadcrumb li:first-child {
      padding-left: 0; }
    #main .breadcrumb li:last-child {
      padding-right: 0; }
      #main .breadcrumb li:last-child:after {
        display: none; }
    #main .breadcrumb li a {
      color: white;
      box-shadow: 0 2px 0 transparent; }
      #main .breadcrumb li a:hover {
        color: #00a3da;
        box-shadow: 0 2px 0 #00a3da; }

#main .listing small {
  font: 300 18px "Bank Gothic", sans-serif;
  font: 300 1.8rem "Bank Gothic", sans-serif;
  line-height: 1.6180339887;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    #main .listing small {
      font: 300 14px "Bank Gothic", sans-serif;
      font: 300 1.4rem "Bank Gothic", sans-serif;
      line-height: 1.6180339887;
      margin-bottom: 15px; } }

#main .listing h1 {
  font: 300 28px "Gotham", sans-serif;
  font: 300 2.8rem "Gotham", sans-serif;
  line-height: 1.1;
  letter-spacing: .15em; }
  @media (max-width: 768px) {
    #main .listing h1 {
      font: 300 24px "Gotham", sans-serif;
      font: 300 2.4rem "Gotham", sans-serif;
      line-height: 1.1; } }

#main .listing .price {
  display: block;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: #9e3227;
  font: 600 16px "Gotham", sans-serif;
  font: 600 1.6rem "Gotham", sans-serif;
  line-height: 1.6180339887;
  margin-bottom: 20px;
  padding: 12px 0; }

#main .listing .key {
  margin-bottom: 20px;
  padding: 0; }
  #main .listing .key li {
    display: inline-block;
    position: relative;
    font: 600 14px "Gotham", sans-serif;
    font: 600 1.4rem "Gotham", sans-serif;
    line-height: 1.6180339887;
    letter-spacing: .1em;
    list-style: none;
    text-transform: uppercase;
    margin: 0 0 0 5px;
    padding: 0 15px 0 0;
    /*@media (max-width: $screen-sm) {
                    @include font-mixin(600, 13, 1.61803398875, $font-body);
                }*/ }
    @media (max-width: 768px) {
      #main .listing .key li {
        margin: 0 0 0 2px;
        padding: 0 10px 0 0; } }
    #main .listing .key li:before {
      display: none; }
    #main .listing .key li:after {
      display: block;
      position: absolute;
      content: "";
      border-radius: 3px;
      background: #9e3227;
      width: 5px;
      height: 5px;
      top: 7px;
      right: 0; }
      @media (max-width: 768px) {
        #main .listing .key li:after {
          top: 8px; } }
    #main .listing .key li:first-child {
      margin-left: 0; }
    #main .listing .key li:last-child:after {
      display: none; }

#main .listing .secondary-menu {
  margin-left: 20px; }
  #main .listing .secondary-menu a {
    color: #756e6c; }
    #main .listing .secondary-menu a.active {
      color: white; }

#main .home-footer {
  text-align: center; }
  #main .home-footer ul {
    background: none;
    list-style: none;
    margin: 0 0 100px;
    padding: 0; }
    @media (max-width: 768px) {
      #main .home-footer ul {
        margin-bottom: 40px; } }
    #main .home-footer ul li {
      display: inline-block;
      font: 300 24px "Bank Gothic", sans-serif;
      font: 300 2.4rem "Bank Gothic", sans-serif;
      line-height: 1.6180339887;
      letter-spacing: .15em;
      list-style: none;
      text-transform: uppercase;
      margin: 0 20px; }
      #main .home-footer ul li:before {
        display: none; }
      #main .home-footer ul li a {
        color: white; }
        #main .home-footer ul li a:hover {
          color: #9e3227; }
      @media (max-width: 992px) {
        #main .home-footer ul li {
          font: 300 18px "Bank Gothic", sans-serif;
          font: 300 1.8rem "Bank Gothic", sans-serif;
          line-height: 1.6180339887; } }
      @media (max-width: 768px) {
        #main .home-footer ul li {
          display: block;
          font: 300 14px "Bank Gothic", sans-serif;
          font: 300 1.4rem "Bank Gothic", sans-serif;
          line-height: 1.6180339887; } }
      #main .home-footer ul li i {
        font-size: 10px;
        margin: 0 0 0 40px; }

#main .gallery .col {
  margin-bottom: 30px; }

#main .gallery .col {
  margin-bottom: 30px; }
  #main .gallery .col .inner {
    height: 300px; }
  #main .gallery .col .small {
    height: 200px; }
  #main .gallery .col .small2 {
    height: 250px; }
  #main .gallery .col .medium {
    height: 300px; }
  #main .gallery .col .medium2 {
    height: 350px; }
  #main .gallery .col .large {
    height: 400px; }
  #main .gallery .col .large2 {
    height: 450px; }
  #main .gallery .col .xllarge {
    height: 500px; }
  #main .gallery .col .xllarge2 {
    height: 550px; }
  #main .gallery .col .image-1,
  #main .gallery .col .image-2,
  #main .gallery .col .image-3,
  #main .gallery .col .image-4,
  #main .gallery .col .image-5,
  #main .gallery .col .image-6,
  #main .gallery .col .image-7,
  #main .gallery .col .image-8,
  #main .gallery .col .image-9 {
    background-color: rgba(117, 110, 108, 0.3); }

@media (max-width: 768px) {
  #main .gallery .inner {
    height: 300px !important; } }

/* ==========================================================================
	Footer
   ========================================================================== */
/* ==========================================================================
	Gravity Forms
   ========================================================================== */
#main .gform_wrapper {
  margin: 0;
  /* 4 column Gravity Forms custom ready class ------------------------------------------------------*/ }
  #main .gform_wrapper ul {
    padding-left: 0 !important; }
  #main .gform_wrapper li {
    margin-bottom: 0; }
    #main .gform_wrapper li:before {
      content: "" !important; }
    #main .gform_wrapper li.radio-button .ginput_container {
      margin-top: 0;
      margin-bottom: 15px; }
      #main .gform_wrapper li.radio-button .ginput_container ul li {
        color: black;
        display: block;
        position: relative;
        float: left;
        width: auto;
        display: inline; }
      #main .gform_wrapper li.radio-button .ginput_container ul li input[type=radio] {
        position: absolute;
        visibility: hidden; }
      #main .gform_wrapper li.radio-button .ginput_container ul li label {
        display: block;
        position: relative;
        font-family: "Gotham", sans-serif;
        font-size: 16px !important;
        padding-right: 30px;
        margin: 10px auto;
        margin-right: 15px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        text-transform: none; }
      #main .gform_wrapper li.radio-button .ginput_container ul li:hover label {
        color: black; }
      #main .gform_wrapper li.radio-button .ginput_container ul li .check {
        display: block;
        position: absolute;
        border: 2px solid #b8b5ae;
        border-radius: 100%;
        height: 24px;
        width: 24px;
        top: 7px;
        right: 15px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear; }
      #main .gform_wrapper li.radio-button .ginput_container ul li:hover .check {
        border: 2px solid black; }
      #main .gform_wrapper li.radio-button .ginput_container ul li .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 12px;
        width: 12px;
        top: 4px;
        left: 4px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
      #main .gform_wrapper li.radio-button .ginput_container input[type=radio]:checked ~ .check {
        border: 2px solid #b8b5ae; }
      #main .gform_wrapper li.radio-button .ginput_container input[type=radio]:checked ~ .check::before {
        background: black; }
      #main .gform_wrapper li.radio-button .ginput_container ul li:last-child input[type=radio]:checked ~ .check::before {
        background: red !important; }
    #main .gform_wrapper li.gfield_error {
      background: rgba(255, 0, 0, 0.05);
      border: 1px solid white; }
  #main .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0; }
    #main .gform_wrapper .gform_footer .btn {
      margin: 0;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        #main .gform_wrapper .gform_footer .btn {
          width: 100%; } }
  #main .gform_wrapper li.gfield.gfield_html img {
    max-width: none !important; }
  #main .gform_wrapper form {
    margin-bottom: 10px; }
  #main .gform_wrapper .gfield_required {
    padding-left: 1px;
    color: red; }
  #main .gform_wrapper .ginput_container input[type="checkbox"],
  #main .gform_wrapper .ginput_container input[type="radio"] {
    width: auto;
    display: inline-block;
    margin-right: 8px; }
  #main .gform_wrapper .ginput_container .gfield_radio label,
  #main .gform_wrapper .ginput_container .gfield_checkbox label {
    text-transform: normal;
    font-size: 95% !important;
    font-weight: 400 !important; }
  #main .gform_wrapper .ginput_container textarea {
    height: auto; }
  #main .gform_wrapper .ginput_container .instruction {
    white-space: unset; }
  #main .gform_wrapper .ginput_container.ginput_container_number .instruction {
    display: none; }
  #main .gform_wrapper .gform_button {
    margin: 0 !important; }
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin: 0 0 8px 0;
    width: 24%; }
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter {
    float: left;
    clear: left !important; }
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    float: left;
    margin-left: 1% !important;
    clear: none !important; }
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width: 95%; }
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gsection {
    padding: 16px 0 8px 0; }
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield {
    clear: both; }
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
    clear: both; }
  #main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, #main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: none; }
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, #main .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 50% !important; }
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.33333% !important; }
  #main .gform_wrapper .top_label .gfield_error {
    width: calc(100% - 0px); }
  #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0; }
  #main .gform_wrapper .metre .ginput_container {
    position: relative; }
    #main .gform_wrapper .metre .ginput_container:after {
      content: 'METRES';
      font-family: "Gotham", sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: black;
      display: block;
      position: absolute;
      top: 14px;
      right: 20px; }
    #main .gform_wrapper .metre .ginput_container input {
      padding-right: 70px !important; }
  #main .gform_wrapper .date-field .ginput_container {
    width: 31.9% !important;
    position: relative; }
    #main .gform_wrapper .date-field .ginput_container:after {
      content: '\f073';
      font-family: "FontAwesome";
      font-size: 14px;
      color: black;
      display: block;
      position: absolute;
      top: 14px;
      right: 20px; }
    #main .gform_wrapper .date-field .ginput_container input {
      width: 100% !important; }
  #main .gform_wrapper .gfield_error {
    color: red;
    border: none;
    padding: 10px !important; }
    #main .gform_wrapper .gfield_error .gfield_label {
      color: red;
      margin-top: 9px; }
    #main .gform_wrapper .gfield_error .ginput_container {
      margin: 0; }
    #main .gform_wrapper .gfield_error input,
    #main .gform_wrapper .gfield_error select,
    #main .gform_wrapper .gfield_error textarea {
      border-color: red;
      background-color: white;
      color: red; }
      #main .gform_wrapper .gfield_error input:focus,
      #main .gform_wrapper .gfield_error select:focus,
      #main .gform_wrapper .gfield_error textarea:focus {
        border-color: red;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }
  #main .gform_wrapper .validation_error {
    font-weight: inherit;
    font-size: inherit;
    background: red;
    color: white; }
  #main .gform_wrapper .validation_message {
    margin-top: 0;
    padding-top: 0 !important;
    font-weight: inherit;
    color: red; }
  #main .gform_wrapper .hidden_label label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  #main .gform_wrapper .gfield_description {
    font-size: 75%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px; }

#main .autocomplete input {
  margin-bottom: 0 !important; }

.easy-autocomplete {
  width: 100% !important; }

.easy-autocomplete-container ul {
  margin: 0 !important;
  margin-top: -1px !important;
  border: 2px solid black;
  max-height: 320px;
  overflow-y: auto; }
  .easy-autocomplete-container ul li {
    color: black; }
    .easy-autocomplete-container ul li b {
      color: black; }

#main .gform_confirmation_wrapper {
  font: 300 18px/1.42857 "Gotham", sans-serif;
  font: 300 1.8rem/1.42857 "Gotham", sans-serif; }

@media (max-width: 768px) {
  #main .gform_wrapper .top_label li.gfield.gf_left_half,
  #main .gform_wrapper .top_label li.gfield.gf_second_half,
  #main .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
    margin-left: 0 !important; }
  #main .gform_wrapper .top_label li.gfield.gf_first_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_second_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_third_quarter,
  #main .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    width: 100%;
    margin-left: 0 !important; }
  #main .gform_wrapper .top_label li.gfield.gf_left_third,
  #main .gform_wrapper .top_label li.gfield.gf_middle_third,
  #main .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 100%;
    margin-left: 0 !important; }
  #main .gform_wrapper .date-field .ginput_container {
    width: 100% !important; }
    #main .gform_wrapper .date-field .ginput_container input {
      width: 100% !important; }
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
  #main .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 100% !important; } }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0px !important; }

#main .gform_wrapper .ginput_container input.warning {
  background-color: #ea1a2b;
  border-color: white; }

.SumoSelect {
  width: 100%; }
  .SumoSelect .SelectBox {
    padding: 8px; }
  .SumoSelect > .CaptionCont {
    background-color: #f6f6f6;
    border: 2px solid transparent;
    border-radius: 0;
    height: 46px; }
  .SumoSelect > .optWrapper {
    border-radius: 0;
    border: none; }
    .SumoSelect > .optWrapper > .options li.opt {
      padding: 12px 8px 8px; }
      .SumoSelect > .optWrapper > .options li.opt.selected {
        background-color: #f6f6f6; }
  .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    border-color: #4f4f51; }
  .SumoSelect.open > .optWrapper {
    top: 46px; }

/* ==========================================================================
	Animation
   ========================================================================== */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* ==========================================================================
	Print styles
   ========================================================================== */
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm; }
  #wrapper .container-fluid,
  #wrapper .container {
    width: 100%;
    padding: 0; }
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    transition: none !important; }
  #wrapper * {
    transition: none !important; }
  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal; }
  abbr[title]:after {
    content: ""; }
  html,
  body,
  p {
    background: none;
    color: black !important; }
  blockquote {
    border: none; }
  figure figcaption {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    background: transparent !important;
    color: black; }
  table,
  .table {
    display: table;
    width: inherit;
    text-align: left;
    margin: 1px; }
  th {
    border-bottom: 1px solid black;
    font-weight: 600; }
  td {
    border-bottom: 1px solid black; }
  th,
  td {
    padding: 4px 10px 4px 0; }
  tfoot {
    font-style: italic; }
  caption {
    text-align: left;
    background: transparent;
    margin-bottom: 2em; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  a.print-link::after {
    position: static !important;
    opacity: 1 !important;
    content: " (" attr(href) ") " !important;
    font-size: 0.8em !important;
    font-weight: normal !important; }
  .image-as-bg img {
    opacity: 1; }
  .col-pr-12 {
    width: 100% !important; }
  #wrapper .btn {
    border: 3px solid black !important;
    margin-bottom: 40px !important; }
    #wrapper .btn span {
      display: inline; }
    #wrapper .btn:after {
      display: block;
      position: absolute;
      left: 0;
      top: 40px; } }

/* Iconic for Bootstrap */
/* Override Bootstrap default variable */
@font-face {
  font-family: 'iconic-sm';
  src: url("../fonts/iconic-sm.eot");
  src: url("../fonts/iconic-sm.eot?#iconic-sm") format("embedded-opentype"), url("../fonts/iconic-sm.woff") format("woff"), url("../fonts/iconic-sm.ttf") format("truetype"), url("../fonts/iconic-sm.svg#iconic-sm") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'iconic-md';
  src: url("../fonts/iconic-md.eot");
  src: url("../fonts/iconic-md.eot?#iconic-md") format("embedded-opentype"), url("../fonts/iconic-md.woff") format("woff"), url("../fonts/iconic-md.ttf") format("truetype"), url("../fonts/iconic-md.svg#iconic-md") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'iconic-lg';
  src: url("../fonts/iconic-lg.eot");
  src: url("../fonts/iconic-lg.eot?#iconic-lg") format("embedded-opentype"), url("../fonts/iconic-lg.woff") format("woff"), url("../fonts/iconic-lg.ttf") format("truetype"), url("../fonts/iconic-lg.svg#iconic-lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconic {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'iconic-sm';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .iconic:before {
    display: inline-block; }
  .iconic:empty:before {
    width: 1em;
    text-align: center;
    box-sizing: content-box; }
  .iconic.iconic-sm:before, .iconic.iconic-md:before, .iconic.iconic-lg:before, .iconic.iconic-icon-sm:before, .iconic.iconic-icon-md:before, .iconic.iconic-icon-lg:before {
    font-weight: normal;
    font-style: normal; }
  .iconic.iconic-sm:before {
    font-family: 'iconic-sm';
    font-size: 16px; }
  .iconic.iconic-md:before {
    font-family: 'iconic-md';
    font-size: 32px; }
  .iconic.iconic-lg:before {
    font-family: 'iconic-lg';
    font-size: 128px; }
  .iconic.iconic-icon-sm:before {
    font-family: 'iconic-sm'; }
  .iconic.iconic-icon-md:before {
    font-family: 'iconic-md'; }
  .iconic.iconic-icon-lg:before {
    font-family: 'iconic-lg'; }
  .iconic.iconic-size-sm:before {
    font-size: 16px; }
  .iconic.iconic-size-md:before {
    font-size: 32px; }
  .iconic.iconic-size-lg:before {
    font-size: 128px; }
  .iconic.iconic-align-center:before {
    text-align: center; }
  .iconic.iconic-align-left:before {
    text-align: left; }
  .iconic.iconic-align-right:before {
    text-align: right; }
  .iconic.iconic-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .iconic.iconic-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(-1, 1);
    transform: scale(1, -1); }
  .iconic.iconic-flip-horizontal-vertical:before {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, -1); }

.iconic-account-login:before {
  content: '\e000'; }

.iconic-account-logout:before {
  content: '\e001'; }

.iconic-action-redo:before {
  content: '\e002'; }

.iconic-action-undo:before {
  content: '\e003'; }

.iconic-align-center:before {
  content: '\e004'; }

.iconic-align-left:before {
  content: '\e005'; }

.iconic-align-right:before {
  content: '\e006'; }

.iconic-aperture:before {
  content: '\e007'; }

.iconic-arrow-bottom-fill-acute:before {
  content: '\e008'; }

.iconic-arrow-bottom-fill-angled:before {
  content: '\e009'; }

.iconic-arrow-bottom-fill-large-acute:before {
  content: '\e00a'; }

.iconic-arrow-bottom-fill-large-angled:before {
  content: '\e00b'; }

.iconic-arrow-bottom-fill-large-oblique:before {
  content: '\e00c'; }

.iconic-arrow-bottom-fill-large:before {
  content: '\e00d'; }

.iconic-arrow-bottom-fill-oblique:before {
  content: '\e00e'; }

.iconic-arrow-bottom-fill:before {
  content: '\e00f'; }

.iconic-arrow-bottom-left-fill-acute:before {
  content: '\e010'; }

.iconic-arrow-bottom-left-fill-angled:before {
  content: '\e011'; }

.iconic-arrow-bottom-left-fill-large-acute:before {
  content: '\e012'; }

.iconic-arrow-bottom-left-fill-large-angled:before {
  content: '\e013'; }

.iconic-arrow-bottom-left-fill-large-oblique:before {
  content: '\e014'; }

.iconic-arrow-bottom-left-fill-large:before {
  content: '\e015'; }

.iconic-arrow-bottom-left-fill-oblique:before {
  content: '\e016'; }

.iconic-arrow-bottom-left-fill:before {
  content: '\e017'; }

.iconic-arrow-bottom-left-line-acute:before {
  content: '\e018'; }

.iconic-arrow-bottom-left-line-large-acute:before {
  content: '\e019'; }

.iconic-arrow-bottom-left-line-large-oblique:before {
  content: '\e01a'; }

.iconic-arrow-bottom-left-line-large:before {
  content: '\e01b'; }

.iconic-arrow-bottom-left-line-oblique:before {
  content: '\e01c'; }

.iconic-arrow-bottom-left-line:before {
  content: '\e01d'; }

.iconic-arrow-bottom-line-acute:before {
  content: '\e01e'; }

.iconic-arrow-bottom-line-large-acute:before {
  content: '\e01f'; }

.iconic-arrow-bottom-line-large-oblique:before {
  content: '\e020'; }

.iconic-arrow-bottom-line-large:before {
  content: '\e021'; }

.iconic-arrow-bottom-line-oblique:before {
  content: '\e022'; }

.iconic-arrow-bottom-line:before {
  content: '\e023'; }

.iconic-arrow-bottom-right-fill-acute:before {
  content: '\e024'; }

.iconic-arrow-bottom-right-fill-angled:before {
  content: '\e025'; }

.iconic-arrow-bottom-right-fill-large-acute:before {
  content: '\e026'; }

.iconic-arrow-bottom-right-fill-large-angled:before {
  content: '\e027'; }

.iconic-arrow-bottom-right-fill-large-oblique:before {
  content: '\e028'; }

.iconic-arrow-bottom-right-fill-large:before {
  content: '\e029'; }

.iconic-arrow-bottom-right-fill-oblique:before {
  content: '\e02a'; }

.iconic-arrow-bottom-right-fill:before {
  content: '\e02b'; }

.iconic-arrow-bottom-right-line-acute:before {
  content: '\e02c'; }

.iconic-arrow-bottom-right-line-large-acute:before {
  content: '\e02d'; }

.iconic-arrow-bottom-right-line-large-oblique:before {
  content: '\e02e'; }

.iconic-arrow-bottom-right-line-large:before {
  content: '\e02f'; }

.iconic-arrow-bottom-right-line-oblique:before {
  content: '\e030'; }

.iconic-arrow-bottom-right-line:before {
  content: '\e031'; }

.iconic-arrow-left-fill-acute:before {
  content: '\e032'; }

.iconic-arrow-left-fill-angled:before {
  content: '\e033'; }

.iconic-arrow-left-fill-large-acute:before {
  content: '\e034'; }

.iconic-arrow-left-fill-large-angled:before {
  content: '\e035'; }

.iconic-arrow-left-fill-large-oblique:before {
  content: '\e036'; }

.iconic-arrow-left-fill-large:before {
  content: '\e037'; }

.iconic-arrow-left-fill-oblique:before {
  content: '\e038'; }

.iconic-arrow-left-fill:before {
  content: '\e039'; }

.iconic-arrow-left-line-acute:before {
  content: '\e03a'; }

.iconic-arrow-left-line-large-acute:before {
  content: '\e03b'; }

.iconic-arrow-left-line-large-oblique:before {
  content: '\e03c'; }

.iconic-arrow-left-line-large:before {
  content: '\e03d'; }

.iconic-arrow-left-line-oblique:before {
  content: '\e03e'; }

.iconic-arrow-left-line:before {
  content: '\e03f'; }

.iconic-arrow-right-angle-bottom-left-fill-acute:before {
  content: '\e040'; }

.iconic-arrow-right-angle-bottom-left-fill-angled:before {
  content: '\e041'; }

.iconic-arrow-right-angle-bottom-left-fill:before {
  content: '\e042'; }

.iconic-arrow-right-angle-bottom-left-line:before {
  content: '\e043'; }

.iconic-arrow-right-angle-bottom-right-fill-acute:before {
  content: '\e044'; }

.iconic-arrow-right-angle-bottom-right-fill-angled:before {
  content: '\e045'; }

.iconic-arrow-right-angle-bottom-right-fill:before {
  content: '\e046'; }

.iconic-arrow-right-angle-bottom-right-line:before {
  content: '\e047'; }

.iconic-arrow-right-angle-left-bottom-fill-acute:before {
  content: '\e048'; }

.iconic-arrow-right-angle-left-bottom-fill-angled:before {
  content: '\e049'; }

.iconic-arrow-right-angle-left-bottom-fill:before {
  content: '\e04a'; }

.iconic-arrow-right-angle-left-bottom-line:before {
  content: '\e04b'; }

.iconic-arrow-right-angle-left-top-fill-acute:before {
  content: '\e04c'; }

.iconic-arrow-right-angle-left-top-fill-angled:before {
  content: '\e04d'; }

.iconic-arrow-right-angle-left-top-fill:before {
  content: '\e04e'; }

.iconic-arrow-right-angle-left-top-line:before {
  content: '\e04f'; }

.iconic-arrow-right-angle-right-bottom-fill-acute:before {
  content: '\e050'; }

.iconic-arrow-right-angle-right-bottom-fill-angled:before {
  content: '\e051'; }

.iconic-arrow-right-angle-right-bottom-fill:before {
  content: '\e052'; }

.iconic-arrow-right-angle-right-bottom-line:before {
  content: '\e053'; }

.iconic-arrow-right-angle-right-top-fill-acute:before {
  content: '\e054'; }

.iconic-arrow-right-angle-right-top-fill-angled:before {
  content: '\e055'; }

.iconic-arrow-right-angle-right-top-fill:before {
  content: '\e056'; }

.iconic-arrow-right-angle-right-top-line:before {
  content: '\e057'; }

.iconic-arrow-right-angle-thick-bottom-left-fill-acute:before {
  content: '\e058'; }

.iconic-arrow-right-angle-thick-bottom-left-fill-angled:before {
  content: '\e059'; }

.iconic-arrow-right-angle-thick-bottom-left-fill:before {
  content: '\e05a'; }

.iconic-arrow-right-angle-thick-bottom-left-line:before {
  content: '\e05b'; }

.iconic-arrow-right-angle-thick-bottom-right-fill-acute:before {
  content: '\e05c'; }

.iconic-arrow-right-angle-thick-bottom-right-fill-angled:before {
  content: '\e05d'; }

.iconic-arrow-right-angle-thick-bottom-right-fill:before {
  content: '\e05e'; }

.iconic-arrow-right-angle-thick-bottom-right-line:before {
  content: '\e05f'; }

.iconic-arrow-right-angle-thick-left-bottom-fill-acute:before {
  content: '\e060'; }

.iconic-arrow-right-angle-thick-left-bottom-fill-angled:before {
  content: '\e061'; }

.iconic-arrow-right-angle-thick-left-bottom-fill:before {
  content: '\e062'; }

.iconic-arrow-right-angle-thick-left-bottom-line:before {
  content: '\e063'; }

.iconic-arrow-right-angle-thick-left-top-fill-acute:before {
  content: '\e064'; }

.iconic-arrow-right-angle-thick-left-top-fill-angled:before {
  content: '\e065'; }

.iconic-arrow-right-angle-thick-left-top-fill:before {
  content: '\e066'; }

.iconic-arrow-right-angle-thick-left-top-line:before {
  content: '\e067'; }

.iconic-arrow-right-angle-thick-right-bottom-fill-acute:before {
  content: '\e068'; }

.iconic-arrow-right-angle-thick-right-bottom-fill-angled:before {
  content: '\e069'; }

.iconic-arrow-right-angle-thick-right-bottom-fill:before {
  content: '\e06a'; }

.iconic-arrow-right-angle-thick-right-bottom-line:before {
  content: '\e06b'; }

.iconic-arrow-right-angle-thick-right-top-fill-acute:before {
  content: '\e06c'; }

.iconic-arrow-right-angle-thick-right-top-fill-angled:before {
  content: '\e06d'; }

.iconic-arrow-right-angle-thick-right-top-fill:before {
  content: '\e06e'; }

.iconic-arrow-right-angle-thick-right-top-line:before {
  content: '\e06f'; }

.iconic-arrow-right-angle-thick-top-left-fill-acute:before {
  content: '\e070'; }

.iconic-arrow-right-angle-thick-top-left-fill-angled:before {
  content: '\e071'; }

.iconic-arrow-right-angle-thick-top-left-fill:before {
  content: '\e072'; }

.iconic-arrow-right-angle-thick-top-left-line:before {
  content: '\e073'; }

.iconic-arrow-right-angle-thick-top-right-fill-acute:before {
  content: '\e074'; }

.iconic-arrow-right-angle-thick-top-right-fill-angled:before {
  content: '\e075'; }

.iconic-arrow-right-angle-thick-top-right-fill:before {
  content: '\e076'; }

.iconic-arrow-right-angle-thick-top-right-line:before {
  content: '\e077'; }

.iconic-arrow-right-angle-top-left-fill-acute:before {
  content: '\e078'; }

.iconic-arrow-right-angle-top-left-fill-angled:before {
  content: '\e079'; }

.iconic-arrow-right-angle-top-left-fill:before {
  content: '\e07a'; }

.iconic-arrow-right-angle-top-left-line:before {
  content: '\e07b'; }

.iconic-arrow-right-angle-top-right-fill-acute:before {
  content: '\e07c'; }

.iconic-arrow-right-angle-top-right-fill-angled:before {
  content: '\e07d'; }

.iconic-arrow-right-angle-top-right-fill:before {
  content: '\e07e'; }

.iconic-arrow-right-angle-top-right-line:before {
  content: '\e07f'; }

.iconic-arrow-right-fill-acute:before {
  content: '\e080'; }

.iconic-arrow-right-fill-angled:before {
  content: '\e081'; }

.iconic-arrow-right-fill-large-acute:before {
  content: '\e082'; }

.iconic-arrow-right-fill-large-angled:before {
  content: '\e083'; }

.iconic-arrow-right-fill-large-oblique:before {
  content: '\e084'; }

.iconic-arrow-right-fill-large:before {
  content: '\e085'; }

.iconic-arrow-right-fill-oblique:before {
  content: '\e086'; }

.iconic-arrow-right-fill:before {
  content: '\e087'; }

.iconic-arrow-right-line-acute:before {
  content: '\e088'; }

.iconic-arrow-right-line-large-acute:before {
  content: '\e089'; }

.iconic-arrow-right-line-large-oblique:before {
  content: '\e08a'; }

.iconic-arrow-right-line-large:before {
  content: '\e08b'; }

.iconic-arrow-right-line-oblique:before {
  content: '\e08c'; }

.iconic-arrow-right-line:before {
  content: '\e08d'; }

.iconic-arrow-thick-bottom-fill-acute:before {
  content: '\e08e'; }

.iconic-arrow-thick-bottom-fill-angled:before {
  content: '\e08f'; }

.iconic-arrow-thick-bottom-fill-large-acute:before {
  content: '\e090'; }

.iconic-arrow-thick-bottom-fill-large-angled:before {
  content: '\e091'; }

.iconic-arrow-thick-bottom-fill-large-oblique:before {
  content: '\e092'; }

.iconic-arrow-thick-bottom-fill-large:before {
  content: '\e093'; }

.iconic-arrow-thick-bottom-fill-oblique:before {
  content: '\e094'; }

.iconic-arrow-thick-bottom-fill:before {
  content: '\e095'; }

.iconic-arrow-thick-bottom-left-fill-acute:before {
  content: '\e096'; }

.iconic-arrow-thick-bottom-left-fill-angled:before {
  content: '\e097'; }

.iconic-arrow-thick-bottom-left-fill-large-acute:before {
  content: '\e098'; }

.iconic-arrow-thick-bottom-left-fill-large-angled:before {
  content: '\e099'; }

.iconic-arrow-thick-bottom-left-fill-large-oblique:before {
  content: '\e09a'; }

.iconic-arrow-thick-bottom-left-fill-large:before {
  content: '\e09b'; }

.iconic-arrow-thick-bottom-left-fill-oblique:before {
  content: '\e09c'; }

.iconic-arrow-thick-bottom-left-fill:before {
  content: '\e09d'; }

.iconic-arrow-thick-bottom-left-line-acute:before {
  content: '\e09e'; }

.iconic-arrow-thick-bottom-left-line-large-acute:before {
  content: '\e09f'; }

.iconic-arrow-thick-bottom-left-line-large-oblique:before {
  content: '\e0a0'; }

.iconic-arrow-thick-bottom-left-line-large:before {
  content: '\e0a1'; }

.iconic-arrow-thick-bottom-left-line-oblique:before {
  content: '\e0a2'; }

.iconic-arrow-thick-bottom-left-line:before {
  content: '\e0a3'; }

.iconic-arrow-thick-bottom-line-acute:before {
  content: '\e0a4'; }

.iconic-arrow-thick-bottom-line-large-acute:before {
  content: '\e0a5'; }

.iconic-arrow-thick-bottom-line-large-oblique:before {
  content: '\e0a6'; }

.iconic-arrow-thick-bottom-line-large:before {
  content: '\e0a7'; }

.iconic-arrow-thick-bottom-line-oblique:before {
  content: '\e0a8'; }

.iconic-arrow-thick-bottom-line:before {
  content: '\e0a9'; }

.iconic-arrow-thick-bottom-right-fill-acute:before {
  content: '\e0aa'; }

.iconic-arrow-thick-bottom-right-fill-angled:before {
  content: '\e0ab'; }

.iconic-arrow-thick-bottom-right-fill-large-acute:before {
  content: '\e0ac'; }

.iconic-arrow-thick-bottom-right-fill-large-angled:before {
  content: '\e0ad'; }

.iconic-arrow-thick-bottom-right-fill-large-oblique:before {
  content: '\e0ae'; }

.iconic-arrow-thick-bottom-right-fill-large:before {
  content: '\e0af'; }

.iconic-arrow-thick-bottom-right-fill-oblique:before {
  content: '\e0b0'; }

.iconic-arrow-thick-bottom-right-fill:before {
  content: '\e0b1'; }

.iconic-arrow-thick-bottom-right-line-acute:before {
  content: '\e0b2'; }

.iconic-arrow-thick-bottom-right-line-large-acute:before {
  content: '\e0b3'; }

.iconic-arrow-thick-bottom-right-line-large-oblique:before {
  content: '\e0b4'; }

.iconic-arrow-thick-bottom-right-line-large:before {
  content: '\e0b5'; }

.iconic-arrow-thick-bottom-right-line-oblique:before {
  content: '\e0b6'; }

.iconic-arrow-thick-bottom-right-line:before {
  content: '\e0b7'; }

.iconic-arrow-thick-left-fill-acute:before {
  content: '\e0b8'; }

.iconic-arrow-thick-left-fill-angled:before {
  content: '\e0b9'; }

.iconic-arrow-thick-left-fill-large-acute:before {
  content: '\e0ba'; }

.iconic-arrow-thick-left-fill-large-angled:before {
  content: '\e0bb'; }

.iconic-arrow-thick-left-fill-large-oblique:before {
  content: '\e0bc'; }

.iconic-arrow-thick-left-fill-large:before {
  content: '\e0bd'; }

.iconic-arrow-thick-left-fill-oblique:before {
  content: '\e0be'; }

.iconic-arrow-thick-left-fill:before {
  content: '\e0bf'; }

.iconic-arrow-thick-left-line-acute:before {
  content: '\e0c0'; }

.iconic-arrow-thick-left-line-large-acute:before {
  content: '\e0c1'; }

.iconic-arrow-thick-left-line-large-oblique:before {
  content: '\e0c2'; }

.iconic-arrow-thick-left-line-large:before {
  content: '\e0c3'; }

.iconic-arrow-thick-left-line-oblique:before {
  content: '\e0c4'; }

.iconic-arrow-thick-left-line:before {
  content: '\e0c5'; }

.iconic-arrow-thick-right-fill-acute:before {
  content: '\e0c6'; }

.iconic-arrow-thick-right-fill-angled:before {
  content: '\e0c7'; }

.iconic-arrow-thick-right-fill-large-acute:before {
  content: '\e0c8'; }

.iconic-arrow-thick-right-fill-large-angled:before {
  content: '\e0c9'; }

.iconic-arrow-thick-right-fill-large-oblique:before {
  content: '\e0ca'; }

.iconic-arrow-thick-right-fill-large:before {
  content: '\e0cb'; }

.iconic-arrow-thick-right-fill-oblique:before {
  content: '\e0cc'; }

.iconic-arrow-thick-right-fill:before {
  content: '\e0cd'; }

.iconic-arrow-thick-right-line-acute:before {
  content: '\e0ce'; }

.iconic-arrow-thick-right-line-large-acute:before {
  content: '\e0cf'; }

.iconic-arrow-thick-right-line-large-oblique:before {
  content: '\e0d0'; }

.iconic-arrow-thick-right-line-large:before {
  content: '\e0d1'; }

.iconic-arrow-thick-right-line-oblique:before {
  content: '\e0d2'; }

.iconic-arrow-thick-right-line:before {
  content: '\e0d3'; }

.iconic-arrow-thick-top-fill-acute:before {
  content: '\e0d4'; }

.iconic-arrow-thick-top-fill-angled:before {
  content: '\e0d5'; }

.iconic-arrow-thick-top-fill-large-acute:before {
  content: '\e0d6'; }

.iconic-arrow-thick-top-fill-large-angled:before {
  content: '\e0d7'; }

.iconic-arrow-thick-top-fill-large-oblique:before {
  content: '\e0d8'; }

.iconic-arrow-thick-top-fill-large:before {
  content: '\e0d9'; }

.iconic-arrow-thick-top-fill-oblique:before {
  content: '\e0da'; }

.iconic-arrow-thick-top-fill:before {
  content: '\e0db'; }

.iconic-arrow-thick-top-left-fill-acute:before {
  content: '\e0dc'; }

.iconic-arrow-thick-top-left-fill-angled:before {
  content: '\e0dd'; }

.iconic-arrow-thick-top-left-fill-large-acute:before {
  content: '\e0de'; }

.iconic-arrow-thick-top-left-fill-large-angled:before {
  content: '\e0df'; }

.iconic-arrow-thick-top-left-fill-large-oblique:before {
  content: '\e0e0'; }

.iconic-arrow-thick-top-left-fill-large:before {
  content: '\e0e1'; }

.iconic-arrow-thick-top-left-fill-oblique:before {
  content: '\e0e2'; }

.iconic-arrow-thick-top-left-fill:before {
  content: '\e0e3'; }

.iconic-arrow-thick-top-left-line-acute:before {
  content: '\e0e4'; }

.iconic-arrow-thick-top-left-line-large-acute:before {
  content: '\e0e5'; }

.iconic-arrow-thick-top-left-line-large-oblique:before {
  content: '\e0e6'; }

.iconic-arrow-thick-top-left-line-large:before {
  content: '\e0e7'; }

.iconic-arrow-thick-top-left-line-oblique:before {
  content: '\e0e8'; }

.iconic-arrow-thick-top-left-line:before {
  content: '\e0e9'; }

.iconic-arrow-thick-top-line-acute:before {
  content: '\e0ea'; }

.iconic-arrow-thick-top-line-large-acute:before {
  content: '\e0eb'; }

.iconic-arrow-thick-top-line-large-oblique:before {
  content: '\e0ec'; }

.iconic-arrow-thick-top-line-large:before {
  content: '\e0ed'; }

.iconic-arrow-thick-top-line-oblique:before {
  content: '\e0ee'; }

.iconic-arrow-thick-top-line:before {
  content: '\e0ef'; }

.iconic-arrow-thick-top-right-fill-acute:before {
  content: '\e0f0'; }

.iconic-arrow-thick-top-right-fill-angled:before {
  content: '\e0f1'; }

.iconic-arrow-thick-top-right-fill-large-acute:before {
  content: '\e0f2'; }

.iconic-arrow-thick-top-right-fill-large-angled:before {
  content: '\e0f3'; }

.iconic-arrow-thick-top-right-fill-large-oblique:before {
  content: '\e0f4'; }

.iconic-arrow-thick-top-right-fill-large:before {
  content: '\e0f5'; }

.iconic-arrow-thick-top-right-fill-oblique:before {
  content: '\e0f6'; }

.iconic-arrow-thick-top-right-fill:before {
  content: '\e0f7'; }

.iconic-arrow-thick-top-right-line-acute:before {
  content: '\e0f8'; }

.iconic-arrow-thick-top-right-line-large-acute:before {
  content: '\e0f9'; }

.iconic-arrow-thick-top-right-line-large-oblique:before {
  content: '\e0fa'; }

.iconic-arrow-thick-top-right-line-large:before {
  content: '\e0fb'; }

.iconic-arrow-thick-top-right-line-oblique:before {
  content: '\e0fc'; }

.iconic-arrow-thick-top-right-line:before {
  content: '\e0fd'; }

.iconic-arrow-top-fill-acute:before {
  content: '\e0fe'; }

.iconic-arrow-top-fill-angled:before {
  content: '\e0ff'; }

.iconic-arrow-top-fill-large-acute:before {
  content: '\e100'; }

.iconic-arrow-top-fill-large-angled:before {
  content: '\e101'; }

.iconic-arrow-top-fill-large-oblique:before {
  content: '\e102'; }

.iconic-arrow-top-fill-large:before {
  content: '\e103'; }

.iconic-arrow-top-fill-oblique:before {
  content: '\e104'; }

.iconic-arrow-top-fill:before {
  content: '\e105'; }

.iconic-arrow-top-left-fill-acute:before {
  content: '\e106'; }

.iconic-arrow-top-left-fill-angled:before {
  content: '\e107'; }

.iconic-arrow-top-left-fill-large-acute:before {
  content: '\e108'; }

.iconic-arrow-top-left-fill-large-angled:before {
  content: '\e109'; }

.iconic-arrow-top-left-fill-large-oblique:before {
  content: '\e10a'; }

.iconic-arrow-top-left-fill-large:before {
  content: '\e10b'; }

.iconic-arrow-top-left-fill-oblique:before {
  content: '\e10c'; }

.iconic-arrow-top-left-fill:before {
  content: '\e10d'; }

.iconic-arrow-top-left-line-acute:before {
  content: '\e10e'; }

.iconic-arrow-top-left-line-large-acute:before {
  content: '\e10f'; }

.iconic-arrow-top-left-line-large-oblique:before {
  content: '\e110'; }

.iconic-arrow-top-left-line-large:before {
  content: '\e111'; }

.iconic-arrow-top-left-line-oblique:before {
  content: '\e112'; }

.iconic-arrow-top-left-line:before {
  content: '\e113'; }

.iconic-arrow-top-line-acute:before {
  content: '\e114'; }

.iconic-arrow-top-line-large-acute:before {
  content: '\e115'; }

.iconic-arrow-top-line-large-oblique:before {
  content: '\e116'; }

.iconic-arrow-top-line-large:before {
  content: '\e117'; }

.iconic-arrow-top-line-oblique:before {
  content: '\e118'; }

.iconic-arrow-top-line:before {
  content: '\e119'; }

.iconic-arrow-top-right-fill-acute:before {
  content: '\e11a'; }

.iconic-arrow-top-right-fill-angled:before {
  content: '\e11b'; }

.iconic-arrow-top-right-fill-large-acute:before {
  content: '\e11c'; }

.iconic-arrow-top-right-fill-large-angled:before {
  content: '\e11d'; }

.iconic-arrow-top-right-fill-large-oblique:before {
  content: '\e11e'; }

.iconic-arrow-top-right-fill-large:before {
  content: '\e11f'; }

.iconic-arrow-top-right-fill-oblique:before {
  content: '\e120'; }

.iconic-arrow-top-right-fill:before {
  content: '\e121'; }

.iconic-arrow-top-right-line-acute:before {
  content: '\e122'; }

.iconic-arrow-top-right-line-large-acute:before {
  content: '\e123'; }

.iconic-arrow-top-right-line-large-oblique:before {
  content: '\e124'; }

.iconic-arrow-top-right-line-large:before {
  content: '\e125'; }

.iconic-arrow-top-right-line-oblique:before {
  content: '\e126'; }

.iconic-arrow-top-right-line:before {
  content: '\e127'; }

.iconic-audio-spectrum:before {
  content: '\e128'; }

.iconic-audio:before {
  content: '\e129'; }

.iconic-ban:before {
  content: '\e12a'; }

.iconic-bar-chart:before {
  content: '\e12b'; }

.iconic-basket:before {
  content: '\e12c'; }

.iconic-battery:before {
  content: '\e12d'; }

.iconic-beaker:before {
  content: '\e12e'; }

.iconic-bell:before {
  content: '\e12f'; }

.iconic-bitcoin-address:before {
  content: '\e130'; }

.iconic-bitcoin-block:before {
  content: '\e131'; }

.iconic-bitcoin-transaction:before {
  content: '\e132'; }

.iconic-bitcoin:before {
  content: '\e133'; }

.iconic-bluetooth:before {
  content: '\e134'; }

.iconic-bold:before {
  content: '\e135'; }

.iconic-book:before {
  content: '\e136'; }

.iconic-bookmark:before {
  content: '\e137'; }

.iconic-box:before {
  content: '\e138'; }

.iconic-brain:before {
  content: '\e139'; }

.iconic-briefcase:before {
  content: '\e13a'; }

.iconic-british-pound:before {
  content: '\e13b'; }

.iconic-browser-full-page:before {
  content: '\e13c'; }

.iconic-browser-type-chrome:before {
  content: '\e13d'; }

.iconic-browser-type-firefox:before {
  content: '\e13e'; }

.iconic-browser-type-internetexplorer:before {
  content: '\e13f'; }

.iconic-browser-type-safari:before {
  content: '\e140'; }

.iconic-browser-viewport:before {
  content: '\e141'; }

.iconic-browser:before {
  content: '\e142'; }

.iconic-brush:before {
  content: '\e143'; }

.iconic-bug:before {
  content: '\e144'; }

.iconic-building:before {
  content: '\e145'; }

.iconic-bullhorn:before {
  content: '\e146'; }

.iconic-calculator:before {
  content: '\e147'; }

.iconic-calendar:before {
  content: '\e148'; }

.iconic-camera-rangefinder:before {
  content: '\e149'; }

.iconic-camera-slr:before {
  content: '\e14a'; }

.iconic-caret-bottom:before {
  content: '\e14b'; }

.iconic-caret-left:before {
  content: '\e14c'; }

.iconic-caret-right:before {
  content: '\e14d'; }

.iconic-caret-top:before {
  content: '\e14e'; }

.iconic-carriage-return:before {
  content: '\e14f'; }

.iconic-cart:before {
  content: '\e150'; }

.iconic-chat:before {
  content: '\e151'; }

.iconic-check-thin:before {
  content: '\e152'; }

.iconic-check:before {
  content: '\e153'; }

.iconic-chevron-bottom:before {
  content: '\e154'; }

.iconic-chevron-left:before {
  content: '\e155'; }

.iconic-chevron-right:before {
  content: '\e156'; }

.iconic-chevron-top:before {
  content: '\e157'; }

.iconic-circle-check:before {
  content: '\e158'; }

.iconic-circle-x:before {
  content: '\e159'; }

.iconic-clipboard:before {
  content: '\e15a'; }

.iconic-clock:before {
  content: '\e15b'; }

.iconic-cloud-transfer-download:before {
  content: '\e15c'; }

.iconic-cloud-transfer-upload:before {
  content: '\e15d'; }

.iconic-cloud:before {
  content: '\e15e'; }

.iconic-cloudy:before {
  content: '\e15f'; }

.iconic-code:before {
  content: '\e160'; }

.iconic-cog:before {
  content: '\e161'; }

.iconic-cogs:before {
  content: '\e162'; }

.iconic-collapse-down:before {
  content: '\e163'; }

.iconic-collapse-left:before {
  content: '\e164'; }

.iconic-collapse-right:before {
  content: '\e165'; }

.iconic-collapse-up:before {
  content: '\e166'; }

.iconic-command:before {
  content: '\e167'; }

.iconic-comment-square:before {
  content: '\e168'; }

.iconic-compass:before {
  content: '\e169'; }

.iconic-connections:before {
  content: '\e16a'; }

.iconic-contrast:before {
  content: '\e16b'; }

.iconic-copywriting:before {
  content: '\e16c'; }

.iconic-cpu:before {
  content: '\e16d'; }

.iconic-credit-card:before {
  content: '\e16e'; }

.iconic-crop:before {
  content: '\e16f'; }

.iconic-dashboard:before {
  content: '\e170'; }

.iconic-data-transfer-download:before {
  content: '\e171'; }

.iconic-data-transfer-upload:before {
  content: '\e172'; }

.iconic-database:before {
  content: '\e173'; }

.iconic-delete:before {
  content: '\e174'; }

.iconic-delta:before {
  content: '\e175'; }

.iconic-dial:before {
  content: '\e176'; }

.iconic-document:before {
  content: '\e177'; }

.iconic-dollar:before {
  content: '\e178'; }

.iconic-double-quote-sans-left:before {
  content: '\e179'; }

.iconic-double-quote-sans-right:before {
  content: '\e17a'; }

.iconic-double-quote-serif-left:before {
  content: '\e17b'; }

.iconic-double-quote-serif-right:before {
  content: '\e17c'; }

.iconic-easel:before {
  content: '\e17d'; }

.iconic-eject:before {
  content: '\e17e'; }

.iconic-electric:before {
  content: '\e17f'; }

.iconic-elevator:before {
  content: '\e180'; }

.iconic-ellipses:before {
  content: '\e181'; }

.iconic-envelope-closed:before {
  content: '\e182'; }

.iconic-envelope-open:before {
  content: '\e183'; }

.iconic-euro:before {
  content: '\e184'; }

.iconic-excerpt:before {
  content: '\e185'; }

.iconic-expand-down:before {
  content: '\e186'; }

.iconic-expand-left:before {
  content: '\e187'; }

.iconic-expand-right:before {
  content: '\e188'; }

.iconic-expand-up:before {
  content: '\e189'; }

.iconic-external-link:before {
  content: '\e18a'; }

.iconic-eye-closed:before {
  content: '\e18b'; }

.iconic-eye-open:before {
  content: '\e18c'; }

.iconic-eyedropper:before {
  content: '\e18d'; }

.iconic-file-ai:before {
  content: '\e18e'; }

.iconic-file-css:before {
  content: '\e18f'; }

.iconic-file-dmg:before {
  content: '\e190'; }

.iconic-file-doc:before {
  content: '\e191'; }

.iconic-file-gif:before {
  content: '\e192'; }

.iconic-file-html:before {
  content: '\e193'; }

.iconic-file-jpg:before {
  content: '\e194'; }

.iconic-file-js:before {
  content: '\e195'; }

.iconic-file-json:before {
  content: '\e196'; }

.iconic-file-mov:before {
  content: '\e197'; }

.iconic-file-mp3:before {
  content: '\e198'; }

.iconic-file-pdf:before {
  content: '\e199'; }

.iconic-file-png:before {
  content: '\e19a'; }

.iconic-file-psd:before {
  content: '\e19b'; }

.iconic-file-svg:before {
  content: '\e19c'; }

.iconic-file-txt:before {
  content: '\e19d'; }

.iconic-file-xls:before {
  content: '\e19e'; }

.iconic-file-xml:before {
  content: '\e19f'; }

.iconic-file-zip:before {
  content: '\e1a0'; }

.iconic-fire:before {
  content: '\e1a1'; }

.iconic-firefly:before {
  content: '\e1a2'; }

.iconic-flag:before {
  content: '\e1a3'; }

.iconic-flash:before {
  content: '\e1a4'; }

.iconic-flow-four-up:before {
  content: '\e1a5'; }

.iconic-flow-three-up:before {
  content: '\e1a6'; }

.iconic-flow-two-up:before {
  content: '\e1a7'; }

.iconic-folder:before {
  content: '\e1a8'; }

.iconic-fork:before {
  content: '\e1a9'; }

.iconic-full-page:before {
  content: '\e1aa'; }

.iconic-fullscreen-enter:before {
  content: '\e1ab'; }

.iconic-fullscreen-exit:before {
  content: '\e1ac'; }

.iconic-funnel:before {
  content: '\e1ad'; }

.iconic-game-controller:before {
  content: '\e1ae'; }

.iconic-globe:before {
  content: '\e1af'; }

.iconic-graph:before {
  content: '\e1b0'; }

.iconic-grid-four-up:before {
  content: '\e1b1'; }

.iconic-grid-three-up:before {
  content: '\e1b2'; }

.iconic-grid-two-up:before {
  content: '\e1b3'; }

.iconic-group:before {
  content: '\e1b4'; }

.iconic-guides:before {
  content: '\e1b5'; }

.iconic-hammer:before {
  content: '\e1b6'; }

.iconic-hand:before {
  content: '\e1b7'; }

.iconic-hard-drive:before {
  content: '\e1b8'; }

.iconic-header:before {
  content: '\e1b9'; }

.iconic-headphones:before {
  content: '\e1ba'; }

.iconic-heart:before {
  content: '\e1bb'; }

.iconic-history:before {
  content: '\e1bc'; }

.iconic-home:before {
  content: '\e1bd'; }

.iconic-image-landscape:before {
  content: '\e1be'; }

.iconic-image-portrait:before {
  content: '\e1bf'; }

.iconic-inbox:before {
  content: '\e1c0'; }

.iconic-infinity:before {
  content: '\e1c1'; }

.iconic-info:before {
  content: '\e1c2'; }

.iconic-inkwell:before {
  content: '\e1c3'; }

.iconic-iphone:before {
  content: '\e1c4'; }

.iconic-italic:before {
  content: '\e1c5'; }

.iconic-justify-center:before {
  content: '\e1c6'; }

.iconic-justify-left:before {
  content: '\e1c7'; }

.iconic-justify-right:before {
  content: '\e1c8'; }

.iconic-key:before {
  content: '\e1c9'; }

.iconic-keyboard:before {
  content: '\e1ca'; }

.iconic-keypad-mobile:before {
  content: '\e1cb'; }

.iconic-laptop:before {
  content: '\e1cc'; }

.iconic-layers:before {
  content: '\e1cd'; }

.iconic-lightbulb:before {
  content: '\e1ce'; }

.iconic-lightning-bolt:before {
  content: '\e1cf'; }

.iconic-lightning:before {
  content: '\e1d0'; }

.iconic-link-broken:before {
  content: '\e1d1'; }

.iconic-link-intact:before {
  content: '\e1d2'; }

.iconic-list-nested:before {
  content: '\e1d3'; }

.iconic-list-rich:before {
  content: '\e1d4'; }

.iconic-list:before {
  content: '\e1d5'; }

.iconic-location:before {
  content: '\e1d6'; }

.iconic-lock-locked:before {
  content: '\e1d7'; }

.iconic-lock-unlocked:before {
  content: '\e1d8'; }

.iconic-loop-circular:before {
  content: '\e1d9'; }

.iconic-loop-square:before {
  content: '\e1da'; }

.iconic-loop:before {
  content: '\e1db'; }

.iconic-loupe:before {
  content: '\e1dc'; }

.iconic-magic-wand:before {
  content: '\e1dd'; }

.iconic-magnifying-glass:before {
  content: '\e1de'; }

.iconic-map-marker:before {
  content: '\e1df'; }

.iconic-map:before {
  content: '\e1e0'; }

.iconic-marquee:before {
  content: '\e1e1'; }

.iconic-medal:before {
  content: '\e1e2'; }

.iconic-media-pause:before {
  content: '\e1e3'; }

.iconic-media-play-circle:before {
  content: '\e1e4'; }

.iconic-media-play:before {
  content: '\e1e5'; }

.iconic-media-record:before {
  content: '\e1e6'; }

.iconic-media-skip-backward:before {
  content: '\e1e7'; }

.iconic-media-skip-forward:before {
  content: '\e1e8'; }

.iconic-media-step-backward:before {
  content: '\e1e9'; }

.iconic-media-step-forward:before {
  content: '\e1ea'; }

.iconic-media-stop:before {
  content: '\e1eb'; }

.iconic-medical-cross:before {
  content: '\e1ec'; }

.iconic-menu-selected:before {
  content: '\e1ed'; }

.iconic-menu:before {
  content: '\e1ee'; }

.iconic-microphone:before {
  content: '\e1ef'; }

.iconic-minus-thin:before {
  content: '\e1f0'; }

.iconic-minus:before {
  content: '\e1f1'; }

.iconic-monitor:before {
  content: '\e1f2'; }

.iconic-moon:before {
  content: '\e1f3'; }

.iconic-move:before {
  content: '\e1f4'; }

.iconic-musical-note:before {
  content: '\e1f5'; }

.iconic-network:before {
  content: '\e1f6'; }

.iconic-nexus:before {
  content: '\e1f7'; }

.iconic-open-source:before {
  content: '\e1f8'; }

.iconic-palette:before {
  content: '\e1f9'; }

.iconic-paperclip:before {
  content: '\e1fa'; }

.iconic-peace:before {
  content: '\e1fb'; }

.iconic-pen:before {
  content: '\e1fc'; }

.iconic-pencil:before {
  content: '\e1fd'; }

.iconic-people:before {
  content: '\e1fe'; }

.iconic-person-female:before {
  content: '\e1ff'; }

.iconic-person-genderless:before {
  content: '\e200'; }

.iconic-person-male:before {
  content: '\e201'; }

.iconic-pie-chart:before {
  content: '\e202'; }

.iconic-pilcrow:before {
  content: '\e203'; }

.iconic-pin:before {
  content: '\e204'; }

.iconic-platform-android:before {
  content: '\e205'; }

.iconic-platform-apple:before {
  content: '\e206'; }

.iconic-platform-linux:before {
  content: '\e207'; }

.iconic-platform-microsoft:before {
  content: '\e208'; }

.iconic-plus-thin:before {
  content: '\e209'; }

.iconic-plus:before {
  content: '\e20a'; }

.iconic-pointer:before {
  content: '\e20b'; }

.iconic-power-standby:before {
  content: '\e20c'; }

.iconic-print:before {
  content: '\e20d'; }

.iconic-project:before {
  content: '\e20e'; }

.iconic-pulse:before {
  content: '\e20f'; }

.iconic-puzzle-piece:before {
  content: '\e210'; }

.iconic-question-mark:before {
  content: '\e211'; }

.iconic-radiation:before {
  content: '\e212'; }

.iconic-rainy:before {
  content: '\e213'; }

.iconic-random:before {
  content: '\e214'; }

.iconic-ratio:before {
  content: '\e215'; }

.iconic-reload:before {
  content: '\e216'; }

.iconic-resize-both:before {
  content: '\e217'; }

.iconic-resize-height:before {
  content: '\e218'; }

.iconic-resize-width:before {
  content: '\e219'; }

.iconic-rocket:before {
  content: '\e21a'; }

.iconic-route:before {
  content: '\e21b'; }

.iconic-rss-alt:before {
  content: '\e21c'; }

.iconic-rss:before {
  content: '\e21d'; }

.iconic-scissors:before {
  content: '\e21e'; }

.iconic-screen-viewport:before {
  content: '\e21f'; }

.iconic-screenshot:before {
  content: '\e220'; }

.iconic-screwdriver:before {
  content: '\e221'; }

.iconic-script:before {
  content: '\e222'; }

.iconic-server:before {
  content: '\e223'; }

.iconic-settings:before {
  content: '\e224'; }

.iconic-shape-circle:before {
  content: '\e225'; }

.iconic-shape-hexagon:before {
  content: '\e226'; }

.iconic-shape-octagon:before {
  content: '\e227'; }

.iconic-shape-square-rounded:before {
  content: '\e228'; }

.iconic-shape-square:before {
  content: '\e229'; }

.iconic-share-boxed:before {
  content: '\e22a'; }

.iconic-share-social:before {
  content: '\e22b'; }

.iconic-share:before {
  content: '\e22c'; }

.iconic-shield:before {
  content: '\e22d'; }

.iconic-signal:before {
  content: '\e22e'; }

.iconic-signpost:before {
  content: '\e22f'; }

.iconic-social-dropbox:before {
  content: '\e230'; }

.iconic-social-facebook:before {
  content: '\e231'; }

.iconic-social-github:before {
  content: '\e232'; }

.iconic-social-google-plus:before {
  content: '\e233'; }

.iconic-social-instagram:before {
  content: '\e234'; }

.iconic-social-linkedin:before {
  content: '\e235'; }

.iconic-social-pinterest:before {
  content: '\e236'; }

.iconic-social-reddit:before {
  content: '\e237'; }

.iconic-social-tumblr:before {
  content: '\e238'; }

.iconic-social-twitter:before {
  content: '\e239'; }

.iconic-social-vimeo:before {
  content: '\e23a'; }

.iconic-social-youtube:before {
  content: '\e23b'; }

.iconic-sort-ascending:before {
  content: '\e23c'; }

.iconic-sort-descending:before {
  content: '\e23d'; }

.iconic-spreadsheet:before {
  content: '\e23e'; }

.iconic-star:before {
  content: '\e23f'; }

.iconic-sun:before {
  content: '\e240'; }

.iconic-syringe:before {
  content: '\e241'; }

.iconic-tablet:before {
  content: '\e242'; }

.iconic-tag:before {
  content: '\e243'; }

.iconic-tags:before {
  content: '\e244'; }

.iconic-target:before {
  content: '\e245'; }

.iconic-task:before {
  content: '\e246'; }

.iconic-terminal:before {
  content: '\e247'; }

.iconic-text:before {
  content: '\e248'; }

.iconic-thermometer:before {
  content: '\e249'; }

.iconic-thumb-down:before {
  content: '\e24a'; }

.iconic-thumb-up:before {
  content: '\e24b'; }

.iconic-tiara:before {
  content: '\e24c'; }

.iconic-timer:before {
  content: '\e24d'; }

.iconic-tint:before {
  content: '\e24e'; }

.iconic-tools:before {
  content: '\e24f'; }

.iconic-transfer:before {
  content: '\e250'; }

.iconic-trash:before {
  content: '\e251'; }

.iconic-ungroup:before {
  content: '\e252'; }

.iconic-vertical-align-bottom:before {
  content: '\e253'; }

.iconic-vertical-align-center:before {
  content: '\e254'; }

.iconic-vertical-align-top:before {
  content: '\e255'; }

.iconic-video:before {
  content: '\e256'; }

.iconic-viewport:before {
  content: '\e257'; }

.iconic-volume-high:before {
  content: '\e258'; }

.iconic-volume-low:before {
  content: '\e259'; }

.iconic-volume-medium:before {
  content: '\e25a'; }

.iconic-volume-off:before {
  content: '\e25b'; }

.iconic-warning:before {
  content: '\e25c'; }

.iconic-weight:before {
  content: '\e25d'; }

.iconic-wifi:before {
  content: '\e25e'; }

.iconic-wrench:before {
  content: '\e25f'; }

.iconic-x-thin:before {
  content: '\e260'; }

.iconic-x:before {
  content: '\e261'; }

.iconic-yen:before {
  content: '\e262'; }

.iconic-zoom-in:before {
  content: '\e263'; }

.iconic-zoom-out:before {
  content: '\e264'; }
