@charset "UTF-8";
/* -----------------------------------------------------
/*
/* This manifest Sass stylesheet is broken off into five separate sections:
/*
/* Table of Contents -- SMACSS
/* [1] Vendor 	- External styles dependent on other
/*				  plugins or mixin libraries; Bower components
/* [2] Base     - All default styling for the app (like type and basic
/*				  layout)
/* [3] Layout   - General components of a website, such as the header
/*				  or footer
/* [4] Modules  - Specific components of a website,
/*				  such as a callout or a carousel
/* [5] State    - Media queries and anything that augments and
/*                overrides all other styles
/*
/* ----------------------------------------------------- */
/* [1] Vendor */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  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;
}

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

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

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

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

[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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 {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777;
}

.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: #a94442;
}

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

.bg-primary {
  color: #fff;
  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: #f2dede;
}

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

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: ##fff;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.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-right: 15px;
  padding-left: 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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@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-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@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-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.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: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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: ##fff;
}

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

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

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

.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@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 > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.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 > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #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 {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  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-top: 4px \9 ;
  margin-left: -20px;
}

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

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  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 {
  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 {
  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 {
  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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

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

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

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

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

.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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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 {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].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 > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

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

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

.btn-xs,
.btn-group-xs > .btn {
  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%;
}

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

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

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: ##fff;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

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

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

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

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

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

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

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

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

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

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

.progress-bar-success {
  background-color: #5cb85c;
}

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

.progress-bar-info {
  background-color: #5bc0de;
}

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

.progress-bar-warning {
  background-color: #f0ad4e;
}

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

.progress-bar-danger {
  background-color: #d9534f;
}

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

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

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

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

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

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

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

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: ##fff;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: ##fff;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: ##fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../siteflow_childrens/fonts/slick.eot");
  src: url("../siteflow_childrens/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */
/* @group Flipster Essential Styles */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.flipster:focus {
  outline: none;
}

.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer;
}

.flipster__item img {
  max-width: 100%;
}

/* @end */
/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
  opacity: 1;
}

.flipster__button--prev {
  left: 0;
}

.flipster__button--next {
  right: 0;
}

/* @end */
/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}

.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
  content: "";
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(100%) translateY(-0.25em);
  transition: inherit;
}

.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF;
}

.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  transform: translateY(0);
}

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
  display: block;
}

/* @end */
/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
  perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1);
  transition-delay: 60ms;
}

/* @end */
/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
  perspective: 800px;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
  transform-origin: 0% 50%;
  transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
  transform-origin: 100% 50%;
  transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
  transform: rotateY(0deg);
}

/* @end */
/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
  transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.75);
}

/* @end */
/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
  transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
  transform: rotateX(0deg);
}

/* @end */
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.container-smooth {
  max-width: 1170px;
}

@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: transparent;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.btn-label.btn-label-right {
  right: -12px;
  left: auto;
  border-radius: 0 3px 3px 0;
}

.btn-lg .btn-label {
  left: -16px;
  padding: 10px 16px;
  border-radius: 5px 0 0 5px;
}

.btn-lg .btn-label.btn-label-right {
  right: -16px;
  left: auto;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label {
  left: -10px;
  padding: 5px 10px;
  border-radius: 2px 0 0 2px;
}

.btn-sm .btn-label.btn-label-right {
  right: -10px;
  left: auto;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label {
  left: -5px;
  padding: 1px 5px;
  border-radius: 2px 0 0 2px;
}

.btn-xs .btn-label.btn-label-right {
  right: -5px;
  left: auto;
  border-radius: 0 2px 2px 0;
}

.nav-tabs-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}

.nav-tabs-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}

.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

.nav-tabs-left {
  border-right: 1px solid #ddd;
  border-bottom: 0;
}

.nav-tabs-left > li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0;
}

.nav-tabs-left > li > a {
  margin-right: 0;
  margin-bottom: 2px;
  border-radius: 4px 0 0 4px;
}

.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}

.row > .nav-tabs-left {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
}

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}

.nav-tabs-right > li {
  float: none;
  margin-bottom: 0;
  margin-left: -1px;
}

.nav-tabs-right > li > a {
  margin-bottom: 2px;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}

.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}

.row > .nav-tabs-right {
  padding-right: 15px;
  padding-left: 0;
}

.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1030;
  overflow-y: auto;
  border-radius: 0;
}

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0;
}

.navmenu-fixed-right,
.navbar-offcanvas {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px;
}

.navmenu-nav {
  margin-bottom: 10px;
}

.navmenu-nav.dropdown-menu {
  position: static;
  float: none;
  padding-top: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-offcanvas .navbar-nav {
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}

.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}

.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}

.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}

.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}

.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999;
}

.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999;
}

.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}

.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000;
}

.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999;
}

.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  left: 0;
  z-index: 1035;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .alert-fixed-top,
.alert-fixed-bottom {
    left: 50%;
    width: 992px;
    margin-left: -496px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}

@media (min-width: 992px) {
  .alert-fixed-top {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.offcanvas {
  display: none;
}

.offcanvas.in {
  display: block;
}

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }

  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }

  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }

  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}

.offcanvas-lg.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}

.offcanvas-clone {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: none !important;
  opacity: 0 !important;
}

.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}

.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

/*# sourceMappingURL=jasny-bootstrap.css.map */
/*!
 * Bootstrap Colorpicker v2.4.0
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../images/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue.png");
}

.colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  display: none;
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}

.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

.colorpicker-selectors i + i {
  margin-left: 3px;
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue-horizontal.png");
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha-horizontal.png");
}

.colorpicker-right:before {
  left: auto;
  right: 6px;
}

.colorpicker-right:after {
  left: auto;
  right: 7px;
}

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

/*# sourceMappingURL=bootstrap-colorpicker.css.map */
/*!
 * 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: 0.75s;
  animation-duration: 0.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;
}

/******************************************************
* #### jQuery-Youtube-Channels-Playlist v06 ####
* Coded by Ican Bachors 2014.
* https://github.com/bachors/jQuery-Youtube-Channels-Playlist
* Updates will be posted to this site.
******************************************************/
.ycp {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  color: #444;
  background: #000;
  display: block;
  width: 100%;
  height: 500px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.ycp,
.ycp .belah {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.ycp .belah {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.ycp .belah:first-of-type {
  width: 65%;
}

.ycp .belah:last-of-type {
  width: 35%;
}

.ycp .belah .luhur {
  color: #fff;
  background: #222;
  display: block;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}

.ycp .belah .handap {
  color: #ddd;
  background: #111;
  height: calc(100% - 70px);
  padding: 0;
  overflow-y: auto;
  -moz-box-shadow: inset 0 0 10px #000;
  -webkit-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
}

.ycp .belah .handap,
.ycp .belah .bingkay {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.ycp .belah .bingkay {
  height: 100%;
  border: 0;
}

.ycp .belah .luhur span.tombol {
  margin-right: 20px;
  color: silver;
}

.ycp .belah .luhur span.about {
  float: right;
  background: #111;
  padding: 2px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}

.ycp a {
  text-decoration: none;
  outline: 0;
}

.ycp a img {
  border: 0;
}

.ycp .belah.ycp_vid_play {
  cursor: pointer;
}

.ycp .belah.ycp_vid_play a {
  background: #e52d27;
  width: 120px;
  height: 75px;
  display: block;
  border-radius: 10%;
  position: relative;
  top: calc(50% - 35px);
  left: calc(50% - 60px);
  text-align: center;
}

.ycp .belah.ycp_vid_play a::before {
  color: #fff;
  content: "▶";
  z-index: 100;
  font-size: 50px;
}

.ycp .belah .thumb {
  float: left;
  margin-right: 10px;
  position: relative;
  height: 61px;
}

.ycp .belah .thumb span {
  position: absolute;
  right: 2px;
  bottom: -2px;
  padding: 2px;
  background: #000;
  color: silver;
  font-size: 0.8em;
}

.ycp .belah .play {
  margin: 0;
  padding: 10px;
  display: block;
  overflow: hidden;
  *overflow: visible;
}

.ycp .belah .luhur div.title {
  color: #fff;
  border-bottom: 1px solid #111;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.ycp .belah .handap div.title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ycp .belah span.mute,
.ycp .belah span.about a {
  color: #767676;
  font-size: 0.8em;
}

.ycp .belah .thumb img {
  width: 80px;
  height: 100%;
  border: 2px solid #000;
}

.ycp .belah .play:hover,
.ycp .belah .vid-active {
  background: #000;
}

.ycp .belah .luhur .vid-prev,
.ycp .belah .luhur .vid-next,
.ycp .belah .play {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .ycp {
    height: 1000px;
  }

  .ycp .belah,
.ycp .belah:first-of-type,
.ycp .belah:last-of-type {
    width: 100%;
    display: block;
  }

  .ycp .belah:first-of-type {
    height: 40%;
  }

  .ycp .belah:last-of-type {
    height: 60%;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.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;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.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%;
}

.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;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* [2] Base */
.parallax {
  /* Set a specific height */
  /* Create the parallax scrolling effect 
  background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.youtube-video iframe {
  width: 100%;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.o-fit-cover {
  object-fit: cover;
}

.m-0 {
  margin: 0 !important;
}

.color-ach-blue {
  color: #004590;
}

/* ============================
Large Desktop
============================*/
@media (min-width: 768px) {
  .parallax {
    /* Set a specific height */
    height: 400px;
  }
}
/* ============================
Tablet
============================*/
@media only screen and (max-width: 992px) {
  .parallax {
    background-size: cover;
  }
}
/* ============================
Mobile Responsiveness
============================*/
@media only screen and (max-width: 767px) {
  .parallax {
    background-attachment: inherit;
    background-position: center;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

body, * {
  font-family: "acumin-pro-semi-condensed", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "acumin-pro-semi-condensed", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
}

/* =14px */
h1 {
  font-size: 40px;
}

/* =24px */
h2 {
  font-size: 30px;
}

/* =24px */
a {
  transition: 0.2s all linear;
  text-decoration: none !important;
  color: #004590;
  word-wrap: break-word;
}
a:hover, a:focus {
  color: #3386e1;
}

a {
  transition: 0.2s all linear;
  text-decoration: none !important;
  color: #004590;
  word-wrap: break-word;
}

button {
  transition: 0.2s all linear;
}

blockquote {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  text-align: center;
  padding: 15px 0;
  color: #999;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
}

td, th {
  padding: 5px;
}

/* Max-width: 767px */
@media only screen and (max-width: 767px) {
  #content-wrapper {
    margin-top: 50px;
  }
}
/* [3] Layout */
/* ===========================
 * Common Content styles
 * =========================== */
.addthis_inline_share_toolbox {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.yxt-SearchBar-form {
  margin: 0 auto;
}

.yxt-SearchBar-label, .js-yxt-SearchBar-clear {
  display: none;
}

.yxt-SearchBar-form {
  position: relative;
}

.js-yext-submit {
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  margin-left: -42px;
  margin-top: 0;
}

.Icon--magnifying_glass {
  width: 14px;
}

.yxt-AutoComplete {
  position: absolute;
  background-color: #ececec;
  z-index: 1000;
  padding: 10px;
}

.yxt-SearchBar-input {
  display: inline-block;
  height: 42px;
  width: 300px;
  border: 1px solid #d8d8d8;
  box-shadow: inherit;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button.yxt-SearchBar-clear {
    display: none !important;
    height: 0px !important;
    visibility: hidden !important;
  }

  button.yxt-SearchBar-button {
    position: relative !important;
    bottom: 45px !important;
  }
}
.image-enlarge {
  position: relative;
  display: inline-block;
}
.image-enlarge:hover::after {
  padding: 20px 30px;
  font-size: 40px;
}
.image-enlarge::after {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  right: 0;
  display: block;
  padding: 10px 15px;
  color: #fff;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.2s all linear;
}

.image-enlarge-modal .modal-footer {
  text-align: right;
}
.image-enlarge-modal .btn-ach {
  transition: 0.2s all linear;
  color: #004590;
}
.image-enlarge-modal .btn-ach:hover, .image-enlarge-modal .btn-ach:focus {
  color: #fff;
}
.image-enlarge-modal .btn-ach .fa {
  vertical-align: inherit;
  font-size: inherit;
}

.quicklinks {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-ach {
	margin-bottom:7px !important;
	border-radius:12px !important;
	font-size:18px !important;
	user-select:text;
	transition:0.2s all linear;
	text-align:left !important;
}

.btn-ach:hover, .btn-ach:focus {
	background:#004590 !important;
	color:#fff !important;
}

.quicklinks .dropdown-btns li a {
	font-size:18px !important;
	line-height:1.25em !important;
	border: 1px solid #004590;
	padding:12px !important;
}

.top-nav__donate-now a {
  /*border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;*/
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.audienceLinks a {
  line-height: 12px;
  border-left: 1px solid #999;
  padding-left: 8px;
  margin-left: 4px;
}

.taxActive {
  font-weight: bold;
}

.roundedContent {
  border-radius: 12px;
}

.introContent {
  margin-top: 20px;
  margin-bottom: 20px;
}

.openingCopy {
  font-size: 19px;
  padding-top: 7px;
}
.openingCopy h2 {
  margin-top: 0;
}

.borderBottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.contentBlock {
  margin-bottom: 10px;
  /*border-top:1px solid #ccc;*/
}

.achResourcesContainer {
  padding: 20px;
  background: #ececec;
  border-radius: 12px;
  margin: 20px 0;
}

.achResourcesTitle {
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #a9a9a9;
}

ul.achResources {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.achResources > li {
  line-height: 1.25em;
}
ul.achResources > li > a {
  line-height: 1em;
  display: inline-block;
}

.theHeader img {
  width: 100%;
  height: auto;
  max-width: 970px;
  margin: 0 auto;
}

.theHeader {
  text-align: center;
  background-color: #ececec;
  padding: 40px;
}

.pageHeadline {
  text-align: center;
}

ul.sidebarNav {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

ul.sidebarNav li {
  padding: 7px 0;
  border-top: 1px solid #ccc;
}

ul.sidebarNav li:first-child {
  border-top: none;
}

ul.sidebarNav li a {
  font-size: 20px;
}

.inThisSection {
  text-align: center;
  margin: 10px auto;
  float: none !important;
}

.buttonWrap {
  text-align: center;
}

.theImage img {
  padding: 25px 0 10px 0;
}

p.imageCaption {
  font-size: 14px;
  text-align: center;
  margin: 10px auto;
}

.seoCopy {
  margin: 20px 0;
  font-size: 14px;
  text-transform: italic;
}

.addlInfo {
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}

.sectionTabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.deptSections ul.nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.departmentIntro {
  font-size: 18px;
}

/* DEPT SOCIAL ICONS */
a.socialbox {
  font-family: "Open Sans";
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 20px 30px;
  width: 320px;
  margin: 24px 0 0 24px;
}

a.socialbox.facebook {
  background-color: #2980b9;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

a.socialbox.twitter {
  background-color: #3498db;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

a.socialbox.pinterest {
  background-color: #c0392b;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

a.socialbox.linkedin {
  background-color: #34495e;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

a.socialbox .social-icon {
  line-height: 32px;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-right: 15px;
}

a.socialbox .socialdescription {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 13px;
}

a.socialbox .socialdescription span {
  display: block;
  line-height: 16px;
}

#scheduleTab-accordion {
  margin-top: 20px;
}
#scheduleTab-accordion .panel-body {
  padding: 0;
}
#scheduleTab-accordion > .panel > .panel-heading > .panel-title > a {
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 !important;
}
#scheduleTab-accordion .schedule-tab-mobile-title-icon {
  background: #004590;
  padding: 12px;
  margin-right: 12px;
}
#scheduleTab-accordion .schedule-tab-mobile-title-icon > img {
  height: 20px;
}
#scheduleTab-accordion .schedule-tab-mobile-title-icon + span {
  padding: 12px 0;
}
#scheduleTab-accordion .slide-out-menu__header {
  background: #ccc;
  color: #000;
  border-bottom: 2px solid #b6b6b6;
  padding: 15px 20px;
}
#scheduleTab-accordion .slide-out-menu__header br {
  display: none;
}
#scheduleTab-accordion .slide-out-menu__body {
  border-bottom-right-radius: 0;
}

#standardTab-accordion.panel-group,
#departmentTab-accordion.panel-group,
#doctorTab-accordion.panel-group,
#scheduleTab-accordion.panel-group {
  margin-bottom: 20px;
}
#standardTab-accordion > .panel-default > .panel-heading,
#departmentTab-accordion > .panel-default > .panel-heading,
#doctorTab-accordion > .panel-default > .panel-heading,
#scheduleTab-accordion > .panel-default > .panel-heading {
  background: none;
  padding: 0;
}
#standardTab-accordion > .panel,
#departmentTab-accordion > .panel,
#doctorTab-accordion > .panel,
#scheduleTab-accordion > .panel {
  border-radius: 0;
  background: #fff;
  border: 1px solid #004590;
  box-shadow: none;
}
#standardTab-accordion > .panel > .panel-heading > .panel-title a,
#departmentTab-accordion > .panel > .panel-heading > .panel-title a,
#doctorTab-accordion > .panel > .panel-heading > .panel-title a,
#scheduleTab-accordion > .panel > .panel-heading > .panel-title a {
  display: block;
  background: #fff;
  padding: 12px 15px;
  color: #004590;
  position: relative;
  font-weight: 700;
}
#standardTab-accordion > .panel > .panel-heading > .panel-title a:hover,
#departmentTab-accordion > .panel > .panel-heading > .panel-title a:hover,
#doctorTab-accordion > .panel > .panel-heading > .panel-title a:hover,
#scheduleTab-accordion > .panel > .panel-heading > .panel-title a:hover {
  background: #004590;
  color: #fff;
}
#standardTab-accordion > .panel > .panel-heading > .panel-title a:hover::after,
#departmentTab-accordion > .panel > .panel-heading > .panel-title a:hover::after,
#doctorTab-accordion > .panel > .panel-heading > .panel-title a:hover::after,
#scheduleTab-accordion > .panel > .panel-heading > .panel-title a:hover::after {
  color: #fff;
}
#standardTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true],
#departmentTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true],
#doctorTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true],
#scheduleTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true] {
  background: #004590;
  color: #fff;
}
#standardTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true]::after,
#departmentTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true]::after,
#doctorTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true]::after,
#scheduleTab-accordion > .panel > .panel-heading > .panel-title a[aria-expanded=true]::after {
  content: "";
  color: #fff;
}
#standardTab-accordion > .panel > .panel-heading > .panel-title a::after,
#departmentTab-accordion > .panel > .panel-heading > .panel-title a::after,
#doctorTab-accordion > .panel > .panel-heading > .panel-title a::after,
#scheduleTab-accordion > .panel > .panel-heading > .panel-title a::after {
  content: "";
  font-family: "FontAwesome";
  color: #004590;
  position: absolute;
  top: 50%;
  font-size: 18px;
  right: 25px;
  margin-top: -9px;
  width: 0;
  height: 0;
  transition: all 0.2s linear;
}

.imageGoThumbnail img {
  width: 100px;
  height: auto;
}

.imageGoSmall img {
  width: 300px;
  height: auto;
}

.imageGoMedium img {
  width: 400px;
  height: auto;
}

.imageGoLarge img {
  width: 600px;
  height: auto;
}

.imageGoCenter a {
  text-align: center;
}

.imageGoCenter a img {
  text-align: center;
  margin: 0 auto;
}

.copyGoCenter h2 {
  text-align: center;
}

.clinical-study__long-name,
.content-page__long-name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.clinical-study__long-name.has-no-desc,
.content-page__long-name.has-no-desc {
  margin-bottom: 0;
}

.clinical-study__intro,
.content-intro {
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
}
.clinical-study__intro .content-section,
.content-intro .content-section {
  margin: 0;
}
.clinical-study__intro .content-section + .content-section,
.content-intro .content-section + .content-section {
  margin-top: 20px;
}

.content-intro__or-break {
  margin: 10px auto;
  background: #004590;
  width: 35px;
  height: 35px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  position: relative;
  border-radius: 50%;
  font-weight: 700;
}
.content-intro__or-break span {
  position: absolute;
  left: 0;
  line-height: 35px;
  text-align: center;
  width: 100%;
}

.content-section {
  margin-bottom: 20px;
}
.content-section p:last-of-type {
  margin: 0;
}

.content-section__callout {
  padding: 15px 15px 15px 20px;
  margin: 15px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  margin-left: 0px;
  border-radius: 0;
  position: relative;
}
.content-section__callout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  margin-top: -1px;
  background: #004590;
  height: calc(100% + 2px);
}

.content-section__title {
  margin-bottom: 5px;
  font-weight: 700;
}
.content-section__title--results {
  margin: 0;
  padding: 10px 13px;
  background: #004590;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.doctor-top-row-alt-container {
  position: relative;
  padding: 80px 15px 0 15px;
}
.doctor-top-row-alt-container ._call_button {
  font-size: 16px;
  text-align: center;
}
.doctor-top-row-alt-container::before {
  content: "";
  position: absolute;
  background: url("../images/hanging-colored-art-bg.jpg") no-repeat;
  background-size: cover;
  height: 260px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.doctor-top-row-alt-container::after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%);
  position: absolute;
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  z-index: 7;
}
.doctor-top-row-alt-container__inner {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.doctor-top-row-alt-container__inner .doctor-top-row {
  margin-top: 0;
}
@media (min-width: 992px) {
  .doctor-top-row-alt-container__inner .doctor-top-row .col-sm-5 {
    width: 45.666667%;
  }
}
@media (min-width: 768px) {
  .doctor-top-row-alt-container__inner .doctor-top-row .col-sm-5 {
    width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .doctor-top-row-alt-container__inner .doctor-top-row .col-sm-3 {
    width: 21%;
  }
}
@media (min-width: 768px) {
  .doctor-top-row-alt-container__inner .doctor-top-row .col-sm-3 {
    width: 33%;
  }
}

.doc-alt-appointment-collapse__content {
  border-radius: 0 0 10px 10px;
  border: 1px solid #004590;
  padding: 10px;
}

.doctor-top-row {
  margin-top: 25px;
}
.doctor-top-row .pageHeadline {
  text-align: left;
  margin-bottom: 10px;
}
.doctor-top-row .pageHeadline h1 {
  margin: 0;
}
.doctor-top-row .content-page__long-name {
  text-align: left;
  margin-bottom: 30px;
}

.doctor-tab-section ul.nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.doctor-tab-section .content-video-link {
  display: inline-block;
}
.doctor-tab-section .content-page__sidebar.videos .sidebar-list li img {
  width: auto;
}
.doctor-tab-section #locations .content-section .content-section__value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px;
}
.doctor-tab-section #locations .content-section .content-section__value .content-section__location-dropdowns {
  width: 25%;
  padding: 0 15px;
}
.doctor-tab-section #locations .content-section .content-section__value .content-section__location-dropdowns + .content-section__location-dropdowns {
  margin-top: 0;
}

.doctor-tab-section-blue-container {
  background: #d3e7f9;
  padding: 40px 20px 30px 20px;
}

.doctor-tab-section-blue-intro {
  padding: 0 40px;
}
.doctor-tab-section-blue-intro h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.doctor-tab-section-blue-intro p {
  margin-bottom: 20px;
}

.doctor-tab-section--alt ul.nav {
  margin-top: 0;
  margin-bottom: 0;
}
.doctor-tab-section--alt .nav-tabs {
  border-bottom: 0;
}
.doctor-tab-section--alt .nav-tabs > li > a {
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
.doctor-tab-section--alt .nav-tabs > li > a:hover {
  background: #004590;
  color: #fff;
}
.doctor-tab-section--alt .nav-tabs > li.active > a {
  border-bottom: 1px solid #fff;
}
.doctor-tab-section--alt .tab-content {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 20px 30px 30px 30px;
}

.doctor-alt-related-box {
  background: #ececec;
  padding: 30px;
  margin-top: 7px;
}
.doctor-alt-related-box .blogStories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.doctor-alt-related-box > h2 {
  margin: 0 0 25px 0;
}

.nav-tabs {
  margin: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.doctor-content-section__title {
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
}
.doctor-content-section__title--results {
  margin: 0;
  padding: 10px 13px;
  background: #004590;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.content-section__value.content-section__value--results ul.content-section__articles > li {
  border-bottom: 1px solid #c8c8c8 !important;
  padding: 15px 0px !important;
  display: block !important;
}
.content-section__value.content-section__value--results ul.content-section__articles > li:last-of-type {
  border-bottom: 0 !important;
  padding: 15px 0 0 0 !important;
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__image {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  width: 200px;
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__image::before {
  content: "";
  background: rgba(0, 69, 144, 0.7);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all linear;
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__image:hover::before, .content-section__value.content-section__value--results ul.content-section__articles .articles__image:focus::before {
  opacity: 1;
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__image:hover span, .content-section__value.content-section__value--results ul.content-section__articles .articles__image:focus span {
  transform: translateY(0);
  opacity: 1;
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__image span {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -21px;
  right: 0;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.2s all linear;
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__image span .fa {
  color: #fff;
  font-size: 42px;
}
.content-section__value.content-section__value--results ul.content-section__articles .articles__content {
  float: left;
  width: calc(100% - 215px);
}

.content-pager__headline {
  margin: 0;
  padding: 10px 13px;
  background: #004590;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

.content-pager li > a {
  border: 1px solid #004590;
}

.content-pager li > a:hover,
.content-pager li > a:focus {
  color: #fff;
  background: #004590;
}

.content-section__value ul:not(.awards-list) li {
  list-style: none;
  position: relative;
}

.content-section__value ul:not(.awards-list) li::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: -23px;
  color: #ccd9e0;
  top: 0;
  bottom: 0;
}

.locationDetails div, .locationDetails ul li {
  text-align: left;
}

.content-section__value .content-section__location-dropdowns ul li::before {
  content: none;
}

.content-section__value.content-section__value--results ul {
  margin-top: 10px;
  padding: 0;
}

.content-section__value.content-section__value--results ul > li {
  list-style: none;
  display: block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}
.content-section__value.content-section__value--results ul > li::before {
  content: none;
}
.content-section__value.content-section__value--results ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.content-section__location-dropdowns {
  display: block;
}
.content-section__location-dropdowns > .btn-ach {
  width: 100%;
  position: relative;
  padding-right: 45px;
  white-space: normal;
  margin-bottom: 0;
}
.content-section__location-dropdowns > .btn-ach::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 0;
  margin-top: -12px;
}
.content-section__location-dropdowns > .btn-ach[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.content-section__location-dropdowns > .btn-ach[aria-expanded=true]::after {
  content: "";
}
.content-section__location-dropdowns .location-collapse {
  border: 1px solid #004590;
  border-top: 0;
  padding: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.content-section__location-dropdowns .location-collapse > ul {
  margin-bottom: 0;
}
.content-section__location-dropdowns .location-collapse .btn-ach {
  margin-bottom: 0;
  margin-top: 7px;
}
.content-section__location-dropdowns + .content-section__location-dropdowns {
  margin-top: 10px;
}

/* ===========================
 * Common Search Bar
 * - For reference, appears on
 * staff template
 * =========================== */
.common-search-bar {
  text-align: center;
  margin-bottom: 15px;
}
.common-search-bar .form-control {
  font-size: 15px;
}
.common-search-bar .select select {
  height: 41px;
  background: #e1e1e1;
  border-radius: 12px;
}

.content-intro .common-search-bar {
  margin-bottom: 0;
}

.common-search-bar__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.common-search-bar__item .btn {
  margin: 0;
  padding: 6px 12px;
  height: 100%;
  width: auto;
}

.common-search-input-group {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.common-search-input-group .common-search-input {
  width: calc(100% - 46px);
}
.common-search-input-group .common-search-btn {
  width: 46px;
}

.common-search-input {
  height: 41px;
  background: #e1e1e1;
  border-radius: 12px;
  border: 0;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.5);
  width: 223px;
  padding: 0 15px;
}
.common-search-input.typeahead {
  background: #e1e1e1 !important;
  border-radius: 12px;
  border: 0;
  height: 41px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  font-size: inherit;
  box-shadow: none;
}
.common-search-input.typeahead:focus {
  border: 0;
}

.common-viewall-btn {
  font-size: 18px;
  background: #fff;
  color: #004590;
  border: 1px solid #999;
  border-radius: 12px;
  padding: 0 13px;
  height: 41px;
  margin-left: 3px;
}
.common-viewall-btn:hover, .common-viewall-btn:focus {
  background: #ececec;
  color: #004590;
}

.common-search-btn {
  font-size: 18px;
  background: #a6d24c;
  color: #003366;
  border: 0;
  vertical-align: top;
  border-radius: 12px;
  padding: 0 13px;
  height: 41px;
  margin-left: 3px;
}
.common-search-btn:hover, .common-search-btn:focus {
  background: #8ebc2f;
}

.common-search-bar input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.common-search-bar input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.common-search-bar input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.common-search-bar input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/* Only used on Lab Tests template */
.print-btn-container {
  margin-top: 15px;
}
.print-btn-container button.btn-ach {
  width: auto;
  transition: 0.2s all linear;
  padding: 12px 17px;
  color: #004590;
}
.print-btn-container button.btn-ach:hover, .print-btn-container button.btn-ach:focus {
  color: #fff;
}

/* ===========================
 * News Common Styles
 * =========================== */
.newsFacts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsFacts ul li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.twitterBox > .twittericon {
  text-align: center;
  position: relative;
}

.twitterBox > .twittericon > .twitterimage {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #69c;
  vertical-align: middle;
}

.twitterBox > .twittericon:hover > .twitterimage {
  background: #5185b9;
}

.twitterBox > .twittericon > .twitterimage > i {
  font-size: 36px !important;
  color: #fff !important;
}

.twitterBox > .twittericon:hover > .twitterimage > i {
  color: white !important;
}

.twitterBox > .twittericon > .twitterinfo {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
}

.twitterBox > .twittericon:hover > .twitterinfo {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: #000;
}

.twitterBox > .twittericon > .twitterinfo > h3.title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.twitterBox > .twittericon > .twitterinfo > p {
  font-size: 14px;
  color: #000;
  line-height: 1.5em;
  margin: 20px;
}

.twitterBox > .twittericon:hover > .twitterinfo > h3.title, .twitterBox > .twittericon:hover > .twitterinfo > p, .twitterBox > .twittericon:hover > .twitterinfo > .twittermore > a {
  color: #000;
}

.twitterBox > .twittericon > .twitterinfo > .twittermore a {
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.twitterBox > .twittericon:hover > .twitterinfo > .twittermore > a {
  color: #000;
  padding: 6px 8px;
  background-color: #5185b9;
}

.twitterBox .twitterspace {
  height: 30px;
}

/* ===========================
 * Staff Common Styles
 * =========================== */
.LimelightEmbeddedPlayer object {
  width: 100%;
}

.content-video-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.content-video-link::before {
  content: "";
  background: rgba(0, 69, 144, 0.7);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all linear;
}
.content-video-link:hover::before {
  opacity: 1;
}
.content-video-link:hover span {
  transform: scale(2);
  opacity: 1;
}
.content-video-link:hover span .fa {
  color: white;
}
.content-video-link span {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -21px;
  right: 0;
  transform: scale(1);
  transition: 0.2s all linear;
}
.content-video-link span .fa {
  color: rgba(255, 255, 255, 0.7);
  font-size: 42px;
}

.awards-list > li {
  display: inline;
  margin-bottom: 10px;
}
.awards-list > li + li {
  margin-left: 10px;
}

/* ===========================
 * Seminar List
 * =========================== */
.seminar-list {
  margin: 0;
}

.seminar-list__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.seminar-list__item + .seminar-list__item {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 20px;
}

.seminar-list__img-col > a > img {
  max-width: 170px;
}

.seminar-list__content-col {
  padding-left: 20px;
}

/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .doctor-top-row {
    margin-top: 0;
  }

  .doctor-tab-section #locations .content-section .content-section__value {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .doctor-tab-section #locations .content-section .content-section__value .content-section__location-dropdowns {
    width: 100%;
  }
  .doctor-tab-section #locations .content-section .content-section__value .content-section__location-dropdowns + .content-section__location-dropdowns {
    margin-top: 15px;
  }
  .doctor-tab-section #videos iframe {
    width: 100%;
  }
  .doctor-tab-section .content-page__sidebar.videos .sidebar-list {
    margin: 0;
  }
  .doctor-tab-section .content-page__sidebar.videos .sidebar-list::after {
    content: "";
    display: table;
    clear: both;
  }
  .doctor-tab-section .content-page__sidebar.videos .sidebar-list > li {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 0;
  }
  .doctor-tab-section .content-page__sidebar.videos .sidebar-list > li + li {
    margin-top: 10px;
  }
  .doctor-tab-section .content-page__sidebar.videos .sidebar-list > li img {
    width: 100%;
  }

  .seminar-list__img-col > a > img {
    width: 100px;
  }

  .locations-map-embed {
    overflow: visible !important;
    padding-bottom: 0 !important;
    height: auto !important;
  }
  .locations-map-embed > .embed-responsive-item {
    position: static !important;
    height: 600px !important;
  }

  #content-page {
    margin-top: 15px;
  }

  .clinical-study__intro .content-section + .content-section,
.content-intro .content-section + .content-section {
    margin-top: 20px;
  }

  .common-search-bar {
    margin-top: 10px;
  }
  .common-search-bar .common-search-bar__item {
    display: block;
    padding: 0;
  }
  .common-search-bar .common-search-bar__item + .common-search-bar__item {
    margin-top: 10px;
  }
  .common-search-bar .twitter-typeahead {
    float: left;
    width: calc(100% - 49px);
  }
  .common-search-bar .twitter-typeahead input {
    float: none;
    width: auto;
  }
  .common-search-bar input {
    float: left;
    width: calc(100% - 49px);
  }
  .common-search-bar button {
    float: left;
  }

  .common-search-input.typeahead {
    width: 100%;
  }

  .content-intro--center .common-search-bar button {
    float: none;
  }

  .content-section__value.youtube-video iframe {
    height: auto;
  }

  .imageGoThumbnail img {
    width: 100%;
    height: auto;
  }

  .imageGoSmall img {
    width: 100%;
    height: auto;
  }

  .imageGoMedium img {
    width: 100%;
    height: auto;
  }

  .imageGoLarge img {
    width: 100%;
    height: auto;
  }

  .content-section__value.content-section__value--results ul.content-section__articles .articles__image {
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;
    float: none;
    display: block;
  }
  .content-section__value.content-section__value--results ul.content-section__articles .articles__image::before {
    content: none;
  }
  .content-section__value.content-section__value--results ul.content-section__articles .articles__image img {
    width: auto;
  }
  .content-section__value.content-section__value--results ul.content-section__articles .articles__image span {
    display: none;
  }
  .content-section__value.content-section__value--results ul.content-section__articles .articles__content {
    width: 100%;
  }

  .content-section__title--results {
    display: block;
  }
}
.pageHeadline h1 {
  margin: 20px 10px 0;
  padding: 0;
  font-size: 35px;
}
.pageHeadline h1.orange-headline {
  color: #fff;
  background: #ff9900;
  padding: 20px;
  margin: 10px 0;
}
.pageHeadline h1.no-border {
  padding: 0;
  border-bottom: 0;
}

.pageHeadline {
  text-align: center;
  margin-bottom: 20px;
}
.pageHeadline.event-list {
  margin-top: 50px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: normal;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  text-align: center;
}
.pageHeadline.event-list h1, .pageHeadline.event-list .h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

.page-subheadline {
  color: #999;
  font-size: 15px;
}
.page-subheadline div {
  display: inline;
}

.btn-ach {
  border: 1px solid #004590;
  background: transparent;
  padding: 12px;
  width: 100%;
  text-align: left;
  white-space: normal;
  font-size: 18px;
  margin-bottom: 7px;
  border-radius: 12px;
  user-select: text;
  transition: 0.2s all linear;
}
.btn-ach .fa {
  margin-right: 13px;
  vertical-align: middle;
  font-size: 28px;
}
.btn-ach:hover, .btn-ach:focus {
  background: #004590;
  color: #fff;
}
.btn-ach:hover .fa, .btn-ach:focus .fa {
  color: #fff;
}

.btn-grey {
  border: 1px solid transparent;
  background: #999999;
  color: #fff;
  text-align: center;
}

.btn-ach--blue {
  background: #004590;
  color: #fff;
}
.btn-ach--blue:hover, .btn-ach--blue:focus {
  background: #002d5d;
  color: #fff;
}

.btn-ach--doc-appointment {
  background: #004590;
  font-size: 16px;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.btn-ach--doc-appointment[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-ach--doc-appointment img {
  margin-right: 8px;
}
.btn-ach--doc-appointment:hover, .btn-ach--doc-appointment:focus {
  background: #002d5d;
  color: #fff;
}

.btn-ach-green {
  font-size: 20px;
  color: #fff;
  border-radius: 12px;
  background: #8dc63f;
  padding: 15px 25px;
}
.btn-ach-green:hover, .btn-ach-green:focus {
  color: #fff;
  background: #72a230;
}
.btn-ach-green--accepting {
  border-radius: 17px;
  padding: 3px 13px 3px 3px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
.btn-ach-green--accepting img {
  width: 25px;
  height: 25px;
}
.btn-ach-green--accepting span {
  margin-left: 3px;
  line-height: normal;
}
.btn-ach-green--accepting:hover, .btn-ach-green--accepting:focus {
  color: #fff;
  background: #8dc63f;
}

.btn-gwc {
  font-size: 18px;
  color: #000;
  border-radius: 12px;
  background: #e1e1e1;
  padding: 7px 23px;
}
.btn-gwc:hover, .btn-gwc:focus {
  color: #000;
  background: #c8c8c8;
}

.btn-doggie {
  border: 1px solid #004590;
  background: transparent;
  padding: 12px;
  width: auto;
  text-align: left;
  font-size: 18px;
  margin-bottom: 7px;
  border-radius: 12px;
}
.btn-doggie .fa {
  padding-left: 10px;
  vertical-align: middle;
}
.btn-doggie:hover, .btn-doggie:focus {
  background: #004590;
  color: #fff;
}
.btn-doggie:hover .fa, .btn-doggie:focus .fa {
  color: #fff;
}

.btn-mentor {
  margin-top: 20px;
  color: #004590;
}
.btn-mentor .fa {
  margin-right: 0;
  padding-left: 5px;
  font-size: 18px;
}

.btn-ach--department-phone,
.home-info__col .btn-ach.btn-ach--department-phone {
  border: 1px solid #004590;
  background: #fff;
  color: #004590;
  margin-bottom: 0;
  margin-top: 10px;
}
.btn-ach--department-phone:hover, .btn-ach--department-phone:focus,
.home-info__col .btn-ach.btn-ach--department-phone:hover,
.home-info__col .btn-ach.btn-ach--department-phone:focus {
  background: #004590;
  color: #fff;
}

.location-phone-btns > .btn-ach {
  margin-top: 10px;
}
.location-phone-btns > .btn-ach + .btn-ach {
  margin-top: 10px;
}

.btn-ach.has-arrow .fa {
  margin-right: 0;
  padding-left: 5px;
  font-size: 18px;
}

.type-loc-checkboxes .control {
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
}

.control {
  font-size: 16px;
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 27px !important;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #004590;
  width: 23px;
  height: 23px;
  top: 0;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator {
  background: #004590;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #004590;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #004590;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  content: "";
  color: #fff;
  font-family: FontAwesome;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator {
  border-radius: 50%;
}

.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.find-doc-select-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.find-doc-select-group .select {
  width: calc(100% - 46px);
}
.find-doc-select-group .select select {
  height: 41px;
  background: #e1e1e1;
  padding: 0 15px;
}
.find-doc-select-group .common-search-btn {
  width: 46px;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select.blue {
  max-width: 420px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.select select {
  display: inline-block;
  width: 100%;
  height: 34px;
  cursor: pointer;
  color: inherit;
  border: 0;
  transition: 0.2s all linear;
  border-radius: 12px;
  outline: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  cursor: pointer !important;
}

.select.blue select {
  border: 1px solid #004590;
  height: auto;
  padding: 12px;
  font-size: 16px;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select.blue select:hover,
.select.blue select:focus {
  color: #fff;
  background: #004590;
}

.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.select__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 0;
  height: 0;
  transition: 0.2s all linear;
  pointer-events: none;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #999999 transparent transparent transparent;
}

.select.blue .select__arrow {
  border-width: 9px 5px 0 5px;
  border-color: #004590 transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select.blue select:hover ~ .select__arrow,
.select.blue select:focus ~ .select__arrow {
  border-top-color: #fff;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666 !important;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666 !important;
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #666 !important;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666 !important;
  font-style: italic;
}

.mailto-form input[type=text],
.mailto-form input[type=tel],
.mailto-form input[type=email] {
  width: 100%;
}
.mailto-form .control-label {
  padding-top: 0;
}
.mailto-form label {
  font-weight: 400;
}
.mailto-form label span {
  font-weight: 700;
}

.mailto-form__heading {
  margin-top: 20px;
  margin-bottom: 10px;
  background: #ccc;
  padding: 10px 13px;
  font-size: 18px;
}

/* ===========================
 * Header
 * =========================== */
.urgent-message-container {
  background: #339933;
  color: #fff;
  padding: 7px;
  text-align: center;
  margin: 0;
}

.urgent-message-container div a, .urgent-message-container div a:VISITED {
  color: #fff;
  text-decoration: none;
font-size:1.2em;
}

.urgent-message-container div a:HOVER, .urgent-message-container div a:ACTIVE {
  text-decoration: underline;
}

.top-nav-container {
  background: #004590;
  margin-bottom: 20px;
}

.top-nav {
  text-align: center;
  padding: 7px 15px;
  margin: 0;
}
.top-nav > li {
  display: inline-block;
}
.top-nav > li + li {
  margin-left: 25px;
}
.top-nav > li > a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.top-nav > li > a:hover, .top-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.top-nav__donate-now > a {
  padding: 7px;
  background: #004590;
}
.top-nav__donate-now + li {
  margin-left: 18px;
}

.site-header {
  margin-bottom: 20px;
}

.site-header__logo {
  border-right: 1px solid #d4d4d4;
}
.site-header__logo img {
  padding-left: 35px;
}

.site-header__title-container {
  text-align: left;
}

.site-header__title {
  padding-left: 10px;
}
.site-header__title .h1 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 30px;
  color: #999999;
}
.site-header__title span {
  font-size: 14px;
}

.site-header__search {
  position: relative;
}
.site-header__search input {
  display: inline-block;
  height: 37px;
  width: 228px;
  border: 1px solid #d8d8d8;
  box-shadow: inherit;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  box-sizing: border-box;
}
.site-header__search button {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -14px;
  font-size: 20px;
  border: 0;
  padding: 0;
  color: #d8d8d8;
  background: transparent;
  display: inline-block;
}

.text-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 15px;
  margin-top: 7px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  height: 32px;
  overflow: hidden;
}

.text-controls__letter {
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 32px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.text-controls__letter:hover, .text-controls__letter.selected {
  background: #ececec;
  color: #004590;
}
.text-controls__letter + .text-controls__letter {
  border-left: 1px solid #d8d8d8;
}
.text-controls__letter--small {
  font-size: 12px;
}
.text-controls__letter--medium {
  font-size: 15px;
}
.text-controls__letter--large {
  font-size: 18px;
}

  .urgent-message-container {
    padding-top:.5rem !important;
    font-size:16px;
  }

@media (max-width: 767px) {
  .urgent-message-container {
    padding-top:3.5rem !important;
    font-size:16px;
    width:100%;
    z-index:0;
    top:53px;
    position:absolute;
  }
}
/* ===========================
 * Site Nav
 * =========================== */
*:focus {
  outline: none;
}

.site-nav {
  border: 0;
  border-radius: 12px;
  background: #004590;
  min-height: 100%;
}

.parents_visitors {
  background: #004590;
}

.medical_professionals {
  background: #ffcc66;
}

.careers {
  background: #107d7d;
}

.students {
  background: #b60000;
}

.achp {
  background: #60069f;
}

.giving {
  background: #339933;
}

.research {
  background: #4098b4;
}

.innovation {
  background: #666666;
}

#site-nav {
  border: 0;
}
#site-nav > ul > li > a {
  font-size: 17px;
  cursor: pointer;
}
#site-nav > ul > li > a[aria-expanded=true] {
  background: #004590;
}
#site-nav > ul > li {
  transition: 0.2s all linear;
  position: relative;
  cursor: pointer;
}
#site-nav > ul > li:hover .dropdown-desktop, #site-nav > ul > li:focus .dropdown-desktop {
  display: block;
  opacity: 1;
  visibility: visible;
}
#site-nav > ul > li.static {
  position: static;
}
#site-nav > ul > li.static .dropdown-desktop {
  width: 100%;
}

.careers #site-nav > ul > li > a {
  color: #FFFFFF;
}

.parents_visitors #site-nav > ul > li > a {
  color: #FFFFFF;
}

.giving #site-nav > ul > li > a {
  color: #FFFFFF;
}

.achp #site-nav > ul > li > a {
  color: #FFFFFF;
}

.medical_professionals #site-nav > ul > li > a {
  color: #003366;
}

.students #site-nav > ul > li > a {
  color: #FFFFFF;
}

.research #site-nav > ul > li > a {
  color: #FFFFFF;
}

.innovation #site-nav > ul > li > a {
  color: #FFFFFF;
}

#site-nav > ul > li:hover > a,
#site-nav > ul > li:focus > a {
  background: #004590;
}

.mega-nav {
  border: 0;
  position: absolute;
  left: 0;
  top: 44px;
  min-width: 100%;
  height: 100%;
  z-index: 1010;
  box-shadow: none;
  border-radius: 0;
}

.mega-nav__inner {
  padding: 15px 0;
  background-color: #dfdfdf;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
}
.mega-nav__inner h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
}
.mega-nav__inner h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 3px;
}

.site-nav-navicon .dropdown-desktop {
  left: 15px;
}

.dropdown-desktop {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  transition: 0.2s all ease-in;
  width: 315px;
  padding: 15px;
  background: #dfdfdf;
  z-index: 1010;
  top: 44px;
}
.dropdown-desktop.alignRight {
  left: auto;
  right: 0;
}
.dropdown-desktop h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
}
.dropdown-desktop h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 3px;
}
.dropdown-desktop.no-padding {
  padding: 0;
}
.dropdown-desktop > ul > li + li > a {
  border-top: 1px solid #333;
}
.dropdown-desktop > ul > li > a {
  padding: 15px;
  display: block;
  color: #333;
}

.site-nav.parents_visitors #site-nav > ul > li:hover > a, .site-nav.parents_visitors #site-nav > ul > li:focus > a {
  background: #002d5d;
}
.site-nav.parents_visitors .dropdown-desktop > ul > li > a:hover {
  background: #004590;
  color: #fff;
}

.site-nav.achp #site-nav > ul > li:hover > a, .site-nav.achp #site-nav > ul > li:focus > a {
  background: #42046e;
}
.site-nav.achp .dropdown-desktop > ul > li > a:hover {
  background: #60069f;
  color: #fff;
}

.site-nav.careers #site-nav > ul > li:hover > a, .site-nav.careers #site-nav > ul > li:focus > a {
  background: #0a5050;
}
.site-nav.careers .dropdown-desktop > ul > li > a:hover {
  background: #107d7d;
  color: #fff;
}

.site-nav.medical_professionals #site-nav > ul > li:hover > a, .site-nav.medical_professionals #site-nav > ul > li:focus > a {
  background: #ffbb33;
}
.site-nav.medical_professionals .dropdown-desktop > ul > li > a:hover {
  background: #ffcc66;
  color: #fff;
}

.site-nav.students #site-nav > ul > li:hover > a, .site-nav.students #site-nav > ul > li:focus > a {
  background: #830000;
}
.site-nav.students .dropdown-desktop > ul > li > a:hover {
  background: #b60000;
  color: #fff;
}

.site-nav.giving #site-nav > ul > li:hover > a, .site-nav.giving #site-nav > ul > li:focus > a {
  background: #267326;
}
.site-nav.giving .dropdown-desktop > ul > li > a:hover {
  background: #339933;
  color: #fff;
}

.site-nav.research #site-nav > ul > li:hover > a, .site-nav.research #site-nav > ul > li:focus > a {
  background: #33788e;
}
.site-nav.research .dropdown-desktop > ul > li > a:hover {
  background: #4098b4;
  color: #fff;
}

.site-nav.innovation #site-nav > ul > li:hover > a, .site-nav.innovation #site-nav > ul > li:focus > a {
  background: #4d4d4d;
}
.site-nav.innovation .dropdown-desktop > ul > li > a:hover {
  background: #666666;
  color: #fff;
}

.navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
}

.site-nav-navicon {
  margin-right: 0;
  position: static !important;
}
.site-nav-navicon .dropdown-menu {
  width: 100%;
}

.site-nav-navicon > a {
  padding: 11px 0px;
}
.site-nav-navicon > a .fa {
  font-size: 22px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
}

.advanced-search .checkbox {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: normal;
}

.advanced-search .btn {
  color: #000;
  position: relative;
  text-align: center;
}
.advanced-search .btn::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.advanced-search .btn[aria-expanded=true]::after {
  content: "";
}
.advanced-search .btn:hover, .advanced-search .btn:focus {
  color: #fff;
}

.advanced-search__dropdown-content {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 7px;
  border: 1px solid #004590;
}

.styled-select {
  width: 334px;
  height: 45px;
  overflow: hidden;
  background: url(/siteflow_childrens/images/new_arrow.jpg) no-repeat right #fff;
  border: 1px solid #fff;
  margin-top: 10px;
  cursor: pointer;
}

.styled-select select {
  background: transparent;
  width: 362px;
  padding: 5px;
  font-size: 22px;
  border: 0;
  border-radius: 0;
  height: 40px;
  -webkit-appearance: none;
  cursor: pointer;
}
.styled-select select:active {
  font-size: 16px;
  border: none;
  outline: none;
}

.search-col__search {
  margin-bottom: 15px;
}
.search-col__search .search-input {
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.search-col__search .search-input input {
  display: inline-block;
  height: 37px;
  width: 228px;
  border: 1px solid #d8d8d8;
  box-shadow: inherit;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  box-sizing: border-box;
}
.search-col__search .search-input button {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  border: 0;
  padding: 0;
  color: #d8d8d8;
  background: transparent;
}

.mobile-nav-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
}

.tools-col__tools {
  margin-bottom: 25px;
}
.tools-col__tools form {
  margin-top: 10px;
}
.tools-col__tools > a {
  font-size: 15px;
}

.parent-col__title {
  margin-bottom: 10px;
  text-align: left;
  display: table;
}
.parent-col__title img {
  margin-right: 10px;
  display: table-cell;
}

.parents-col__title-content {
  display: table-cell;
  vertical-align: middle;
}
.parents-col__title-content h4 {
  margin-bottom: 0;
}
ul.dropdown-btns > li > a {
  line-height: 1.25em;
}
ul.dropdown-btns > li > a::after {
  content: "";
  display: table;
  clear: both;
}
ul.dropdown-btns > li > a img {
  float: left;
  margin-right: 5px;
}

.parents-accordion#mobileParentsAccordion .panel-body ul.dropdown-btns {
  margin-top: 10px;
  margin-bottom: 10px;
}

.parents-accordion#mobileParentsAccordion .panel-body ul.dropdown-btns > li > a {
  border-bottom: 1px solid #004590;
}

.parents-accordion#mobileParentsAccordion .panel-body ul.dropdown-btns > li:last-of-type > a {
  border-bottom: 1px solid #004590;
}

.parents-accordion {
  text-align: left;
}
.parents-accordion .panel-default > .panel-heading {
  background: none;
  padding: 0;
}
.parents-accordion .panel-title {
  margin: 0;
}
.parents-accordion .panel-title a {
  display: block;
  background: #ccc;
  padding: 10px 15px;
  color: #004590;
  position: relative;
}
.parents-accordion .panel-title a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 9px solid #004590;
  border-bottom: 5px solid transparent;
  transition: all 0.2s linear;
}
.parents-accordion .panel-title a:hover, .parents-accordion .panel-title a:focus {
  background: #999;
  color: #fff;
}
.parents-accordion .panel-title a:hover::after, .parents-accordion .panel-title a:focus::after {
  border-left: 9px solid #fff;
}
.parents-accordion .panel-title a[aria-expanded=true] {
  background: #999;
  color: #fff;
}
.parents-accordion .panel-title a[aria-expanded=true]::after {
  transform: rotate(90deg);
  border-left: 9px solid #fff;
}
.parents-accordion .panel-body {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.parents-accordion .panel-body ul > li > a {
  border-bottom: 1px solid #c8c8c8;
  padding: 9px 28px;
  display: block;
}
.parents-accordion .panel-body ul > li > a:hover, .parents-accordion .panel-body ul > li > a:focus {
  border-bottom: 1px solid #c8c8c8;
  color: #fff;
  background: #004590;
}
.parents-accordion .panel-body ul > li:last-of-type > a {
  border-bottom: 0;
}
.parents-accordion .panel {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: none;
}
.parents-accordion .panel + .panel {
  margin-top: 1px;
}

.parents-accordion .panel-title.no-arrow a::after {
  content: none;
}

.need-help-block {
  text-align: center;
  margin-top: 15px;
}
.need-help-block h4 {
  font-size: 20px;
  border-bottom: 1px solid #909090;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 13px;
}
.need-help-block h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
}

.need-help-block__number a {
  font-size: 24px;
  color: #004590;
  display: block;
}
.need-help-block__number + .need-help-block__number {
  margin-top: 20px;
}

input.st-default-search-input, input.st-ui-search-input {
  padding: 15px 11px 15px 28px;
  box-sizing: border-box;
}

/* ===========================
 * Footer
 * =========================== */
.social-links {
  margin-top: 20px;
  margin-bottom: 20px;
}
.social-links li {
  text-align: center;
  display: inline-block;
}
.social-links li + li {
  margin-left: 3px;
}
.social-links li > a {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transition: all 0.2s linear;
}
.social-links li > a:hover, .social-links li > a:focus {
  background: rgba(255, 255, 255, 0.5);
}
.social-links li > a:hover .fa, .social-links li > a:focus .fa {
  color: #004590;
}
.social-links li > a .fa {
  transition: all 0.2s linear;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.scroll-container {
  margin-bottom: 15px;
  margin-top: 20px;
}

.scroll-container .btn.scroll {
  background: #004590;
  color: #fff;
  height: 46px;
  width: 46px;
  border-radius: 0;
}
.scroll-container .btn.scroll .fa {
  font-size: 24px;
}

#whatsNextGhost {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  top: -500px;
  width: 100%;
  z-index: -3;
}

.whats-next-section {
  position: relative;
}

.whats-next-section__title {
  background: #ff9900;
  padding: 15px 0;
}
.whats-next-section__title .btn {
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 0;
  position: relative;
  margin-right: 10px;
  cursor: default;
  box-shadow: none;
}
.whats-next-section__title .btn[aria-expanded=false] .fa {
  transform: rotate(180deg);
}
.whats-next-section__title .btn[aria-expanded=true] .fa {
  transform: rotate(0deg);
}
.whats-next-section__title .btn .fa {
  transition: all 0.2s linear;
  background: transparent;
  color: #ff9900;
  font-size: 24px;
  top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.whats-next-section__title h4 {
  display: inline-block;
  color: #fff;
  font-size: 35px;
  margin: 0;
  vertical-align: middle;
}

.whats-next-section__content {
  background: #ffb738;
  padding: 28px 0;
}
.whats-next-section__content .btn {
  height: 96px;
  width: 242px;
  background: #fff;
  border-radius: 12px;
}
.whats-next-section__content .col-md-12 {
  text-align: center;
}

.whats-next-section__btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin: 0 auto;
}
.whats-next-section__btns .btn {
  padding: 15px 20px;
  margin: 0 25px;
  font-size: 18px;
  text-align: left;
  float: left;
  min-height: 96px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.whats-next-section__btns .btn img {
  margin-right: 10px;
  vertical-align: middle;
  width: 60px;
}
.whats-next-section__btns .btn .fa {
  width: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
.whats-next-section__btns .btn span {
  vertical-align: middle;
  line-height: calc(26em / 20);
  width: auto;
  white-space: normal;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.whats-next-section__btns .btn .small {
  font-size: 14px;
  line-height: calc(18em / 14);
  color: #000;
}

.whats-next-section__btns a, .whats-next-section__btns a:VISITED, .whats-next-section__btns a:HOVER, .whats-next-section__btns a:ACTIVE {
  color: #004590 !important;
}

.footer-wrapper {
  background: #004590;
  color: #fff;
  padding: 20px 25px 30px 25px;
}
.footer-wrapper a {
  color: #fff;
  font-size: 14px;
  line-height: calc(15em / 14);
}
.footer-wrapper p {
  font-size: 14px;
  line-height: calc(15em / 14);
}
.footer-wrapper > .container-fluid > .row:first-of-type {
  margin-bottom: 15px;
}
.footer-wrapper .clearfix.visible-sm {
  margin-bottom: 20px;
}

.footer-header {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-list li {
  line-height: calc(15em / 14);
}

.footer-logo {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.footer-logo img {
  margin-bottom: 10px;
}

.address-block {
  display: inline-block;
  font-size: 14px;
  line-height: calc(15em / 14);
}
.address-block a {
  text-decoration: underline !important;
}

.awards-container {
  text-align: right;
}

.awards > li {
  display: inline-block;
}
.awards > li + li {
  margin-left: 15px;
}

/* ===========================
 * Sidebar (reusable)
 * =========================== */
.sidebar-section + .sidebar-section {
  margin-top: 25px;
}

.sidebar-list > li {
  padding-left: 10px;
}

.sidebar-title {
  background: #ccc;
  padding: 10px 13px;
}

.sidebar-dropdown {
  margin-bottom: 15px;
}
.sidebar-dropdown:last-of-type {
  margin-bottom: 0;
}
.sidebar-dropdown .btn-ach {
  margin-bottom: 0;
}
.sidebar-dropdown .btn-ach::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 9px solid #004590;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: all 0.2s linear;
}
.sidebar-dropdown .btn-ach:hover, .sidebar-dropdown .btn-ach:focus {
  background: #004590;
  color: #fff;
}
.sidebar-dropdown .btn-ach:hover::after, .sidebar-dropdown .btn-ach:focus::after {
  border-top: 9px solid #fff;
}
.sidebar-dropdown .btn-ach[aria-expanded=true] {
  background: #004590;
  color: #fff;
}
.sidebar-dropdown .btn-ach[aria-expanded=true]::after {
  transform: rotate(180deg);
  border-top: 9px solid #fff;
}
.sidebar-dropdown .dropdown-menu {
  width: 100%;
}
.sidebar-dropdown .dropdown-menu > li > span.taxActive {
  padding: 3px 20px;
  display: block;
}

.sidebar-toc-container {
  padding: 20px;
  background: #e1f0ff;
  border-radius: 12px;
  margin: 20px 0;
}

.sidebar-toc-title {
  margin-top: 0;
  margin-bottom: 12px;
}

ul.standard-sidebar__list.toc-enabled {
  padding: 0;
  margin: 0 -15px 0 -15px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
ul.standard-sidebar__list.toc-enabled > li {
  border-top: 0;
  margin: 0;
  padding: 0 15px;
}
ul.standard-sidebar__list.toc-enabled > li > a {
  display: block;
  border-top: 1px solid #ccc;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.standard-sidebar__list > li {
  margin: 2px 0;
  padding: 3px 0;
  border-top: 1px solid #ccc;
}

.standard-sidebar__list > li:first-child {
  border-top: none;
}

.standard-sidebar__list > li a {
  font-size: 17px;
}

.content-page__sidebar.videos .sidebar-list li {
  padding-left: 0;
}
.content-page__sidebar.videos .sidebar-list li img {
  width: 100%;
}
.content-page__sidebar.videos .sidebar-list li + li {
  margin-top: 10px;
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
  .content-page__sidebar.videos .sidebar-list {
    margin: 0 -5px 0 -5px;
  }
  .content-page__sidebar.videos .sidebar-list::after {
    content: "";
    display: table;
    clear: both;
  }
  .content-page__sidebar.videos .sidebar-list > li {
    width: 50%;
    float: left;
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
  }
  .content-page__sidebar.videos .sidebar-list > li.content-section__value-yt-li {
    width: auto;
    float: none;
  }
  .content-page__sidebar.videos .sidebar-list > li + li {
    margin-top: 0;
  }
}
/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .standard-sidebar-container {
    margin-bottom: 15px;
  }

  ul.standard-sidebar__list.toc-enabled {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/* [4] Modules */
/* ===========================
 * Calendar
 * =========================== */
.wrapMarquees {
  margin-bottom: 30px;
}

.marqueeEvents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.marqueeEvents .slick-track {
  margin: auto;
}

.marqueeEvent {
  float: left;
  width: 33.3333333333%;
  padding: 0 7px;
}
.marqueeEvent img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.btn-info {
  background-color: #004590;
}

.custom-events-section .eventItem,
.custom-events-search-section .eventItem {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.custom-events-section .eventItem > div,
.custom-events-search-section .eventItem > div {
  width: auto;
}
.custom-events-section .eventItem > .eventThumbnail,
.custom-events-search-section .eventItem > .eventThumbnail {
  -webkit-box-flex: 20%;
  -moz-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

@media (min-width: 992px) {
  .marqueeEvents .slick-track {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .marqueeEvent {
    padding: 0 7px;
  }
  .marqueeEvent img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .marqueeEvent:nth-child(1):nth-last-child(1) {
    max-width: 600px !important;
    position: relative;
  }
  .marqueeEvent:nth-child(1):nth-last-child(1) img {
    height: 220px;
  }
  .marqueeEvent:nth-child(1):nth-last-child(1) .marquee-event-desc {
    height: 100%;
    position: absolute;
    top: 0;
    right: 7px;
    height: 100%;
    display: block;
    width: 200px;
    background: rgba(0, 69, 144, 0.7);
  }
  .marqueeEvent:nth-child(1):nth-last-child(1) .marquee-event-desc h4 {
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .marqueeEvent:nth-child(2):nth-last-child(1) {
    max-width: 100% !important;
    position: relative;
  }
  .marqueeEvent:nth-child(2):nth-last-child(1) img {
    height: 220px;
  }
  .marqueeEvent:nth-child(2):nth-last-child(1) .marquee-event-desc {
    height: 100%;
    position: absolute;
    top: 0;
    right: 7px;
    height: 100%;
    display: block;
    width: 200px;
    background: rgba(0, 69, 144, 0.7);
  }
  .marqueeEvent:nth-child(2):nth-last-child(1) .marquee-event-desc h4 {
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .marqueeEvent:nth-child(1):nth-last-child(2) {
    max-width: 100% !important;
    position: relative;
  }
  .marqueeEvent:nth-child(1):nth-last-child(2) img {
    height: 220px;
  }
  .marqueeEvent:nth-child(1):nth-last-child(2) .marquee-event-desc {
    height: 100%;
    position: absolute;
    top: 0;
    right: 7px;
    height: 100%;
    display: block;
    width: 200px;
    background: rgba(0, 69, 144, 0.7);
  }
  .marqueeEvent:nth-child(1):nth-last-child(2) .marquee-event-desc h4 {
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.marquee-event-desc {
  background: #004590;
  line-height: calc(20em / 16);
  text-align: center;
  display: table;
  height: calc(100% - 190px);
  width: 100%;
}
.marquee-event-desc h4 {
  font-size: 16px;
  vertical-align: middle;
  display: table-cell;
  margin: 0;
  padding: 18px;
}
.marquee-event-desc.has-subtitle h4 {
  flex-wrap: wrap;
  padding: 25px 20px;
}
.marquee-event-desc a {
  color: #fff;
}

.marquee-event-desc__subtitle {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

.calendar-list {
  margin-bottom: 15px;
}
.calendar-list > h5 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  margin: 0 -4px 0 0;
}

.calendar-list-icons-container {
  width: 35%;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}

.calendar-list-icons {
  font-size: 28px;
}

.calendar-list-icon {
  display: inline-block;
  color: #b2b2b2;
}
.calendar-list-icon > .fa {
  display: inline-block;
  vertical-align: middle;
}
.calendar-list-icon > span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: calc(16em / 14);
  text-transform: uppercase;
  margin-left: 2px;
}
.calendar-list-icon + .calendar-list-icon {
  margin-left: 20px;
}
.calendar-list-icon:hover, .calendar-list-icon:focus {
  color: #000;
}
.calendar-list-icon.active {
  color: #000;
}

.slick-prev:before,
.slick-next:before {
  color: #004590;
  content: "";
  font-size: 28px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  left: auto;
  right: 0;
  content: "";
}

#calendar {
  width: 100%;
}

#calendar a {
  color: #69c;
  text-decoration: none;
}

#calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#calendar .day {
  overflow: hidden;
}

#calendar li {
  display: block;
  float: left;
  width: 14.342%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
}

#calendar ul.weekdays {
  height: 40px;
  background: #666;
}

#calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding: 10px 6px;
  color: #fff;
  font-size: 13px;
}

#calendar .days li {
  height: 180px;
}

#calendar .days li:hover {
  background: #d3d3d3;
}

#calendar .date {
  text-align: center;
  margin-bottom: 5px;
  padding: 4px;
  background: #ececec;
  color: #666;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: right;
}

#calendar .event {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 40px;
  margin-bottom: 5px;
  line-height: 14px;
  background: #fff;
  color: #009aaf;
  text-decoration: none;
}

#calendar .event-desc {
  color: #666;
  margin: 3px 0 7px 0;
  text-decoration: none;
}

#calendar .event-desc a {
  cursor-type: pointer;
}

#calendar .modal-title {
  color: #333;
  font-size: 20px;
}

#calendar .modal-body .event-desc {
  font-size: 16px;
  margin: 10px 0;
}
#calendar .modal-body .event-desc a {
  color: #004590;
}
#calendar .modal-body .event-desc a:hover, #calendar .modal-body .event-desc a:focus {
  color: #002d5d;
  transition: 0.2s all linear;
}

#calendar .other-month {
  background: ##fff;
  color: #666;
}

#calendar .is-today {
  background: #004590;
  color: #fff;
}

.calendarMonths {
  padding: 16px 0;
  background: #ececec;
  text-align: center;
}
.calendarMonths + .eventItem {
  margin-top: 15px;
}

.calendar-detail-view + .calendar-detail-view {
  margin-top: 25px;
}

.anotherMonth {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: calc(26em / 18);
}
.anotherMonth span {
  vertical-align: text-bottom;
}

.calendarCurrentMonth {
  font-size: 26px;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}

.thePreviousMonth {
  margin-right: 25px;
  display: inline-block;
}

.theNextMonth {
  margin-left: 25px;
  display: inline-block;
}

.calendarListing {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}

.eventDetails h3 a {
  font-size: 20px;
  display: block;
}

.eventItem + .eventItem {
  margin-top: 10px;
}

.eventDetails h3 {
  margin: 0;
  font-size: 18px;
}
.eventDetails p {
  font-size: 14px;
  line-height: calc(18em / 14);
  margin: 0;
}

.eventInterrupter-container {
  clear: both;
  padding: 20px 0 10px 0;
}

.eventInterrupter {
  margin: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: normal;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  text-align: center;
}
.eventInterrupter .sep {
  background-color: transparent;
  margin: 0 25px;
}

.eventDate {
  height: 75px;
  width: 75px;
  text-align: center;
  float: right;
}

.eventDate-month {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  height: 18px;
  background: #000;
  display: table;
  width: 100%;
}
.eventDate-month span {
  font-size: 12px;
  vertical-align: middle;
  display: table-cell;
}

.eventDate-day {
  height: 57px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}
.eventDate-day span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 53px;
}

.monthSeparator {
  background-color: #ccc;
  text-align: center;
}

.eventInterruptor p {
  text-align: center;
}

.eventThumbnail img {
  float: right;
  width: 89px;
}

.JAN {
  background-color: #034cc2;
}

.FEB {
  background-color: #0180b5;
}

.MAR {
  background-color: #33cc99;
}

.APR {
  background-color: #02b5a0;
}

.MAY {
  background-color: #8a9747;
}

.JUN {
  background-color: #339900;
}

.JUL {
  background-color: #ffd35c;
}

.AUG {
  background-color: #ff8201;
}

.SEP {
  background-color: #f37252;
}

.OCT {
  background-color: #c72c3a;
}

.NOV {
  background-color: #ea3e70;
}

.DEC {
  background-color: #954567;
}

/* ============================
Calendar Alternate View
============================*/
.eventDate-name {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: block;
}

.eventSlider-container {
  max-width: 750px;
  margin: 0 auto;
}

.eventDate-slider {
  position: relative;
  margin: 0 auto;
}
.eventDate-slider .eventDate-container {
  width: 115px;
  margin: 0 auto;
  text-align: center;
}
.eventDate-slider .eventDate {
  margin: 0 auto;
  float: none;
  cursor: pointer;
}
.eventDate-slider .slick-prev, .eventDate-slider .slick-next {
  top: 37px;
}

.eventSlider-container {
  position: relative;
}
.eventSlider-container .slick-prev.slick-disabled {
  opacity: 0;
}
.eventSlider-container .slick-next.slick-disabled {
  opacity: 0;
}

.eventSlider-ghost {
  position: absolute;
  pointer-events: none;
  width: 100%;
}
.eventSlider-ghost::before {
  content: "";
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 85%);
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 200;
  width: 25%;
}
.eventSlider-ghost::after {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 85%);
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 200;
  width: 25%;
}

/* ============================
Calendar Individual Event
============================*/
.event-banner {
  position: relative;
  margin-bottom: 30px;
}
.event-banner .eventDate-container {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 45px;
}
.event-banner .eventDate {
  height: 200px;
  width: 200px;
  float: none;
}
.event-banner .eventDate-month {
  height: 48px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.event-banner .eventDate-month span {
  font-size: 30px;
  line-height: 43px;
}
.event-banner .eventDate-day {
  height: 152px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.event-banner .eventDate-day span {
  line-height: 125px;
  font-size: 140px;
}

.event-banner__sidebar-img {
  margin-bottom: 20px;
  text-align: center;
}
.event-banner__sidebar-img img {
  max-width: 360px;
  width: 100%;
}

.event-parallax-image {
  height: 300px;
}

.event-content__image {
  margin-bottom: 20px;
  max-width: 100%;
}

.event-content__summary {
  margin-bottom: 20px;
}

.event-content__location {
  margin-bottom: 20px;
}
.event-content__location ul {
  margin: 0;
}

.event-content__sidebar-section {
  margin-bottom: 20px;
}
.event-content__sidebar-section h3 {
  margin-top: 0px;
}
.event-content__sidebar-section h3 + hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.event-content__dates time {
  display: block;
}
.event-content__dates .btn-ach {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 10px;
  position: relative;
  width: 165px;
}
.event-content__dates .btn-ach::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  font-size: 20px;
  vertical-align: middle;
  top: 0px;
  bottom: 0;
  margin: auto;
  line-height: 44px;
}
.event-content__dates .btn-ach[aria-expanded=true]::after {
  content: "";
}

/* ============================
Tablet
============================*/
@media only screen and (max-width: 992px) {
  .marqueeEvents {
    max-width: 85%;
  }

  .calendar-list > h5 {
    font-size: 20px;
    display: block;
    text-align: center;
    width: 100%;
  }

  .calendar-list-icons-container {
    width: 100%;
    text-align: center;
  }

  .pageHeadline h1 {
    font-size: 28px !important;
  }
}
/* ============================
Mobile Responsiveness
============================*/
@media only screen and (max-width: 767px) {
  #calendar .weekdays,
#calendar .other-month {
    display: none;
  }

  #calendar li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
  }

  #calendar .date {
    float: none;
  }

  .anotherMonth span {
    display: none;
  }

  .calendarCurrentMonth {
    font-size: 22px;
  }

  .pageHeadline {
    margin-top: 10px;
  }

  .eventDate-container {
    float: left;
    width: 20%;
  }

  .eventDetails {
    float: left;
    width: 60%;
  }

  .eventThumbnail {
    float: left;
    width: 20%;
  }

  .eventDetails h3 a {
    font-size: 16px;
  }

  .eventDate-slide {
    padding: 0 10px;
  }

  .eventSlider-container {
    max-width: 600px;
  }
  .eventSlider-container .eventDate-container {
    width: 100%;
    float: none;
  }
  .eventSlider-container .slick-prev {
    z-index: 200;
    left: -5px;
  }
  .eventSlider-container .slick-next {
    z-index: 200;
    right: -5px;
  }

  .event-parallax-image.parallax {
    height: 150px;
  }

  .event-banner {
    position: relative;
    margin-bottom: 30px;
  }
  .event-banner .eventDate-container {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    left: 10px;
    width: auto;
  }
  .event-banner .eventDate {
    height: 75px;
    width: 75px;
    text-align: center;
    float: right;
  }
  .event-banner .eventDate-month {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    height: 18px;
    background: #000;
  }
  .event-banner .eventDate-month span {
    font-size: 12px;
    line-height: normal;
  }
  .event-banner .eventDate-day {
    height: 57px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
  }
  .event-banner .eventDate-day span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 53px;
  }

  .event-content__desc {
    margin-top: 10px;
  }
}
/* ============================
Small Screens ( < 544px )
============================*/
@media only screen and (max-width: 543px) {
  .custom-events-section .eventItem,
.custom-events-search-section .eventItem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .custom-events-section .eventItem > .eventThumbnail,
.custom-events-search-section .eventItem > .eventThumbnail {
    -webkit-box-flex: 30%;
    -moz-box-flex: 30%;
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
  }

  .eventSlider-container .eventDate-day {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .eventDate-container {
    float: left;
    width: 105px;
  }

  .eventDetails {
    width: calc(100% - 105px);
    padding-left: 0;
  }

  .eventItem + .eventItem {
    margin-top: 20px;
  }

  .eventInterrupter-container {
    padding: 20px 0 0 0;
  }

  .eventInterrupter {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .eventInterrupter > a {
    display: block;
  }
  .eventInterrupter .sep {
    display: none;
  }
}
/* ===========================
 * Cover Flow (appears on start page)
 * =========================== */
.site-header--coverflow {
  max-width: 880px;
  width: 100%;
  margin: 65px auto 35px auto;
  font-size: 0;
}
.site-header--coverflow .site-header__logo {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 22.1590909091%;
  border-right: 0;
  position: relative;
  padding-right: 30px;
}
.site-header--coverflow .site-header__logo::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 90px;
  background-color: #dcdcdc;
}
.site-header--coverflow .site-header__logo img {
  padding-left: 0;
}
.site-header--coverflow .site-header__title-container {
  display: inline-block;
  vertical-align: middle;
  width: 77.8409090909%;
}
.site-header--coverflow .site-header__title {
  padding-left: 30px;
}
.site-header--coverflow .site-header__title .h1 {
  color: #000;
  font-size: 24px;
}
.site-header--coverflow .site-header__title p {
  font-size: 16px;
  margin: 0;
}

.coverflow__title {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.coverflow__title h1 {
  font-size: 35px;
  margin: 0;
  padding: 25px 0;
}

.coverflow__ghost {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 227px;
}
.coverflow__ghost::before {
  content: "";
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 85%);
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 200;
  width: 25%;
}
.coverflow__ghost::after {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 85%);
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 200;
  width: 25%;
}

.coverflow__content {
  overflow: hidden;
}

#main-coverflow {
  margin-top: 15px;
  overflow: visible;
  z-index: 60;
  padding-bottom: 40px;
  position: relative;
}
#main-coverflow.flipster--flat .flipster__item .flipster__item__content {
  text-align: center;
}
#main-coverflow.flipster--flat .flipster__item--current .flipster__item__content {
  transform: scale(1.3);
}
#main-coverflow.flipster--flat .flipster__item--current .flipster__item__content .customer-type {
  color: #000;
}
#main-coverflow.flipster--flat .flipster__item--past .flipster__item__content, #main-coverflow.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.75);
}
#main-coverflow.flipster--flat .flipster__item--past-1 .flipster__item__content, #main-coverflow.flipster--flat .flipster__item--future-1 .flipster__item__content {
  transform: scale(1);
}
#main-coverflow > ul > li {
  position: relative;
}
#main-coverflow > ul > li.flipster__item--current .dropdown-desktop.show {
  opacity: 1;
  visibility: visible;
}
#main-coverflow .flipster--flat .flipster__container,
#main-coverflow .flipster--flat .flipster__item,
#main-coverflow .flipster--flat .flipster__item__content {
  transition: all 50ms ease-in-out;
}

.coverflow .dropdown-desktop {
  width: 640px;
  left: 50%;
  margin-left: -320px;
  top: 226px;
  border-radius: 12px;
  padding: 50px 15px 15px 15px;
  background-color: #004590;
}
.coverflow .dropdown-desktop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #fff;
}
.coverflow .dropdown-desktop a {
  color: #fff;
}
.coverflow .dropdown-desktop .dropdown-links a {
  font-size: 16px;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.coverflow .dropdown-desktop .dropdown-links a:hover, .coverflow .dropdown-desktop .dropdown-links a:focus {
  color: #004590;
}
.coverflow .dropdown-desktop .dropdown-links li:last-of-type a {
  border: 0;
}
.coverflow .dropdown-desktop .dropdown-btns {
  margin-bottom: 15px;
}
.coverflow .dropdown-desktop .dropdown-btns .btn-ach {
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  margin-bottom: 15px;
}
.coverflow .dropdown-desktop .dropdown-btns .btn-ach .fa {
  transition: all 0.2s linear;
  color: #fff;
}
.coverflow .dropdown-desktop .dropdown-btns .btn-ach:hover, .coverflow .dropdown-desktop .dropdown-btns .btn-ach:focus {
  color: #004590;
}
.coverflow .dropdown-desktop .dropdown-btns .btn-ach:hover .fa, .coverflow .dropdown-desktop .dropdown-btns .btn-ach:focus .fa {
  color: #004590;
}
.coverflow .dropdown-desktop .site-header__search input {
  width: 100%;
  border: 0;
}
.coverflow .dropdown-desktop .site-header__search button {
  right: 15px;
}

.pick-one-circle {
  background-color: #004590;
  color: #fff;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  display: table;
  position: relative;
}
.pick-one-circle h3 {
  text-align: center;
  margin: 0;
  font-size: 38px;
  line-height: calc(41em / 38);
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.customer-type {
  display: block;
  color: #999999;
  line-height: calc(22em / 20);
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.flipster__button--prev {
  color: transparent;
  opacity: 1;
  content: "";
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 16px solid #8db7dd;
}

.flipster__button--next {
  color: transparent;
  opacity: 1;
  content: "";
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 16px solid #8db7dd;
}

.coverflow__search {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 360px;
  border-top: 1px solid #ccc;
}
.coverflow__search h3 {
  margin: 0 0 15px 0;
}
.coverflow__search .search-container {
  position: relative;
  width: 228px;
  margin: 0 auto;
}
.coverflow__search .site-header__search input {
  width: 100%;
}
.coverflow__search button[type=submit] {
  right: 15px;
}

/* Responsive (max-width: 992px) */
@media only screen and (max-width: 992px) {
  .coverflow .dropdown-desktop {
    width: 375px;
    left: 50%;
    margin-left: -188px;
  }
  .coverflow .dropdown-desktop .dropdown-links {
    margin-bottom: 25px;
  }

  .coverflow__search {
    margin-bottom: 500px;
  }
}
/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .site-header--coverflow {
    margin-top: 33px;
  }

  .site-header--coverflow .site-header__logo {
    width: 100%;
    display: block;
    text-align: center;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .site-header--coverflow .site-header__title-container {
    width: 100%;
  }

  .site-header--coverflow .site-header__title {
    text-align: center;
    padding-left: 0;
  }

  .site-header--coverflow .site-header__logo::after {
    content: none;
  }
}
/* Responsive (max-width: 400px) */
@media only screen and (max-width: 400px) {
  .coverflow .dropdown-desktop {
    width: 290px;
    left: 50%;
    margin-left: -145px;
  }
}
/* ===========================
 * Dogs (Doggie Brigade)
 * =========================== */
.dogs__headline {
  text-align: center;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  padding: 17px 0;
  margin-bottom: 29px;
}
.dogs__headline span {
  font-size: 24px;
}

.dogs__team > .row + .row {
  margin-top: 25px;
}

.dog-container {
  margin-bottom: 25px;
}

.dog-container:nth-of-type(3n + 1) {
  clear: both;
}

.dog-featured-title {
  background: #004590;
  color: #fff;
  padding: 10px 13px;
  margin-bottom: 10px;
}
.dog-featured-title .fa {
  padding-right: 10px;
}

.dog {
  display: table;
}

.dog__image {
  display: table-cell;
  vertical-align: top;
  width: 160px;
  height: 200px;
}
.dog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.dog__info {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.2em;
}
.dog__info h3 {
  margin-top: 0;
}

.dog__name {
  font-size: 18px;
  color: #004590;
  margin: 10px 0;
  display: block;
}

.dog-page .dog {
  display: block;
}
.dog-page .dog__image {
  display: block;
  width: auto;
  height: 300px;
}
.dog-page .sidebar-title {
  margin-top: 0;
}
.dog-page .dog__info {
  display: block;
}

/* Responsive (768 <=> 992) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dog__image {
    width: 80px;
    height: 100px;
  }
}
/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .dog-page .dog__image {
    margin-bottom: 20px;
  }

  div.dogs__team > .row + .row {
    margin-top: 0px;
  }

  .dog {
    margin-bottom: 15px;
  }

  .dogs__team .row:last-of-type > div[class^=col-]:last-of-type > .dog {
    margin-bottom: 0;
  }
}
/* Responsive (max-width: 400px) */
@media only screen and (max-width: 400px) {
  .dog__image {
    width: 80px;
    height: 100px;
  }
}
/* ===========================
 * Search module (uses Typeahead
 * for autocomplete)
 * =========================== */
.home-search-modules #search-module .twitter-typeahead, .home-search-modules #location-search-module .twitter-typeahead {
  width: 100%;
}

.tt-hint,
.tt-query,
.typeahead {
  padding: 13px 18px;
  font-size: 18px;
  border: 1px solid #004590;
  border-radius: 12px;
  outline: none;
}

input.typeahead {
  background-color: #fff;
  color: #000;
  height: 43px;
}

.typeahead:focus {
  border: 2px solid #004590;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  margin: 12px 0;
  padding: 8px 0;
  color: #000;
  background-color: #fff;
  border: 1px solid #004590;
  border-radius: 0px;
}

.tt-suggestion {
  text-align: left;
  font-size: 16px;
  position: relative;
}
.tt-suggestion a {
  display: block;
  padding: 4px 24px 4px 8px;
  color: inherit;
  transition: none;
}
.tt-suggestion a:hover > em, .tt-suggestion a:focus > em {
  color: #fff;
}
.tt-suggestion a em {
  color: #888;
  padding-left: 10px;
}
.tt-suggestion::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -11px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #004590;
}
.tt-suggestion.tt-cursor em {
  color: #fff;
}

.tt-suggestion.tt-none {
  display: block;
  padding: 4px 24px 4px 8px;
  margin-bottom: 0 !important;
}
.tt-suggestion.tt-none::after {
  content: none;
}

.tt-subtitle {
  background: #ccc;
  font-size: 18px;
  padding: 13px 16px;
  margin: -8px -8px 0px -8px;
}
.tt-subtitle .fa {
  padding-right: 8px;
}

.tt-dataset div.tt-suggestion:last-of-type {
  margin-bottom: 20px;
}

.tt-footer {
  padding: 4px 24px 4px 8px;
}
.tt-footer em {
  display: block;
}

#home-provider-search .tt-footer {
  margin-bottom: 8px;
}

.panel-image {
  margin-bottom: 10px;
  display: block;
}

.panel-buttons {
  margin-top: 10px;
}
.panel-buttons p {
  margin: 0;
}

@media (min-width: 768px) {
  .search-panels {
    display: block;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .search-panels > .panel-container {
    width: 100%;
    padding: 0 10px;
  }
}
/* ===========================
 * Get Well Card
 * =========================== */
/* Intro */
.gwc-intro__img {
  text-align: right;
}
.gwc-intro__img .gwc-img-container {
  display: inline-block;
  max-width: 349px;
}
.gwc-intro__img .gwc-img-container img {
  width: 100%;
}

.gwc-intro__content p {
  font-size: 1.25em;
  line-height: calc(30em/20);
  margin-bottom: 15px;
}
.gwc-intro__content .btn-ach-green {
  max-width: 348px;
  width: 100%;
}

/* Steps */
.gwc-headline {
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: #ff5300;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.gwc-headline span {
  font-size: 36px;
  color: #fff;
}
.gwc-headline img {
  position: absolute;
  left: 50px;
  top: 15px;
  width: 180px;
}
.gwc-headline img.gwc-headline__cards {
  width: 290px;
  left: 20px;
  top: 0;
}
.gwc-headline img.gwc-headline__pencil {
  width: 150px;
  left: 110px;
  top: -9px;
}

.gwc-nav {
  margin-bottom: 20px;
}

.gwc-body__theme-selections {
  margin-top: 5px;
  text-align: center;
}

.gwc-body__theme-selection {
  display: inline-block;
  padding: 0 40px;
}
.gwc-body__theme-selection:hover .gwc-body__theme-img, .gwc-body__theme-selection:focus .gwc-body__theme-img {
  transform: scale(1.2);
}
.gwc-body__theme-selection:hover .gwc-body__theme-img svg path, .gwc-body__theme-selection:focus .gwc-body__theme-img svg path {
  fill: #4080bf;
}
.gwc-body__theme-selection:hover .gwc-body__theme-text, .gwc-body__theme-selection:focus .gwc-body__theme-text {
  color: #4080bf;
}

.gwc-body__theme-img {
  height: 138px;
  width: 138px;
  display: block;
  transition: 0.2s all linear;
}
.gwc-body__theme-img svg {
  width: 100%;
  height: 100%;
}
.gwc-body__theme-img svg path {
  transition: 0.2s all linear;
  fill: #6699cc;
}

.gwc-body__theme-text {
  font-size: 22px;
  color: #6699cc;
  margin-top: 15px;
  display: block;
}

.gwc-gallery__img-container {
  margin-bottom: 30px;
  text-align: center;
}

.gwc-gallery__img {
  display: block;
  height: 270px;
  border: 2px solid #000;
}
.gwc-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gwc-gallery__img.custom {
  position: relative;
  padding: 28px;
  background-color: #fff;
}
.gwc-gallery__img .thumbnail {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 0;
  background-color: inherit;
  border: 0;
  border-radius: 0;
}

.fileinput {
  display: block;
}

.fileinput .form-control {
  overflow: hidden;
  background: #e1e1e1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 37px;
  font-size: 16px;
}

.fileinput .input-group-addon {
  background-color: #aaa;
  border: 0;
  box-shadow: inset 0px 0px 10px 2px #777;
  border-radius: 0px;
  position: relative;
  width: auto;
}
.fileinput .input-group-addon .colorpicker-icon {
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: 0;
  height: 29px;
}

.fileinput .gwc-edit__file-upload .form-control {
  width: 210px;
}

.form-control .fileinput-filename {
  display: inline-block;
  white-space: pre;
  text-overflow: ellipsis;
  width: 186px;
  position: relative;
  vertical-align: middle;
}

.fileinput-exists .fileinput-filename::before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.gwc-custom-circle {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  left: 50%;
  top: 50%;
  text-align: center;
  margin-left: -52px;
  margin-top: -52px;
}
.gwc-custom-circle span {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: table;
  text-transform: uppercase;
}
.gwc-custom-circle span span {
  vertical-align: middle;
  display: table-cell;
}

.gwc-gallery__img-footnote {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
.gwc-gallery__img-footnote::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 4px;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 9px solid #ccc;
}
.gwc-gallery__img-footnote::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 4px;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 9px solid #ccc;
}

.gwc-form-content .gwc-gallery__img-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 360px;
}
.gwc-form-content .gwc-gallery__img-container + .gwc-gallery__img-container {
  margin-top: 13px;
}

.gwc-gallery__img.inside {
  padding: 25px 15px;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gwc-gallery__img.inside div[class^=inside__] {
  width: 100%;
}
.gwc-gallery__img.inside .inside__content {
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  align-self: center;
}
.gwc-gallery__img.inside .inside__from {
  align-self: flex-end;
}

/* Customize Screen */
.gwc-edit .btn-file {
  margin-left: 6px;
  padding: 6px 15px;
  background: #ccc;
  border: 0;
  height: 37px;
  font-size: 16px;
  border-radius: 12px;
}
.gwc-edit .fileinput-new {
  vertical-align: middle;
  padding-right: 35px;
}
.gwc-edit .fileinput-exists {
  vertical-align: middle;
}

.gwc-edit__header {
  padding-bottom: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid #b2b2b2;
}

.gwc-edit__file-upload {
  margin-bottom: 15px;
}

.gwc-edit__body {
  margin-bottom: 30px;
}

.gwc-edit__submit {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #ff5300;
  padding: 9px 45px;
  border-radius: 12px;
  transition: 0.2s all linear;
}
.gwc-edit__submit input.btn {
  font-size: 20px;
  background: transparent;
  transition: 0.2s all linear;
  padding: 0 0 0 5px;
  vertical-align: baseline;
}
.gwc-edit__submit input.btn:hover, .gwc-edit__submit input.btn:focus {
  color: #fff;
}
.gwc-edit__submit:hover, .gwc-edit__submit:focus {
  color: #fff;
  background: #cc4200;
}

.file-input-header {
  margin-bottom: 15px;
}

.input-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.gwc-message textarea {
  width: 100%;
  height: 95px;
  resize: vertical;
  background: #e1e1e1;
  border: 0;
  padding: 10px 15px;
}
.gwc-message .alert {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  margin: 0;
  text-align: right;
}

.gwc-info {
  margin-top: 50px;
}
.gwc-info .input-title {
  margin-bottom: 0;
  line-height: 37px;
}
.gwc-info .form-control {
  width: 100%;
}
.gwc-info .select__arrow {
  border-color: #fff transparent transparent transparent;
}

.input-color {
  width: 100%;
  background: transparent;
  height: 40px;
  padding: 0;
  border: 0;
  width: 100%;
  line-height: 1;
  margin: 0;
  border: 2px solid #000;
  max-width: 230px;
}
.input-color::-webkit-color-swatch-wrapper {
  padding: 0;
}
.input-color::-webkit-color-swatch {
  border: 0;
}

.gwc-info__group + .gwc-info__group {
  margin-top: 30px;
}

.bg-danger--gwc {
  padding: 15px;
}

@media only screen and (max-width: 1201px) {
  .gwc-headline img {
    display: none;
  }

  .gwc-gallery__img {
    height: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .gwc-edit .btn-file {
    margin-left: 0;
  }
  .gwc-edit .btn-file + .btn-file {
    margin-left: 6px;
  }

  .gwc-gallery__img {
    height: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fileinput .gwc-edit__file-upload .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .fileinput .gwc-edit__file-upload .form-control#input-color {
    margin-bottom: 0;
  }

  .gwc-gallery__img.inside {
    font-size: 10px;
  }

  .gwc-gallery__img.inside .inside__content {
    font-size: 10px;
    line-height: 12px;
  }
}
/* Responsive */
@media only screen and (max-width: 767px) {
  .gwc-intro {
    text-align: center;
  }

  .gwc-intro__img {
    text-align: inherit;
    margin-bottom: 15px;
  }

  .gwc-body__theme-selection + .gwc-body__theme-selection {
    margin-top: 20px;
  }

  .gwc-headline {
    height: auto;
  }
  .gwc-headline span {
    font-size: 24px;
    padding: 15px;
  }

  .gwc-gallery__img {
    height: 130px;
  }

  .gwc-custom-circle {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
  .gwc-custom-circle span {
    font-size: 14px;
  }

  .gwc-form-content__previews {
    margin-top: 15px;
    text-align: center;
  }

  .gwc-edit__submit {
    margin-top: 15px;
  }

  .gwc-info {
    margin-top: 15px;
  }

  .gwc-info__group + .gwc-info__group {
    margin-top: 15px;
  }

  .gwc-form-content .gwc-gallery__img {
    height: 200px;
  }

  .fileinput .gwc-edit__file-upload .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .fileinput .gwc-edit__file-upload .form-control#input-color {
    margin-bottom: 0;
  }

  #input-color-container.colorpicker-element .input-group-addon i, #input-color-container.colorpicker-element .add-on i {
    width: 32px;
    height: 32px;
  }

  .fileinput .input-group-addon .colorpicker-icon {
    right: -50px;
    height: 44px;
  }
}
/* ===========================
 * Publication section
 * =========================== */
.pub-callout__tabs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 22;
}
.pub-callout__tabs .nav-tabs > li.active > a,
.pub-callout__tabs .nav-tabs > li.active > a:focus,
.pub-callout__tabs .nav-tabs > li.active > a:hover {
  background: #c34202;
  color: #fff;
  border: 1px solid #c34202;
  cursor: pointer;
}
.pub-callout__tabs .tab-content {
  background: #c34202;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.pub-callout__tabs .tab-content .tab-pane {
  position: relative;
  min-height: 22px;
  padding: 30px 48px;
}
.pub-callout__tabs .tab-content .tab-pane#pub-editions {
  padding: 78px 48px;
}
.pub-callout__tabs .nav-tabs {
  border-bottom: 0;
}
.pub-callout__tabs .nav-tabs > li + li {
  padding-left: 12px;
}
.pub-callout__tabs .nav-tabs > li > a {
  font-size: 20px;
  background: transparent;
  color: #000;
  border: 1px solid #b3b3b3;
  border-bottom: 0;
  padding: 6px 25px;
  margin-right: 0;
  border-radius: 12px 12px 0 0;
}
.pub-callout__tabs .nav-tabs > li > a:hover {
  color: #fff;
  border-color: #c34202;
  background: #c34202;
}
.pub-callout__tabs .pub-module {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub-callout__tabs .pub-module .pub-module__col {
  width: 33.33%;
  padding: 0 17px;
}
.pub-callout__tabs .pub-module .pub-module__col img {
  max-width: 199px;
  max-height: 267px;
  width: 100%;
  height: 100%;
}
.pub-callout__tabs .pub-module input[type=text] {
  background: rgba(255, 255, 255, 0.5);
  height: 57px;
  border: 0;
  color: #000;
  font-size: 16px;
  border-radius: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
.pub-callout__tabs .pub-module .btn {
  height: 57px;
  background: #fff;
  color: #000;
  font-size: 20px;
  border-radius: 12px;
  padding-left: 50px;
  padding-right: 50px;
}
.pub-callout__tabs .pub-module .btn:hover, .pub-callout__tabs .pub-module .btn:focus {
  background: #993d00;
  color: #fff;
}
.pub-callout__tabs .pub-module a {
  line-height: 16px;
  color: #ffff99;
}
.pub-callout__tabs .pub-module a:hover, .pub-callout__tabs .pub-module a:focus {
  color: #fff;
}
.pub-callout__tabs .tab-pane#pub-editions .pub-module {
  align-items: flex-start;
}
.pub-callout__tabs .tab-pane#pub-month {
  padding: 0;
}
.pub-callout__tabs .control input:checked ~ .control__indicator {
  background: #fff;
}
.pub-callout__tabs .control:hover input:not([disabled]):checked ~ .control__indicator,
.pub-callout__tabs .control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.pub-callout__tabs .control:hover input ~ .control__indicator {
  background: #fff;
}
.pub-callout__tabs .control--radio .control__indicator:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #939393;
}
.pub-callout__tabs .control__indicator {
  border: 0;
  border-radius: 50%;
  top: 2px;
}
.pub-callout__tabs .control {
  font-weight: 400;
  color: #fff;
}

.pub-article__meta {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}
.pub-article__meta > li {
  display: inline-block;
  vertical-align: top;
}
.pub-article__meta > li > span {
  margin-left: 5px;
}
.pub-article__meta > li + li {
  margin-left: 15px;
}

.pub-tab-close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pub-tab-close img {
  width: 30px;
  height: 30px;
}

.pub-module input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-style: italic;
}

.pub-module input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-style: italic;
}

.pub-module input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-style: italic;
}

.pub-module input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-style: italic;
}

.pub-callout {
  position: relative;
  margin-bottom: 63px;
}

.pub-callout__carousel {
  position: relative;
  top: 63px;
}
.pub-callout__carousel .slick-prev,
.pub-callout__carousel .slick-next {
  width: 44px;
  height: 44px;
  z-index: 20;
}
.pub-callout__carousel .slick-prev {
  left: 5px;
}
.pub-callout__carousel .slick-next {
  right: 5px;
}
.pub-callout__carousel .slick-prev:before {
  border: 0;
  background-image: url("../images/icon-back.png");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.pub-callout__carousel .slick-next:before {
  border: 0;
  background-image: url("../images/icon-forward.png");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.pub-callout__slide {
  position: relative;
}
.pub-callout__slide img {
  width: 100%;
  height: 438px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pub-callout__title {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 13px 20px;
  background: rgba(255, 102, 0, 0.7);
}
.pub-callout__title:hover, .pub-callout__title:focus {
  background: #c34202;
}
.pub-callout__title span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 32px;
}

.pub-gallery {
  padding-top: 40px;
}

.pub-cat + .pub-cat {
  margin-top: 40px;
}

.pub-cat__title {
  color: #000;
  background: #bdbdbd;
  padding: 10px 20px;
  font-size: 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pub-cat__body {
  padding: 20px 20px 0 20px;
  background: #ececec;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.pub-entry {
  padding-bottom: 20px;
}
.pub-entry::after {
  content: "";
  display: table;
  clear: both;
}

.pub-entry__image {
  float: left;
  width: 150px;
  height: 150px;
}
.pub-entry__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pub-entry__content {
  float: left;
  padding-left: 10px;
  width: calc(100% - 150px);
}

.pub-entry__title {
  font-size: 16px;
  margin-bottom: 10px;
}

.pub-entry__desc {
  font-size: 14px;
  line-height: 16px;
}

/* Articles */
.pub-article {
  margin-top: 130px;
}
.pub-article blockquote {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  text-align: center;
  padding: 15px 0;
  color: #339900;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
}
.pub-article blockquote p {
  line-height: 30px;
}

.pub-article__byline {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}

.pub-article__cat {
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  font-size: 18px;
  display: inline-block;
  padding: 5px 8px 6px 8px;
  line-height: 1;
}

.pub-article__titles h1, .pub-article__titles h3, .pub-article__titles .h1 {
  color: #339900;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 5px;
}
.pub-article__titles span {
  font-size: 20px;
}

.pub-article__nav {
  margin-bottom: 18px;
}

.pub-module h4 {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.pub-article__pager {
  text-align: right;
}
.pub-article__pager > a {
  color: #000;
  text-transform: uppercase;
}
.pub-article__pager > a span {
  margin-right: 5px;
}
.pub-article__pager > a img {
  height: 35px;
  transition: 0.2s all linear;
}
.pub-article__pager > a:hover img, .pub-article__pager > a:focus img {
  transform: scale(1.5);
}

.pub-article__image {
  margin-bottom: 35px;
}
.pub-article__image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.pub-article__image figcaption {
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

.pub-article__content p {
  line-height: 1.25em;
  margin-bottom: 20px;
}
.pub-article__content img {
  margin-bottom: 20px;
}
.pub-article__content h1, .pub-article__content h2, .pub-article__content h3, .pub-article__content h4, .pub-article__content h5, .pub-article__content h6 {
  margin-bottom: 20px;
}

.pub-article__intro {
  font-size: 20px;
  color: #777;
  line-height: normal;
  font-style: italic;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.pub-article__intro p {
  line-height: 1.25em;
  margin: 0;
}

/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .pub-article__meta > li {
    display: block;
  }
  .pub-article__meta > li + li {
    margin-left: 0px;
    margin-top: 5px;
  }

  .pub-entry__image {
    width: 80px;
    height: 80px;
  }

  .pub-entry__content {
    width: calc(100% - 80px);
  }

  .pub-callout {
    margin-bottom: 0;
  }

  .pub-callout__tabs {
    position: static;
  }

  .pub-callout__tabs .nav-tabs > li {
    float: none;
  }

  .pub-callout__tabs .nav-tabs > li + li {
    padding-left: 0;
  }

  .pub-callout__carousel {
    top: 0;
  }

  .pub-callout__tabs .nav-tabs > li > a {
    font-size: 18px;
    padding: 9px 12px;
    border-radius: 0;
  }

  .pub-callout__tabs .tab-content .tab-pane {
    min-height: 0;
  }

  .pub-callout__tabs .tab-content {
    border-top-right-radius: 0;
  }

  .pub-callout__tabs .pub-module .pub-module__col {
    width: 100%;
    padding: 0;
  }
  .pub-callout__tabs .pub-module .pub-module__col + .pub-module__col {
    padding-top: 10px;
  }

  .pub-callout__tabs .pub-module .pub-module__col img {
    max-width: 130px;
  }

  .pub-callout__tabs .pub-module {
    flex-wrap: wrap;
    align-items: center;
  }

  .pub-callout__tabs .tab-content .tab-pane {
    padding: 50px 20px 20px 20px;
  }

  .pub-callout__tabs .tab-content .tab-pane#pub-editions {
    padding: 50px 20px 20px 20px;
    text-align: center;
  }

  .pub-callout__slide img {
    height: 260px;
  }

  .pub-callout__title {
    padding: 8px 13px;
  }
  .pub-callout__title span {
    font-size: 18px;
  }

  .pub-article {
    margin-top: 20px;
  }

  .pub-callout.m-0 .pub-callout__tabs .nav-tabs > li:last-of-type > a {
    border-bottom: 1px solid #b3b3b3;
  }

  .pub-article__titles {
    margin-bottom: 10px;
  }
  .pub-article__titles h1 {
    font-size: 30px;
  }

  .pub-article__image img {
    height: auto;
  }
}
/* ===========================
 * About - Landing page
 * =========================== */
@keyframes helicopterAnimation {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.helicopterAnimation {
  animation-name: helicopterAnimation;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes ambulanceAnimation {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.ambulanceAnimation {
  animation-name: ambulanceAnimation;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.star-1 {
  opacity: 0;
  animation-name: star-1;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

.star-2 {
  opacity: 0;
  animation-name: star-2;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.star-3 {
  opacity: 0;
  animation-name: star-3;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

.star-4 {
  opacity: 0;
  animation-name: star-4;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

.star-5 {
  opacity: 0;
  animation-name: star-5;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

@keyframes star-1 {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes star-2 {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes star-3 {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes star-4 {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes star-5 {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.about-img img {
  object-fit: cover;
  width: 100%;
}

.about-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.about-section + .about-section {
  margin-top: 35px;
}

.about-sidebar__module {
  padding: 15px 20px;
  color: #fff !important;
  border-radius: 12px;
  text-align: center;
}
.about-sidebar__module + .about-sidebar__module {
  margin-top: 15px;
}
.about-sidebar__module .about-number {
  color: #fff !important;
}

.about-sidebar__transport-module {
  background: #3399cc !important;
  position: relative;
  overflow: hidden;
}
.about-sidebar__transport-module::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #339900 !important;
  left: 0;
  right: 0;
}

.transport-module__title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 7px;
  color: #fff !important;
}

.transport-module__helicopter {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 25px;
  padding-bottom: 10px;
}
.transport-module__helicopter > img {
  width: 126px;
  height: auto;
  margin-bottom: 3px;
}

.transport-module__ambulance {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 25px;
  position: relative;
  z-index: 20;
}
.transport-module__ambulance > img {
  width: 105px;
  height: auto;
}

.about-number {
  font-size: 30px;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #000 !important;
}

.about-mini-title {
  font-size: 13px;
  line-height: 1.1538461538em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  white-space: normal;
  word-wrap: break-word;
}
.about-mini-title.black {
  color: #000 !important;
}

.about-sidebar__generic-module > img {
  width: 83px;
}
.about-sidebar__generic-module.purple {
  background: #993399 !important;
}
.about-sidebar__generic-module.light-blue {
  background: #3399cc !important;
}

.about-subtitle {
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  background: #004b8e !important;
  border-radius: 12px;
  margin-bottom: 30px;
}
.about-subtitle > span {
  display: block;
  padding: 6px;
  color: #fff !important;
}

.about-visits-admission {
  text-align: center;
}
.about-visits-admission .about-mini-title {
  color: #000 !important;
}
.about-visits-admission .about-admissions__row {
  margin-bottom: 45px;
}

.about-visits {
  margin-bottom: 45px;
}

.about-visits__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 50px;
}
.about-visits__row + .about-visits__row {
  margin-top: 30px;
}

.about-visits__item.red .about-visits__item-circle {
  background: #ff3300 !important;
}
.about-visits__item.light-green .about-visits__item-circle {
  background: #66cc00 !important;
}
.about-visits__item.blue .about-visits__item-circle {
  background: #004b8e !important;
}
.about-visits__item.orange .about-visits__item-circle {
  background: #ff9900 !important;
}
.about-visits__item.purple .about-visits__item-circle {
  background: #993399 !important;
}
.about-visits__item.light-blue .about-visits__item-circle {
  background: #3399cc !important;
}
.about-visits__item-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-visits__item-circle > img {
  width: 85px;
  height: auto;
}

.about-admissions__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 50px;
}

.about-admissions__item.blue .about-admissions__item-circle {
  background: #004b8e !important;
}
.about-admissions__item.pink .about-admissions__item-circle {
  background: #ff66cc !important;
}
.about-admissions__item.turquoise .about-admissions__item-circle {
  background: #33ccff !important;
}
.about-admissions__item.light-red .about-admissions__item-circle {
  background: #ff6666 !important;
}
.about-admissions__item-circle {
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-admissions__item-circle > img {
  width: 55px;
  height: auto;
}

.about-patient__row {
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
  text-align: center;
}

.about-stars > img {
  height: 41px;
  width: auto;
}

.about-stars__desc {
  margin-top: 5px;
  font-size: 15px;
  font-style: italic;
  color: #004b8e !important;
}

.about-patient__desc .about-number {
  margin-top: 20px;
}

.about-people__row {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
  text-align: center;
}

.about-people__item > img {
  width: auto;
  height: 120px;
}
.about-awards__row {
  display: flex;
  justify-content: center;
}

.about-awards__item {
  padding: 0 25px;
}

@media (max-width: 1199px) {
  .about-number {
    font-size: 24px;
  }

  .about-visits__row {
    padding: 0 20px;
  }

  .about-admissions__row {
    padding: 0 20px;
  }

  .about-sidebar__transport-module::after {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .about-sidebar__transport-module::after {
    height: 86px;
  }

  .transport-module__helicopter > img {
    width: 70px;
  }

  .transport-module__ambulance > img {
    width: 70px;
  }

  .about-sidebar__generic-module > img {
    width: 70px;
  }

  .about-visits__item {
    max-width: 120px;
  }

  .about-visits__item-circle {
    width: 120px;
    height: 120px;
  }
  .about-visits__item-circle > img {
    width: 65px;
  }

  .about-admissions__item {
    max-width: 90px;
  }

  .about-admissions__item-circle {
    width: 90px;
    height: 90px;
  }
  .about-admissions__item-circle > img {
    width: 45px;
  }

  .about-stars > img {
    height: 20px;
  }

  .about-patient__desc .about-number {
    margin-top: 10px;
  }

  .about-people__item > img {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .about-sidebar {
    margin-bottom: 45px;
  }

  .about-subtitle {
    margin-bottom: 20px;
  }

  .about-number {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .about-sidebar__transport-module::after {
    height: 65px;
  }

  .about-visits__row {
    flex-wrap: wrap;
    padding: 0;
  }

  .about-visits__row + .about-visits__row {
    margin-top: 20px;
  }

  .about-visits__item {
    max-width: 100%;
    width: 100%;
  }
  .about-visits__item + .about-visits__item {
    margin-top: 20px;
  }

  .about-admissions__row {
    flex-wrap: wrap;
    padding: 0;
  }

  .about-admissions__item {
    max-width: 100%;
    width: 100%;
  }
  .about-admissions__item + .about-admissions__item {
    margin-top: 20px;
  }

  .about-admissions__item-circle {
    width: 120px;
    height: 120px;
  }

  .about-admissions__item-circle > img {
    width: 65px;
  }

  .about-patient__row {
    flex-wrap: wrap;
    padding: 0;
  }

  .about-patient__item {
    width: 100%;
  }
  .about-patient__item + .about-patient__item {
    margin-top: 20px;
  }

  .about-people__row {
    flex-wrap: wrap;
    padding: 0;
  }

  .about-people__item {
    width: 100%;
  }
  .about-people__item + .about-people__item {
    margin-top: 20px;
  }

  .about-awards__row {
    flex-wrap: wrap;
  }

  .about-awards__item {
    width: 100%;
  }
  .about-awards__item > img {
    margin: 0 auto;
  }
  .about-awards__item + .about-awards__item {
    margin-top: 20px;
  }
}
/* ===========================
* Home
* =========================== */
#home-location-search .alert-danger {
  position: absolute;
  width: 100%;
  border-radius: 0;
  top: -75px;
  border: 0;
  margin-bottom: 0px;
  background: #b60000;
  color: #fff;
}
#home-location-search .alert-danger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #b60000;
  bottom: -15px;
  left: 50%;
}
#home-location-search .alert-danger .close {
  color: #fff;
  text-shadow: none;
  float: none;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
}
#home-location-search .alert-danger .close:hover, #home-location-search .alert-danger .close:focus {
  color: #fff;
}

.home-slider .slick-arrow {
  width: 36px;
  height: 56px;
  z-index: 30;
}
.home-slider .slick-arrow::before {
  width: 36px;
  height: 56px;
  border: 0;
}
.home-slider .slick-prev {
  left: 15px;
  height: 100%;
}
.home-slider .slick-prev::before {
  content: "";
  background: url("../images/homepage/icon-chevron-left.png");
  top: 50%;
  transform: translateY(-50%);
}
.home-slider .slick-next {
  right: 15px;
  height: 100%;
}
.home-slider .slick-next::before {
  content: "";
  background: url("../images/homepage/icon-chevron-right.png");
  top: 50%;
  transform: translateY(-50%);
}

.home-slider__item {
  position: relative;
  text-align: center;
}
.home-slider__item > img, .home-slider__item > a img {
  width: 100%;
}

.home-slider__item-content {
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
}
.home-slider__item-content > h2 {
  font-size: 38px;
  line-height: 1.0789473684em;
  font-weight: 700;
  text-shadow: 2px 3px 2.94px rgba(0, 0, 0, 0.66);
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.home-slider__item-content > h2 > a {
  color: #fff;
}
.home-slider__item-content > .btn-ach {
  display: inline-block;
  width: auto;
  border: 2px solid rgba(255, 255, 255, 0.57);
  background: #004590;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  padding: 6px 18px;
  border-radius: 12px;
}
.home-slider__item-content > .btn-ach:hover, .home-slider__item-content > .btn-ach:focus {
  background: #002d5d;
}

.home-search-modules {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.home-search-modules > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.green-search-module {
  background: #a6d24c;
  color: #003366;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.green-search-module__img > img {
  width: 64px;
  height: auto;
}

.green-search-module a {
  width: 100%;
  padding-left: 20px;
  color: #036;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 18px;
}
.green-search-module a:hover, .green-search-module a:focus {
  color: #fff;
}

.green-search-module__form {
  width: 100%;
  padding-left: 20px;
}
.green-search-module__form > label {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 18px;
}
.green-search-module__form > .input-field {
  position: relative;
}
.green-search-module__form > .input-field input {
  border-radius: 12px;
  border: 0;
  height: 52px;
  font-size: 16px;
  padding: 6px 48px 6px 18px;
}
.green-search-module__form > .input-field input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
}
.green-search-module__form > .input-field input::-moz-placeholder {
  color: #aaa;
  font-style: normal;
}
.green-search-module__form > .input-field input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
}
.green-search-module__form > .input-field input:-moz-placeholder {
  color: #aaa;
  font-style: normal;
}
.green-search-module__form > .input-field button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.green-search-module__form > .input-field button > img {
  width: 24px;
  height: auto;
}

.research-search-module {
  background: #3f7e00;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.research-search-module__img > img {
  width: 64px;
  height: auto;
}

.research-search-module a {
  width: 100%;
  padding-left: 20px;
  color: #036;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 18px;
}
.research-search-module a:hover, .research-search-module a:focus {
  color: #fff;
}

.research-search-module__form {
  width: 100%;
  padding-left: 20px;
}
.research-search-module__form > label {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 18px;
}
.research-search-module__form > .input-field {
  position: relative;
}
.research-search-module__form > .input-field input {
  border-radius: 12px;
  border: 0;
  height: 52px;
  font-size: 16px;
  padding: 6px 48px 6px 18px;
}
.research-search-module__form > .input-field input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
}
.research-search-module__form > .input-field input::-moz-placeholder {
  color: #aaa;
  font-style: normal;
}
.research-search-module__form > .input-field input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
}
.research-search-module__form > .input-field input:-moz-placeholder {
  color: #aaa;
  font-style: normal;
}
.research-search-module__form > .input-field button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.research-search-module__form > .input-field button > img {
  width: 24px;
  height: auto;
}

.home-nav {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-nav > .home-nav__item {
  width: 16.66667%;
  text-align: center;
  margin-bottom: 20px;
}
.home-nav > .home-nav__item .home-nav__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-nav > .home-nav__item .home-nav__item-img > img {
  width: 75px;
  height: auto;
  vertical-align: top;
}
.home-nav > .home-nav__item > span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.1111111111em;
  padding: 0 10px;
}

.home-info {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.home-info__col {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-info__col + .home-info__col {
  border-left: 1px solid #ccc;
}
.home-info__col .btn-ach {
  width: auto;
  text-align: center;
  white-space: normal;
  font-size: 20px;
  background: #004590;
  border-radius: 12px;
  color: #fff;
  border: 0;
  padding: 14px 24px;
}
.home-info__col .btn-ach:hover, .home-info__col .btn-ach:focus {
  background: #002d5d;
}

.home-info__col-title {
  width: 100%;
}
.home-info__col-title > h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.home-info__col-title > span {
  font-size: 1em;
}

.home-info__col-link {
  display: block;
  font-size: 30px;
}

.home-content {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.home-content h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.0625em;
}
.home-content p {
  font-size: 16px;
  line-height: 1.625em;
}

.home-blog-list-area {
  margin-top: 40px;
}

.home-blog-list-title {
  background: #ffcc66;
  padding: 10px 13px;
  margin-bottom: 20px;
  text-align: center;
}
.home-blog-list-title h2 {
  font-size: 20px;
  margin: 0;
}

.home-blog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.home-blog-item-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  margin-top: 0;
  margin-bottom: 20px;
}

.home-blog-item {
  border: 1px solid #004590;
  height: 100%;
}
.home-blog-item .pub-article__titles h3 {
  font-size: 17px;
  color: #004590;
  margin-bottom: 0;
}

.home-blog-item__header {
  padding: 10px 15px;
  background: #004590;
  color: #fff;
  display: flex;
  align-items: center;
}
.home-blog-item__header .pub-article__meta {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.home-blog-item__header .pub-article__meta > li + li {
  margin-left: 0px;
}
.home-blog-item__header .pub-article__meta > li:first-of-type {
  margin-right: 15px;
}

.home-blog-item__body {
  padding: 15px;
  display: flex;
}
@media screen and (min-width: 0\0 ) {
  .home-blog-item__body {
    display: table;
  }
}
.home-blog-item__body .pub-article__nav {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 0\0 ) {
  .home-blog-item__body .pub-article__nav {
    width: 100%;
    display: table-cell;
    vertical-align: top;
  }
}
.home-blog-item__body .pub-article__nav .pub-article__read-more {
  margin-top: 15px;
  align-self: flex-end;
  width: 100%;
  text-align: right;
}
.home-blog-item__body .pub-article__nav .pub-article__read-more a {
  color: #777;
}
.home-blog-item__body .pub-article__nav .pub-article__read-more a span {
  margin-right: 5px;
  font-style: italic;
}
.home-blog-item__body .pub-article__nav .pub-article__read-more a:hover, .home-blog-item__body .pub-article__nav .pub-article__read-more a:focus {
  color: #004590;
}

.home-blog-item__image {
  margin-right: 15px;
  position: relative;
}
@media screen and (min-width: 0\0 ) {
  .home-blog-item__image {
    display: table-cell;
  }
  .home-blog-item__image + .pub-article__nav {
    padding-left: 15px;
  }
}
.home-blog-item__image::before {
  content: "";
  background: rgba(0, 69, 144, 0.7);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all linear;
}
.home-blog-item__image:hover::before, .home-blog-item__image:focus::before {
  opacity: 1;
}
.home-blog-item__image:hover span, .home-blog-item__image:focus span {
  transform: translateY(0);
  opacity: 1;
}
.home-blog-item__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home-blog-item__image span {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -21px;
  right: 0;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.2s all linear;
}
.home-blog-item__image span .fa {
  color: #fff;
  font-size: 42px;
}

@media (max-width: 991px) {
  .home-search-modules > div[class^=col-] + div[class^=col-] {
    margin-top: 20px;
  }

  .home-blog-item-col {
    width: 100%;
  }

  .home-blog-item__body .pub-article__nav {
    width: 100%;
  }

  .home-blog-item__image img {
    width: 80px;
    height: 80px;
  }

  .home-blog-item .pub-article__titles h3 {
    font-size: 16px;
  }

  .home-blog-item__image span {
    margin-top: -12px;
  }
  .home-blog-item__image span .fa {
    font-size: 24px;
  }

  .pub-article__meta > li {
    display: inline-block;
  }

  .home-blog-item__header .pub-article__meta > li + li {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .green-search-module a {
    text-align: center;
  }

  .research-search-module a {
    text-align: center;
  }

  .home-slider {
    margin-top: 10px;
  }

  .home-slider__item-content > h2 {
    font-size: 26px;
  }

  .home-nav {
    flex-wrap: wrap;
  }

  .home-nav > .home-nav__item {
    width: 50%;
  }
  .home-nav > .home-nav__item:nth-of-type(-n+3) {
    margin-bottom: 30px;
  }

  .home-nav > .home-nav__item .home-nav__item-img > img {
    width: 45px;
  }

  .home-slider__item-content > .btn-ach {
    font-size: 14px;
  }

  .home-slider .slick-arrow {
    width: 18px;
    height: 28px;
  }
  .home-slider .slick-arrow::before {
    width: 18px;
    height: 28px;
  }

  .home-slider .slick-prev::before {
    background-size: cover;
  }

  .home-slider .slick-next::before {
    background-size: cover;
  }

  .home-slider__item-content {
    bottom: 25px;
  }

  .green-search-module {
    flex-wrap: wrap;
    justify-content: center;
  }

  .green-search-module__form {
    padding-left: 0;
  }
  .green-search-module__form > label {
    font-size: 20px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .green-search-module__form > .input-field > input {
    height: 32px;
    font-size: 14px;
  }
  .green-search-module__form > .input-field > button > img {
    width: 18px;
  }

  .green-search-module__img {
    margin-bottom: 10px;
  }
  .green-search-module__img > img {
    width: 53px;
  }

  .research-search-module {
    flex-wrap: wrap;
    justify-content: center;
  }

  .research-search-module__form {
    padding-left: 0;
  }
  .research-search-module__form > label {
    font-size: 20px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .research-search-module__form > .input-field > input {
    height: 32px;
    font-size: 14px;
  }
  .research-search-module__form > .input-field > button > img {
    width: 18px;
  }

  .research-search-module__img {
    margin-bottom: 10px;
  }
  .research-search-module__img > img {
    width: 53px;
  }

  .home-content > p br {
    display: none;
  }
}
/* ===========================
* Social page styles
* =========================== */
.social-tabs {
  margin-top: 20px;
  display: table;
  display: flex;
}

.social-tabs__menu {
  width: 60px;
  border-bottom: 0;
}
@media screen and (min-width: 0\0 ) {
  .social-tabs__menu {
    display: table-cell;
    vertical-align: top;
    height: 100%;
  }
}
.social-tabs__menu > li {
  display: block;
  float: none;
  margin-bottom: 0;
  height: 60px;
}
.social-tabs__menu > li.active > a, .social-tabs__menu > li.active > a:focus, .social-tabs__menu > li.active > a:hover {
  cursor: pointer;
  color: #fff;
  border: 0;
}
.social-tabs__menu > li > a {
  margin-right: 0;
  border-radius: 0;
  font-size: 24px;
  color: #fff;
  height: 100%;
  text-align: center;
  line-height: 1em;
  border: 0;
  display: table;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 0\0 ) {
  .social-tabs__menu > li > a {
    width: 100%;
  }
}
.social-tabs__menu > li > a:hover::after, .social-tabs__menu > li > a:focus::after {
  opacity: 1;
  visibility: visible;
}
.social-tabs__menu > li > a::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 13px solid #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all linear;
  transform: translateX(20px) scale(1.3);
}
@media screen and (min-width: 0\0 ) {
  .social-tabs__menu > li > a > .fa {
    display: table-cell;
    vertical-align: middle;
  }
}
.social-tabs__menu > li.tab-facebook.active > a, .social-tabs__menu > li.tab-facebook.active > a:focus, .social-tabs__menu > li.tab-facebook.active > a:hover {
  background: #025ca7;
}
.social-tabs__menu > li.tab-facebook.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #025ca7;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-facebook > a {
  background-color: #025ca7;
}
.social-tabs__menu > li.tab-facebook > a:hover::after, .social-tabs__menu > li.tab-facebook > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #025ca7;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-twitter.active > a, .social-tabs__menu > li.tab-twitter.active > a:focus, .social-tabs__menu > li.tab-twitter.active > a:hover {
  background: #2ccdff;
}
.social-tabs__menu > li.tab-twitter.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #2ccdff;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-twitter > a {
  background-color: #2ccdff;
}
.social-tabs__menu > li.tab-twitter > a:hover::after, .social-tabs__menu > li.tab-twitter > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #2ccdff;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-instagram.active > a, .social-tabs__menu > li.tab-instagram.active > a:focus, .social-tabs__menu > li.tab-instagram.active > a:hover {
  background: #7e34b3;
}
.social-tabs__menu > li.tab-instagram.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #7e34b3;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-instagram > a {
  background-color: #7e34b3;
}
.social-tabs__menu > li.tab-instagram > a:hover::after, .social-tabs__menu > li.tab-instagram > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #7e34b3;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-pinterest.active > a, .social-tabs__menu > li.tab-pinterest.active > a:focus, .social-tabs__menu > li.tab-pinterest.active > a:hover {
  background: #bf0212;
}
.social-tabs__menu > li.tab-pinterest.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #bf0212;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-pinterest > a {
  background-color: #bf0212;
}
.social-tabs__menu > li.tab-pinterest > a:hover::after, .social-tabs__menu > li.tab-pinterest > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #bf0212;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-youtube.active > a, .social-tabs__menu > li.tab-youtube.active > a:focus, .social-tabs__menu > li.tab-youtube.active > a:hover {
  background: #f11603;
}
.social-tabs__menu > li.tab-youtube.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #f11603;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-youtube > a {
  background-color: #f11603;
}
.social-tabs__menu > li.tab-youtube > a:hover::after, .social-tabs__menu > li.tab-youtube > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #f11603;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-googleplus.active > a, .social-tabs__menu > li.tab-googleplus.active > a:focus, .social-tabs__menu > li.tab-googleplus.active > a:hover {
  background: #333333;
}
.social-tabs__menu > li.tab-googleplus.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #333333;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-googleplus > a {
  background-color: #333333;
}
.social-tabs__menu > li.tab-googleplus > a:hover::after, .social-tabs__menu > li.tab-googleplus > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #333333;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-blog.active > a, .social-tabs__menu > li.tab-blog.active > a:focus, .social-tabs__menu > li.tab-blog.active > a:hover {
  background: #013a75;
}
.social-tabs__menu > li.tab-blog.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #013a75;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-blog > a {
  background-color: #013a75;
}
.social-tabs__menu > li.tab-blog > a:hover::after, .social-tabs__menu > li.tab-blog > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #013a75;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-mobile.active > a, .social-tabs__menu > li.tab-mobile.active > a:focus, .social-tabs__menu > li.tab-mobile.active > a:hover {
  background: #575656;
}
.social-tabs__menu > li.tab-mobile.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #575656;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-mobile > a {
  background-color: #575656;
}
.social-tabs__menu > li.tab-mobile > a:hover::after, .social-tabs__menu > li.tab-mobile > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #575656;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-flickr.active > a, .social-tabs__menu > li.tab-flickr.active > a:focus, .social-tabs__menu > li.tab-flickr.active > a:hover {
  background: #ff0383;
}
.social-tabs__menu > li.tab-flickr.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #ff0383;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-flickr > a {
  background-color: #ff0383;
}
.social-tabs__menu > li.tab-flickr > a:hover::after, .social-tabs__menu > li.tab-flickr > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #ff0383;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-itunes.active > a, .social-tabs__menu > li.tab-itunes.active > a:focus, .social-tabs__menu > li.tab-itunes.active > a:hover {
  background: #cd39f7;
}
.social-tabs__menu > li.tab-itunes.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #cd39f7;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-itunes > a {
  background-color: #cd39f7;
}
.social-tabs__menu > li.tab-itunes > a:hover::after, .social-tabs__menu > li.tab-itunes > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #cd39f7;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-linkedin.active > a, .social-tabs__menu > li.tab-linkedin.active > a:focus, .social-tabs__menu > li.tab-linkedin.active > a:hover {
  background: #0276b8;
}
.social-tabs__menu > li.tab-linkedin.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #0276b8;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-linkedin > a {
  background-color: #0276b8;
}
.social-tabs__menu > li.tab-linkedin > a:hover::after, .social-tabs__menu > li.tab-linkedin > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #0276b8;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-rss.active > a, .social-tabs__menu > li.tab-rss.active > a:focus, .social-tabs__menu > li.tab-rss.active > a:hover {
  background: #f99a29;
}
.social-tabs__menu > li.tab-rss.active > a::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #f99a29;
  transform: translateX(0) scale(1);
}
.social-tabs__menu > li.tab-rss > a {
  background-color: #f99a29;
}
.social-tabs__menu > li.tab-rss > a:hover::after, .social-tabs__menu > li.tab-rss > a:focus::after {
  opacity: 1;
  visibility: visible;
  border-left: 13px solid #f99a29;
  transform: translateX(0) scale(1);
}

.social-tab-content {
  padding: 20px 20px 20px 30px;
  width: calc(100% - 60px);
  background: #eee;
}
@media screen and (min-width: 0\0 ) {
  .social-tab-content {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 100%;
  }
}

.social-tab-header {
  margin: 0 0 20px 0;
  padding-bottom: 5px;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
  border-bottom: 1px solid #000;
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#facebook {
  position: relative;
}
.social-tab__content#facebook::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#facebook::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#twitter {
  position: relative;
}
.social-tab__content#twitter::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#twitter::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#instagram {
  position: relative;
}
.social-tab__content#instagram::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#instagram::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#pinterest {
  position: relative;
}
.social-tab__content#pinterest::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#pinterest::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#youtube {
  position: relative;
}
.social-tab__content#youtube::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#youtube::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#googleplus {
  position: relative;
}
.social-tab__content#googleplus::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#googleplus::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#blog {
  position: relative;
}
.social-tab__content#blog::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#blog::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#mobile {
  position: relative;
}
.social-tab__content#mobile::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#mobile::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#flickr {
  position: relative;
}
.social-tab__content#flickr::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#flickr::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#itunes {
  position: relative;
}
.social-tab__content#itunes::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#itunes::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#linkedin {
  position: relative;
}
.social-tab__content#linkedin::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#linkedin::after {
    display: none;
  }
}

.social-tab__content {
  height: 100% !important;
}
.social-tab__content#rss {
  position: relative;
}
.social-tab__content#rss::after {
  content: "";
  color: #d5d5d5;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 300px;
  text-align: center;
  height: 300px;
  vertical-align: bottom;
  line-height: 300px;
  font-size: 300px;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s all linear;
}
@media screen and (min-width: 0\0 ) {
  .social-tab__content#rss::after {
    display: none;
  }
}

.social-tab__inner-content {
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .social-tabs__menu {
    height: auto !important;
    width: 40px;
  }
  .social-tabs__menu > li {
    height: 40px;
  }
  .social-tabs__menu > li.tab-facebook.active > a::after {
    border-left: 7px solid #025ca7;
  }
  .social-tabs__menu > li.tab-facebook > a:hover::after, .social-tabs__menu > li.tab-facebook > a:focus::after {
    border-left: 7px solid #025ca7;
  }
  .social-tabs__menu > li.tab-twitter.active > a::after {
    border-left: 7px solid #2ccdff;
  }
  .social-tabs__menu > li.tab-twitter > a:hover::after, .social-tabs__menu > li.tab-twitter > a:focus::after {
    border-left: 7px solid #2ccdff;
  }
  .social-tabs__menu > li.tab-instagram.active > a::after {
    border-left: 7px solid #7e34b3;
  }
  .social-tabs__menu > li.tab-instagram > a:hover::after, .social-tabs__menu > li.tab-instagram > a:focus::after {
    border-left: 7px solid #7e34b3;
  }
  .social-tabs__menu > li.tab-pinterest.active > a::after {
    border-left: 7px solid #bf0212;
  }
  .social-tabs__menu > li.tab-pinterest > a:hover::after, .social-tabs__menu > li.tab-pinterest > a:focus::after {
    border-left: 7px solid #bf0212;
  }
  .social-tabs__menu > li.tab-youtube.active > a::after {
    border-left: 7px solid #f11603;
  }
  .social-tabs__menu > li.tab-youtube > a:hover::after, .social-tabs__menu > li.tab-youtube > a:focus::after {
    border-left: 7px solid #f11603;
  }
  .social-tabs__menu > li.tab-googleplus.active > a::after {
    border-left: 7px solid #333333;
  }
  .social-tabs__menu > li.tab-googleplus > a:hover::after, .social-tabs__menu > li.tab-googleplus > a:focus::after {
    border-left: 7px solid #333333;
  }
  .social-tabs__menu > li.tab-blog.active > a::after {
    border-left: 7px solid #013a75;
  }
  .social-tabs__menu > li.tab-blog > a:hover::after, .social-tabs__menu > li.tab-blog > a:focus::after {
    border-left: 7px solid #013a75;
  }
  .social-tabs__menu > li.tab-mobile.active > a::after {
    border-left: 7px solid #575656;
  }
  .social-tabs__menu > li.tab-mobile > a:hover::after, .social-tabs__menu > li.tab-mobile > a:focus::after {
    border-left: 7px solid #575656;
  }
  .social-tabs__menu > li.tab-flickr.active > a::after {
    border-left: 7px solid #ff0383;
  }
  .social-tabs__menu > li.tab-flickr > a:hover::after, .social-tabs__menu > li.tab-flickr > a:focus::after {
    border-left: 7px solid #ff0383;
  }
  .social-tabs__menu > li.tab-itunes.active > a::after {
    border-left: 7px solid #cd39f7;
  }
  .social-tabs__menu > li.tab-itunes > a:hover::after, .social-tabs__menu > li.tab-itunes > a:focus::after {
    border-left: 7px solid #cd39f7;
  }
  .social-tabs__menu > li.tab-linkedin.active > a::after {
    border-left: 7px solid #0276b8;
  }
  .social-tabs__menu > li.tab-linkedin > a:hover::after, .social-tabs__menu > li.tab-linkedin > a:focus::after {
    border-left: 7px solid #0276b8;
  }
  .social-tabs__menu > li.tab-rss.active > a::after {
    border-left: 7px solid #f99a29;
  }
  .social-tabs__menu > li.tab-rss > a:hover::after, .social-tabs__menu > li.tab-rss > a:focus::after {
    border-left: 7px solid #f99a29;
  }
  .social-tabs__menu > li > a {
    font-size: 20px;
  }
  .social-tabs__menu > li > a::after {
    margin-top: -7px;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #333;
  }

  .social-tab-content {
    height: auto !important;
    width: calc(100% - 40px);
    padding: 15px 15px 15px 20px;
  }

  .social-tab__content#facebook::after {
    font-size: 120px;
  }

  .social-tab__content#twitter::after {
    font-size: 120px;
  }

  .social-tab__content#instagram::after {
    font-size: 120px;
  }

  .social-tab__content#pinterest::after {
    font-size: 120px;
  }

  .social-tab__content#youtube::after {
    font-size: 120px;
  }

  .social-tab__content#googleplus::after {
    font-size: 120px;
  }

  .social-tab__content#blog::after {
    font-size: 120px;
  }

  .social-tab__content#mobile::after {
    font-size: 120px;
  }

  .social-tab__content#flickr::after {
    font-size: 120px;
  }

  .social-tab__content#itunes::after {
    font-size: 120px;
  }

  .social-tab__content#linkedin::after {
    font-size: 120px;
  }

  .social-tab__content#rss::after {
    font-size: 120px;
  }
}
/* ===========================
 * Services (used for alphabetical
 * list)
 * =========================== */
.clinical-services__title {
  text-align: center;
  margin: 0;
  font-size: 20px;
}

.alphabet-carousel {
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.alphabet-carousel__letter {
  font-size: 20px;
  padding: 10px;
  outline: none !important;
}
.alphabet-carousel__letter:hover, .alphabet-carousel__letter:focus {
  color: #fff;
  background: #004590;
}

.departmentColumns {
  margin-top: 30px;
}

.lettergroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.lettergroup + .lettergroup {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dedede;
}

.lettergroup__letter {
  background: #99cc66;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.lettergroup__letter > h3 {
  margin: 0;
  font-size: 42px;
  color: #fff;
  line-height: 1em;
}

.lettercolumns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 80px);
  padding-left: 20px;
}

.lettercolumn {
  width: 50%;
  padding-right: 10px;
}
.lettercolumn + .lettercolumn {
  padding-left: 10px;
  padding-right: 0;
}
.lettercolumn > span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .alphabet-carousel {
    padding: 0;
    position: relative;
  }
  .alphabet-carousel .slick-prev, .alphabet-carousel .slick-next {
    z-index: 100;
  }
  .alphabet-carousel .slick-prev::before, .alphabet-carousel .slick-next::before {
    font-size: 20px;
  }

  .alphabet-carousel__inner {
    width: 80%;
    margin: auto;
  }
  .alphabet-carousel__inner .slick-track > .slick-slide {
    font-size: 18px;
    width: 40px;
  }

  .alphabet-carousel-ghost {
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 48px;
  }
  .alphabet-carousel-ghost::before {
    content: "";
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 85%);
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 20;
    width: 35%;
  }
  .alphabet-carousel-ghost::after {
    content: "";
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 85%);
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 20;
    width: 35%;
  }

  .lettergroup__letter {
    width: 40px;
    height: 40px;
  }
  .lettergroup__letter > h3 {
    font-size: 18px;
  }

  .lettercolumns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lettercolumn {
    width: 100%;
    padding-right: 0px;
  }
  .lettercolumn + .lettercolumn {
    padding-left: 0px;
  }
}
/* ===========================
* Video page
* =========================== */
.video-item {
  margin-bottom: 30px;
  text-align: center;
}
.video-item h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
}
.video-item .btn-ach .fa {
  vertical-align: baseline;
  font-size: inherit;
  margin-right: 0;
  margin-left: 8px;
}
.video-item .video-item__preview {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.video-item .video-item__preview img {
  width: 300px;
  height: 225px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.video-item .video-item__preview::before {
  content: "";
  background: rgba(0, 69, 144, 0.7);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all linear;
}
.video-item .video-item__preview:hover::before, .video-item .video-item__preview:focus::before {
  opacity: 1;
}
.video-item .video-item__preview:hover span, .video-item .video-item__preview:focus span {
  transform: translateY(0);
  opacity: 1;
}
.video-item .video-item__preview span {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -21px;
  right: 0;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.2s all linear;
}
.video-item .video-item__preview span .fa {
  color: #fff;
  font-size: 42px;
}

.video-playlist-section {
  margin: 20px 0;
}

.ycp .belah .luhur span.about {
  display: none;
}

.ach-slider-container {
  margin: 20px 0;
}

.ach-slide {
  position: relative;
}

.ach-slide__image {
  height: 450px;
}
.ach-slide__image img {
  height: 100%;
  object-fit: cover;
}
.ach-slide__image iframe {
  width: 100%;
  height: 100%;
}

.ach-slide__caption-area {
  padding: 15px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  background: #004590;
}
.ach-slide__caption-area p {
  font-size: 18px;
  margin: 0;
  color: #fff;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ach-slide__learn-more-btn {
  margin-left: 30px;
}

#ach-slider-thumbs .owl-item .ach-slider-thumb {
  opacity: 0.45;
}
#ach-slider-thumbs .owl-item .ach-slider-thumb:hover {
  cursor: pointer;
  opacity: 1;
  transition: 0.2s all linear;
}
#ach-slider-thumbs .owl-item .ach-slider-thumb:hover::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #004590;
}

#ach-slider-thumbs .current .ach-slider-thumb {
  opacity: 1;
}
#ach-slider-thumbs .current .ach-slider-thumb::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #004590;
}

#ach-slider .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 225px;
  margin-top: -15px;
}
#ach-slider .owl-nav > button {
  margin: 0;
  border-radius: 50%;
  background: #004590;
  color: #fff;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#ach-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
}
#ach-slider .owl-nav .owl-prev .fa {
  margin-right: 3px;
}
#ach-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
}
#ach-slider .owl-nav .owl-next .fa {
  margin-left: 3px;
}

#ach-slider-thumbs {
  width: calc(100% - 80px);
  margin: auto;
  position: relative;
}
#ach-slider-thumbs .owl-nav {
  position: absolute;
  width: calc(100% + 80px);
  left: -40px;
  top: 50%;
  margin-top: -15px;
}
#ach-slider-thumbs .owl-nav > button {
  margin: 0;
  border-radius: 50%;
  background: #004590;
  color: #fff;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#ach-slider-thumbs .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
#ach-slider-thumbs .owl-nav .owl-prev .fa {
  margin-right: 3px;
}
#ach-slider-thumbs .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
#ach-slider-thumbs .owl-nav .owl-next .fa {
  margin-left: 3px;
}

.ach-slide__learn-more-btn .btn {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}
.ach-slide__learn-more-btn .btn:hover, .ach-slide__learn-more-btn .btn:focus {
  background: #002044;
}

@media (max-width: 767px) {
  .ach-slide__caption-area {
    display: block;
    text-align: center;
  }
  .ach-slide__caption-area p {
    width: 100%;
    font-size: 16px;
  }

  .ach-slide__learn-more-btn {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }

  .ach-slide__caption-area p {
    font-size: 16px;
  }

  #ach-slider .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 125px;
    margin-top: -15px;
  }
  #ach-slider .owl-nav > button {
    height: 30px;
    width: 30px;
  }
  #ach-slider .owl-nav .owl-prev .fa {
    margin-right: 3px;
  }
  #ach-slider .owl-nav .owl-next .fa {
    margin-left: 3px;
  }

  #ach-slider-thumbs {
    width: calc(100% - 60px);
  }
  #ach-slider-thumbs .owl-nav {
    width: calc(100% + 60px);
    left: -30px;
    margin-top: -20px;
  }
  #ach-slider-thumbs .owl-nav > button {
    height: 20px;
    width: 20px;
    background: none;
  }
  #ach-slider-thumbs .owl-nav > button .fa {
    color: #004590;
    font-size: 20px;
  }
  #ach-slider-thumbs .owl-nav .owl-prev .fa {
    margin-right: 0px;
  }
  #ach-slider-thumbs .owl-nav .owl-next .fa {
    margin-left: 0px;
  }

  .ach-slide__image {
    height: 250px;
  }
}
/* ===========================
 * Search results
 * =========================== */
.search-accordion .panel-title > a:hover, .search-accordion .panel-title > a:focus {
  color: #a7dff7;
}

.results-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.results-area__sidebar {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.results-area__main {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.main-results-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main-results-row__col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .results-area__sidebar {
    width: 100%;
  }
  .results-area__sidebar + .results-area__main {
    margin-top: 25px;
  }

  .results-area__main {
    width: 100%;
  }

  .main-results-row {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .main-results-row__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main-results-row__col + .main-results-row__col {
    margin-top: 25px;
  }
}
/* ===========================
 * Doctors List
 * =========================== */
.aznav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.aznav > li {
  padding: 0 1px;
}
.aznav > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #004590;
  margin-bottom: 2px;
}
.aznav > li > a:hover, .aznav > li > a:focus {
  background: #004590;
  color: #fff;
}

.doctors__headline {
  text-align: center;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  padding: 17px 0;
  margin-bottom: 29px;
}
.doctors__headline span {
  font-size: 1.5em;
}

.doctor {
  display: table;
}

.findDoc2 .doctor {
  display: flex;
  background: #ececec;
  height: 100%;
  padding: 15px;
  border-radius: 15px;
}
.findDoc2 .doctor__image {
  min-width: 132px;
  flex: 1;
}
.findDoc2 .doctor__info h4 {
  margin: 0;
}
.findDoc2 .doctor__info p:last-of-type {
  margin: 0;
}
.findDoc2 .doctor-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.findDoc2 .doctor-row .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
.findDoc2 .doctor__image {
  display: block;
  margin-bottom: 10px;
}

.btn-loc-phone {
  padding: 5px 20px;
  font-size: 16px;
  width: 100% !important;
  text-align: center;
  margin: 0;
  border-radius: 15px;
  line-height: 1.1em;
}
.btn-loc-phone--appt > span, .btn-loc-phone--toll > span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.doctor__image {
  display: table-cell;
  vertical-align: top;
  width: 132px;
}
.doctor__image img {
  width: 100%;
}

.doctor__info {
  vertical-align: top;
  padding-left: 10px;
}
.doctor__info p {
  font-size: 0.9375em;
  line-height: 1.2em;
}
.doctor__info h3 {
  margin-top: 0;
}

.doctor__name {
  font-size: 1.125em;
  color: #004590;
  margin: 10px 0;
  display: block;
}

.specialty-programs > .col-sm-4 {
  margin-bottom: 15px;
}

.deptSections .doctors__team > .row {
  display: flex;
  flex-wrap: wrap;
}

/* Responsive (max-width: 992px) */
@media only screen and (max-width: 991px) {
  .findDoc2 .doctor {
    align-content: flex-start;
  }
  .findDoc2 .doctor-row .col-sm-4 {
    height: auto !important;
    min-height: 100% !important;
  }

  .findDoc2 .doctor {
    flex-wrap: wrap;
  }

  .doctor__info {
    padding-left: 0;
    margin-top: 10px;
  }

  .doctor__image {
    width: 80px;
  }

  .doctor__name {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .doctors__team > .row > .col-sm-4 {
    margin-bottom: 60px;
  }
}
/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .aznav > li {
    padding: 0 1px;
  }
  .aznav > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px;
  }

  .doctors__team > .row {
    display: block;
  }

  div.doctors__team > .row + .row {
    margin-top: 0px;
  }

  .doctor {
    margin-bottom: 25px;
  }

  .doctors__team .row:last-of-type > div[class^=col-]:last-of-type > .doctor {
    margin-bottom: 0;
  }

  .findDoc2 .doctor {
    flex-wrap: wrap;
  }

  .findDoc2 .btn-loc-phone {
    width: 100% !important;
  }

  .findDoc2 .doctor-row .col-sm-4 {
    width: 100%;
  }

  .findDoc2 .doctor__left-col {
    display: block;
    width: 100%;
  }

  .findDoc2 .doctor__info {
    width: 100%;
  }
}
/* Responsive (max-width: 400px) */
/* ===========================
 * Get Well Card Output Styles
 * (what users will print out)
 * =========================== */
.gwc-ouput-body .container {
  max-width: none !important;
  width: 826px;
}

body.gwc-output-body {
  margin: 0;
}

.gwc-output-container {
  height: 275mm;
}

.gwc-output-row {
  height: 50%;
}

.gwc-output-row__stamp {
  height: 100%;
}

.gwc-stamp-container {
  height: 100%;
  position: relative;
}

.gwc-stamp {
  transform: rotate(-90deg);
  margin: auto;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.gwc-output-row__message {
  height: 100%;
}
.gwc-output-row__message .gwc-gallery__img-container {
  margin-bottom: 0;
  height: 100%;
}
.gwc-output-row__message .gwc-gallery__img.inside {
  padding: 10px 15px;
  border: 0;
  font-size: 18px;
}
.gwc-output-row__message .gwc-gallery__img.inside .inside__content {
  align-self: center;
  font-size: 20px;
  line-height: 22px;
}
.gwc-output-row__message .gwc-gallery__img {
  height: 383px;
  width: 528px;
  transform: rotate(-90deg) translateY(-72px) translateX(-72px);
}

.gwc-output-row__cover-img {
  height: 100%;
}
.gwc-output-row__cover-img .gwc-gallery__img-container {
  margin-bottom: 0;
  padding: 10px;
  height: 383px;
  width: 528px;
  transform: rotate(90deg) translateY(72px) translateX(72px);
}
.gwc-output-row__cover-img .gwc-gallery__img.custom {
  height: 100%;
  border: 0;
}
.gwc-output-row__cover-img .gwc-custom-circle {
  display: none;
}

/* Print Styles */
@page {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media print {
  body {
    margin: 0;
  }

  .gwc-gallery__img.custom {
    -webkit-print-color-adjust: exact;
    background-color: #ff0000 !important;
  }
}
/* ===========================
 * Locations
 * =========================== */
div.locationsHeadline {
  margin-bottom: 12px;
}

.locations-search-bar .form-control {
  font-size: 15px;
}
.locations-search-bar .select select {
  height: 41px;
  background: #e1e1e1;
  border-radius: 12px;
}

.locations-search-input {
  height: 41px;
  background: #e1e1e1;
  border-radius: 12px;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
  width: 223px;
  padding: 0 15px;
}

.locations-search-btn {
  font-size: 18px;
  background: #99cc66;
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 0 13px;
  height: 41px;
  margin-left: 3px;
}
.locations-search-btn:hover, .locations-search-btn:focus {
  background: #80bf40;
}

.locations-search-bar input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

.locations-search-bar input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

.locations-search-bar input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

.locations-search-bar input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

.location-info__buttons {
  margin-top: 20px;
}
.location-info__buttons .btn {
  width: 186px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.location-info__buttons .btn .fa {
  vertical-align: text-top;
}
.location-info__buttons .btn-grey {
  background: #e1e1e1;
  border: 0;
}
.location-info__buttons .btn-grey:hover, .location-info__buttons .btn-grey:focus {
  background: #004590;
  color: #fff;
}
.location-info__buttons .btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #cccccc;
}
.location-info__buttons .btn-white:hover, .location-info__buttons .btn-white:focus {
  border: 2px solid #004590;
  background: #004590;
  color: #fff;
}

.location-info {
  margin-bottom: 25px;
}
.location-info img {
  width: 100%;
}

.location-info__name {
  text-align: center;
  margin-bottom: 20px;
}

.location-info__clock-icon {
  float: left;
  padding-right: 10px;
  width: 55px;
}
.location-info__clock-icon .fa {
  color: #999999;
  font-size: 50px;
}

.location-info__hours {
  float: left;
  font-size: 16px;
  width: calc(100% - 55px);
}
.location-info__hours ul {
  margin: 0;
}
.location-info__hours ul + ul {
  margin-top: 15px;
}

.locations-tabs {
  margin-bottom: 30px;
}
.locations-tabs .nav-tabs {
  border-bottom: 2px solid #dfdfdf;
}
.locations-tabs .nav-tabs > li {
  margin-bottom: -2px;
}
.locations-tabs .nav-tabs > li > a {
  border: 2px solid transparent;
  padding: 13px 40px;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}
.locations-tabs .nav-tabs > li.active > a,
.locations-tabs .nav-tabs > li.active > a:focus,
.locations-tabs .nav-tabs > li.active > a:hover {
  border: 2px solid #dfdfdf;
  border-bottom-color: transparent;
}
.locations-tabs .tab-content {
  padding: 30px 35px;
  height: 200px;
  overflow-y: scroll;
}
.locations-tabs .tab-content p {
  margin-bottom: 20px;
}

.locations-callouts > div {
  color: #fff;
}
.locations-callouts .locations-callouts__sign-up {
  background: #99cc66;
}
.locations-callouts .locations-callouts__schedule {
  background: #3399cc;
}

.locations-callouts__callout {
  border-radius: 12px;
  padding: 16px 32px;
  display: table;
}
.locations-callouts__callout span {
  font-size: 18px;
  line-height: calc(24em / 18);
  width: calc(100% - 105px);
  display: table-cell;
  vertical-align: middle;
}
.locations-callouts__callout span a {
  color: #fff;
  text-decoration: underline !important;
}
.locations-callouts__callout .fa {
  font-size: 82px;
  width: 105px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}

.locations-callouts {
  margin-bottom: 20px;
}

.location-map {
  margin-top: 60px;
}
.location-map iframe {
  width: 100%;
}

.location-image-container {
  text-align: center;
}

.location-image {
  position: relative;
  display: inline-block;
}
.location-image:hover::after {
  padding: 20px 30px;
  font-size: 40px;
}
.location-image::after {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  right: 0;
  display: block;
  padding: 10px 15px;
  color: #fff;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.2s all linear;
}

#locationModal .modal-footer {
  text-align: right;
}
#locationModal .btn-ach {
  transition: 0.2s all linear;
  color: #004590;
}
#locationModal .btn-ach:hover, #locationModal .btn-ach:focus {
  color: #fff;
}
#locationModal .btn-ach .fa {
  vertical-align: inherit;
  font-size: inherit;
}

/* Locations Search section */
.locations-search-modules + .location-map {
  margin-top: 25px;
}

.location-search-module {
  background: #99cc66;
  color: #fff;
  border-radius: 12px;
  padding: 15px 18px;
  height: 100%;
  position: relative;
}
.location-search-module label {
  font-weight: 400;
  color: #000;
  font-size: 18px;
}
.location-search-module form > .form-group:last-of-type {
  margin-bottom: 0;
}
.location-search-module .select select {
  color: #000;
}
.location-search-module .form-group {
  margin-bottom: 10px;
}
.location-search-module .locations-search-input {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  width: 100%;
}
.location-search-module .locations-search-input.has-button {
  width: calc(100% - 54px);
  float: left;
}
.location-search-module .locations-search-input.has-button + button {
  background: #fff;
  margin-left: 8px;
  float: left;
  color: rgba(0, 0, 0, 0.5);
}
.location-search-module .locations-search-input.has-button + button:hover, .location-search-module .locations-search-input.has-button + button:focus {
  transition: 0.2s all linear;
  color: #fff;
  background: #669933;
}
.location-search-module .locations-search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}
.location-search-module .locations-search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}
.location-search-module .locations-search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}
.location-search-module .locations-search-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}
.location-search-module .btn-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.location-search-module .btn-container .btn-ach {
  width: auto;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 25px;
  padding: 6px 18px;
}
.location-search-module .btn-container .btn-ach:hover, .location-search-module .btn-container .btn-ach:focus {
  background: #669933;
}

.location-search-module__top .fa {
  font-size: 52px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 49px;
}
.location-search-module__top form {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  width: calc(100% - 49px);
}

.ie9 .location-search-module__top .fa {
  float: left;
  width: 20%;
}
.ie9 .location-search-module__top form {
  float: left;
  width: 80%;
}
.ie9 .location-search-module__top .locations-search-input.has-button {
  width: 158px;
}

.location-search-module.zip .location-search-module__top .fa {
  width: 30px;
}
.location-search-module.zip .location-search-module__top form {
  width: calc(100% - 30px);
}

.location-results__headline {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  padding: 25px 0;
  margin-bottom: 29px;
}
.location-results__headline span {
  font-size: 28px;
}

.location-results__items .row + .row {
  margin-top: 20px;
}

.location-result__name {
  margin-top: 0;
  margin-bottom: 5px;
}

.location-result__image {
  float: left;
  width: 233px;
}
.location-result__image img {
  width: 100%;
}

.location-result__info {
  float: left;
  padding-left: 15px;
  width: calc(100% - 233px);
}
.location-result__info .btn {
  color: #fff;
  background: #3089ce;
  font-size: 16px;
  border-radius: 12px;
}
.location-result__info .btn:hover, .location-result__info .btn:focus {
  background: #266da5;
}

.location-result__distance {
  display: block;
  color: #999999;
  font-style: italic;
  margin-top: 10px;
}

div.theLocations > div:nth-of-type(3n + 1) {
  clear: both;
}

div.theLocations.department-locations > div:nth-of-type(3n + 1) {
  clear: none;
}
div.theLocations > div[class^=col-] {
  margin-bottom: 15px;
}

/* Responsive (max-width: 992px) */
@media only screen and (max-width: 992px) {
  .location-result__image {
    width: 180px;
  }

  .location-result__info {
    width: calc(100% - 180px);
  }

  .location-search-module__top .fa {
    display: none;
    width: 100%;
  }

  .location-search-module__top form {
    width: 100%;
    padding-left: 0;
  }

  .location-search-module label {
    font-size: 15px;
  }

  .location-search-module .btn-container {
    padding: 0 15px;
  }

  .location-search-module .btn-container .btn-ach {
    white-space: normal;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .department-locations .location-image-container img {
    width: 100%;
  }
}
/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .location-image img {
    margin: auto;
  }

  .department-locations .location-image-container img {
    margin: auto;
  }

  .location-info {
    text-align: center;
  }
  .location-info img {
    width: auto;
  }

  .location-info__adr {
    margin-top: 10px;
  }

  .location-info__buttons {
    margin-top: 0;
  }

  .location-info__hours {
    text-align: left;
  }

  .locations-search-bar form > div[class^=col-]:first-of-type {
    margin-bottom: 10px;
  }
  .locations-search-bar input {
    float: left;
    width: calc(100% - 49px);
  }
  .locations-search-bar button {
    float: left;
  }
  .locations-search-bar #pedform {
    margin-top: 20px;
  }
  .locations-search-bar #location_search_form {
    margin-top: 10px;
  }

  .locations-tabs .nav-tabs > li {
    width: 100%;
    margin-bottom: 0px;
  }
  .locations-tabs .nav-tabs > li > a {
    padding: 5px 10px;
    border: 0 !important;
    border-radius: 0;
    position: relative;
  }
  .locations-tabs .nav-tabs > li > a:hover, .locations-tabs .nav-tabs > li > a:focus {
    background: none;
    padding-left: 20px;
  }
  .locations-tabs .nav-tabs > li > a:hover::before, .locations-tabs .nav-tabs > li > a:focus::before {
    content: "";
  }
  .locations-tabs .nav-tabs > li > a::before {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #004590;
  }
  .locations-tabs .nav-tabs > li.active > a {
    padding-left: 20px;
  }
  .locations-tabs .nav-tabs > li.active > a::before {
    content: "";
  }

  .locations-tabs .tab-content {
    padding: 10px 15px;
  }

  .locations-callouts__callout {
    width: 100%;
    padding: 15px;
  }
  .locations-callouts__callout .fa {
    display: none;
  }
  .locations-callouts__callout span {
    font-size: 16px;
    line-height: 1.2;
  }
  .locations-callouts__callout br {
    display: none;
  }

  .locations-callouts__sign-up {
    margin-bottom: 15px;
  }

  .location-result__image {
    width: 120px;
  }

  .location-result__info {
    width: calc(100% - 120px);
  }

  .location-results__items > .row > .location-result + .location-result {
    margin-top: 20px;
  }

  .location-search-module .btn-container {
    position: static;
  }

  .locations-search-modules > div[class^=col-] + div[class^=col-] {
    margin-top: 15px;
  }

  .location-search-module .btn-container .btn-ach {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
/* Responsive (max-width: 400px) */
/* ===========================
 * Scheduling pullout section
 * =========================== */
#site-wrapper {
  position: relative;
  width: 100%;
}

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-out-menu {
  width: 450px;
  height: auto;
  position: absolute;
  top: 340px;
  z-index: 120;
  left: -450px;
  padding: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
}

.slide-out-menu-vv {
  width: 450px;
  height: auto;
  position: absolute;
  top: 440px;
  z-index: 119;
  left: -450px;
  padding: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
}

@keyframes slideOutAnimation {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
  }
  20% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    transform: translate3d(450px, 0, 0);
    -webkit-transform: translate3d(450px, 0, 0);
  }
  80% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    transform: translate3d(450px, 0, 0);
    -webkit-transform: translate3d(450px, 0, 0);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
  }
}
.slideOutAnimation {
  animation-name: slideOutAnimation;
  animation-iteration-count: 1;
  animation-duration: 3.3s;
}

.slide-out-trigger {
  position: absolute;
  right: -128px;
  top: 0;
  width: 128px;
  height: 143px;
  background: #004590;
  z-index: 121;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide-out-trigger-vv {
  position: absolute;
  right: -128px;
  top: 0;
  width: 128px;
  height: 143px;
  background: #99cc66;
  z-index: 120;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide-out-trigger__image > img {
  height: 57px;
}

.slide-out-trigger__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
}

.slide-out-menu__header {
  background: #004590;
  color: #fff;
  padding: 18px;
}
.slide-out-menu__header h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3461538462em;
}

.slide-out-menu__header-vv {
  background: #99cc66;
  color: #fff;
  padding: 18px;
}
.slide-out-menu__header-vv h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3461538462em;
}

.slide-out-menu__body {
  background: #ccc;
  border-bottom-right-radius: 15px;
}
.slide-out-menu__body .tooltip {
  font-size: 14px;
  line-height: 1.25em;
}
.slide-out-menu__body .tooltip-inner {
  padding: 10px;
}
.slide-out-menu__body > ul {
  margin: 0;
}
.slide-out-menu__body > ul > li {
  padding: 30px 38px;
}
.slide-out-menu__body > ul > li p {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 1.4375em;
}
.slide-out-menu__body > ul > li .btn-ach {
  background: #fff;
  border: 0;
  border-radius: 15px;
  margin: 0;
  padding: 16px 24px;
  font-size: 23px;
  line-height: 1.0869565217em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slide-out-menu__body > ul > li .btn-ach:hover, .slide-out-menu__body > ul > li .btn-ach:focus {
  color: #004590;
  background: #eee;
}
.slide-out-menu__body > ul > li .btn-ach img {
  height: 40px;
}
.slide-out-menu__body > ul > li .btn-ach span {
  margin-left: 17px;
}
.slide-out-menu__body > ul > li + li {
  border-top: 2px solid #b6b6b6;
}

.ease {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.linear {
  -webkit-transition: 300ms linear all;
  transition: 300ms linear all;
}

.ease-in {
  -webkit-transition: 300ms ease-in all;
  transition: 300ms ease-in all;
}

.ease-out {
  -webkit-transition: 300ms ease-out all;
  transition: 300ms ease-out all;
}

.ease-in-out {
  -webkit-transition: 300ms ease-out all;
  transition: 300ms ease-out all;
}

.bounce {
  -webkit-transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.snappy {
  -webkit-transition: all 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.out-of-orbit {
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0.61, 0.15);
  transition: all 300ms cubic-bezier(1, 0, 0.61, 0.15);
}

.fat-kid-down-slide {
  -webkit-transition: all 300ms cubic-bezier(0.2, 1, 0.47, 0);
  transition: all 300ms cubic-bezier(0.2, 1, 0.47, 0);
}

.none {
  -webkit-transition: none;
  -webkit-transition: none;
}

.boring .slide-out-menu {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boring .slide-out-menu-vv {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boring .show-nav .slide-out-menu {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
  -webkit-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 0, 0);
}

.boring .show-nav-vv .slide-out-menu-vv {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
  -webkit-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 0, 0);
}

.boring .show-nav #site-canvas {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.boring .show-nav-vv #site-canvas {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.extra-pop #site-canvas {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.extra-pop .slide-out-menu * {
  -webkit-transition: all 750ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 750ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.extra-pop .slide-out-menu-vv * {
  -webkit-transition: all 750ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 750ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.extra-pop .show-nav .slide-out-menu * {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.extra-pop .show-nav-vv .slide-out-menu-vv * {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media (max-width: 767px) {
  #site-canvas {
    transform: none;
  }

  .slide-out-menu__header {
    padding: 12px;
  }
  .slide-out-menu__header h3 {
    font-size: 16px;
  }

  .slide-out-menu__body > ul > li {
    padding: 15px 20px;
  }
  .slide-out-menu__body > ul > li .btn-ach {
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 16px;
  }
  .slide-out-menu__body > ul > li .btn-ach img {
    height: 20px;
  }
  .slide-out-menu__body > ul > li p {
    word-wrap: break-word;
  }

  .slide-out-trigger {
    right: -100px;
    width: 100px;
    height: 100px;
  }

  .slide-out-trigger__image > img {
    height: 28px;
  }

  .slide-out-trigger__text {
    font-size: 14px;
  }

  .show-nav #site-canvas {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
  }

  .show-nav-vv #site-canvas {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
  }

  .slide-out-menu {
    width: calc(90% - 100px);
    left: calc(100px - 90%);
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
  }

  .slide-out-menu-vv {
    width: calc(90% - 100px);
    left: calc(100px - 90%);
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
  }

  @keyframes slideOutAnimation {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      transform: translate3d(0px, 0, 0);
      -webkit-transform: translate3d(0px, 0, 0);
    }
    20% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
    }
    80% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      transform: translate3d(0px, 0, 0);
      -webkit-transform: translate3d(0px, 0, 0);
    }
  }
  .boring .show-nav .slide-out-menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .boring .show-nav-vv .slide-out-menu-vv {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* ===========================
 * Lab List (for Akron and Mahoning)
 * =========================== */
#lab-tests-list .pagination {
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#lab-tests-list .pagination > .active > a {
  color: #fff;
  background-color: #004590;
  border-color: #004590;
}

.lab-tests-search > label {
  font-weight: 400;
  margin-right: 10px;
}
.lab-tests-search > .form-control {
  display: inline-block;
  width: auto;
}

/* ===========================
* Factoids
* =========================== */
.factoid {
  display: flex;
  align-items: center;
  color: #fff;
  height: 110px;
  overflow: hidden;
}
.factoid + .factoid {
  margin-top: 3px;
}
.factoid--header {
  height: auto;
}

.factoid__col--iconLeft {
  order: -1;
}
.factoid__col--iconRight {
  order: 10;
}
.factoid__col--stat {
  padding: 0px 20px 10px;
  width: 66.6666666667%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.factoid__col--icon {
  padding: 0 20px;
  width: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.factoid--header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #004590;
  color: #fff;
  padding: 10px 20px;
}
.factoid--header h2 {
  margin: 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

.factoid-stat {
  width: 100%;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.25em;
}

.factoid-stat-subtitle {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.35em;
}

.factoid-icon {
  max-height: 120px;
}

@media (max-width: 767px) {
  .factoid {
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }
  .factoid--header {
    padding: 10px 20px;
  }

  .factoid__col {
    width: 100%;
  }
  .factoid__col--stat {
    padding: 0;
    margin-top: 10px;
  }

  .factoid-stat {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 1em;
  }

  .factoid__col--icon {
    order: -1 !important;
  }

  .factoid-icon img {
    height: 90px;
  }
}
/* ===========================
* Access
* =========================== */
.access-section {
  margin-top: 20px;
}

.access-summary {
  font-size: 24px;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 20px;
}

.access-callouts {
  display: flex;
  max-width: 1020px;
  width: 100%;
  margin: auto;
}

.access-callout {
  flex: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 55px;
}
.access-callout--red {
  background: #cc0000;
  color: #fff;
  margin-right: 7.5px;
}
.access-callout--white {
  margin-left: 7.5px;
  border: 2px solid #d7d7d7;
}

.access-callout__icon {
  margin-right: 15px;
}
.access-callout__icon > img {
  height: 49px;
}

.access-callout__text {
  line-height: 1.25em;
}
.access-callout__text .big {
  font-size: 24px;
  font-weight: 700;
}

.access-collapses {
  max-width: 820px;
  width: 100%;
  margin: 50px auto 0 auto;
}

.access-collapse {
  width: 100%;
}
.access-collapse + .access-collapse {
  margin-top: 12px;
}

.btn-access {
  background: #ececec;
  width: 100%;
  border: 0;
  padding: 0;
  display: flex;
  height: 105px;
  border-radius: 8px;
}
.btn-access[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-access[aria-expanded=true] .btn-access__icon {
  border-bottom-left-radius: 0;
}
.btn-access[aria-expanded=true] .btn-access__arrow > img {
  transform: rotate(90deg);
  transform-origin: center;
}

.btn-access__icon {
  background: #336699;
  width: 105px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-access__icon > img {
  height: 66px;
}

.btn-access__text {
  font-size: 28px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  flex: 1;
}

.btn-access__arrow {
  display: flex;
  align-items: center;
  margin-right: 75px;
}
.btn-access__arrow > img {
  transition: 0.2s all linear;
}

.access-dropdown {
  background: #ececec;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 30px 40px;
  position: relative;
}
.access-dropdown::before {
  content: "";
  background: url("../images/access/panel-shadow.png") no-repeat;
  height: 13px;
  width: 651px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.callus-columns {
  display: flex;
}
.callus-columns > .callus-column:first-child {
  padding-right: 25px;
}
.callus-columns > .callus-column:last-child {
  padding-left: 25px;
}
.callus-columns.has-border > .callus-column:first-child {
  border-right: 1px solid #bcbcbc;
}

.callus-column {
  width: 50%;
  display: flex;
  align-items: flex-start;
}

.callus-column__content,
.getcare-column__content {
  margin-left: 10px;
}
.callus-column__content p,
.getcare-column__content p {
  font-size: 16px;
  line-height: 1.25em;
  margin-top: 15px;
  margin-bottom: 15px;
}
.callus-column__content p + p,
.getcare-column__content p + p {
  margin-top: 0;
}
.callus-column__content ul,
.getcare-column__content ul {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.25em;
}
.callus-column__content ul + ul,
.getcare-column__content ul + ul {
  margin-top: 0;
}

.callus-phone-link {
  font-size: 24px;
  line-height: 1.15em;
  display: block;
}

.callus-title,
.getcare-title {
  font-size: 24px;
  line-height: 1.0833333333em;
  margin-top: 0;
}

.btn-dropdown-access {
  background: #336699;
  border-radius: 8px;
  font-size: 16px;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #fff;
}
.btn-dropdown-access:hover, .btn-dropdown-access:focus {
  background: #264d73;
  color: #fff;
}

.getcare-column__intro {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bcbcbc;
  text-align: center;
}
.getcare-column__intro p {
  margin: 0;
  line-height: 1.25em;
}

.getcare-column {
  display: block;
}

.getcare-column__sub {
  display: flex;
  align-items: flex-start;
}

.mobile-app p {
  line-height: 1.25em;
}
.mobile-app ul {
  line-height: 1.25em;
}

.mobile-app-title {
  font-size: 24px;
  line-height: 1.0833333333em;
  margin-top: 0;
  text-align: center;
}

.mobile-app-intro {
  text-align: center;
  margin-bottom: 25px;
}

.mobile-app__columns {
  display: flex;
}

.mobile-app__screenshot-column {
  margin-right: 13px;
}
.mobile-app__screenshot-column > .mobile-app__screenshot {
  display: block;
}
.mobile-app__screenshot-column > .mobile-app__screenshot + .mobile-app__screenshot {
  margin-top: 10px;
}

.mobile-app__content-column {
  margin-left: 13px;
}
.mobile-app__content-column ul {
  list-style-position: inside;
  padding: 0;
  margin-bottom: 30px;
}
.mobile-app__content-column ul > li + li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .access-summary {
    font-size: 20px;
  }
  .access-summary br {
    display: none;
  }

  .access-callouts {
    display: block;
  }

  .access-callout {
    padding: 15px;
    justify-content: flex-start;
  }

  .access-callout__icon {
    margin-right: 10px;
  }
  .access-callout__icon > img {
    width: 30px;
    height: auto;
  }

  .access-callout--red {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .access-callout--white {
    margin-left: 0;
  }

  .btn-access {
    height: 50px;
    position: relative;
  }

  .btn-access__icon {
    max-width: 50px;
    min-width: 50px;
    width: 50px;
  }
  .btn-access__icon > img {
    height: auto;
    width: 25px;
  }

  .btn-access__text {
    font-size: 18px;
    padding: 15px;
  }

  .btn-access__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin-right: 0;
    display: block;
  }
  .btn-access__arrow > img {
    height: 22px;
  }

  .access-collapses {
    margin-top: 30px;
  }

  .access-collapse {
    overflow: hidden;
  }

  .access-dropdown {
    padding: 15px 20px;
  }

  .callus-column__icon > img,
.getcare-column__icon > img {
    width: 30px;
  }

  .callus-columns {
    display: block;
  }

  .callus-column {
    width: 100%;
    padding: 0 !important;
    border-right: 0 !important;
  }
  .callus-column + .callus-column {
    margin-top: 15px;
  }

  .callus-title,
.getcare-title {
    font-size: 18px;
  }

  .callus-phone-link {
    font-size: 18px;
  }

  .mobile-app-title {
    font-size: 18px;
  }

  .mobile-app__columns {
    display: block;
  }

  .mobile-app__screenshot-column {
    margin: 0;
    text-align: center;
  }

  .mobile-app__content-column {
    margin: 15px 0 0 0;
  }
}
/* ===========================
 * Departments
 * =========================== */
.department-alt-intro {
  display: flex;
  position: relative;
  min-height: 570px;
}
@media (max-width: 991px) {
  .department-alt-intro {
    flex-wrap: wrap;
  }
}
.department-alt-intro .location-info__name {
  text-align: left;
}
.department-alt-intro__content {
  width: 40%;
  position: relative;
  z-index: 8;
}
@media (max-width: 991px) {
  .department-alt-intro__content {
    width: 100%;
    margin-bottom: 25px;
  }
}
.department-alt-intro__content-text p {
  display: block;
}
.department-alt-intro__content-text .panel-group,
.department-alt-intro__content-text .panel {
  display: block;
  background: transparent;
}
.department-alt-intro__content-text .panel {
  box-shadow: none;
}
.department-alt-intro__content-text .panel-body {
  overflow: auto;
  height: 150px;
}
@media (min-width: 996px) {
  .department-alt-intro__content-text .panel-collapse.collapse.in,
.department-alt-intro__content-text .panel-collapse.collapse,
.department-alt-intro__content-text .panel-collapse.collapsing {
    position: absolute;
    width: 100%;
    top: auto;
    left: 0;
    background: #fff;
    z-index: 20;
  }
}
.department-alt-intro__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .department-alt-intro__image {
    position: static;
    order: -1;
  }
}
.department-alt-intro__image::before {
  content: "";
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 40%);
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
@media (max-width: 991px) {
  .department-alt-intro__image::before {
    content: none;
  }
}
.department-alt-intro__image::after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  z-index: 7;
}
@media (max-width: 991px) {
  .department-alt-intro__image::after {
    content: none;
  }
}
.department-alt-intro__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.department-alt-intro-buttons {
  display: flex;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .department-alt-intro-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.department-alt-intro-buttons > * {
  width: 50%;
}
@media (max-width: 767px) {
  .department-alt-intro-buttons > * {
    width: 100%;
  }
}
.department-alt-intro-buttons > .doc-alt-appointment-collapse {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .department-alt-intro-buttons > .doc-alt-appointment-collapse {
    margin-right: 0;
  }
}
.department-alt-intro-buttons > .doc-alt-appointment-collapse + .btn {
  margin-left: 5px;
  align-self: flex-start;
  font-size: 16px;
}
@media (max-width: 767px) {
  .department-alt-intro-buttons > .doc-alt-appointment-collapse + .btn {
    margin-left: 0;
    margin-top: 25px;
  }
}

body.department-alt-template .sectionTabs {
  margin-top: 0;
}
body.department-alt-template .nav-tabs {
  margin-top: -44px;
  margin-bottom: 0;
  position: relative;
  z-index: 20;
  border-bottom: 0;
}
@media (max-width: 991px) {
  body.department-alt-template .nav-tabs {
    margin-top: 0;
  }
}
body.department-alt-template .deptSections .tab-content {
  background: #ececec;
  padding: 35px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  display: inline-block;
}
body.department-alt-template .nav-tabs > li > a {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ececec;
  margin-right: 4px;
  color: #000 !important;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
body.department-alt-template .nav-tabs > li > a:hover, body.department-alt-template .nav-tabs > li > a:focus {
  background: #ececec;
  border: 1px solid #ececec;
}
body.department-alt-template .nav-tabs > li.active > a {
  background: #ececec;
  border: 1px solid #ececec;
}

.dept-specializing-circle {
  background: #5d94d0;
  color: #fff;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: auto;
}
@media (max-width: 991px) {
  .dept-specializing-circle {
    width: 190px;
    height: 190px;
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.dept-specializing-circle__bottom {
  font-size: 17px;
  line-height: 19px;
}

.dept-specializing-circle__bottom a, .dept-specializing-circle__bottom a:VISITED {
color:#fff;
}

.dept-specializing-circle__bottom a:ACTIVE, .dept-specializing-circle__bottom a:HOVER {
color:#fff;
text-decoration:underline !important;
}


.dept-specializing-circle__top h5 {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin: 0 0 10px 0;
}

.dept-factoid-container hr {
  border-top: 1px solid #a5a5a5;
}

.dept-factoid {
  display: flex;
}
.dept-factoid__copy {
  margin-right: 25px;
  flex: 1;
}
.dept-factoid--full-width {
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  .dept-factoid--full-width {
    margin-bottom: 25px;
  }
}
.dept-factoid--full-width > div {
  width: 100%;
  flex: auto;
  margin: auto;
}
.dept-factoid--full-width .dept-factoid__copy {
  max-width: 200px;
}
.dept-factoid--img-left .dept-factoid__image {
  order: -1;
}
.dept-factoid--img-left .dept-factoid__copy {
  margin-left: 25px;
}
.dept-factoid__image {
  max-width: 130px;
}
@media (max-width: 1199px) {
  .dept-factoid__image {
    max-width: 100px;
  }
}
.dept-factoid__image img {
  width: 100%;
  height: auto;
}

.dept-border-right {
  border-right: 1px solid #a5a5A5;
}

.dept-highlighted-docs .slick-prev,
.dept-highlighted-docs .slick-next {
  width: 15px;
  height: 42px;
}
.dept-highlighted-docs .slick-prev::before,
.dept-highlighted-docs .slick-next::before {
  font-size: 42px;
}
.dept-highlighted-docs .slick-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .dept-highlighted-docs .slick-prev {
    left: -5px;
  }
}
.dept-highlighted-docs .slick-prev::before {
  content: "";
}
.dept-highlighted-docs .slick-next {
  right: 20px;
}
@media (max-width: 767px) {
  .dept-highlighted-docs .slick-next {
    right: -5px;
  }
}
.dept-highlighted-docs .slick-next::before {
  content: "";
}

.doc-slider {
  background: #fff;
  padding: 25px 65px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .doc-slider {
    padding: 25px 25px 0 25px;
  }
}

.doc-slider__slide-inner {
  display: flex;
}
@media (max-width: 767px) {
  .doc-slider__slide-inner {
    flex-wrap: wrap;
  }
}

.doc-slider__slide {
  display: flex;
}
.doc-slider__slide-img {
  width: 190px;
  height: 190px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .doc-slider__slide-img {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.doc-slider__slide-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.doc-slider__slide-content {
  width: calc(100% - 160px);
}
@media (max-width: 767px) {
  .doc-slider__slide-content {
    width: 100%;
  }
}
.doc-slider__slide-content h3 {
  margin-top: 0;
  font-size: 20px;
}
.doc-slider__slide-content p {
  display: inline;
}

.dept-sidebar-slider.has-padding {
  padding: 35px 0;
}
@media (max-width: 767px) {
  .dept-sidebar-slider.has-padding {
    padding: 25px 25px 0 25px;
  }
}
.dept-sidebar-slider .slick-prev,
.dept-sidebar-slider .slick-next {
  width: 27px;
  height: 30px;
}
@media (max-width: 767px) {
  .dept-sidebar-slider .slick-prev,
.dept-sidebar-slider .slick-next {
    width: 15px;
    height: 42px;
  }
}
.dept-sidebar-slider .slick-prev::before,
.dept-sidebar-slider .slick-next::before {
  font-size: 42px;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.dept-sidebar-slider .slick-prev {
  transform: translateX(-50%);
  right: auto;
  left: 50%;
  top: -15px;
  bottom: auto;
}
@media (max-width: 767px) {
  .dept-sidebar-slider .slick-prev {
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dept-sidebar-slider .slick-prev::before {
  content: "";
}
@media (max-width: 767px) {
  .dept-sidebar-slider .slick-prev::before {
    content: "";
  }
}
.dept-sidebar-slider .slick-next {
  transform: translateX(-50%);
  right: auto;
  left: 50%;
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  .dept-sidebar-slider .slick-next {
    right: -5px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dept-sidebar-slider .slick-next::before {
  content: "";
}
@media (max-width: 767px) {
  .dept-sidebar-slider .slick-next::before {
    content: "";
  }
}

.dept-sidebar__slide {
  margin-bottom: 20px;
}

.dept-sidebar__media-item-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  height: 22px;
  background: #000;
  display: table;
  width: 100%;
}
.dept-sidebar__media-item--video .dept-sidebar__media-item-title {
  background: #ff6699;
}
.dept-sidebar__media-item--story .dept-sidebar__media-item-title {
  background: #fe961f;
}
.dept-sidebar__media-item-img {
  display: block;
}
.dept-sidebar__media-item-img img {
  max-height: 150px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* [5] State */
.imageScroller .hidden-lg img {
  max-height: 400px;
  margin: auto;
  width: auto;
}

@media (min-width: 1201px) {
  #site-nav > ul > li > a {
    padding: 11px 16px;
    height: 44px;
  }

  .medical_professionals > #site-nav > ul > li > a {
    padding: 11px 45px;
  }

  .parents_visitors > #site-nav > ul > li > a {
    padding: 11px 16px;
  }

  .giving > #site-nav > ul > li > a {
    padding: 11px 30px;
  }

  .students > #site-nav > ul > li > a {
    padding: 11px 26px;
  }

  .achp > #site-nav > ul > li > a {
    padding: 11px 30px;
  }

  .careers > #site-nav > ul > li > a {
    padding: 11px 30px;
  }

  .parents_visitors > #site-nav > ul > li.site-nav-homeicon a,
.parents_visitors > #site-nav > ul > li.site-nav-navicon a {
    padding: 11px 16px;
  }

  .medical_professionals > #site-nav > ul > li.site-nav-homeicon a,
.medical_professionals > #site-nav > ul > li.site-nav-navicon a {
    padding: 11px 16px;
  }

  .careers > #site-nav > ul > li.site-nav-homeicon a,
.careers > #site-nav > ul > li.site-nav-navicon a {
    padding: 11px 16px;
  }

  .students > #site-nav > ul > li.site-nav-homeicon a,
.students > #site-nav > ul > li.site-nav-navicon a {
    padding: 11px 16px;
  }

  .achp > #site-nav > ul > li.site-nav-homeicon a,
.achp > #site-nav > ul > li.site-nav-navicon a {
    padding: 11px 16px;
  }

  .giving > #site-nav > ul > li.site-nav-homeicon a,
.giving > #site-nav > ul > li.site-nav-navicon a {
    padding: 11px 16px;
  }
}
/*SMALL DEVICES */
@media (max-width: 767px) {
  .parallax {
    width: 100%;
    height: 120px;
  }

  .imageScroller {
    padding-left: 0;
    padding-right: 0;
  }

  .whats-next-section__btns {
    display: block;
  }
  .whats-next-section__btns .btn {
    margin: 10px auto;
  }

  .footer-section + .footer-section {
    margin-top: 15px;
  }

  .mobile-nav-container {
    background: #004590;
    padding: 10px;
  }
  .mobile-nav-container > a > img {
    float: left;
    width: 70px;
  }

  .mobile-nav {
    float: right;
    margin: 0;
    line-height: 1;
  }
  .mobile-nav > .panel {
    border-radius: 0;
    display: inline-block;
    background: transparent;
    vertical-align: top;
  }
  .mobile-nav > .panel + .panel {
    margin: 0 0 0 10px;
  }
  .mobile-nav .mobile-nav-item {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
  }

  .mobile-mega-nav {
    top: 50px;
    width: 100%;
  }

  .mobile-nav-item {
    position: relative;
  }
  .mobile-nav-item--search[aria-expanded=false] .fa-search {
    display: inline-block;
  }
  .mobile-nav-item--search[aria-expanded=false] .fa-times {
    display: none;
  }
  .mobile-nav-item--search[aria-expanded=true] .fa-times {
    display: inline-block;
  }
  .mobile-nav-item--search[aria-expanded=true] .fa-search {
    display: none;
  }
  .mobile-nav-item--parents[aria-expanded=false] .fa-bars {
    display: inline-block;
  }
  .mobile-nav-item--parents[aria-expanded=false] .fa-times {
    display: none;
  }
  .mobile-nav-item--parents[aria-expanded=true] .fa-times {
    display: inline-block;
  }
  .mobile-nav-item--parents[aria-expanded=true] .fa-bars {
    display: none;
  }
  .mobile-nav-item[aria-expanded=true]::after {
    position: absolute;
    content: "";
    bottom: -21px;
    left: 0;
    right: 0;
    width: 0;
    z-index: 500;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #004590;
  }

  .control__indicator {
    top: 0px;
  }

  #whatsNextGhost {
    height: 700px;
    top: -700px;
  }
}
/* Tablet down */
@media (max-width: 991px) {
  .footer-logo-container {
    text-align: center;
  }

  .awards-container {
    margin-top: 20px;
    text-align: center;
  }

  .whats-next-section__btns {
    flex-wrap: wrap;
  }
  .whats-next-section__btns .btn {
    margin-top: 10px;
    display: table;
    display: flex;
    float: none;
  }
}
/* TABLETS */
@media (min-width: 768px) and (max-width: 991px) {
  .site-header__logo img {
    padding-left: 0;
    width: 100%;
  }

  .site-header__search input {
    width: 100%;
  }

  .site-header__title-container {
    text-align: left;
  }

  .site-header__title .h1 {
    font-size: 24px;
  }

  .site-nav-navicon {
    margin-right: 0;
  }

  #site-nav > ul > li > a {
    font-size: 14px;
  }

  .nav > li > a {
    padding: 10px 10px;
  }

  .control__indicator {
    top: 2px;
  }
}
/* DESKTOP */
/* LARGE DESKTOP */
/* ===========================
 * Print-specific styles
 * =========================== */
@media print {
  /* General Layout/Grid */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  [class*=col-sm-] {
    float: left;
  }

  [class*=col-xs-] {
    float: left;
  }

  .col-sm-12,
.col-xs-12 {
    width: 100% !important;
  }

  .col-sm-11,
.col-xs-11 {
    width: 91.66666667% !important;
  }

  .col-sm-10,
.col-xs-10 {
    width: 83.33333333% !important;
  }

  .col-sm-9,
.col-xs-9 {
    width: 75% !important;
  }

  .col-sm-8,
.col-xs-8 {
    width: 66.66666667% !important;
  }

  .col-sm-7,
.col-xs-7 {
    width: 58.33333333% !important;
  }

  .col-sm-6,
.col-xs-6 {
    width: 50% !important;
  }

  .col-sm-5,
.col-xs-5 {
    width: 41.66666667% !important;
  }

  .col-sm-4,
.col-xs-4 {
    width: 33.33333333% !important;
  }

  .col-sm-3,
.col-xs-3 {
    width: 25% !important;
  }

  .col-sm-2,
.col-xs-2 {
    width: 16.66666667% !important;
  }

  .col-sm-1,
.col-xs-1 {
    width: 8.33333333% !important;
  }

  .col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left !important;
  }

  body {
    margin: 0;
    padding: 0;
    min-width: 768px;
    font-size: 16px;
  }
  body p, body li, body span {
    font-size: 1em;
  }

  .container {
    width: auto;
    min-width: 750px;
  }

  a[href]:after {
    content: none;
  }

  #comments,
.btn,
.footer,
.group-media,
.nav,
.noprint,
div.alert,
form,
header,
ul.action-links,
ul.links.list-inline,
.top-nav-container {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .mobile-nav-container {
    display: none !important;
  }

  .doctors__team > .row > .col-sm-4 {
    width: 100% !important;
    margin-bottom: 25px;
    height: auto !important;
  }
  .doctors__team > .row > .col-sm-4:nth-child(even)::after::after {
    content: "";
    display: table;
    clear: both;
  }

  .doctor__image img {
    height: 88px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .location-info .btn-ach {
    display: block !important;
  }

  .urgent-message-container {
    display: none !important;
  }

  /* Header */
  .site-header {
    display: block !important;
  }
  .site-header > .row {
    display: flex !important;
    justify-content: center !important;
  }

  .site-header__search {
    display: none !important;
  }

  .site-header__title-container {
    align-self: center !important;
  }
  .site-header__title-container.address, .site-header__title-container.lab {
    font-size: 12px !important;
  }

  .site-header__logo {
    align-self: center !important;
  }
  .site-header__logo.noprintborder {
    border-right: 0 !important;
    text-align: center !important;
  }

  .site-header__title .h1 {
    font-size: 12px !important;
  }

  /* Footer/Whats Next */
  .scroll-container {
    display: none !important;
  }

  .whats-next-section {
    display: none !important;
  }

  .footer-section {
    display: none !important;
  }

  .footer-wrapper {
    background: #004590 !important;
    color: #fff !important;
    display: block !important;
  }

  .footer-logo-container {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }

  .footer-logo {
    display: inline-block !important;
  }

  .address-block.footer {
    display: inline-block !important;
    text-align: left;
    color: #fff !important;
  }
  .address-block.footer a {
    color: #fff !important;
  }
  .address-block.footer span {
    color: #fff !important;
  }

  .awards-container {
    display: none !important;
  }

  /* Common Content */
  .content-section .collapse {
    display: block !important;
  }

  .content-page__main {
    width: 100% !important;
  }

  .content-page__sidebar {
    display: none !important;
  }

  .table-row-highlight {
    background-color: #93B9DB !important;
  }

  .lab-test-info {
    width: 50% !important;
  }
  .lab-test-info--procedure {
    width: 100% !important;
  }

  .lab-test-form {
    display: block !important;
    margin-bottom: 25px !important;
  }

  .youtube-video {
    display: none !important;
  }

  .home-slider__item > img, .home-slider__item > a img {
    height: 300px !important;
    margin: auto !important;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }

  .home-search-modules {
    display: none !important;
  }

  .home-info__col {
    width: 50% !important;
  }
  .home-info__col:last-child {
    display: none !important;
  }

  .openingCopy {
    width: 100% !important;
  }

  .standard-sidebar-container {
    display: none !important;
  }

  .parallax {
    height: 300px !important;
    background-size: contain !important;
  }

  .imageScroller .visible-print-block > img {
    height: 300px !important;
    margin: auto !important;
  }

  .pub-article__header {
    display: block !important;
  }

  .pub-article__image {
    text-align: center;
  }
  .pub-article__image img {
    width: auto;
    height: 300px;
  }

  .about-admissions__row,
.about-visits__row,
.about-patient__row,
.about-people__row,
.about-awards__row {
    display: block;
  }

  .about-admissions__item + .about-admissions__item,
.about-admissions__item + .about-visits__item,
.about-admissions__item + .about-patient__item,
.about-admissions__item + .about-people__item,
.about-admissions__item + .about-awards__item,
.about-visits__item + .about-admissions__item,
.about-visits__item + .about-visits__item,
.about-visits__item + .about-patient__item,
.about-visits__item + .about-people__item,
.about-visits__item + .about-awards__item,
.about-patient__item + .about-admissions__item,
.about-patient__item + .about-visits__item,
.about-patient__item + .about-patient__item,
.about-patient__item + .about-people__item,
.about-patient__item + .about-awards__item,
.about-people__item + .about-admissions__item,
.about-people__item + .about-visits__item,
.about-people__item + .about-patient__item,
.about-people__item + .about-people__item,
.about-people__item + .about-awards__item,
.about-awards__item + .about-admissions__item,
.about-awards__item + .about-visits__item,
.about-awards__item + .about-patient__item,
.about-awards__item + .about-people__item,
.about-awards__item + .about-awards__item {
    margin-top: 20px;
  }

  .wow {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .sectionTabs .tab-content {
    display: block !important;
  }

  #overview,
#locations,
#team {
    display: block !important;
  }
  #overview .panel-collapse,
#locations .panel-collapse,
#team .panel-collapse {
    display: block !important;
    height: auto !important;
  }

  .kh-sidebar {
    display: none !important;
  }

  .kh-main {
    width: 100% !important;
  }
  .kh-main .related-block {
    display: none !important;
  }
  .kh-main .collapse {
    display: block !important;
  }

  a, a:visited, a.active {
    color: #000 !important;
  }

  /* Events */
  .event-banner {
    display: none !important;
  }

  .horizontal-event-container {
    display: none !important;
  }

  .only-lab-content-print .lab-content-wrapper {
    height: 0 !important;
    display: none !important;
    visibility: hidden !important;
  }
  .only-lab-content-print .content-page__main {
    position: relative;
  }
  .only-lab-content-print #labModal {
    position: static !important;
  }
  .only-lab-content-print #labModal .modal-dialog {
    width: 100% !important;
    transform: none !important;
    margin: auto !important;
  }
  .only-lab-content-print #labModal .modal-content {
    border: 0 !important;
    box-shadow: none !important;
  }
  .only-lab-content-print #labModal .modal-header {
    visibility: hidden !important;
    display: none !important;
  }
  .only-lab-content-print #labModal .lab-test-info {
    width: 100% !important;
  }
  .only-lab-content-print .footer-wrapper {
    visibility: hidden !important;
  }
}
@page {
  margin: 10mm !important;
}

.department-alt-intro__content {
	margin-bottom:44px;
}