@charset "UTF-8";
/*
This will hold the site specific css/less for the project and is used to generate the css file for the project.
All modules that are created for the project should be listed in here
*/
/* common */
/**********************************************************
 * Common mixin classes created for use in websites
 *********************************************************/
/* This mixin lets you center anything within anything (for the most part)*/
/* These are pure css replacements for the boxlight js library. */
@import "../blueimp-gallery.min.css";
.nynmixin-image-fill {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
}
.nynmixin-image-fill img {
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nynmixin-image-inside {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
}
.nynmixin-image-inside img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading_ajax,
#loading_ajax_alt {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 45%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#loading_ajax_alt {
  top: 32%;
}
#loading_ajax_alt img {
  padding-bottom: 20px;
}
#overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #333;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1000;
  display: none;
}
.addCursor {
  cursor: hand;
  cursor: pointer;
}
#drawer {
  background-color: #fff;
  color: #666666;
  overflow: visible;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-family: "Arial";
  border-bottom: 2px solid #C6C6C6;
  width: 100%;
  display: none;
  z-index: 9999;
}
.drawer_close {
  color: #333333;
  text-align: center;
  font-size: 09px;
  padding-top: 5px;
  font-family: "Arial";
  font-style: italic;
}
.selectAll {
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  font-style: italic;
}
.button_icon {
  margin-left: 5px;
  margin-top: 1px;
}
div.tooltip_contact,
div.tooltip_light,
div.tooltip_dark {
  background-color: #CECECE;
  padding: 10px 15px;
  width: 275px;
  display: none;
  color: #333333;
  text-align: left;
  font-size: 16px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.notification_icon {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
/* 
	No Script Message
*/
#noscript-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #333;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1000;
}
#noscript {
  border-top: 10px solid #4F4F4F;
  border-bottom: 10px solid #4F4F4F;
  padding: 20px 0px 20px 0px;
  text-align: left;
  position: fixed;
  top: 25%;
  z-index: 100000;
  height: 215px;
  background: #FFFFFF url(../img/icons/noscript/warning.png) no-repeat;
  color: #323337;
  font-size: 1em;
  font-family: 'Times New Roman, Arial, Century Gothic';
}
#noscript a {
  color: #333;
}
#noscript a:hover {
  color: #666;
}
#noscript .details {
  width: 70%;
  margin: 48px auto auto 290px;
}
#noscript .js-help {
  margin-top: 20px;
  text-align: center;
}
#noscript .js-help table {
  margin: auto;
  text-align: left;
}
#noscript .js-help table .browser {
  width: 155px;
}
#noscript .sig {
  float: right;
  text-align: right;
}
#noscript h2 {
  margin-bottom: 5px;
  color: #333;
  text-align: center;
  font-size: 2em;
}
/* BOOTSTRAP CODE */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-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-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #505153;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #024483;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #011d38;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  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: #919598;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 0;
  margin-bottom: 0;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #919598;
}
.text-primary {
  color: #024483;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #012a51;
}
.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: #024483;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #012a51;
}
.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;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.image_v1-form .image_v1-image-list {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #919598;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #919598;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.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: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 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: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #505153;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-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: #919598;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > 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: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > 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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #505153;
  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;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 13px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  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 .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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 {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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: 50px;
  }
  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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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 {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 62.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8f9193;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn,
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default,
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper {
  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: #024483;
  border-color: #02376a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #012a51;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #012a51;
  border-color: #01182e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #012a51;
  border-color: #01182e;
}
.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: #01182e;
  border-color: #000000;
}
.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: #024483;
  border-color: #02376a;
}
.btn-primary .badge {
  color: #024483;
  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 {
  color: #024483;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #011d38;
  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: #919598;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #505153;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #434446;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #024483;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #919598;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #919598;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical,
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper {
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  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-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
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: 12px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > 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: transparent;
}
.nav > li.disabled > a {
  color: #919598;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #919598;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #024483;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  background: #015697;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-right: 2px;
  line-height: 2;
  border: 1px solid transparent;
  color: #fff;
  background-color: #015697;
  border-color: #015697;
}
@media (max-width: 991px) {
  .nav-tabs > li > a {
    font-size: calc(21px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .nav-tabs > li > a {
    font-size: calc(10px + 1.5vw);
  }
}
@media (min-width: 1921px) {
  .nav-tabs > li > a {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .nav-tabs > li > a {
    font-size: calc(10px + 1.5vw) !important;
  }
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a.focus {
  color: #fff;
  background-color: #013964;
  border-color: #000e18;
}
.nav-tabs > li > a:hover {
  color: #fff;
  background-color: #013964;
  border-color: #01335a;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a.active,
.open > .dropdown-toggle.nav-tabs > li > a {
  color: #fff;
  background-color: #013964;
  border-color: #01335a;
}
.nav-tabs > li > a:active:hover,
.nav-tabs > li > a.active:hover,
.open > .dropdown-toggle.nav-tabs > li > a:hover,
.nav-tabs > li > a:active:focus,
.nav-tabs > li > a.active:focus,
.open > .dropdown-toggle.nav-tabs > li > a:focus,
.nav-tabs > li > a:active.focus,
.nav-tabs > li > a.active.focus,
.open > .dropdown-toggle.nav-tabs > li > a.focus {
  color: #fff;
  background-color: #002541;
  border-color: #000e18;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a.active,
.open > .dropdown-toggle.nav-tabs > li > a {
  background-image: none;
}
.nav-tabs > li > a.disabled:hover,
.nav-tabs > li > a[disabled]:hover,
fieldset[disabled] .nav-tabs > li > a:hover,
.nav-tabs > li > a.disabled:focus,
.nav-tabs > li > a[disabled]:focus,
fieldset[disabled] .nav-tabs > li > a:focus,
.nav-tabs > li > a.disabled.focus,
.nav-tabs > li > a[disabled].focus,
fieldset[disabled] .nav-tabs > li > a.focus {
  background-color: #015697;
  border-color: #015697;
}
.nav-tabs > li > a .badge {
  color: #015697;
  background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #024483;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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: #024483;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .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-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 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: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .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: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  margin-bottom: 0px;
}
@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: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1200px) {
  .navbar-default {
    background-color: #fff;
  }
}
.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: transparent;
}
.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: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555;
}
@media (max-width: 1199px) {
  .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: transparent;
  }
  .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: #b9bbbd;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #b9bbbd;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b9bbbd;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1199px) {
  .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: #b9bbbd;
  }
  .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: #b9bbbd;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #b9bbbd;
}
.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: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 7px;
  }
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991px) {
  .breadcrumb > li a {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .breadcrumb > li a {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  .breadcrumb > li a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .breadcrumb > li a {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .breadcrumb > li a {
    font-size: calc(10px + 0.5vw);
  }
}
@media (max-width: 767px) {
  .breadcrumb > li a {
    font-size: 12px;
  }
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #fff;
}
.breadcrumb > .active {
  color: #FFC82D;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 991px) {
  .breadcrumb > .active {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .breadcrumb > .active {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  .breadcrumb > .active {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .breadcrumb > .active {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .breadcrumb > .active {
    font-size: calc(10px + 0.5vw);
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #024483;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #011d38;
  background-color: #eeeeee;
  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;
  background-color: #024483;
  border-color: #024483;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #919598;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager 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: #eeeeee;
}
.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: #919598;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
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: #919598;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #777c7f;
}
.label-primary {
  background-color: #024483;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #012a51;
}
.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: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #919598;
  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: #024483;
  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: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #024483;
}
.thumbnail .caption {
  padding: 9px;
  color: #505153;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 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: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #024483;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #024483;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-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: #fff;
}
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 {
  text-decoration: none;
  color: #fff;
  background-color: #012a51;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #919598;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #919598;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #024483;
  background-color: #fff;
  border-color: #fff;
}
.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: #ffffff;
}
.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: 24px;
  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-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
  border-bottom-right-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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.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: #505153;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #505153;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #024483;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #024483;
  border-color: #024483;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #024483;
}
.panel-primary > .panel-heading .badge {
  color: #024483;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #024483;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .modal-open {
    margin-right: -15px;
  }
}
.modal {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 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 {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  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;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-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 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.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,
.image_v1-form .image_v1-image-list:before,
.image_v1-form .image_v1-image-list:after {
  content: " ";
  display: table;
}
.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,
.image_v1-form .image_v1-image-list:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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;
  }
}
/*@import "../bootstrap/less/theme.less";*/
/* Font Awesome */
/*!
 *  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.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* 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);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* MODULES */
/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2018 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2018 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
#contact-special-formatting {
  /* side by side captcha formatting */
  /* label and input one line */
}
/******************************************************** 
	Module Formatting
********************************************************/
#contact-module #contact-form .form-group {
  width: 100%;
  margin-bottom: 10px;
}
#contact-module #contact-form .form-control-feedback {
  display: none;
}
#contact-module #contact-form .has-feedback .form-control-feedback {
  display: block;
}
#contact-module #contact-form .generic-input input,
#contact-module #contact-form .generic-input textarea,
#contact-module #contact-form .security-input input {
  width: 100%;
  max-width: 100%;
}
#contact-module #contact-form .ccaptcha {
  position: static;
  text-align: center;
  display: block;
}
#contact-module #contact-form #captcha_img {
  text-align: center;
}
#contact-module #contact-form .button {
  text-align: right;
  width: 100%;
  display: block;
}
#contact-module #contact-form .button input {
  width: 40%;
  min-width: 100px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #024483;
  border-color: #02376a;
}
#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input:active:focus,
#contact-module #contact-form .button input.active:focus,
#contact-module #contact-form .button input.focus,
#contact-module #contact-form .button input:active.focus,
#contact-module #contact-form .button input.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#contact-module #contact-form .button input:hover,
#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input.focus {
  color: #333;
  text-decoration: none;
}
#contact-module #contact-form .button input:active,
#contact-module #contact-form .button input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#contact-module #contact-form .button input.disabled,
#contact-module #contact-form .button input[disabled],
fieldset[disabled] #contact-module #contact-form .button input {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#contact-module #contact-form .button input.disabled,
fieldset[disabled] a#contact-module #contact-form .button input {
  pointer-events: none;
}
#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input.focus {
  color: #fff;
  background-color: #012a51;
  border-color: #000000;
}
#contact-module #contact-form .button input:hover {
  color: #fff;
  background-color: #012a51;
  border-color: #01182e;
}
#contact-module #contact-form .button input:active,
#contact-module #contact-form .button input.active,
.open > .dropdown-toggle#contact-module #contact-form .button input {
  color: #fff;
  background-color: #012a51;
  border-color: #01182e;
}
#contact-module #contact-form .button input:active:hover,
#contact-module #contact-form .button input.active:hover,
.open > .dropdown-toggle#contact-module #contact-form .button input:hover,
#contact-module #contact-form .button input:active:focus,
#contact-module #contact-form .button input.active:focus,
.open > .dropdown-toggle#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input:active.focus,
#contact-module #contact-form .button input.active.focus,
.open > .dropdown-toggle#contact-module #contact-form .button input.focus {
  color: #fff;
  background-color: #01182e;
  border-color: #000000;
}
#contact-module #contact-form .button input:active,
#contact-module #contact-form .button input.active,
.open > .dropdown-toggle#contact-module #contact-form .button input {
  background-image: none;
}
#contact-module #contact-form .button input.disabled:hover,
#contact-module #contact-form .button input[disabled]:hover,
fieldset[disabled] #contact-module #contact-form .button input:hover,
#contact-module #contact-form .button input.disabled:focus,
#contact-module #contact-form .button input[disabled]:focus,
fieldset[disabled] #contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input.disabled.focus,
#contact-module #contact-form .button input[disabled].focus,
fieldset[disabled] #contact-module #contact-form .button input.focus {
  background-color: #024483;
  border-color: #02376a;
}
#contact-module #contact-form .button input .badge {
  color: #024483;
  background-color: #fff;
}
@media (max-width: 991px) {
  #contact-module #contact-form .button input {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #contact-module #contact-form .button input {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  #contact-module #contact-form .button input {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #contact-module #contact-form .button input {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #contact-module #contact-form .button input {
    font-size: calc(10px + 0.5vw);
  }
}
#contact-module #contact-form .req {
  color: #d9534f;
  font-weight: bold;
}
#contact-module #contact-form .security label {
  display: none;
}
#contact-module #contact-form .security {
  padding: 6px 0;
}
.blueimp-gallery .modal-body {
  position: relative;
  text-align: center;
  padding: 0 0 56.25%;
  overflow: hidden;
  cursor: pointer;
  background: black;
}
.blueimp-gallery .modal-footer {
  margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blueimp-gallery .modal-body .video-content video {
  display: none;
}
.blueimp-gallery .modal-body .video-playing video {
  display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
  left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
  display: none;
}
.blueimp-gallery .modal-body .video-content a {
  cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  content: "\e029";
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#gallery-module #gallery-blueimp #links .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
#gallery-module #gallery-blueimp #links .column li {
  list-style-type: none;
  overflow: hidden;
}
#gallery-module #gallery-blueimp #links .column li .thumbnail {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 200px;
}
#gallery-module #gallery-blueimp #links .column li .thumbnail img {
  height: 200px;
}
@media (min-width: 768px) {
  #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 160px;
  }
  #gallery-module #gallery-blueimp #links .column li .thumbnail img {
    height: 160px;
  }
}
@media (min-width: 992px) {
  #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 170px;
  }
  #gallery-module #gallery-blueimp #links .column li .thumbnail img {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 140px;
  }
  #gallery-module #gallery-blueimp #links .column li .thumbnail img {
    height: 140px;
  }
}
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.blog_listing .blog {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #505153;
}
@media (min-width: 768px) {
  .blog_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog {
    float: left;
    width: 33.33333333%;
  }
}
.blog_listing .blog:hover {
  text-decoration: none;
}
.blog_listing .blog:hover strong {
  text-decoration: underline;
}
.blog_listing .blog_connected {
  color: #505153;
  display: block;
}
.blog_listing .blog_connected:hover {
  text-decoration: none;
}
.blog_listing .blog_connected:hover strong {
  text-decoration: underline;
}
.blog_listing .blog_button {
  text-align: right;
}
.blog_listing .blog_title {
  font-size: 118%;
  display: block;
}
.blog_listing .blog_blurb {
  height: 180px;
  padding-top: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog_listing .blog_blurb {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog_blurb {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_blurb {
    height: 180px;
  }
}
.blog_listing .blog_img {
  overflow: hidden;
  border: 1px solid #919598;
  height: 200px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .blog_listing .blog_img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
.blog_item .blog_date {
  margin-bottom: 20px;
  font-weight: 500;
}
.blog_item .blog_img {
  margin-bottom: 15px;
}
.blog_item .blog_img img {
  width: 100%;
}
.blog_item .blog_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.blog_item .blog_back_button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active:focus,
.blog_item .blog_back_button a.active:focus,
.blog_item .blog_back_button a.focus,
.blog_item .blog_back_button a:active.focus,
.blog_item .blog_back_button a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.focus {
  color: #333;
  text-decoration: none;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.blog_item .blog_back_button a.disabled,
.blog_item .blog_back_button a[disabled],
fieldset[disabled] .blog_item .blog_back_button a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.blog_item .blog_back_button a.disabled,
fieldset[disabled] a.blog_item .blog_back_button a {
  pointer-events: none;
}
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.blog_item .blog_back_button a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open > .dropdown-toggle.blog_item .blog_back_button a {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.blog_item .blog_back_button a:active:hover,
.blog_item .blog_back_button a.active:hover,
.open > .dropdown-toggle.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:active:focus,
.blog_item .blog_back_button a.active:focus,
.open > .dropdown-toggle.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active.focus,
.blog_item .blog_back_button a.active.focus,
.open > .dropdown-toggle.blog_item .blog_back_button a.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open > .dropdown-toggle.blog_item .blog_back_button a {
  background-image: none;
}
.blog_item .blog_back_button a.disabled:hover,
.blog_item .blog_back_button a[disabled]:hover,
fieldset[disabled] .blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a.disabled:focus,
.blog_item .blog_back_button a[disabled]:focus,
fieldset[disabled] .blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.disabled.focus,
.blog_item .blog_back_button a[disabled].focus,
fieldset[disabled] .blog_item .blog_back_button a.focus {
  background-color: #fff;
  border-color: #ccc;
}
.blog_item .blog_back_button a .badge {
  color: #fff;
  background-color: #333;
}
.blog_item .thumbnail > div {
  display: block !important;
  position: static !important;
}
.blog_item .social-share-bar {
  margin-bottom: 15px;
}
.blog_item .social-share-bar > * {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.blog_item .social-share-bar > *:first-child {
  margin-left: 0;
}
.blog_item .social-share-bar > *:last-child {
  margin-right: 0;
}
div.blog-connected ul.nav-tabs {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
div.blog-connected ul.nav-tabs > li {
  width: 100%;
}
@media (max-width: 767px) {
  div.blog-connected ul.nav-tabs {
    width: 100%;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.blog-connected ul.nav-tabs:before,
  div.blog-connected ul.nav-tabs:after {
    display: none;
  }
  div.blog-connected ul.nav-tabs:before,
  div.blog-connected ul.nav-tabs:after {
    display: none;
  }
  div.blog-connected ul.nav-tabs > li {
    width: 50%;
  }
  div.blog-connected ul.nav-tabs a {
    font-size: 14px;
  }
}
div.blog-study h2 {
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 35px;
}
div.blog-study h3 {
  margin: 15px 0;
}
div.blog-study div.study_info {
  background: #eee;
  padding: 10px;
  font-size: 20px;
}
.blog_event_listing .blog_event {
  margin-bottom: 30px;
}
.blog_event_listing .blog_event:first-child {
  margin-top: 30px;
}
.blog_event_listing .blog_event + .blog_event:before {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  content: '';
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.blog_event_listing .blog_event_button {
  text-align: right;
}
.blog_event_listing .blog_event_title {
  font-size: 118%;
  color: #505153;
  font-weight: bold;
}
.blog_event_listing .blog_event_blurb {
  height: 125px;
  padding-top: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog_event_listing .blog_event_blurb {
    height: 125px;
  }
}
@media (min-width: 992px) {
  .blog_event_listing .blog_event_blurb {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .blog_event_listing .blog_event_blurb {
    height: 125px;
  }
}
.blog_event_listing .blog_event_img {
  overflow: hidden;
  border: 1px solid #919598;
  height: 200px;
  display: block;
}
@media (min-width: 400px) and (max-width: 768px) {
  .blog_event_listing .blog_event_img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .blog_event_listing .blog_event_img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_event_listing .blog_event_img {
    height: 160px;
  }
}
.blog_event_item .blog_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.blog_event_item .blog_back_button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.blog_event_item .blog_back_button a:focus,
.blog_event_item .blog_back_button a:active:focus,
.blog_event_item .blog_back_button a.active:focus,
.blog_event_item .blog_back_button a.focus,
.blog_event_item .blog_back_button a:active.focus,
.blog_event_item .blog_back_button a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog_event_item .blog_back_button a:hover,
.blog_event_item .blog_back_button a:focus,
.blog_event_item .blog_back_button a.focus {
  color: #333;
  text-decoration: none;
}
.blog_event_item .blog_back_button a:active,
.blog_event_item .blog_back_button a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.blog_event_item .blog_back_button a.disabled,
.blog_event_item .blog_back_button a[disabled],
fieldset[disabled] .blog_event_item .blog_back_button a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.blog_event_item .blog_back_button a.disabled,
fieldset[disabled] a.blog_event_item .blog_back_button a {
  pointer-events: none;
}
.blog_event_item .blog_back_button a:focus,
.blog_event_item .blog_back_button a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.blog_event_item .blog_back_button a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.blog_event_item .blog_back_button a:active,
.blog_event_item .blog_back_button a.active,
.open > .dropdown-toggle.blog_event_item .blog_back_button a {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.blog_event_item .blog_back_button a:active:hover,
.blog_event_item .blog_back_button a.active:hover,
.open > .dropdown-toggle.blog_event_item .blog_back_button a:hover,
.blog_event_item .blog_back_button a:active:focus,
.blog_event_item .blog_back_button a.active:focus,
.open > .dropdown-toggle.blog_event_item .blog_back_button a:focus,
.blog_event_item .blog_back_button a:active.focus,
.blog_event_item .blog_back_button a.active.focus,
.open > .dropdown-toggle.blog_event_item .blog_back_button a.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.blog_event_item .blog_back_button a:active,
.blog_event_item .blog_back_button a.active,
.open > .dropdown-toggle.blog_event_item .blog_back_button a {
  background-image: none;
}
.blog_event_item .blog_back_button a.disabled:hover,
.blog_event_item .blog_back_button a[disabled]:hover,
fieldset[disabled] .blog_event_item .blog_back_button a:hover,
.blog_event_item .blog_back_button a.disabled:focus,
.blog_event_item .blog_back_button a[disabled]:focus,
fieldset[disabled] .blog_event_item .blog_back_button a:focus,
.blog_event_item .blog_back_button a.disabled.focus,
.blog_event_item .blog_back_button a[disabled].focus,
fieldset[disabled] .blog_event_item .blog_back_button a.focus {
  background-color: #fff;
  border-color: #ccc;
}
.blog_event_item .blog_back_button a .badge {
  color: #fff;
  background-color: #333;
}
.blog_event_item .blog_event_img {
  margin-bottom: 15px;
}
.blog_event_item .blog_event_img img {
  width: 100%;
}
.blog_event_item .thumbnail > div {
  display: block !important;
  position: static !important;
}
.blog_event_item .social-share-bar {
  margin-bottom: 15px;
}
.blog_event_item .social-share-bar > * {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.blog_event_item .social-share-bar > *:first-child {
  margin-left: 0;
}
.blog_event_item .social-share-bar > *:last-child {
  margin-right: 0;
}
.blog_event_item table.event-info td {
  vertical-align: middle;
  line-height: 1.5;
  padding: 1vw;
}
.blog_event_register .blog_event_registration_input_group label {
  font-weight: normal;
}
.blog_event_register .remaining {
  font-size: 87%;
}
.blog_event_register .blog_event_registration_max_group_size_reached,
.blog_event_register .blog_event_checkout_container,
.blog_event_register .blog_event_registration_form_messages_container,
.blog_event_register .blog_event_pay_later_container {
  display: none;
}
.blog_event_register .blog_event_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../../img/blog_event/brands/paypal.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1000;
  display: none;
}
@media (max-width: 767px) {
  .blog_event_register .blog_event_overlay {
    background-size: contain;
  }
}
.blog-gallery .mix {
  display: none;
}
.blog-gallery .mix .blog_img {
  height: 200px;
}
@media (min-width: 768px) {
  .blog-gallery .mix .blog_img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .blog-gallery .mix .blog_img {
    height: 225px;
  }
}
@media (min-width: 1200px) {
  .blog-gallery .mix .blog_img {
    height: 250px;
  }
}
.blog-gallery .mix .blog_blurb {
  height: 30px;
  margin-bottom: 0;
}
.blog-gallery a.filter {
  margin: 2px;
}
.pagination {
  text-align: center;
  display: block;
  width: 100%;
}
.pagination .pagination-cur {
  padding: 12px 12px;
  background: #024483;
  color: #fff;
  display: inline-block;
  margin: 1px;
  vertical-align: middle;
}
.pagination .pagination-num > a,
.pagination .pagination-next > a,
.pagination .pagination-prev > a,
.pagination .pagination-first > a,
.pagination .pagination-last > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin: 1px;
}
.pagination .pagination-num > a:focus,
.pagination .pagination-next > a:focus,
.pagination .pagination-prev > a:focus,
.pagination .pagination-first > a:focus,
.pagination .pagination-last > a:focus,
.pagination .pagination-num > a:active:focus,
.pagination .pagination-next > a:active:focus,
.pagination .pagination-prev > a:active:focus,
.pagination .pagination-first > a:active:focus,
.pagination .pagination-last > a:active:focus,
.pagination .pagination-num > a.active:focus,
.pagination .pagination-next > a.active:focus,
.pagination .pagination-prev > a.active:focus,
.pagination .pagination-first > a.active:focus,
.pagination .pagination-last > a.active:focus,
.pagination .pagination-num > a.focus,
.pagination .pagination-next > a.focus,
.pagination .pagination-prev > a.focus,
.pagination .pagination-first > a.focus,
.pagination .pagination-last > a.focus,
.pagination .pagination-num > a:active.focus,
.pagination .pagination-next > a:active.focus,
.pagination .pagination-prev > a:active.focus,
.pagination .pagination-first > a:active.focus,
.pagination .pagination-last > a:active.focus,
.pagination .pagination-num > a.active.focus,
.pagination .pagination-next > a.active.focus,
.pagination .pagination-prev > a.active.focus,
.pagination .pagination-first > a.active.focus,
.pagination .pagination-last > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagination .pagination-num > a:hover,
.pagination .pagination-next > a:hover,
.pagination .pagination-prev > a:hover,
.pagination .pagination-first > a:hover,
.pagination .pagination-last > a:hover,
.pagination .pagination-num > a:focus,
.pagination .pagination-next > a:focus,
.pagination .pagination-prev > a:focus,
.pagination .pagination-first > a:focus,
.pagination .pagination-last > a:focus,
.pagination .pagination-num > a.focus,
.pagination .pagination-next > a.focus,
.pagination .pagination-prev > a.focus,
.pagination .pagination-first > a.focus,
.pagination .pagination-last > a.focus {
  color: #333;
  text-decoration: none;
}
.pagination .pagination-num > a:active,
.pagination .pagination-next > a:active,
.pagination .pagination-prev > a:active,
.pagination .pagination-first > a:active,
.pagination .pagination-last > a:active,
.pagination .pagination-num > a.active,
.pagination .pagination-next > a.active,
.pagination .pagination-prev > a.active,
.pagination .pagination-first > a.active,
.pagination .pagination-last > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination .pagination-num > a.disabled,
.pagination .pagination-next > a.disabled,
.pagination .pagination-prev > a.disabled,
.pagination .pagination-first > a.disabled,
.pagination .pagination-last > a.disabled,
.pagination .pagination-num > a[disabled],
.pagination .pagination-next > a[disabled],
.pagination .pagination-prev > a[disabled],
.pagination .pagination-first > a[disabled],
.pagination .pagination-last > a[disabled],
fieldset[disabled] .pagination .pagination-num > a,
fieldset[disabled] .pagination .pagination-next > a,
fieldset[disabled] .pagination .pagination-prev > a,
fieldset[disabled] .pagination .pagination-first > a,
fieldset[disabled] .pagination .pagination-last > a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.pagination .pagination-num > a.disabled,
a.pagination .pagination-next > a.disabled,
a.pagination .pagination-prev > a.disabled,
a.pagination .pagination-first > a.disabled,
a.pagination .pagination-last > a.disabled,
fieldset[disabled] a.pagination .pagination-num > a,
fieldset[disabled] a.pagination .pagination-next > a,
fieldset[disabled] a.pagination .pagination-prev > a,
fieldset[disabled] a.pagination .pagination-first > a,
fieldset[disabled] a.pagination .pagination-last > a {
  pointer-events: none;
}
.pagination .pagination-num > a:focus,
.pagination .pagination-next > a:focus,
.pagination .pagination-prev > a:focus,
.pagination .pagination-first > a:focus,
.pagination .pagination-last > a:focus,
.pagination .pagination-num > a.focus,
.pagination .pagination-next > a.focus,
.pagination .pagination-prev > a.focus,
.pagination .pagination-first > a.focus,
.pagination .pagination-last > a.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.pagination .pagination-num > a:hover,
.pagination .pagination-next > a:hover,
.pagination .pagination-prev > a:hover,
.pagination .pagination-first > a:hover,
.pagination .pagination-last > a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pagination .pagination-num > a:active,
.pagination .pagination-next > a:active,
.pagination .pagination-prev > a:active,
.pagination .pagination-first > a:active,
.pagination .pagination-last > a:active,
.pagination .pagination-num > a.active,
.pagination .pagination-next > a.active,
.pagination .pagination-prev > a.active,
.pagination .pagination-first > a.active,
.pagination .pagination-last > a.active,
.open > .dropdown-toggle.pagination .pagination-num > a,
.open > .dropdown-toggle.pagination .pagination-next > a,
.open > .dropdown-toggle.pagination .pagination-prev > a,
.open > .dropdown-toggle.pagination .pagination-first > a,
.open > .dropdown-toggle.pagination .pagination-last > a {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pagination .pagination-num > a:active:hover,
.pagination .pagination-next > a:active:hover,
.pagination .pagination-prev > a:active:hover,
.pagination .pagination-first > a:active:hover,
.pagination .pagination-last > a:active:hover,
.pagination .pagination-num > a.active:hover,
.pagination .pagination-next > a.active:hover,
.pagination .pagination-prev > a.active:hover,
.pagination .pagination-first > a.active:hover,
.pagination .pagination-last > a.active:hover,
.open > .dropdown-toggle.pagination .pagination-num > a:hover,
.open > .dropdown-toggle.pagination .pagination-next > a:hover,
.open > .dropdown-toggle.pagination .pagination-prev > a:hover,
.open > .dropdown-toggle.pagination .pagination-first > a:hover,
.open > .dropdown-toggle.pagination .pagination-last > a:hover,
.pagination .pagination-num > a:active:focus,
.pagination .pagination-next > a:active:focus,
.pagination .pagination-prev > a:active:focus,
.pagination .pagination-first > a:active:focus,
.pagination .pagination-last > a:active:focus,
.pagination .pagination-num > a.active:focus,
.pagination .pagination-next > a.active:focus,
.pagination .pagination-prev > a.active:focus,
.pagination .pagination-first > a.active:focus,
.pagination .pagination-last > a.active:focus,
.open > .dropdown-toggle.pagination .pagination-num > a:focus,
.open > .dropdown-toggle.pagination .pagination-next > a:focus,
.open > .dropdown-toggle.pagination .pagination-prev > a:focus,
.open > .dropdown-toggle.pagination .pagination-first > a:focus,
.open > .dropdown-toggle.pagination .pagination-last > a:focus,
.pagination .pagination-num > a:active.focus,
.pagination .pagination-next > a:active.focus,
.pagination .pagination-prev > a:active.focus,
.pagination .pagination-first > a:active.focus,
.pagination .pagination-last > a:active.focus,
.pagination .pagination-num > a.active.focus,
.pagination .pagination-next > a.active.focus,
.pagination .pagination-prev > a.active.focus,
.pagination .pagination-first > a.active.focus,
.pagination .pagination-last > a.active.focus,
.open > .dropdown-toggle.pagination .pagination-num > a.focus,
.open > .dropdown-toggle.pagination .pagination-next > a.focus,
.open > .dropdown-toggle.pagination .pagination-prev > a.focus,
.open > .dropdown-toggle.pagination .pagination-first > a.focus,
.open > .dropdown-toggle.pagination .pagination-last > a.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.pagination .pagination-num > a:active,
.pagination .pagination-next > a:active,
.pagination .pagination-prev > a:active,
.pagination .pagination-first > a:active,
.pagination .pagination-last > a:active,
.pagination .pagination-num > a.active,
.pagination .pagination-next > a.active,
.pagination .pagination-prev > a.active,
.pagination .pagination-first > a.active,
.pagination .pagination-last > a.active,
.open > .dropdown-toggle.pagination .pagination-num > a,
.open > .dropdown-toggle.pagination .pagination-next > a,
.open > .dropdown-toggle.pagination .pagination-prev > a,
.open > .dropdown-toggle.pagination .pagination-first > a,
.open > .dropdown-toggle.pagination .pagination-last > a {
  background-image: none;
}
.pagination .pagination-num > a.disabled:hover,
.pagination .pagination-next > a.disabled:hover,
.pagination .pagination-prev > a.disabled:hover,
.pagination .pagination-first > a.disabled:hover,
.pagination .pagination-last > a.disabled:hover,
.pagination .pagination-num > a[disabled]:hover,
.pagination .pagination-next > a[disabled]:hover,
.pagination .pagination-prev > a[disabled]:hover,
.pagination .pagination-first > a[disabled]:hover,
.pagination .pagination-last > a[disabled]:hover,
fieldset[disabled] .pagination .pagination-num > a:hover,
fieldset[disabled] .pagination .pagination-next > a:hover,
fieldset[disabled] .pagination .pagination-prev > a:hover,
fieldset[disabled] .pagination .pagination-first > a:hover,
fieldset[disabled] .pagination .pagination-last > a:hover,
.pagination .pagination-num > a.disabled:focus,
.pagination .pagination-next > a.disabled:focus,
.pagination .pagination-prev > a.disabled:focus,
.pagination .pagination-first > a.disabled:focus,
.pagination .pagination-last > a.disabled:focus,
.pagination .pagination-num > a[disabled]:focus,
.pagination .pagination-next > a[disabled]:focus,
.pagination .pagination-prev > a[disabled]:focus,
.pagination .pagination-first > a[disabled]:focus,
.pagination .pagination-last > a[disabled]:focus,
fieldset[disabled] .pagination .pagination-num > a:focus,
fieldset[disabled] .pagination .pagination-next > a:focus,
fieldset[disabled] .pagination .pagination-prev > a:focus,
fieldset[disabled] .pagination .pagination-first > a:focus,
fieldset[disabled] .pagination .pagination-last > a:focus,
.pagination .pagination-num > a.disabled.focus,
.pagination .pagination-next > a.disabled.focus,
.pagination .pagination-prev > a.disabled.focus,
.pagination .pagination-first > a.disabled.focus,
.pagination .pagination-last > a.disabled.focus,
.pagination .pagination-num > a[disabled].focus,
.pagination .pagination-next > a[disabled].focus,
.pagination .pagination-prev > a[disabled].focus,
.pagination .pagination-first > a[disabled].focus,
.pagination .pagination-last > a[disabled].focus,
fieldset[disabled] .pagination .pagination-num > a.focus,
fieldset[disabled] .pagination .pagination-next > a.focus,
fieldset[disabled] .pagination .pagination-prev > a.focus,
fieldset[disabled] .pagination .pagination-first > a.focus,
fieldset[disabled] .pagination .pagination-last > a.focus {
  background-color: #fff;
  border-color: #ccc;
}
.pagination .pagination-num > a .badge,
.pagination .pagination-next > a .badge,
.pagination .pagination-prev > a .badge,
.pagination .pagination-first > a .badge,
.pagination .pagination-last > a .badge {
  color: #fff;
  background-color: #333;
}
.pagination span {
  display: inline-block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.55;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #A8A9AD;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./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');
}
.slick-prev {
  left: -25px;
}
@media (max-width: 767px) {
  .slick-prev {
    left: -15px;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 50px;
  z-index: 10;
}
.slick-next {
  right: -25px;
}
@media (max-width: 767px) {
  .slick-next {
    right: -15px;
  }
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 50px;
  z-index: 10;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 4.9vw;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 30px;
  height: 30px;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.55;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  content: "\f10c";
  color: white;
  opacity: 1;
}
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}
/* Global */
.image_v1-form .image_v1-image-list {
  margin-left: -15px;
  margin-right: -15px;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .image_v1-form .image_v1-image-list .image_v1-image-list-item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .image_v1-form .image_v1-image-list .image_v1-image-list-item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .image_v1-form .image_v1-image-list .image_v1-image-list-item {
    float: left;
    width: 100%;
  }
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item.ui-state-hover {
  background: none;
  opacity: 0.9;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-anchor-wrapper .image_v1-image-list-item-anchor {
  height: 200px;
  border: 1px solid #EEE;
  display: block;
  overflow: hidden;
  position: relative;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-anchor-wrapper .image_v1-image-list-item-anchor .image_v1-image-list-item-thumbnail {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  max-height: 100%;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper {
  position: absolute;
  bottom: 0;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper .form-group {
  margin-bottom: 0;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper .image_v1-image-list-item-checkbox-icon:before {
  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;
  width: 1.28571429em;
  text-align: center;
  content: "\f096";
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper .image_v1-image-list-item-checkbox-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper .image_v1-image-list-item-checkbox-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper .image_v1-image-list-item-checkbox-icon:before.pull-left {
  margin-right: 0.3em;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper .image_v1-image-list-item-checkbox-icon:before.pull-right {
  margin-left: 0.3em;
}
.image_v1-form .image_v1-image-list .image_v1-image-list-item .image_v1-image-list-item-checkbox-group-wrapper .image_v1-image-list-item-checkbox-wrapper.active .image_v1-image-list-item-checkbox-icon:before {
  content: "\f046";
  color: #024483;
}
.image_v1-image-main-indicator {
  display: none;
}
.image_v1-image-main-indicator-icon {
  display: none;
}
.image_v1-image-main-indicator-icon:before {
  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;
  font-size: 2em;
  content: "\f005";
  color: gold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.image_v1-image-main-indicator-icon:before.fa-pull-left {
  margin-right: 0.3em;
}
.image_v1-image-main-indicator-icon:before.fa-pull-right {
  margin-left: 0.3em;
}
.image_v1-image-main-indicator-icon:before.pull-left {
  margin-right: 0.3em;
}
.image_v1-image-main-indicator-icon:before.pull-right {
  margin-left: 0.3em;
}
/* Pace */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #FFC82D;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #FFC82D, 0 0 5px #FFC82D;
          box-shadow: 0 0 10px #FFC82D, 0 0 5px #FFC82D;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FFC82D;
  border-left-color: #FFC82D;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* SITE SPECIFIC CODE */
@media (min-width: 768px) {
  #blog-researchers #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 180px;
  }
}
@media (min-width: 992px) {
  #blog-researchers #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  #blog-researchers #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 325px;
  }
}
#publications-list li {
  margin-top: 2rem !important;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.word-spacing-1 {
  word-spacing: 1px;
}
.word-spacing-2 {
  word-spacing: 2px;
}
.word-spacing-3 {
  word-spacing: 3px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-7 {
  line-height: 1.7;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-1-9 {
  line-height: 1.9;
}
@media (max-width: 767px) {
  .xs\:text-left {
    text-align: left;
  }
  .xs\:text-right {
    text-align: right;
  }
  .xs\:text-center {
    text-align: center;
  }
  .xs\:text-justify {
    text-align: justify;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
@media (max-width: 991px) {
  .fs-15 {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-15 {
    font-size: calc(10px + 0.3vw);
  }
}
@media (min-width: 1921px) {
  .fs-15 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-20 {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-20 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fs-25 {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-25 {
    font-size: calc(10px + 0.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-25 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: calc(17px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-30 {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 1921px) {
  .fs-30 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .fs-35 {
    font-size: calc(19px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-35 {
    font-size: calc(10px + 1.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-35 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .fs-40 {
    font-size: calc(21px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-40 {
    font-size: calc(10px + 1.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-40 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .fs-45 {
    font-size: calc(23px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-45 {
    font-size: calc(10px + 1.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-45 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .fs-50 {
    font-size: calc(25px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-50 {
    font-size: calc(10px + 2vw);
  }
}
@media (min-width: 1921px) {
  .fs-50 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fs-55 {
    font-size: calc(27px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-55 {
    font-size: calc(10px + 2.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-55 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .fs-60 {
    font-size: calc(29px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-60 {
    font-size: calc(10px + 2.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-60 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .fs-65 {
    font-size: calc(31px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-65 {
    font-size: calc(10px + 2.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-65 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .fs-70 {
    font-size: calc(33px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-70 {
    font-size: calc(10px + 3vw);
  }
}
@media (min-width: 1921px) {
  .fs-70 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .fs-75 {
    font-size: calc(35px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-75 {
    font-size: calc(10px + 3.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-75 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .fs-80 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-80 {
    font-size: calc(10px + 3.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-80 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .fs-85 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-85 {
    font-size: calc(10px + 3.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-85 {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .fs-90 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-90 {
    font-size: calc(10px + 4vw);
  }
}
@media (min-width: 1921px) {
  .fs-90 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .fs-95 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-95 {
    font-size: calc(10px + 4.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-95 {
    font-size: 95px;
  }
}
@media (max-width: 991px) {
  .fs-100 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-100 {
    font-size: calc(10px + 4.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-100 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .fs-150 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-150 {
    font-size: calc(10px + 7vw);
  }
}
@media (min-width: 1921px) {
  .fs-150 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .fs-200 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 1921px) {
  .fs-200 {
    font-size: 200px;
  }
}
@media (min-width: 768px) {
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-sm-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-sm-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-sm-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-sm-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-sm-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-sm-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-sm-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-sm-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-sm-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-sm-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-sm-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-sm-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-sm-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-sm-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-sm-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-sm-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-sm-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-sm-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-sm-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 992px) {
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-md-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-md-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-md-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-md-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-md-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-md-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-md-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-md-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-md-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-md-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-md-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-md-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-md-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-md-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-md-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-md-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-md-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-md-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-md-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 1200px) {
  .fs-lg-10 {
    font-size: 10px;
  }
  .fs-lg-11 {
    font-size: 11px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-lg-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-lg-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-lg-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-lg-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-lg-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-lg-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-lg-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-lg-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-lg-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-lg-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-lg-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-lg-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-lg-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-lg-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-lg-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-lg-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-lg-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-lg-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-lg-200 {
    font-size: calc(10vw);
  }
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: white;
}
.text-white-all {
  color: white;
}
.text-white-all a {
  color: white;
}
.bg-white {
  background: white;
}
@media (min-width: 768px) {
  .text-sm-white {
    color: white;
  }
}
@media (min-width: 768px) {
  .text-sm-white-all {
    color: white;
  }
  .text-sm-white-all a {
    color: white;
  }
}
.bg-transparent {
  background-color: transparent !important;
}
.text-gray-0,
.text-gray-0 a {
  color: #fff !important;
}
.text-gray-1,
.text-gray-1 a {
  color: #f7f7f7 !important;
}
.text-gray-2,
.text-gray-2 a {
  color: #ededed !important;
}
.text-gray-3,
.text-gray-3 a {
  color: #e2e2e2 !important;
}
.text-gray-4,
.text-gray-4 a {
  color: #cbcbcb !important;
}
.text-gray-5,
.text-gray-5 a {
  color: #a0a0a0 !important;
}
.text-gray-6,
.text-gray-6 a {
  color: #717171 !important;
}
.text-gray-7,
.text-gray-7 a {
  color: #4a4a4a !important;
}
.text-gray-8,
.text-gray-8 a {
  color: #2d2d2d !important;
}
.text-gray-9,
.text-gray-9 a {
  color: #1a1a1a !important;
}
.text-gray-10,
.text-gray-10 a {
  color: #000 !important;
}
.bg-gray-0 {
  background: #fff !important;
}
.bg-gray-1 {
  background: #f7f7f7 !important;
}
.bg-gray-2 {
  background: #ededed !important;
}
.bg-gray-3 {
  background: #e2e2e2 !important;
}
.bg-gray-4 {
  background: #cbcbcb !important;
}
.bg-gray-5 {
  background: #a0a0a0 !important;
}
.bg-gray-6 {
  background: #717171 !important;
}
.bg-gray-7 {
  background: #4a4a4a !important;
}
.bg-gray-8 {
  background: #2d2d2d !important;
}
.bg-gray-9 {
  background: #1a1a1a !important;
}
.bg-gray-10 {
  background: #000 !important;
}
@media (min-width: 768px) {
  .bg-sm-gray-0 {
    background: #fff !important;
  }
  .bg-sm-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-sm-gray-2 {
    background: #ededed !important;
  }
  .bg-sm-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-sm-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-sm-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-sm-gray-6 {
    background: #717171 !important;
  }
  .bg-sm-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-sm-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-sm-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-sm-gray-10 {
    background: #000 !important;
  }
}
@media (min-width: 992px) {
  .bg-md-gray-0 {
    background: #fff !important;
  }
  .bg-md-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-md-gray-2 {
    background: #ededed !important;
  }
  .bg-md-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-md-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-md-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-md-gray-6 {
    background: #717171 !important;
  }
  .bg-md-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-md-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-md-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-md-gray-10 {
    background: #000 !important;
  }
}
@media (min-width: 1200px) {
  .bg-lg-gray-0 {
    background: #fff !important;
  }
  .bg-lg-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-lg-gray-2 {
    background: #ededed !important;
  }
  .bg-lg-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-lg-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-lg-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-lg-gray-6 {
    background: #717171 !important;
  }
  .bg-lg-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-lg-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-lg-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-lg-gray-10 {
    background: #000 !important;
  }
}
.border-gray-0 {
  border-color: #fff !important;
}
.border-gray-1 {
  border-color: #f7f7f7 !important;
}
.border-gray-2 {
  border-color: #ededed !important;
}
.border-gray-3 {
  border-color: #e2e2e2 !important;
}
.border-gray-4 {
  border-color: #cbcbcb !important;
}
.border-gray-5 {
  border-color: #a0a0a0 !important;
}
.border-gray-6 {
  border-color: #717171 !important;
}
.border-gray-7 {
  border-color: #4a4a4a !important;
}
.border-gray-8 {
  border-color: #2d2d2d !important;
}
.border-gray-9 {
  border-color: #1a1a1a !important;
}
.border-gray-10 {
  border-color: #000 !important;
}
.placeholder-gray-0::-webkit-input-placeholder {
  color: #fff !important;
}
.placeholder-gray-0::-moz-placeholder {
  color: #fff !important;
}
.placeholder-gray-0::-ms-input-placeholder {
  color: #fff !important;
}
.placeholder-gray-0::placeholder {
  color: #fff !important;
}
.placeholder-gray-1::-webkit-input-placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-1::-moz-placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-1::-ms-input-placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-1::placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-2::-webkit-input-placeholder {
  color: #ededed !important;
}
.placeholder-gray-2::-moz-placeholder {
  color: #ededed !important;
}
.placeholder-gray-2::-ms-input-placeholder {
  color: #ededed !important;
}
.placeholder-gray-2::placeholder {
  color: #ededed !important;
}
.placeholder-gray-3::-webkit-input-placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-3::-moz-placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-3::-ms-input-placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-3::placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-4::-webkit-input-placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-4::-moz-placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-4::-ms-input-placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-4::placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-5::-webkit-input-placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-5::-moz-placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-5::-ms-input-placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-5::placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-6::-webkit-input-placeholder {
  color: #717171 !important;
}
.placeholder-gray-6::-moz-placeholder {
  color: #717171 !important;
}
.placeholder-gray-6::-ms-input-placeholder {
  color: #717171 !important;
}
.placeholder-gray-6::placeholder {
  color: #717171 !important;
}
.placeholder-gray-7::-webkit-input-placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-7::-moz-placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-7::-ms-input-placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-7::placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-8::-webkit-input-placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-8::-moz-placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-8::-ms-input-placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-8::placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-9::-webkit-input-placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-9::-moz-placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-9::-ms-input-placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-9::placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-10::-webkit-input-placeholder {
  color: #000 !important;
}
.placeholder-gray-10::-moz-placeholder {
  color: #000 !important;
}
.placeholder-gray-10::-ms-input-placeholder {
  color: #000 !important;
}
.placeholder-gray-10::placeholder {
  color: #000 !important;
}
.center-image-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.center-image-container img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.js-center-image-container {
  display: block !important;
}
div.circle-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
div.circle-img img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-white img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.height-400 {
  height: calc(100px + 15vw) !important;
}
.height-350 {
  height: calc(100px + 12.5vw) !important;
}
.height-300 {
  height: calc(100px + 10vw) !important;
}
.height-250 {
  height: calc(100px + 7.5vw) !important;
}
.height-200 {
  height: calc(100px + 5vw) !important;
}
.height-100 {
  height: 100px !important;
}
.height-75 {
  height: 75px !important;
}
.height-50 {
  height: 50px !important;
}
.height-20 {
  height: 20px !important;
}
.height-0 {
  height: 0px !important;
}
.height-auto {
  height: auto !important;
}
.width-auto {
  width: auto !important;
}
@media (min-width: 768px) {
  .height-sm-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-sm-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-sm-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-sm-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-sm-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-sm-100 {
    height: 100px !important;
  }
  .height-sm-75 {
    height: 75px !important;
  }
  .height-sm-50 {
    height: 50px !important;
  }
  .height-sm-20 {
    height: 20px !important;
  }
  .height-sm-0 {
    height: 0px !important;
  }
  .height-sm-auto {
    height: auto !important;
  }
  .width-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .height-md-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-md-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-md-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-md-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-md-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-md-100 {
    height: 100px !important;
  }
  .height-md-75 {
    height: 75px !important;
  }
  .height-md-50 {
    height: 50px !important;
  }
  .height-md-20 {
    height: 20px !important;
  }
  .height-md-0 {
    height: 0px !important;
  }
  .height-md-auto {
    height: auto !important;
  }
  .width-md-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .height-lg-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-lg-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-lg-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-lg-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-lg-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-lg-100 {
    height: 100px !important;
  }
  .height-lg-75 {
    height: 75px !important;
  }
  .height-lg-50 {
    height: 50px !important;
  }
  .height-lg-20 {
    height: 20px !important;
  }
  .height-lg-0 {
    height: 0px !important;
  }
  .height-lg-auto {
    height: auto !important;
  }
  .width-lg-auto {
    width: auto !important;
  }
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .w-sm-1 {
    width: 1%;
  }
  .w-sm-2 {
    width: 2%;
  }
  .w-sm-3 {
    width: 3%;
  }
  .w-sm-4 {
    width: 4%;
  }
  .w-sm-5 {
    width: 5%;
  }
  .w-sm-6 {
    width: 6%;
  }
  .w-sm-7 {
    width: 7%;
  }
  .w-sm-8 {
    width: 8%;
  }
  .w-sm-9 {
    width: 9%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-sm-11 {
    width: 11%;
  }
  .w-sm-12 {
    width: 12%;
  }
  .w-sm-13 {
    width: 13%;
  }
  .w-sm-14 {
    width: 14%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-16 {
    width: 16%;
  }
  .w-sm-17 {
    width: 17%;
  }
  .w-sm-18 {
    width: 18%;
  }
  .w-sm-19 {
    width: 19%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-21 {
    width: 21%;
  }
  .w-sm-22 {
    width: 22%;
  }
  .w-sm-23 {
    width: 23%;
  }
  .w-sm-24 {
    width: 24%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-26 {
    width: 26%;
  }
  .w-sm-27 {
    width: 27%;
  }
  .w-sm-28 {
    width: 28%;
  }
  .w-sm-29 {
    width: 29%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-31 {
    width: 31%;
  }
  .w-sm-32 {
    width: 32%;
  }
  .w-sm-33 {
    width: 33%;
  }
  .w-sm-34 {
    width: 34%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-36 {
    width: 36%;
  }
  .w-sm-37 {
    width: 37%;
  }
  .w-sm-38 {
    width: 38%;
  }
  .w-sm-39 {
    width: 39%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-41 {
    width: 41%;
  }
  .w-sm-42 {
    width: 42%;
  }
  .w-sm-43 {
    width: 43%;
  }
  .w-sm-44 {
    width: 44%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-sm-46 {
    width: 46%;
  }
  .w-sm-47 {
    width: 47%;
  }
  .w-sm-48 {
    width: 48%;
  }
  .w-sm-49 {
    width: 49%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-51 {
    width: 51%;
  }
  .w-sm-52 {
    width: 52%;
  }
  .w-sm-53 {
    width: 53%;
  }
  .w-sm-54 {
    width: 54%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-sm-56 {
    width: 56%;
  }
  .w-sm-57 {
    width: 57%;
  }
  .w-sm-58 {
    width: 58%;
  }
  .w-sm-59 {
    width: 59%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-61 {
    width: 61%;
  }
  .w-sm-62 {
    width: 62%;
  }
  .w-sm-63 {
    width: 63%;
  }
  .w-sm-64 {
    width: 64%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-66 {
    width: 66%;
  }
  .w-sm-67 {
    width: 67%;
  }
  .w-sm-68 {
    width: 68%;
  }
  .w-sm-69 {
    width: 69%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-71 {
    width: 71%;
  }
  .w-sm-72 {
    width: 72%;
  }
  .w-sm-73 {
    width: 73%;
  }
  .w-sm-74 {
    width: 74%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-76 {
    width: 76%;
  }
  .w-sm-77 {
    width: 77%;
  }
  .w-sm-78 {
    width: 78%;
  }
  .w-sm-79 {
    width: 79%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-81 {
    width: 81%;
  }
  .w-sm-82 {
    width: 82%;
  }
  .w-sm-83 {
    width: 83%;
  }
  .w-sm-84 {
    width: 84%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-sm-86 {
    width: 86%;
  }
  .w-sm-87 {
    width: 87%;
  }
  .w-sm-88 {
    width: 88%;
  }
  .w-sm-89 {
    width: 89%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-91 {
    width: 91%;
  }
  .w-sm-92 {
    width: 92%;
  }
  .w-sm-93 {
    width: 93%;
  }
  .w-sm-94 {
    width: 94%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-sm-96 {
    width: 96%;
  }
  .w-sm-97 {
    width: 97%;
  }
  .w-sm-98 {
    width: 98%;
  }
  .w-sm-99 {
    width: 99%;
  }
  .w-sm-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-md-1 {
    width: 1%;
  }
  .w-md-2 {
    width: 2%;
  }
  .w-md-3 {
    width: 3%;
  }
  .w-md-4 {
    width: 4%;
  }
  .w-md-5 {
    width: 5%;
  }
  .w-md-6 {
    width: 6%;
  }
  .w-md-7 {
    width: 7%;
  }
  .w-md-8 {
    width: 8%;
  }
  .w-md-9 {
    width: 9%;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-md-11 {
    width: 11%;
  }
  .w-md-12 {
    width: 12%;
  }
  .w-md-13 {
    width: 13%;
  }
  .w-md-14 {
    width: 14%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-16 {
    width: 16%;
  }
  .w-md-17 {
    width: 17%;
  }
  .w-md-18 {
    width: 18%;
  }
  .w-md-19 {
    width: 19%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-21 {
    width: 21%;
  }
  .w-md-22 {
    width: 22%;
  }
  .w-md-23 {
    width: 23%;
  }
  .w-md-24 {
    width: 24%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-26 {
    width: 26%;
  }
  .w-md-27 {
    width: 27%;
  }
  .w-md-28 {
    width: 28%;
  }
  .w-md-29 {
    width: 29%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-31 {
    width: 31%;
  }
  .w-md-32 {
    width: 32%;
  }
  .w-md-33 {
    width: 33%;
  }
  .w-md-34 {
    width: 34%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-36 {
    width: 36%;
  }
  .w-md-37 {
    width: 37%;
  }
  .w-md-38 {
    width: 38%;
  }
  .w-md-39 {
    width: 39%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-41 {
    width: 41%;
  }
  .w-md-42 {
    width: 42%;
  }
  .w-md-43 {
    width: 43%;
  }
  .w-md-44 {
    width: 44%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-46 {
    width: 46%;
  }
  .w-md-47 {
    width: 47%;
  }
  .w-md-48 {
    width: 48%;
  }
  .w-md-49 {
    width: 49%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-51 {
    width: 51%;
  }
  .w-md-52 {
    width: 52%;
  }
  .w-md-53 {
    width: 53%;
  }
  .w-md-54 {
    width: 54%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-56 {
    width: 56%;
  }
  .w-md-57 {
    width: 57%;
  }
  .w-md-58 {
    width: 58%;
  }
  .w-md-59 {
    width: 59%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-61 {
    width: 61%;
  }
  .w-md-62 {
    width: 62%;
  }
  .w-md-63 {
    width: 63%;
  }
  .w-md-64 {
    width: 64%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-66 {
    width: 66%;
  }
  .w-md-67 {
    width: 67%;
  }
  .w-md-68 {
    width: 68%;
  }
  .w-md-69 {
    width: 69%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-71 {
    width: 71%;
  }
  .w-md-72 {
    width: 72%;
  }
  .w-md-73 {
    width: 73%;
  }
  .w-md-74 {
    width: 74%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-76 {
    width: 76%;
  }
  .w-md-77 {
    width: 77%;
  }
  .w-md-78 {
    width: 78%;
  }
  .w-md-79 {
    width: 79%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-81 {
    width: 81%;
  }
  .w-md-82 {
    width: 82%;
  }
  .w-md-83 {
    width: 83%;
  }
  .w-md-84 {
    width: 84%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-86 {
    width: 86%;
  }
  .w-md-87 {
    width: 87%;
  }
  .w-md-88 {
    width: 88%;
  }
  .w-md-89 {
    width: 89%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-91 {
    width: 91%;
  }
  .w-md-92 {
    width: 92%;
  }
  .w-md-93 {
    width: 93%;
  }
  .w-md-94 {
    width: 94%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-md-96 {
    width: 96%;
  }
  .w-md-97 {
    width: 97%;
  }
  .w-md-98 {
    width: 98%;
  }
  .w-md-99 {
    width: 99%;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .w-lg-1 {
    width: 1%;
  }
  .w-lg-2 {
    width: 2%;
  }
  .w-lg-3 {
    width: 3%;
  }
  .w-lg-4 {
    width: 4%;
  }
  .w-lg-5 {
    width: 5%;
  }
  .w-lg-6 {
    width: 6%;
  }
  .w-lg-7 {
    width: 7%;
  }
  .w-lg-8 {
    width: 8%;
  }
  .w-lg-9 {
    width: 9%;
  }
  .w-lg-10 {
    width: 10%;
  }
  .w-lg-11 {
    width: 11%;
  }
  .w-lg-12 {
    width: 12%;
  }
  .w-lg-13 {
    width: 13%;
  }
  .w-lg-14 {
    width: 14%;
  }
  .w-lg-15 {
    width: 15%;
  }
  .w-lg-16 {
    width: 16%;
  }
  .w-lg-17 {
    width: 17%;
  }
  .w-lg-18 {
    width: 18%;
  }
  .w-lg-19 {
    width: 19%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-21 {
    width: 21%;
  }
  .w-lg-22 {
    width: 22%;
  }
  .w-lg-23 {
    width: 23%;
  }
  .w-lg-24 {
    width: 24%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-26 {
    width: 26%;
  }
  .w-lg-27 {
    width: 27%;
  }
  .w-lg-28 {
    width: 28%;
  }
  .w-lg-29 {
    width: 29%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-31 {
    width: 31%;
  }
  .w-lg-32 {
    width: 32%;
  }
  .w-lg-33 {
    width: 33%;
  }
  .w-lg-34 {
    width: 34%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-36 {
    width: 36%;
  }
  .w-lg-37 {
    width: 37%;
  }
  .w-lg-38 {
    width: 38%;
  }
  .w-lg-39 {
    width: 39%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-41 {
    width: 41%;
  }
  .w-lg-42 {
    width: 42%;
  }
  .w-lg-43 {
    width: 43%;
  }
  .w-lg-44 {
    width: 44%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .w-lg-46 {
    width: 46%;
  }
  .w-lg-47 {
    width: 47%;
  }
  .w-lg-48 {
    width: 48%;
  }
  .w-lg-49 {
    width: 49%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-51 {
    width: 51%;
  }
  .w-lg-52 {
    width: 52%;
  }
  .w-lg-53 {
    width: 53%;
  }
  .w-lg-54 {
    width: 54%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .w-lg-56 {
    width: 56%;
  }
  .w-lg-57 {
    width: 57%;
  }
  .w-lg-58 {
    width: 58%;
  }
  .w-lg-59 {
    width: 59%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-61 {
    width: 61%;
  }
  .w-lg-62 {
    width: 62%;
  }
  .w-lg-63 {
    width: 63%;
  }
  .w-lg-64 {
    width: 64%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .w-lg-66 {
    width: 66%;
  }
  .w-lg-67 {
    width: 67%;
  }
  .w-lg-68 {
    width: 68%;
  }
  .w-lg-69 {
    width: 69%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-71 {
    width: 71%;
  }
  .w-lg-72 {
    width: 72%;
  }
  .w-lg-73 {
    width: 73%;
  }
  .w-lg-74 {
    width: 74%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-76 {
    width: 76%;
  }
  .w-lg-77 {
    width: 77%;
  }
  .w-lg-78 {
    width: 78%;
  }
  .w-lg-79 {
    width: 79%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-81 {
    width: 81%;
  }
  .w-lg-82 {
    width: 82%;
  }
  .w-lg-83 {
    width: 83%;
  }
  .w-lg-84 {
    width: 84%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-lg-86 {
    width: 86%;
  }
  .w-lg-87 {
    width: 87%;
  }
  .w-lg-88 {
    width: 88%;
  }
  .w-lg-89 {
    width: 89%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-91 {
    width: 91%;
  }
  .w-lg-92 {
    width: 92%;
  }
  .w-lg-93 {
    width: 93%;
  }
  .w-lg-94 {
    width: 94%;
  }
  .w-lg-95 {
    width: 95%;
  }
  .w-lg-96 {
    width: 96%;
  }
  .w-lg-97 {
    width: 97%;
  }
  .w-lg-98 {
    width: 98%;
  }
  .w-lg-99 {
    width: 99%;
  }
  .w-lg-100 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .w-xl-1 {
    width: 1%;
  }
  .w-xl-2 {
    width: 2%;
  }
  .w-xl-3 {
    width: 3%;
  }
  .w-xl-4 {
    width: 4%;
  }
  .w-xl-5 {
    width: 5%;
  }
  .w-xl-6 {
    width: 6%;
  }
  .w-xl-7 {
    width: 7%;
  }
  .w-xl-8 {
    width: 8%;
  }
  .w-xl-9 {
    width: 9%;
  }
  .w-xl-10 {
    width: 10%;
  }
  .w-xl-11 {
    width: 11%;
  }
  .w-xl-12 {
    width: 12%;
  }
  .w-xl-13 {
    width: 13%;
  }
  .w-xl-14 {
    width: 14%;
  }
  .w-xl-15 {
    width: 15%;
  }
  .w-xl-16 {
    width: 16%;
  }
  .w-xl-17 {
    width: 17%;
  }
  .w-xl-18 {
    width: 18%;
  }
  .w-xl-19 {
    width: 19%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-xl-21 {
    width: 21%;
  }
  .w-xl-22 {
    width: 22%;
  }
  .w-xl-23 {
    width: 23%;
  }
  .w-xl-24 {
    width: 24%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-26 {
    width: 26%;
  }
  .w-xl-27 {
    width: 27%;
  }
  .w-xl-28 {
    width: 28%;
  }
  .w-xl-29 {
    width: 29%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-xl-31 {
    width: 31%;
  }
  .w-xl-32 {
    width: 32%;
  }
  .w-xl-33 {
    width: 33%;
  }
  .w-xl-34 {
    width: 34%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .w-xl-36 {
    width: 36%;
  }
  .w-xl-37 {
    width: 37%;
  }
  .w-xl-38 {
    width: 38%;
  }
  .w-xl-39 {
    width: 39%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-xl-41 {
    width: 41%;
  }
  .w-xl-42 {
    width: 42%;
  }
  .w-xl-43 {
    width: 43%;
  }
  .w-xl-44 {
    width: 44%;
  }
  .w-xl-45 {
    width: 45%;
  }
  .w-xl-46 {
    width: 46%;
  }
  .w-xl-47 {
    width: 47%;
  }
  .w-xl-48 {
    width: 48%;
  }
  .w-xl-49 {
    width: 49%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-51 {
    width: 51%;
  }
  .w-xl-52 {
    width: 52%;
  }
  .w-xl-53 {
    width: 53%;
  }
  .w-xl-54 {
    width: 54%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .w-xl-56 {
    width: 56%;
  }
  .w-xl-57 {
    width: 57%;
  }
  .w-xl-58 {
    width: 58%;
  }
  .w-xl-59 {
    width: 59%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-xl-61 {
    width: 61%;
  }
  .w-xl-62 {
    width: 62%;
  }
  .w-xl-63 {
    width: 63%;
  }
  .w-xl-64 {
    width: 64%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .w-xl-66 {
    width: 66%;
  }
  .w-xl-67 {
    width: 67%;
  }
  .w-xl-68 {
    width: 68%;
  }
  .w-xl-69 {
    width: 69%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-71 {
    width: 71%;
  }
  .w-xl-72 {
    width: 72%;
  }
  .w-xl-73 {
    width: 73%;
  }
  .w-xl-74 {
    width: 74%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-76 {
    width: 76%;
  }
  .w-xl-77 {
    width: 77%;
  }
  .w-xl-78 {
    width: 78%;
  }
  .w-xl-79 {
    width: 79%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-81 {
    width: 81%;
  }
  .w-xl-82 {
    width: 82%;
  }
  .w-xl-83 {
    width: 83%;
  }
  .w-xl-84 {
    width: 84%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .w-xl-86 {
    width: 86%;
  }
  .w-xl-87 {
    width: 87%;
  }
  .w-xl-88 {
    width: 88%;
  }
  .w-xl-89 {
    width: 89%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-91 {
    width: 91%;
  }
  .w-xl-92 {
    width: 92%;
  }
  .w-xl-93 {
    width: 93%;
  }
  .w-xl-94 {
    width: 94%;
  }
  .w-xl-95 {
    width: 95%;
  }
  .w-xl-96 {
    width: 96%;
  }
  .w-xl-97 {
    width: 97%;
  }
  .w-xl-98 {
    width: 98%;
  }
  .w-xl-99 {
    width: 99%;
  }
  .w-xl-100 {
    width: 100%;
  }
}
.h-1 {
  height: 1%;
}
.h-2 {
  height: 2%;
}
.h-3 {
  height: 3%;
}
.h-4 {
  height: 4%;
}
.h-5 {
  height: 5%;
}
.h-6 {
  height: 6%;
}
.h-7 {
  height: 7%;
}
.h-8 {
  height: 8%;
}
.h-9 {
  height: 9%;
}
.h-10 {
  height: 10%;
}
.h-11 {
  height: 11%;
}
.h-12 {
  height: 12%;
}
.h-13 {
  height: 13%;
}
.h-14 {
  height: 14%;
}
.h-15 {
  height: 15%;
}
.h-16 {
  height: 16%;
}
.h-17 {
  height: 17%;
}
.h-18 {
  height: 18%;
}
.h-19 {
  height: 19%;
}
.h-20 {
  height: 20%;
}
.h-21 {
  height: 21%;
}
.h-22 {
  height: 22%;
}
.h-23 {
  height: 23%;
}
.h-24 {
  height: 24%;
}
.h-25 {
  height: 25%;
}
.h-26 {
  height: 26%;
}
.h-27 {
  height: 27%;
}
.h-28 {
  height: 28%;
}
.h-29 {
  height: 29%;
}
.h-30 {
  height: 30%;
}
.h-31 {
  height: 31%;
}
.h-32 {
  height: 32%;
}
.h-33 {
  height: 33%;
}
.h-34 {
  height: 34%;
}
.h-35 {
  height: 35%;
}
.h-36 {
  height: 36%;
}
.h-37 {
  height: 37%;
}
.h-38 {
  height: 38%;
}
.h-39 {
  height: 39%;
}
.h-40 {
  height: 40%;
}
.h-41 {
  height: 41%;
}
.h-42 {
  height: 42%;
}
.h-43 {
  height: 43%;
}
.h-44 {
  height: 44%;
}
.h-45 {
  height: 45%;
}
.h-46 {
  height: 46%;
}
.h-47 {
  height: 47%;
}
.h-48 {
  height: 48%;
}
.h-49 {
  height: 49%;
}
.h-50 {
  height: 50%;
}
.h-51 {
  height: 51%;
}
.h-52 {
  height: 52%;
}
.h-53 {
  height: 53%;
}
.h-54 {
  height: 54%;
}
.h-55 {
  height: 55%;
}
.h-56 {
  height: 56%;
}
.h-57 {
  height: 57%;
}
.h-58 {
  height: 58%;
}
.h-59 {
  height: 59%;
}
.h-60 {
  height: 60%;
}
.h-61 {
  height: 61%;
}
.h-62 {
  height: 62%;
}
.h-63 {
  height: 63%;
}
.h-64 {
  height: 64%;
}
.h-65 {
  height: 65%;
}
.h-66 {
  height: 66%;
}
.h-67 {
  height: 67%;
}
.h-68 {
  height: 68%;
}
.h-69 {
  height: 69%;
}
.h-70 {
  height: 70%;
}
.h-71 {
  height: 71%;
}
.h-72 {
  height: 72%;
}
.h-73 {
  height: 73%;
}
.h-74 {
  height: 74%;
}
.h-75 {
  height: 75%;
}
.h-76 {
  height: 76%;
}
.h-77 {
  height: 77%;
}
.h-78 {
  height: 78%;
}
.h-79 {
  height: 79%;
}
.h-80 {
  height: 80%;
}
.h-81 {
  height: 81%;
}
.h-82 {
  height: 82%;
}
.h-83 {
  height: 83%;
}
.h-84 {
  height: 84%;
}
.h-85 {
  height: 85%;
}
.h-86 {
  height: 86%;
}
.h-87 {
  height: 87%;
}
.h-88 {
  height: 88%;
}
.h-89 {
  height: 89%;
}
.h-90 {
  height: 90%;
}
.h-91 {
  height: 91%;
}
.h-92 {
  height: 92%;
}
.h-93 {
  height: 93%;
}
.h-94 {
  height: 94%;
}
.h-95 {
  height: 95%;
}
.h-96 {
  height: 96%;
}
.h-97 {
  height: 97%;
}
.h-98 {
  height: 98%;
}
.h-99 {
  height: 99%;
}
.h-100 {
  height: 100%;
}
@media (min-width: 768px) {
  .h-sm-1 {
    height: 1%;
  }
  .h-sm-2 {
    height: 2%;
  }
  .h-sm-3 {
    height: 3%;
  }
  .h-sm-4 {
    height: 4%;
  }
  .h-sm-5 {
    height: 5%;
  }
  .h-sm-6 {
    height: 6%;
  }
  .h-sm-7 {
    height: 7%;
  }
  .h-sm-8 {
    height: 8%;
  }
  .h-sm-9 {
    height: 9%;
  }
  .h-sm-10 {
    height: 10%;
  }
  .h-sm-11 {
    height: 11%;
  }
  .h-sm-12 {
    height: 12%;
  }
  .h-sm-13 {
    height: 13%;
  }
  .h-sm-14 {
    height: 14%;
  }
  .h-sm-15 {
    height: 15%;
  }
  .h-sm-16 {
    height: 16%;
  }
  .h-sm-17 {
    height: 17%;
  }
  .h-sm-18 {
    height: 18%;
  }
  .h-sm-19 {
    height: 19%;
  }
  .h-sm-20 {
    height: 20%;
  }
  .h-sm-21 {
    height: 21%;
  }
  .h-sm-22 {
    height: 22%;
  }
  .h-sm-23 {
    height: 23%;
  }
  .h-sm-24 {
    height: 24%;
  }
  .h-sm-25 {
    height: 25%;
  }
  .h-sm-26 {
    height: 26%;
  }
  .h-sm-27 {
    height: 27%;
  }
  .h-sm-28 {
    height: 28%;
  }
  .h-sm-29 {
    height: 29%;
  }
  .h-sm-30 {
    height: 30%;
  }
  .h-sm-31 {
    height: 31%;
  }
  .h-sm-32 {
    height: 32%;
  }
  .h-sm-33 {
    height: 33%;
  }
  .h-sm-34 {
    height: 34%;
  }
  .h-sm-35 {
    height: 35%;
  }
  .h-sm-36 {
    height: 36%;
  }
  .h-sm-37 {
    height: 37%;
  }
  .h-sm-38 {
    height: 38%;
  }
  .h-sm-39 {
    height: 39%;
  }
  .h-sm-40 {
    height: 40%;
  }
  .h-sm-41 {
    height: 41%;
  }
  .h-sm-42 {
    height: 42%;
  }
  .h-sm-43 {
    height: 43%;
  }
  .h-sm-44 {
    height: 44%;
  }
  .h-sm-45 {
    height: 45%;
  }
  .h-sm-46 {
    height: 46%;
  }
  .h-sm-47 {
    height: 47%;
  }
  .h-sm-48 {
    height: 48%;
  }
  .h-sm-49 {
    height: 49%;
  }
  .h-sm-50 {
    height: 50%;
  }
  .h-sm-51 {
    height: 51%;
  }
  .h-sm-52 {
    height: 52%;
  }
  .h-sm-53 {
    height: 53%;
  }
  .h-sm-54 {
    height: 54%;
  }
  .h-sm-55 {
    height: 55%;
  }
  .h-sm-56 {
    height: 56%;
  }
  .h-sm-57 {
    height: 57%;
  }
  .h-sm-58 {
    height: 58%;
  }
  .h-sm-59 {
    height: 59%;
  }
  .h-sm-60 {
    height: 60%;
  }
  .h-sm-61 {
    height: 61%;
  }
  .h-sm-62 {
    height: 62%;
  }
  .h-sm-63 {
    height: 63%;
  }
  .h-sm-64 {
    height: 64%;
  }
  .h-sm-65 {
    height: 65%;
  }
  .h-sm-66 {
    height: 66%;
  }
  .h-sm-67 {
    height: 67%;
  }
  .h-sm-68 {
    height: 68%;
  }
  .h-sm-69 {
    height: 69%;
  }
  .h-sm-70 {
    height: 70%;
  }
  .h-sm-71 {
    height: 71%;
  }
  .h-sm-72 {
    height: 72%;
  }
  .h-sm-73 {
    height: 73%;
  }
  .h-sm-74 {
    height: 74%;
  }
  .h-sm-75 {
    height: 75%;
  }
  .h-sm-76 {
    height: 76%;
  }
  .h-sm-77 {
    height: 77%;
  }
  .h-sm-78 {
    height: 78%;
  }
  .h-sm-79 {
    height: 79%;
  }
  .h-sm-80 {
    height: 80%;
  }
  .h-sm-81 {
    height: 81%;
  }
  .h-sm-82 {
    height: 82%;
  }
  .h-sm-83 {
    height: 83%;
  }
  .h-sm-84 {
    height: 84%;
  }
  .h-sm-85 {
    height: 85%;
  }
  .h-sm-86 {
    height: 86%;
  }
  .h-sm-87 {
    height: 87%;
  }
  .h-sm-88 {
    height: 88%;
  }
  .h-sm-89 {
    height: 89%;
  }
  .h-sm-90 {
    height: 90%;
  }
  .h-sm-91 {
    height: 91%;
  }
  .h-sm-92 {
    height: 92%;
  }
  .h-sm-93 {
    height: 93%;
  }
  .h-sm-94 {
    height: 94%;
  }
  .h-sm-95 {
    height: 95%;
  }
  .h-sm-96 {
    height: 96%;
  }
  .h-sm-97 {
    height: 97%;
  }
  .h-sm-98 {
    height: 98%;
  }
  .h-sm-99 {
    height: 99%;
  }
  .h-sm-100 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .h-md-1 {
    height: 1%;
  }
  .h-md-2 {
    height: 2%;
  }
  .h-md-3 {
    height: 3%;
  }
  .h-md-4 {
    height: 4%;
  }
  .h-md-5 {
    height: 5%;
  }
  .h-md-6 {
    height: 6%;
  }
  .h-md-7 {
    height: 7%;
  }
  .h-md-8 {
    height: 8%;
  }
  .h-md-9 {
    height: 9%;
  }
  .h-md-10 {
    height: 10%;
  }
  .h-md-11 {
    height: 11%;
  }
  .h-md-12 {
    height: 12%;
  }
  .h-md-13 {
    height: 13%;
  }
  .h-md-14 {
    height: 14%;
  }
  .h-md-15 {
    height: 15%;
  }
  .h-md-16 {
    height: 16%;
  }
  .h-md-17 {
    height: 17%;
  }
  .h-md-18 {
    height: 18%;
  }
  .h-md-19 {
    height: 19%;
  }
  .h-md-20 {
    height: 20%;
  }
  .h-md-21 {
    height: 21%;
  }
  .h-md-22 {
    height: 22%;
  }
  .h-md-23 {
    height: 23%;
  }
  .h-md-24 {
    height: 24%;
  }
  .h-md-25 {
    height: 25%;
  }
  .h-md-26 {
    height: 26%;
  }
  .h-md-27 {
    height: 27%;
  }
  .h-md-28 {
    height: 28%;
  }
  .h-md-29 {
    height: 29%;
  }
  .h-md-30 {
    height: 30%;
  }
  .h-md-31 {
    height: 31%;
  }
  .h-md-32 {
    height: 32%;
  }
  .h-md-33 {
    height: 33%;
  }
  .h-md-34 {
    height: 34%;
  }
  .h-md-35 {
    height: 35%;
  }
  .h-md-36 {
    height: 36%;
  }
  .h-md-37 {
    height: 37%;
  }
  .h-md-38 {
    height: 38%;
  }
  .h-md-39 {
    height: 39%;
  }
  .h-md-40 {
    height: 40%;
  }
  .h-md-41 {
    height: 41%;
  }
  .h-md-42 {
    height: 42%;
  }
  .h-md-43 {
    height: 43%;
  }
  .h-md-44 {
    height: 44%;
  }
  .h-md-45 {
    height: 45%;
  }
  .h-md-46 {
    height: 46%;
  }
  .h-md-47 {
    height: 47%;
  }
  .h-md-48 {
    height: 48%;
  }
  .h-md-49 {
    height: 49%;
  }
  .h-md-50 {
    height: 50%;
  }
  .h-md-51 {
    height: 51%;
  }
  .h-md-52 {
    height: 52%;
  }
  .h-md-53 {
    height: 53%;
  }
  .h-md-54 {
    height: 54%;
  }
  .h-md-55 {
    height: 55%;
  }
  .h-md-56 {
    height: 56%;
  }
  .h-md-57 {
    height: 57%;
  }
  .h-md-58 {
    height: 58%;
  }
  .h-md-59 {
    height: 59%;
  }
  .h-md-60 {
    height: 60%;
  }
  .h-md-61 {
    height: 61%;
  }
  .h-md-62 {
    height: 62%;
  }
  .h-md-63 {
    height: 63%;
  }
  .h-md-64 {
    height: 64%;
  }
  .h-md-65 {
    height: 65%;
  }
  .h-md-66 {
    height: 66%;
  }
  .h-md-67 {
    height: 67%;
  }
  .h-md-68 {
    height: 68%;
  }
  .h-md-69 {
    height: 69%;
  }
  .h-md-70 {
    height: 70%;
  }
  .h-md-71 {
    height: 71%;
  }
  .h-md-72 {
    height: 72%;
  }
  .h-md-73 {
    height: 73%;
  }
  .h-md-74 {
    height: 74%;
  }
  .h-md-75 {
    height: 75%;
  }
  .h-md-76 {
    height: 76%;
  }
  .h-md-77 {
    height: 77%;
  }
  .h-md-78 {
    height: 78%;
  }
  .h-md-79 {
    height: 79%;
  }
  .h-md-80 {
    height: 80%;
  }
  .h-md-81 {
    height: 81%;
  }
  .h-md-82 {
    height: 82%;
  }
  .h-md-83 {
    height: 83%;
  }
  .h-md-84 {
    height: 84%;
  }
  .h-md-85 {
    height: 85%;
  }
  .h-md-86 {
    height: 86%;
  }
  .h-md-87 {
    height: 87%;
  }
  .h-md-88 {
    height: 88%;
  }
  .h-md-89 {
    height: 89%;
  }
  .h-md-90 {
    height: 90%;
  }
  .h-md-91 {
    height: 91%;
  }
  .h-md-92 {
    height: 92%;
  }
  .h-md-93 {
    height: 93%;
  }
  .h-md-94 {
    height: 94%;
  }
  .h-md-95 {
    height: 95%;
  }
  .h-md-96 {
    height: 96%;
  }
  .h-md-97 {
    height: 97%;
  }
  .h-md-98 {
    height: 98%;
  }
  .h-md-99 {
    height: 99%;
  }
  .h-md-100 {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .h-lg-1 {
    height: 1%;
  }
  .h-lg-2 {
    height: 2%;
  }
  .h-lg-3 {
    height: 3%;
  }
  .h-lg-4 {
    height: 4%;
  }
  .h-lg-5 {
    height: 5%;
  }
  .h-lg-6 {
    height: 6%;
  }
  .h-lg-7 {
    height: 7%;
  }
  .h-lg-8 {
    height: 8%;
  }
  .h-lg-9 {
    height: 9%;
  }
  .h-lg-10 {
    height: 10%;
  }
  .h-lg-11 {
    height: 11%;
  }
  .h-lg-12 {
    height: 12%;
  }
  .h-lg-13 {
    height: 13%;
  }
  .h-lg-14 {
    height: 14%;
  }
  .h-lg-15 {
    height: 15%;
  }
  .h-lg-16 {
    height: 16%;
  }
  .h-lg-17 {
    height: 17%;
  }
  .h-lg-18 {
    height: 18%;
  }
  .h-lg-19 {
    height: 19%;
  }
  .h-lg-20 {
    height: 20%;
  }
  .h-lg-21 {
    height: 21%;
  }
  .h-lg-22 {
    height: 22%;
  }
  .h-lg-23 {
    height: 23%;
  }
  .h-lg-24 {
    height: 24%;
  }
  .h-lg-25 {
    height: 25%;
  }
  .h-lg-26 {
    height: 26%;
  }
  .h-lg-27 {
    height: 27%;
  }
  .h-lg-28 {
    height: 28%;
  }
  .h-lg-29 {
    height: 29%;
  }
  .h-lg-30 {
    height: 30%;
  }
  .h-lg-31 {
    height: 31%;
  }
  .h-lg-32 {
    height: 32%;
  }
  .h-lg-33 {
    height: 33%;
  }
  .h-lg-34 {
    height: 34%;
  }
  .h-lg-35 {
    height: 35%;
  }
  .h-lg-36 {
    height: 36%;
  }
  .h-lg-37 {
    height: 37%;
  }
  .h-lg-38 {
    height: 38%;
  }
  .h-lg-39 {
    height: 39%;
  }
  .h-lg-40 {
    height: 40%;
  }
  .h-lg-41 {
    height: 41%;
  }
  .h-lg-42 {
    height: 42%;
  }
  .h-lg-43 {
    height: 43%;
  }
  .h-lg-44 {
    height: 44%;
  }
  .h-lg-45 {
    height: 45%;
  }
  .h-lg-46 {
    height: 46%;
  }
  .h-lg-47 {
    height: 47%;
  }
  .h-lg-48 {
    height: 48%;
  }
  .h-lg-49 {
    height: 49%;
  }
  .h-lg-50 {
    height: 50%;
  }
  .h-lg-51 {
    height: 51%;
  }
  .h-lg-52 {
    height: 52%;
  }
  .h-lg-53 {
    height: 53%;
  }
  .h-lg-54 {
    height: 54%;
  }
  .h-lg-55 {
    height: 55%;
  }
  .h-lg-56 {
    height: 56%;
  }
  .h-lg-57 {
    height: 57%;
  }
  .h-lg-58 {
    height: 58%;
  }
  .h-lg-59 {
    height: 59%;
  }
  .h-lg-60 {
    height: 60%;
  }
  .h-lg-61 {
    height: 61%;
  }
  .h-lg-62 {
    height: 62%;
  }
  .h-lg-63 {
    height: 63%;
  }
  .h-lg-64 {
    height: 64%;
  }
  .h-lg-65 {
    height: 65%;
  }
  .h-lg-66 {
    height: 66%;
  }
  .h-lg-67 {
    height: 67%;
  }
  .h-lg-68 {
    height: 68%;
  }
  .h-lg-69 {
    height: 69%;
  }
  .h-lg-70 {
    height: 70%;
  }
  .h-lg-71 {
    height: 71%;
  }
  .h-lg-72 {
    height: 72%;
  }
  .h-lg-73 {
    height: 73%;
  }
  .h-lg-74 {
    height: 74%;
  }
  .h-lg-75 {
    height: 75%;
  }
  .h-lg-76 {
    height: 76%;
  }
  .h-lg-77 {
    height: 77%;
  }
  .h-lg-78 {
    height: 78%;
  }
  .h-lg-79 {
    height: 79%;
  }
  .h-lg-80 {
    height: 80%;
  }
  .h-lg-81 {
    height: 81%;
  }
  .h-lg-82 {
    height: 82%;
  }
  .h-lg-83 {
    height: 83%;
  }
  .h-lg-84 {
    height: 84%;
  }
  .h-lg-85 {
    height: 85%;
  }
  .h-lg-86 {
    height: 86%;
  }
  .h-lg-87 {
    height: 87%;
  }
  .h-lg-88 {
    height: 88%;
  }
  .h-lg-89 {
    height: 89%;
  }
  .h-lg-90 {
    height: 90%;
  }
  .h-lg-91 {
    height: 91%;
  }
  .h-lg-92 {
    height: 92%;
  }
  .h-lg-93 {
    height: 93%;
  }
  .h-lg-94 {
    height: 94%;
  }
  .h-lg-95 {
    height: 95%;
  }
  .h-lg-96 {
    height: 96%;
  }
  .h-lg-97 {
    height: 97%;
  }
  .h-lg-98 {
    height: 98%;
  }
  .h-lg-99 {
    height: 99%;
  }
  .h-lg-100 {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .h-xl-1 {
    height: 1%;
  }
  .h-xl-2 {
    height: 2%;
  }
  .h-xl-3 {
    height: 3%;
  }
  .h-xl-4 {
    height: 4%;
  }
  .h-xl-5 {
    height: 5%;
  }
  .h-xl-6 {
    height: 6%;
  }
  .h-xl-7 {
    height: 7%;
  }
  .h-xl-8 {
    height: 8%;
  }
  .h-xl-9 {
    height: 9%;
  }
  .h-xl-10 {
    height: 10%;
  }
  .h-xl-11 {
    height: 11%;
  }
  .h-xl-12 {
    height: 12%;
  }
  .h-xl-13 {
    height: 13%;
  }
  .h-xl-14 {
    height: 14%;
  }
  .h-xl-15 {
    height: 15%;
  }
  .h-xl-16 {
    height: 16%;
  }
  .h-xl-17 {
    height: 17%;
  }
  .h-xl-18 {
    height: 18%;
  }
  .h-xl-19 {
    height: 19%;
  }
  .h-xl-20 {
    height: 20%;
  }
  .h-xl-21 {
    height: 21%;
  }
  .h-xl-22 {
    height: 22%;
  }
  .h-xl-23 {
    height: 23%;
  }
  .h-xl-24 {
    height: 24%;
  }
  .h-xl-25 {
    height: 25%;
  }
  .h-xl-26 {
    height: 26%;
  }
  .h-xl-27 {
    height: 27%;
  }
  .h-xl-28 {
    height: 28%;
  }
  .h-xl-29 {
    height: 29%;
  }
  .h-xl-30 {
    height: 30%;
  }
  .h-xl-31 {
    height: 31%;
  }
  .h-xl-32 {
    height: 32%;
  }
  .h-xl-33 {
    height: 33%;
  }
  .h-xl-34 {
    height: 34%;
  }
  .h-xl-35 {
    height: 35%;
  }
  .h-xl-36 {
    height: 36%;
  }
  .h-xl-37 {
    height: 37%;
  }
  .h-xl-38 {
    height: 38%;
  }
  .h-xl-39 {
    height: 39%;
  }
  .h-xl-40 {
    height: 40%;
  }
  .h-xl-41 {
    height: 41%;
  }
  .h-xl-42 {
    height: 42%;
  }
  .h-xl-43 {
    height: 43%;
  }
  .h-xl-44 {
    height: 44%;
  }
  .h-xl-45 {
    height: 45%;
  }
  .h-xl-46 {
    height: 46%;
  }
  .h-xl-47 {
    height: 47%;
  }
  .h-xl-48 {
    height: 48%;
  }
  .h-xl-49 {
    height: 49%;
  }
  .h-xl-50 {
    height: 50%;
  }
  .h-xl-51 {
    height: 51%;
  }
  .h-xl-52 {
    height: 52%;
  }
  .h-xl-53 {
    height: 53%;
  }
  .h-xl-54 {
    height: 54%;
  }
  .h-xl-55 {
    height: 55%;
  }
  .h-xl-56 {
    height: 56%;
  }
  .h-xl-57 {
    height: 57%;
  }
  .h-xl-58 {
    height: 58%;
  }
  .h-xl-59 {
    height: 59%;
  }
  .h-xl-60 {
    height: 60%;
  }
  .h-xl-61 {
    height: 61%;
  }
  .h-xl-62 {
    height: 62%;
  }
  .h-xl-63 {
    height: 63%;
  }
  .h-xl-64 {
    height: 64%;
  }
  .h-xl-65 {
    height: 65%;
  }
  .h-xl-66 {
    height: 66%;
  }
  .h-xl-67 {
    height: 67%;
  }
  .h-xl-68 {
    height: 68%;
  }
  .h-xl-69 {
    height: 69%;
  }
  .h-xl-70 {
    height: 70%;
  }
  .h-xl-71 {
    height: 71%;
  }
  .h-xl-72 {
    height: 72%;
  }
  .h-xl-73 {
    height: 73%;
  }
  .h-xl-74 {
    height: 74%;
  }
  .h-xl-75 {
    height: 75%;
  }
  .h-xl-76 {
    height: 76%;
  }
  .h-xl-77 {
    height: 77%;
  }
  .h-xl-78 {
    height: 78%;
  }
  .h-xl-79 {
    height: 79%;
  }
  .h-xl-80 {
    height: 80%;
  }
  .h-xl-81 {
    height: 81%;
  }
  .h-xl-82 {
    height: 82%;
  }
  .h-xl-83 {
    height: 83%;
  }
  .h-xl-84 {
    height: 84%;
  }
  .h-xl-85 {
    height: 85%;
  }
  .h-xl-86 {
    height: 86%;
  }
  .h-xl-87 {
    height: 87%;
  }
  .h-xl-88 {
    height: 88%;
  }
  .h-xl-89 {
    height: 89%;
  }
  .h-xl-90 {
    height: 90%;
  }
  .h-xl-91 {
    height: 91%;
  }
  .h-xl-92 {
    height: 92%;
  }
  .h-xl-93 {
    height: 93%;
  }
  .h-xl-94 {
    height: 94%;
  }
  .h-xl-95 {
    height: 95%;
  }
  .h-xl-96 {
    height: 96%;
  }
  .h-xl-97 {
    height: 97%;
  }
  .h-xl-98 {
    height: 98%;
  }
  .h-xl-99 {
    height: 99%;
  }
  .h-xl-100 {
    height: 100%;
  }
}
.display-none {
  display: none !important;
}
.display-flex {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-block {
  display: block !important;
}
@media (min-width: 768px) {
  .display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .display-sm-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .display-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .display-md-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .display-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-block {
    display: block !important;
  }
}
.position-relative {
  position: relative !important;
}
@media (min-width: 768px) {
  .position-sm-relative {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  .position-md-relative {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-relative {
    position: relative !important;
  }
}
.position-absolute {
  position: absolute !important;
}
@media (min-width: 768px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  .position-md-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
.position-fixed {
  position: fixed !important;
}
@media (min-width: 768px) {
  .position-sm-fixed {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  .position-md-fixed {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  .position-lg-fixed {
    position: fixed !important;
  }
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
@media (min-width: 768px) {
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
.l-auto {
  left: auto !important;
}
.r-auto {
  right: auto !important;
}
.top-0,
.t-0 {
  top: 0 !important;
}
.right-0,
.r-0 {
  right: 0 !important;
}
.bottom-0,
.b-0 {
  bottom: 0 !important;
}
.left-0,
.l-0 {
  left: 0 !important;
}
.margin-auto {
  margin: auto;
}
.absolute-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .absolute-sm-center {
    position: absolute !important;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .absolute-md-center {
    position: absolute !important;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-center {
    position: absolute !important;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.absolute-h-center {
  position: absolute !important;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .absolute-sm-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .absolute-md-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
.absolute-v-center {
  position: absolute !important;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .absolute-sm-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .absolute-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .absolute-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .absolute-md-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .absolute-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .absolute-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .absolute-lg-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-wrap {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrap:before,
.flex-wrap:after {
  display: none;
}
@media (min-width: 768px) {
  .flex-sm-wrap {
    width: 100%;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-wrap:before,
  .flex-sm-wrap:after {
    display: none;
  }
  .flex-sm-wrap:before,
  .flex-sm-wrap:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .flex-md-wrap {
    width: 100%;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-wrap:before,
  .flex-md-wrap:after {
    display: none;
  }
  .flex-md-wrap:before,
  .flex-md-wrap:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .flex-lg-wrap {
    width: 100%;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-wrap:before,
  .flex-lg-wrap:after {
    display: none;
  }
  .flex-lg-wrap:before,
  .flex-lg-wrap:after {
    display: none;
  }
}
.flex-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .flex-sm-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-h-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .flex-sm-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .flex-md-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flex-v-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .flex-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-v-bottom {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .flex-sm-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-md-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.flex-space-between {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .flex-sm-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .flex-md-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .flex-lg-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex-v-space-between {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .flex-sm-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .flex-md-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-space-evenly {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .xs\:flex-column {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .xs\:flex-column-reverse {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .flex-sm-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-md-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-lg-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.order-n1 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (min-width: 768px) {
  .order-sm-n1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 992px) {
  .order-md-n1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1200px) {
  .order-lg-n1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 767px) {
  .mobile-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.z-index-n1 {
  z-index: -1 !important;
}
.z-index-n2 {
  z-index: -2 !important;
}
.z-index-n3 {
  z-index: -3 !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}
@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
  .pl-sm-6 {
    padding-left: 6rem !important;
  }
  .pl-sm-7 {
    padding-left: 7rem !important;
  }
  .pl-sm-8 {
    padding-left: 8rem !important;
  }
  .pl-sm-9 {
    padding-left: 9rem !important;
  }
  .pl-sm-10 {
    padding-left: 10rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
  .pr-sm-6 {
    padding-right: 6rem !important;
  }
  .pr-sm-7 {
    padding-right: 7rem !important;
  }
  .pr-sm-8 {
    padding-right: 8rem !important;
  }
  .pr-sm-9 {
    padding-right: 9rem !important;
  }
  .pr-sm-10 {
    padding-right: 10rem !important;
  }
}
@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pl-md-6 {
    padding-left: 6rem !important;
  }
  .pl-md-7 {
    padding-left: 7rem !important;
  }
  .pl-md-8 {
    padding-left: 8rem !important;
  }
  .pl-md-9 {
    padding-left: 9rem !important;
  }
  .pl-md-10 {
    padding-left: 10rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pr-md-6 {
    padding-right: 6rem !important;
  }
  .pr-md-7 {
    padding-right: 7rem !important;
  }
  .pr-md-8 {
    padding-right: 8rem !important;
  }
  .pr-md-9 {
    padding-right: 9rem !important;
  }
  .pr-md-10 {
    padding-right: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
  .pl-lg-7 {
    padding-left: 7rem !important;
  }
  .pl-lg-8 {
    padding-left: 8rem !important;
  }
  .pl-lg-9 {
    padding-left: 9rem !important;
  }
  .pl-lg-10 {
    padding-left: 10rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
  .pr-lg-7 {
    padding-right: 7rem !important;
  }
  .pr-lg-8 {
    padding-right: 8rem !important;
  }
  .pr-lg-9 {
    padding-right: 9rem !important;
  }
  .pr-lg-10 {
    padding-right: 10rem !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
  .ml-sm-6 {
    margin-left: 6rem !important;
  }
  .ml-sm-7 {
    margin-left: 7rem !important;
  }
  .ml-sm-8 {
    margin-left: 8rem !important;
  }
  .ml-sm-9 {
    margin-left: 9rem !important;
  }
  .ml-sm-10 {
    margin-left: 10rem !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .ml-md-6 {
    margin-left: 6rem !important;
  }
  .ml-md-7 {
    margin-left: 7rem !important;
  }
  .ml-md-8 {
    margin-left: 8rem !important;
  }
  .ml-md-9 {
    margin-left: 9rem !important;
  }
  .ml-md-10 {
    margin-left: 10rem !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .mr-md-7 {
    margin-right: 7rem !important;
  }
  .mr-md-8 {
    margin-right: 8rem !important;
  }
  .mr-md-9 {
    margin-right: 9rem !important;
  }
  .mr-md-10 {
    margin-right: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
  .ml-lg-9 {
    margin-left: 9rem !important;
  }
  .ml-lg-10 {
    margin-left: 10rem !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
}
.text-shadow-1 {
  text-shadow: 0.25px 0.25px 0.25px #333 !important;
}
.text-shadow-2 {
  text-shadow: 0.5px 0.5px 0.5px #333 !important;
}
.text-shadow-3 {
  text-shadow: 0.75px 0.75px 0.75px #333 !important;
}
.text-shadow-thin,
.text-shadow-4 {
  text-shadow: 1px 1px 1px #333 !important;
}
.text-shadow,
.text-shadow-5 {
  text-shadow: 3px 3px 5px #333 !important;
}
.box-shadow-1 {
  -webkit-box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
}
.box-shadow-2 {
  -webkit-box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
}
.box-shadow-3 {
  -webkit-box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
}
.box-shadow-thin,
.box-shadow-4 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.box-shadow,
.box-shadow-5 {
  -webkit-box-shadow: 3px 3px 7px #333 !important;
          box-shadow: 3px 3px 7px #333 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-dots-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-dots-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
}
.border-none {
  border: none !important;
}
.border-primary {
  border-color: #024483;
}
.border-0 {
  border-width: 0px;
  border-style: solid;
}
.border-left-0 {
  border-left-width: 0px;
  border-left-style: solid;
}
.border-right-0 {
  border-right-width: 0px;
  border-right-style: solid;
}
.border-top-0 {
  border-top-width: 0px;
  border-right-style: solid;
}
.border-bottom-0 {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}
.border-0 {
  border: 0px solid;
}
.border-1 {
  border-width: 1px;
  border-style: solid;
}
.border-left-1 {
  border-left-width: 1px;
  border-left-style: solid;
}
.border-right-1 {
  border-right-width: 1px;
  border-right-style: solid;
}
.border-top-1 {
  border-top-width: 1px;
  border-right-style: solid;
}
.border-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-1 {
  border: 1px solid;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
}
.border-left-2 {
  border-left-width: 2px;
  border-left-style: solid;
}
.border-right-2 {
  border-right-width: 2px;
  border-right-style: solid;
}
.border-top-2 {
  border-top-width: 2px;
  border-right-style: solid;
}
.border-bottom-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.border-2 {
  border: 2px solid;
}
.border-3 {
  border-width: 3px;
  border-style: solid;
}
.border-left-3 {
  border-left-width: 3px;
  border-left-style: solid;
}
.border-right-3 {
  border-right-width: 3px;
  border-right-style: solid;
}
.border-top-3 {
  border-top-width: 3px;
  border-right-style: solid;
}
.border-bottom-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.border-3 {
  border: 3px solid;
}
.border-4 {
  border-width: 4px;
  border-style: solid;
}
.border-left-4 {
  border-left-width: 4px;
  border-left-style: solid;
}
.border-right-4 {
  border-right-width: 4px;
  border-right-style: solid;
}
.border-top-4 {
  border-top-width: 4px;
  border-right-style: solid;
}
.border-bottom-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.border-4 {
  border: 4px solid;
}
.border-5 {
  border-width: 5px;
  border-style: solid;
}
.border-left-5 {
  border-left-width: 5px;
  border-left-style: solid;
}
.border-right-5 {
  border-right-width: 5px;
  border-right-style: solid;
}
.border-top-5 {
  border-top-width: 5px;
  border-right-style: solid;
}
.border-bottom-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.border-5 {
  border: 5px solid;
}
@media (min-width: 768px) {
  .border-sm-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-sm-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-sm-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-sm-top-0 {
    border-top-width: 0px;
    border-right-style: solid;
  }
  .border-sm-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-sm-0 {
    border: 0px solid;
  }
  .border-sm-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-sm-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-sm-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-sm-top-1 {
    border-top-width: 1px;
    border-right-style: solid;
  }
  .border-sm-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-sm-1 {
    border: 1px solid;
  }
  .border-sm-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-sm-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-sm-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-sm-top-2 {
    border-top-width: 2px;
    border-right-style: solid;
  }
  .border-sm-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-sm-2 {
    border: 2px solid;
  }
  .border-sm-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-sm-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-sm-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-sm-top-3 {
    border-top-width: 3px;
    border-right-style: solid;
  }
  .border-sm-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-sm-3 {
    border: 3px solid;
  }
  .border-sm-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-sm-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-sm-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-sm-top-4 {
    border-top-width: 4px;
    border-right-style: solid;
  }
  .border-sm-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-sm-4 {
    border: 4px solid;
  }
  .border-sm-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-sm-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-sm-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-sm-top-5 {
    border-top-width: 5px;
    border-right-style: solid;
  }
  .border-sm-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
  .border-sm-5 {
    border: 5px solid;
  }
}
@media (min-width: 992px) {
  .border-md-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-md-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-md-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-md-top-0 {
    border-top-width: 0px;
    border-right-style: solid;
  }
  .border-md-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-md-0 {
    border: 0px solid;
  }
  .border-md-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-md-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-md-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-md-top-1 {
    border-top-width: 1px;
    border-right-style: solid;
  }
  .border-md-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-md-1 {
    border: 1px solid;
  }
  .border-md-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-md-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-md-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-md-top-2 {
    border-top-width: 2px;
    border-right-style: solid;
  }
  .border-md-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-md-2 {
    border: 2px solid;
  }
  .border-md-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-md-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-md-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-md-top-3 {
    border-top-width: 3px;
    border-right-style: solid;
  }
  .border-md-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-md-3 {
    border: 3px solid;
  }
  .border-md-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-md-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-md-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-md-top-4 {
    border-top-width: 4px;
    border-right-style: solid;
  }
  .border-md-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-md-4 {
    border: 4px solid;
  }
  .border-md-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-md-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-md-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-md-top-5 {
    border-top-width: 5px;
    border-right-style: solid;
  }
  .border-md-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
  .border-md-5 {
    border: 5px solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-lg-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-lg-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-lg-top-0 {
    border-top-width: 0px;
    border-right-style: solid;
  }
  .border-lg-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-lg-0 {
    border: 0px solid;
  }
  .border-lg-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-lg-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-lg-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-lg-top-1 {
    border-top-width: 1px;
    border-right-style: solid;
  }
  .border-lg-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-lg-1 {
    border: 1px solid;
  }
  .border-lg-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-lg-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-lg-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-lg-top-2 {
    border-top-width: 2px;
    border-right-style: solid;
  }
  .border-lg-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-lg-2 {
    border: 2px solid;
  }
  .border-lg-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-lg-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-lg-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-lg-top-3 {
    border-top-width: 3px;
    border-right-style: solid;
  }
  .border-lg-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-lg-3 {
    border: 3px solid;
  }
  .border-lg-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-lg-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-lg-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-lg-top-4 {
    border-top-width: 4px;
    border-right-style: solid;
  }
  .border-lg-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-lg-4 {
    border: 4px solid;
  }
  .border-lg-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-lg-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-lg-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-lg-top-5 {
    border-top-width: 5px;
    border-right-style: solid;
  }
  .border-lg-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
  .border-lg-5 {
    border: 5px solid;
  }
}
.border-radius-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-radius-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-radius-0 {
  border-radius: 0;
}
.border-radius-1 {
  border-radius: 1px;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-3 {
  border-radius: 4px;
}
.border-radius-4 {
  border-radius: 8px;
}
.border-radius-5 {
  border-radius: 16px;
}
.border-radius-100 {
  border-radius: 100%;
}
.hover-no-line:focus,
.hover-no-line:hover {
  text-decoration: none;
}
.hover-bright-1:focus,
.hover-bright-1:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.hover-bright-2:focus,
.hover-bright-2:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}
.hover-bright-3:focus,
.hover-bright-3:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.hover-box-shadow-1:focus,
.hover-box-shadow-1:hover {
  -webkit-box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
}
.hover-box-shadow-2:focus,
.hover-box-shadow-2:hover {
  -webkit-box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
}
.hover-box-shadow-3:focus,
.hover-box-shadow-3:hover {
  -webkit-box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
}
.hover-box-shadow-4:focus,
.hover-box-shadow-4:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.hover-box-shadow-5:focus,
.hover-box-shadow-5:hover {
  -webkit-box-shadow: 3px 3px 7px #333 !important;
          box-shadow: 3px 3px 7px #333 !important;
}
.hover-pointer:hover {
  cursor: pointer;
}
.hover-show-hide .hover-hide-this {
  position: relative;
}
.hover-show-hide .hover-show-this {
  visibility: hidden !important;
}
.hover-show-hide:hover .hover-show-this {
  visibility: visible !important;
  position: relative;
}
.hover-show-hide:hover .hover-hide-this {
  visibility: hidden !important;
}
.hover-overlay-primary {
  position: relative;
}
.hover-overlay-primary:hover:before {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #024483;
}
.hover-top {
  -webkit-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
  position: relative;
  top: 0;
}
.hover-top:hover {
  top: -10px;
}
.hover-bg-gray-0:hover {
  background: #fff !important;
}
.hover-bg-gray-1:hover {
  background: #f7f7f7 !important;
}
.hover-bg-gray-2:hover {
  background: #ededed !important;
}
.hover-bg-gray-3:hover {
  background: #e2e2e2 !important;
}
.hover-bg-gray-4:hover {
  background: #cbcbcb !important;
}
.hover-bg-gray-5:hover {
  background: #a0a0a0 !important;
}
.hover-bg-gray-6:hover {
  background: #717171 !important;
}
.hover-bg-gray-7:hover {
  background: #4a4a4a !important;
}
.hover-bg-gray-8:hover {
  background: #2d2d2d !important;
}
.hover-bg-gray-9:hover {
  background: #1a1a1a !important;
}
.hover-bg-gray-10:hover {
  background: #000 !important;
}
.hover-gray-0:hover {
  color: #fff !important;
}
.hover-gray-1:hover {
  color: #f7f7f7 !important;
}
.hover-gray-2:hover {
  color: #ededed !important;
}
.hover-gray-3:hover {
  color: #e2e2e2 !important;
}
.hover-gray-4:hover {
  color: #cbcbcb !important;
}
.hover-gray-5:hover {
  color: #a0a0a0 !important;
}
.hover-gray-6:hover {
  color: #717171 !important;
}
.hover-gray-7:hover {
  color: #4a4a4a !important;
}
.hover-gray-8:hover {
  color: #2d2d2d !important;
}
.hover-gray-9:hover {
  color: #1a1a1a !important;
}
.hover-gray-10:hover {
  color: #000 !important;
}
.hover-primary:hover {
  color: #024483;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .table-responsive tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-group.has-error {
  padding-top: 15px;
  border: 0.25px solid rgba(169, 68, 66, 0.5);
  padding-left: 5px;
}
h1 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.2vw;
  }
}
.display-flex {
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display-block {
  display: block;
}
.flex-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-v-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .flex-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .flex-sm-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.btn-gray {
  color: #fff;
  background-color: #A8A9AD;
  border-color: #A8A9AD;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: #8e8f94;
  border-color: #68696e;
}
.btn-gray:hover {
  color: #fff;
  background-color: #8e8f94;
  border-color: #888a8f;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #8e8f94;
  border-color: #888a8f;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
  color: #fff;
  background-color: #7b7d83;
  border-color: #68696e;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
  background-color: #A8A9AD;
  border-color: #A8A9AD;
}
.btn-gray .badge {
  color: #A8A9AD;
  background-color: #fff;
}
.btn-yellow {
  color: #e7fcff;
  background-color: #FFC82D;
  border-color: #FFC82D;
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #e7fcff;
  background-color: #f9b800;
  border-color: #ad7f00;
}
.btn-yellow:hover {
  color: #e7fcff;
  background-color: #f9b800;
  border-color: #efb000;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #e7fcff;
  background-color: #f9b800;
  border-color: #efb000;
}
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.open > .dropdown-toggle.btn-yellow:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.open > .dropdown-toggle.btn-yellow:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus,
.open > .dropdown-toggle.btn-yellow.focus {
  color: #e7fcff;
  background-color: #d59d00;
  border-color: #ad7f00;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus {
  background-color: #FFC82D;
  border-color: #FFC82D;
}
.btn-yellow .badge {
  color: #FFC82D;
  background-color: #e7fcff;
}
.btn-blue {
  color: #fff;
  background-color: #005596;
  border-color: #005596;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #003863;
  border-color: #000d17;
}
.btn-blue:hover {
  color: #fff;
  background-color: #003863;
  border-color: #003259;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #003863;
  border-color: #003259;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #00243f;
  border-color: #000d17;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #005596;
  border-color: #005596;
}
.btn-blue .badge {
  color: #005596;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn-wide {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.bg-teal {
  background: #007F88;
}
.bg-darken-primary {
  background: #02376a;
}
.bg-gray {
  background: #8F939E;
}
.bg-dark {
  background: #383B44;
}
.text-white {
  color: white;
}
.border-gray {
  border: 1px solid #A8A9AD;
}
.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (min-width: 768px) {
  .px-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.p-6 {
  padding: 6rem;
}
.p-7 {
  padding: 7rem;
}
.fw-300 {
  font-weight: 300;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.text-spaced {
  letter-spacing: 2px;
  line-height: 1.5;
}
.letter-spaced {
  letter-spacing: 1px;
}
.overflow-hidden {
  overflow: hidden;
}
.font-size-lg {
  font-size: 24px;
}
.font-size-sm {
  font-size: 14px;
}
@media (min-width: 768px) {
  .flex-space-evenly {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.text-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-justify {
    text-align: justify;
  }
}
img {
  max-width: 100%;
}
.position-absolute {
  position: absolute;
}
@media (min-width: 1200px) {
  .position-desktop-absolute {
    position: absolute;
  }
}
.semi-fluid {
  padding-left: 4.6vw;
  padding-right: 4.6vw;
}
@media (min-width: 768px) {
  .display-sm-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
  }
}
.w-100 {
  width: 100%;
}
.top-0 {
  top: 0;
}
.tooltip-dropshadow {
  -webkit-filter: drop-shadow(0px 2px 2px #828282);
  filter: drop-shadow(0px 2px 2px #828282);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}
@media (min-width: 992px) {
  .flex-md-row-reverse {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row-reverse {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.overflow-x-scroll {
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .visible-xs-span {
    display: none;
  }
}
.vertical-text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.center-image-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.center-image-container img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.position-relative {
  position: relative;
}
.absolute-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.bg-white {
  background: white;
}
.z-index-3 {
  z-index: 3;
}
.z-index-1-important {
  z-index: 3 !important;
}
.text-gray {
  color: #656871;
}
.text-light-gray {
  color: #919598;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-5 {
  line-height: 1.3;
}
.display-none {
  display: none !important;
}
.z-index-popover {
  z-index: 1060;
}
@media (min-width: 1200px) {
  .visible-mobile {
    display: none;
  }
}
.z-index-n1 {
  z-index: -1;
}
.z-index-n2 {
  z-index: -2;
}
.right-0 {
  right: 0 !important;
}
.float-left {
  float: left;
}
.text-dark-gray {
  color: #505153;
}
.btn-dark-gray {
  color: #fff;
  background-color: #505153;
  border-color: #505153;
}
.btn-dark-gray:focus,
.btn-dark-gray.focus {
  color: #fff;
  background-color: #373839;
  border-color: #111212;
}
.btn-dark-gray:hover {
  color: #fff;
  background-color: #373839;
  border-color: #323334;
}
.btn-dark-gray:active,
.btn-dark-gray.active,
.open > .dropdown-toggle.btn-dark-gray {
  color: #fff;
  background-color: #373839;
  border-color: #323334;
}
.btn-dark-gray:active:hover,
.btn-dark-gray.active:hover,
.open > .dropdown-toggle.btn-dark-gray:hover,
.btn-dark-gray:active:focus,
.btn-dark-gray.active:focus,
.open > .dropdown-toggle.btn-dark-gray:focus,
.btn-dark-gray:active.focus,
.btn-dark-gray.active.focus,
.open > .dropdown-toggle.btn-dark-gray.focus {
  color: #fff;
  background-color: #252627;
  border-color: #111212;
}
.btn-dark-gray:active,
.btn-dark-gray.active,
.open > .dropdown-toggle.btn-dark-gray {
  background-image: none;
}
.btn-dark-gray.disabled:hover,
.btn-dark-gray[disabled]:hover,
fieldset[disabled] .btn-dark-gray:hover,
.btn-dark-gray.disabled:focus,
.btn-dark-gray[disabled]:focus,
fieldset[disabled] .btn-dark-gray:focus,
.btn-dark-gray.disabled.focus,
.btn-dark-gray[disabled].focus,
fieldset[disabled] .btn-dark-gray.focus {
  background-color: #505153;
  border-color: #505153;
}
.btn-dark-gray .badge {
  color: #505153;
  background-color: #fff;
}
.btn-round {
  border-radius: 40px;
}
.text-teal {
  color: #007F88;
}
.text-black {
  color: #070000;
}
.btn-bottom-right {
  border-radius: 40px 50px 0 40px;
}
.btn-top-left {
  border-radius: 0 40px 40px 40px;
}
.btn-top-right {
  border-radius: 40px 0 50px 40px;
}
@media (max-width: 991px) {
  .fs-12 {
    font-size: calc(12px + 0.4vw);
  }
}
@media (min-width: 992px) {
  .fs-12 {
    font-size: calc(10px + 0.1vw);
  }
}
@media (max-width: 991px) {
  .fs-15 {
    font-size: calc(12px + 0.5vw) !important;
  }
}
@media (min-width: 992px) {
  .fs-15 {
    font-size: calc(10px + 0.25vw) !important;
  }
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-20 {
    font-size: calc(10px + 0.5vw);
  }
}
@media (max-width: 991px) {
  .fs-25 {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-25 {
    font-size: calc(10px + 0.75vw);
  }
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .fs-30 {
    font-size: calc(10px + 1vw);
  }
}
@media (max-width: 991px) {
  .fs-35 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .fs-35 {
    font-size: calc(10px + 1.25vw);
  }
}
@media (min-width: 992px) {
  .fs-40 {
    font-size: calc(10px + 1.5vw) !important;
  }
}
@media (min-width: 992px) {
  .fs-45 {
    font-size: calc(10px + 1.75vw);
  }
}
@media (min-width: 992px) {
  .fs-50 {
    font-size: calc(10px + 2vw);
  }
}
@media (min-width: 992px) {
  .fs-60 {
    font-size: calc(10px + 2.4vw);
  }
}
@media (min-width: 992px) {
  .fs-70 {
    font-size: calc(10px + 3vw);
  }
}
@media (min-width: 992px) {
  .fs-80 {
    font-size: calc(10px + 4vw);
  }
}
.bg-light-gray {
  background: #F9F9F9;
}
.round-background:after {
  content: '';
  display: block;
  width: 100%;
  height: 500px;
  background: #F9F9F9;
}
a:not(.icon):hover.center-image-container {
  border: none !important;
  background: #eee;
}
a:not(.icon):hover img {
  opacity: 0.9;
  border: none !important;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
a.icon:hover {
  text-decoration: none;
}
a.icon:hover > img {
  -webkit-box-shadow: 0px 0px 20px #eee;
  box-shadow: 0px 0px 20px #eee;
}
a.icon > img {
  height: calc(30px + 2vw);
  width: calc(30px + 2vw);
  border-radius: 100%;
  margin-right: 15px;
  -webkit-box-shadow: 0px 0px 10px #eee;
          box-shadow: 0px 0px 10px #eee;
  background: #fff;
  padding: 5px;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrap:before,
.flex-wrap:after {
  display: none;
}
.text-shadow {
  text-shadow: 3px 3px 5px #333;
}
.text-shadow-thin {
  text-shadow: 1px 1px 1px #333;
}
.box-shadow {
  -webkit-box-shadow: 3px 3px 7px #333;
          box-shadow: 3px 3px 7px #333;
}
.btn-white {
  color: #024483;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:focus,
.btn-white.focus {
  color: #024483;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-white:hover {
  color: #024483;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #024483;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #024483;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: #024483;
}
@media (max-width: 767px) {
  .flex-xs-column {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .position-sm-fixed {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  .position-desktop-fixed {
    position: fixed;
  }
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.overflow-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
img.circle {
  border-radius: 100%;
}
div.circle-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  div.circle-img {
    width: 40%;
    padding-top: 40%;
    margin: auto;
    margin-top: 10px;
  }
}
div.circle-img img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
hr.custom {
  border-top: 2px solid #ccc;
  margin: 30px 0;
}
hr.gray {
  border-top: 1px solid #ccc;
}
.border-none {
  border: none !important;
}
@media (max-width: 767px) {
  .image-container-height {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .image-container-height {
    height: 17vw;
  }
}
@media (max-width: 767px) {
  .image-container-height-sm {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .image-container-height-sm {
    height: 14vw;
  }
}
.border-1-ccc {
  border: 1px solid #ccc;
}
.hover-white:hover {
  color: white;
}
@media (max-width: 767px) {
  .mx-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .p-md-5 {
    padding: 5rem;
  }
}
.animate-open {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.animate-open.completed {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.after-border-bottom:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  background: #024483;
  padding: 2px 20px;
  margin: 10px auto;
}
.slick-arrows-inner .slick-prev {
  left: 2vw;
}
.slick-arrows-inner .slick-next {
  right: 2vw;
}
.bg-purple {
  background: #3B1552;
}
.btn-purple {
  color: #fff;
  background-color: #3B1552;
  border-color: #3B1552;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #1e0b29;
  border-color: #000000;
}
.btn-purple:hover {
  color: #fff;
  background-color: #1e0b29;
  border-color: #180921;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #1e0b29;
  border-color: #180921;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
  color: #fff;
  background-color: #09030d;
  border-color: #000000;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus {
  background-color: #3B1552;
  border-color: #3B1552;
}
.btn-purple .badge {
  color: #3B1552;
  background-color: #fff;
}
.multiselect-style-1 label {
  display: block;
}
.multiselect-style-1 div.btn-group,
.multiselect-style-1 button {
  width: 100%;
}
.multiselect-style-1 ul > li > a label {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.multiselect-style-1 .open > .dropdown-menu {
  width: 100%;
}
.btn-we-spark {
  font-size: 35px;
  position: relative;
  min-height: 200px;
  font-weight: 700;
  border-radius: 200px 0 200px 200px;
  line-height: 1;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-we-spark:after {
  content: url("../../img/sliced/btn-spark.png");
  position: absolute;
  right: 0;
  top: 0;
}
.btn-we-spark-purple {
  color: #fff;
  background-color: #3B1552;
  border-color: #3B1552;
  font-size: 35px;
  position: relative;
  min-height: 200px;
  font-weight: 700;
  border-radius: 200px 0 200px 200px;
  line-height: 1;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-we-spark-purple:focus,
.btn-we-spark-purple.focus {
  color: #fff;
  background-color: #1e0b29;
  border-color: #000000;
}
.btn-we-spark-purple:hover {
  color: #fff;
  background-color: #1e0b29;
  border-color: #180921;
}
.btn-we-spark-purple:active,
.btn-we-spark-purple.active,
.open > .dropdown-toggle.btn-we-spark-purple {
  color: #fff;
  background-color: #1e0b29;
  border-color: #180921;
}
.btn-we-spark-purple:active:hover,
.btn-we-spark-purple.active:hover,
.open > .dropdown-toggle.btn-we-spark-purple:hover,
.btn-we-spark-purple:active:focus,
.btn-we-spark-purple.active:focus,
.open > .dropdown-toggle.btn-we-spark-purple:focus,
.btn-we-spark-purple:active.focus,
.btn-we-spark-purple.active.focus,
.open > .dropdown-toggle.btn-we-spark-purple.focus {
  color: #fff;
  background-color: #09030d;
  border-color: #000000;
}
.btn-we-spark-purple:active,
.btn-we-spark-purple.active,
.open > .dropdown-toggle.btn-we-spark-purple {
  background-image: none;
}
.btn-we-spark-purple.disabled:hover,
.btn-we-spark-purple[disabled]:hover,
fieldset[disabled] .btn-we-spark-purple:hover,
.btn-we-spark-purple.disabled:focus,
.btn-we-spark-purple[disabled]:focus,
fieldset[disabled] .btn-we-spark-purple:focus,
.btn-we-spark-purple.disabled.focus,
.btn-we-spark-purple[disabled].focus,
fieldset[disabled] .btn-we-spark-purple.focus {
  background-color: #3B1552;
  border-color: #3B1552;
}
.btn-we-spark-purple .badge {
  color: #3B1552;
  background-color: #fff;
}
.btn-we-spark-purple:after {
  content: url("../../img/sliced/btn-spark.png");
  position: absolute;
  right: 0;
  top: 0;
}
.btn-we-spark-yellow {
  color: #fff;
  background-color: #F9B800;
  border-color: #F9B800;
  font-size: 35px;
  position: relative;
  min-height: 200px;
  font-weight: 700;
  border-radius: 200px 0 200px 200px;
  line-height: 1;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-we-spark-yellow:focus,
.btn-we-spark-yellow.focus {
  color: #fff;
  background-color: #c69200;
  border-color: #7a5a00;
}
.btn-we-spark-yellow:hover {
  color: #fff;
  background-color: #c69200;
  border-color: #bc8b00;
}
.btn-we-spark-yellow:active,
.btn-we-spark-yellow.active,
.open > .dropdown-toggle.btn-we-spark-yellow {
  color: #fff;
  background-color: #c69200;
  border-color: #bc8b00;
}
.btn-we-spark-yellow:active:hover,
.btn-we-spark-yellow.active:hover,
.open > .dropdown-toggle.btn-we-spark-yellow:hover,
.btn-we-spark-yellow:active:focus,
.btn-we-spark-yellow.active:focus,
.open > .dropdown-toggle.btn-we-spark-yellow:focus,
.btn-we-spark-yellow:active.focus,
.btn-we-spark-yellow.active.focus,
.open > .dropdown-toggle.btn-we-spark-yellow.focus {
  color: #fff;
  background-color: #a27800;
  border-color: #7a5a00;
}
.btn-we-spark-yellow:active,
.btn-we-spark-yellow.active,
.open > .dropdown-toggle.btn-we-spark-yellow {
  background-image: none;
}
.btn-we-spark-yellow.disabled:hover,
.btn-we-spark-yellow[disabled]:hover,
fieldset[disabled] .btn-we-spark-yellow:hover,
.btn-we-spark-yellow.disabled:focus,
.btn-we-spark-yellow[disabled]:focus,
fieldset[disabled] .btn-we-spark-yellow:focus,
.btn-we-spark-yellow.disabled.focus,
.btn-we-spark-yellow[disabled].focus,
fieldset[disabled] .btn-we-spark-yellow.focus {
  background-color: #F9B800;
  border-color: #F9B800;
}
.btn-we-spark-yellow .badge {
  color: #F9B800;
  background-color: #fff;
}
.btn-we-spark-yellow:after {
  content: url("../../img/sliced/btn-spark.png");
  position: absolute;
  right: 0;
  top: 0;
}
.btn-we-spark-teal {
  color: #fff;
  background-color: #006A72;
  border-color: #006A72;
  font-size: 35px;
  position: relative;
  min-height: 200px;
  font-weight: 700;
  border-radius: 200px 0 200px 200px;
  line-height: 1;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-we-spark-teal:focus,
.btn-we-spark-teal.focus {
  color: #fff;
  background-color: #003b3f;
  border-color: #000000;
}
.btn-we-spark-teal:hover {
  color: #fff;
  background-color: #003b3f;
  border-color: #003135;
}
.btn-we-spark-teal:active,
.btn-we-spark-teal.active,
.open > .dropdown-toggle.btn-we-spark-teal {
  color: #fff;
  background-color: #003b3f;
  border-color: #003135;
}
.btn-we-spark-teal:active:hover,
.btn-we-spark-teal.active:hover,
.open > .dropdown-toggle.btn-we-spark-teal:hover,
.btn-we-spark-teal:active:focus,
.btn-we-spark-teal.active:focus,
.open > .dropdown-toggle.btn-we-spark-teal:focus,
.btn-we-spark-teal:active.focus,
.btn-we-spark-teal.active.focus,
.open > .dropdown-toggle.btn-we-spark-teal.focus {
  color: #fff;
  background-color: #00191b;
  border-color: #000000;
}
.btn-we-spark-teal:active,
.btn-we-spark-teal.active,
.open > .dropdown-toggle.btn-we-spark-teal {
  background-image: none;
}
.btn-we-spark-teal.disabled:hover,
.btn-we-spark-teal[disabled]:hover,
fieldset[disabled] .btn-we-spark-teal:hover,
.btn-we-spark-teal.disabled:focus,
.btn-we-spark-teal[disabled]:focus,
fieldset[disabled] .btn-we-spark-teal:focus,
.btn-we-spark-teal.disabled.focus,
.btn-we-spark-teal[disabled].focus,
fieldset[disabled] .btn-we-spark-teal.focus {
  background-color: #006A72;
  border-color: #006A72;
}
.btn-we-spark-teal .badge {
  color: #006A72;
  background-color: #fff;
}
.btn-we-spark-teal:after {
  content: url("../../img/sliced/btn-spark.png");
  position: absolute;
  right: 0;
  top: 0;
}
.btn-we-spark-blue {
  color: #fff;
  background-color: #024483;
  border-color: #024483;
  font-size: 35px;
  position: relative;
  min-height: 200px;
  font-weight: 700;
  border-radius: 200px 0 200px 200px;
  line-height: 1;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-we-spark-blue:focus,
.btn-we-spark-blue.focus {
  color: #fff;
  background-color: #012a51;
  border-color: #000305;
}
.btn-we-spark-blue:hover {
  color: #fff;
  background-color: #012a51;
  border-color: #012547;
}
.btn-we-spark-blue:active,
.btn-we-spark-blue.active,
.open > .dropdown-toggle.btn-we-spark-blue {
  color: #fff;
  background-color: #012a51;
  border-color: #012547;
}
.btn-we-spark-blue:active:hover,
.btn-we-spark-blue.active:hover,
.open > .dropdown-toggle.btn-we-spark-blue:hover,
.btn-we-spark-blue:active:focus,
.btn-we-spark-blue.active:focus,
.open > .dropdown-toggle.btn-we-spark-blue:focus,
.btn-we-spark-blue:active.focus,
.btn-we-spark-blue.active.focus,
.open > .dropdown-toggle.btn-we-spark-blue.focus {
  color: #fff;
  background-color: #01182e;
  border-color: #000305;
}
.btn-we-spark-blue:active,
.btn-we-spark-blue.active,
.open > .dropdown-toggle.btn-we-spark-blue {
  background-image: none;
}
.btn-we-spark-blue.disabled:hover,
.btn-we-spark-blue[disabled]:hover,
fieldset[disabled] .btn-we-spark-blue:hover,
.btn-we-spark-blue.disabled:focus,
.btn-we-spark-blue[disabled]:focus,
fieldset[disabled] .btn-we-spark-blue:focus,
.btn-we-spark-blue.disabled.focus,
.btn-we-spark-blue[disabled].focus,
fieldset[disabled] .btn-we-spark-blue.focus {
  background-color: #024483;
  border-color: #024483;
}
.btn-we-spark-blue .badge {
  color: #024483;
  background-color: #fff;
}
.btn-we-spark-blue:after {
  content: url("../../img/sliced/btn-spark.png");
  position: absolute;
  right: 0;
  top: 0;
}
.btn-we-spark-gray {
  color: #fff;
  background-color: #96999C;
  border-color: #96999C;
  font-size: 35px;
  position: relative;
  min-height: 200px;
  font-weight: 700;
  border-radius: 200px 0 200px 200px;
  line-height: 1;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-we-spark-gray:focus,
.btn-we-spark-gray.focus {
  color: #fff;
  background-color: #7c8083;
  border-color: #57595c;
}
.btn-we-spark-gray:hover {
  color: #fff;
  background-color: #7c8083;
  border-color: #777a7e;
}
.btn-we-spark-gray:active,
.btn-we-spark-gray.active,
.open > .dropdown-toggle.btn-we-spark-gray {
  color: #fff;
  background-color: #7c8083;
  border-color: #777a7e;
}
.btn-we-spark-gray:active:hover,
.btn-we-spark-gray.active:hover,
.open > .dropdown-toggle.btn-we-spark-gray:hover,
.btn-we-spark-gray:active:focus,
.btn-we-spark-gray.active:focus,
.open > .dropdown-toggle.btn-we-spark-gray:focus,
.btn-we-spark-gray:active.focus,
.btn-we-spark-gray.active.focus,
.open > .dropdown-toggle.btn-we-spark-gray.focus {
  color: #fff;
  background-color: #6a6e71;
  border-color: #57595c;
}
.btn-we-spark-gray:active,
.btn-we-spark-gray.active,
.open > .dropdown-toggle.btn-we-spark-gray {
  background-image: none;
}
.btn-we-spark-gray.disabled:hover,
.btn-we-spark-gray[disabled]:hover,
fieldset[disabled] .btn-we-spark-gray:hover,
.btn-we-spark-gray.disabled:focus,
.btn-we-spark-gray[disabled]:focus,
fieldset[disabled] .btn-we-spark-gray:focus,
.btn-we-spark-gray.disabled.focus,
.btn-we-spark-gray[disabled].focus,
fieldset[disabled] .btn-we-spark-gray.focus {
  background-color: #96999C;
  border-color: #96999C;
}
.btn-we-spark-gray .badge {
  color: #96999C;
  background-color: #fff;
}
.btn-we-spark-gray:after {
  content: url("../../img/sliced/btn-spark.png");
  position: absolute;
  right: 0;
  top: 0;
}
.btn-filter-gray {
  color: #fff;
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  font-size: 35px;
  position: relative;
  max-height: 150px;
  height: 20vw;
  font-weight: 700;
  border-radius: 5vw 5vw 5vw 0;
  line-height: 1;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-filter-gray:focus,
.btn-filter-gray.focus {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #a2a2a2;
}
.btn-filter-gray:hover {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #c3c3c3;
}
.btn-filter-gray:active,
.btn-filter-gray.active,
.open > .dropdown-toggle.btn-filter-gray {
  color: #fff;
  background-color: #c9c9c9;
  border-color: #c3c3c3;
}
.btn-filter-gray:active:hover,
.btn-filter-gray.active:hover,
.open > .dropdown-toggle.btn-filter-gray:hover,
.btn-filter-gray:active:focus,
.btn-filter-gray.active:focus,
.open > .dropdown-toggle.btn-filter-gray:focus,
.btn-filter-gray:active.focus,
.btn-filter-gray.active.focus,
.open > .dropdown-toggle.btn-filter-gray.focus {
  color: #fff;
  background-color: #b7b7b7;
  border-color: #a2a2a2;
}
.btn-filter-gray:active,
.btn-filter-gray.active,
.open > .dropdown-toggle.btn-filter-gray {
  background-image: none;
}
.btn-filter-gray.disabled:hover,
.btn-filter-gray[disabled]:hover,
fieldset[disabled] .btn-filter-gray:hover,
.btn-filter-gray.disabled:focus,
.btn-filter-gray[disabled]:focus,
fieldset[disabled] .btn-filter-gray:focus,
.btn-filter-gray.disabled.focus,
.btn-filter-gray[disabled].focus,
fieldset[disabled] .btn-filter-gray.focus {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
}
.btn-filter-gray .badge {
  color: #E2E2E2;
  background-color: #fff;
}
.btn-filter-gray.active {
  border: 2px solid #25676C;
}
.btn-filter-gray img {
  max-width: 80%;
  max-height: 90%;
}
.padding-common-1 {
  padding: 2vw;
}
.font-awesome-icon {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 12px;
  width: 1.28571429em;
  text-align: center;
}
.slick-style-1 .slick-prev {
  left: -20px;
  width: 30px;
  height: 50px;
}
@media (min-width: 1200px) {
  .slick-style-1 .slick-prev {
    left: -2vw;
  }
}
.slick-style-1 .slick-next {
  right: -20px;
  width: 30px;
  height: 50px;
}
@media (min-width: 1200px) {
  .slick-style-1 .slick-next {
    right: -2vw;
  }
}
.slick-style-1 .slick-next::before,
.slick-style-1 .slick-prev::before {
  color: #024483;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  vertical-align: middle;
  margin-right: 12px;
  width: 1.28571429em;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.slick-style-1 .slick-prev::before {
  content: "\f053";
}
.slick-style-1 .slick-next::before {
  content: "\f054";
}
.slick-style-1 .slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-links .btn-social {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #024483;
  border-color: #02376a;
  border: 0;
  border-radius: 20px;
  width: 31px;
  height: 31px;
  padding: 0;
  margin: 10px;
  font-size: 20px;
}
.social-links .btn-social:focus,
.social-links .btn-social:active:focus,
.social-links .btn-social.active:focus,
.social-links .btn-social.focus,
.social-links .btn-social:active.focus,
.social-links .btn-social.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.social-links .btn-social:hover,
.social-links .btn-social:focus,
.social-links .btn-social.focus {
  color: #333;
  text-decoration: none;
}
.social-links .btn-social:active,
.social-links .btn-social.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.social-links .btn-social.disabled,
.social-links .btn-social[disabled],
fieldset[disabled] .social-links .btn-social {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.social-links .btn-social.disabled,
fieldset[disabled] a.social-links .btn-social {
  pointer-events: none;
}
.social-links .btn-social:focus,
.social-links .btn-social.focus {
  color: #fff;
  background-color: #012a51;
  border-color: #000000;
}
.social-links .btn-social:hover {
  color: #fff;
  background-color: #012a51;
  border-color: #01182e;
}
.social-links .btn-social:active,
.social-links .btn-social.active,
.open > .dropdown-toggle.social-links .btn-social {
  color: #fff;
  background-color: #012a51;
  border-color: #01182e;
}
.social-links .btn-social:active:hover,
.social-links .btn-social.active:hover,
.open > .dropdown-toggle.social-links .btn-social:hover,
.social-links .btn-social:active:focus,
.social-links .btn-social.active:focus,
.open > .dropdown-toggle.social-links .btn-social:focus,
.social-links .btn-social:active.focus,
.social-links .btn-social.active.focus,
.open > .dropdown-toggle.social-links .btn-social.focus {
  color: #fff;
  background-color: #01182e;
  border-color: #000000;
}
.social-links .btn-social:active,
.social-links .btn-social.active,
.open > .dropdown-toggle.social-links .btn-social {
  background-image: none;
}
.social-links .btn-social.disabled:hover,
.social-links .btn-social[disabled]:hover,
fieldset[disabled] .social-links .btn-social:hover,
.social-links .btn-social.disabled:focus,
.social-links .btn-social[disabled]:focus,
fieldset[disabled] .social-links .btn-social:focus,
.social-links .btn-social.disabled.focus,
.social-links .btn-social[disabled].focus,
fieldset[disabled] .social-links .btn-social.focus {
  background-color: #024483;
  border-color: #02376a;
}
.social-links .btn-social .badge {
  color: #024483;
  background-color: #fff;
}
.social-links .btn-social i {
  line-height: 31px;
}
#header {
  text-align: center;
}
#header.nav-open i.fa-bars {
  display: none;
}
#header.nav-open i.fa-times {
  display: inline-block;
}
#header i.fa-bars {
  display: inline-block;
}
#header i.fa-times {
  display: none;
}
#header .fa-fw {
  width: 1.55em;
}
#header .dropdown-toggle {
  font-size: calc(20px + 1vw);
}
#header .dropdown-toggle span {
  letter-spacing: 5px;
  margin-right: 12px;
}
#header .dropdown-toggle i {
  outline: 3px solid #024483;
  padding: 7px;
  text-align: center;
}
#header img.logo {
  width: calc(10vw + 100px);
  min-width: 180px;
}
@media (max-width: 1199px) {
  #header img.logo {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  #header {
    height: calc(3vw + 80px);
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: height 0.555s ease;
    transition: height 0.555s ease;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #ffffffcc;
  }
  #header.min {
    height: calc(2vw + 60px);
    background: #ffffffee !important;
  }
  #header.min img {
    width: 10vw;
    -webkit-transition: width 0.777s ease;
    transition: width 0.777s ease;
  }
  #header.min .social-links .btn-social {
    width: 25px;
    height: 25px;
    -webkit-transition: width 0.777s ease;
    transition: width 0.777s ease;
    margin: 5px;
    font-size: 17px;
  }
  #header.min .social-links .btn-social i {
    -webkit-transition: width 0.777s ease;
    transition: width 0.777s ease;
    line-height: 25px;
  }
  #header.min .navbar-custom > ul {
    margin-top: 0;
  }
  #header .navbar-custom {
    height: 100%;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .navbar-custom > ul {
    margin-top: -50px;
  }
  #header .navbar-custom .dropdown-menu {
    right: 0 !important;
    left: unset !important;
  }
}
@media (min-width: 1200px) {
  #header .google-search-bar {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    margin-right: 1vw;
  }
}
#header .google-search-bar input {
  width: 350px;
  max-width: 90vw;
  border-radius: 30px;
  height: 45px;
  padding-left: 16px;
  color: #777;
  font-size: 17px;
  border: 1px solid #999;
}
#header .google-search-bar button {
  padding: 10px;
  border-radius: 80px;
  width: 44px;
  margin-left: -43px;
  z-index: 20;
}
#header .google-search-bar button i.fa-search {
  font-size: 20px;
}
@media (max-width: 1199px) {
  #navigation.navigation-display-none {
    display: none;
  }
}
@media (max-width: 991px) {
  #navigation div.navigation-container {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #navigation div.navigation-container {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  #navigation div.navigation-container {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #navigation div.navigation-container {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #navigation div.navigation-container {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1200px) {
  #navigation div.navigation-container {
    padding-left: 4.6vw;
    padding-right: 4.6vw;
    text-align: center;
    background: #3B1552;
    color: #fff;
  }
  #navigation div.navigation-container section {
    position: absolute;
    background: #3B1552;
    border-top: 3px solid #024483;
    padding-left: 5vw;
    padding-top: 1vw;
    padding-bottom: 1.5vw;
    left: 0;
    width: 100%;
  }
  #navigation div.navigation-container section a {
    color: #fff;
  }
  #navigation div.navigation-container section a:hover {
    color: #FFC82D;
    font-weight: bold;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  #navigation div.navigation-container section a {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  #navigation div.navigation-container section a {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1200px) and (min-width: 1921px) {
  #navigation div.navigation-container section a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  #navigation div.navigation-container section a {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  #navigation div.navigation-container section a {
    font-size: calc(10px + 0.5vw);
  }
}
@media (max-width: 1199px) {
  #navigation div.navigation-container {
    padding-left: 25px;
    padding-right: 25px;
    border-top: 3px solid #024483;
  }
}
@media (min-width: 1200px) {
  #navigation div.navigation-container > a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
  }
  #navigation div.navigation-container > a.active {
    background: #FFC82D;
    color: #3B1552;
    font-weight: 600;
  }
  #navigation div.navigation-container > a:hover {
    cursor: pointer;
  }
}
@media (max-width: 1199px) {
  #navigation div.navigation-container > a {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #505153;
    background-color: #FFC82D;
    border-color: #FFC82D;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #FFC82D;
    text-align: left;
  }
  #navigation div.navigation-container > a:focus,
  #navigation div.navigation-container > a:active:focus,
  #navigation div.navigation-container > a.active:focus,
  #navigation div.navigation-container > a.focus,
  #navigation div.navigation-container > a:active.focus,
  #navigation div.navigation-container > a.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #navigation div.navigation-container > a:hover,
  #navigation div.navigation-container > a:focus,
  #navigation div.navigation-container > a.focus {
    color: #333;
    text-decoration: none;
  }
  #navigation div.navigation-container > a:active,
  #navigation div.navigation-container > a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  #navigation div.navigation-container > a.disabled,
  #navigation div.navigation-container > a[disabled],
  fieldset[disabled] #navigation div.navigation-container > a {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a#navigation div.navigation-container > a.disabled,
  fieldset[disabled] a#navigation div.navigation-container > a {
    pointer-events: none;
  }
  #navigation div.navigation-container > a:focus,
  #navigation div.navigation-container > a.focus {
    color: #505153;
    background-color: #f9b800;
    border-color: #ad7f00;
  }
  #navigation div.navigation-container > a:hover {
    color: #505153;
    background-color: #f9b800;
    border-color: #efb000;
  }
  #navigation div.navigation-container > a:active,
  #navigation div.navigation-container > a.active,
  .open > .dropdown-toggle#navigation div.navigation-container > a {
    color: #505153;
    background-color: #f9b800;
    border-color: #efb000;
  }
  #navigation div.navigation-container > a:active:hover,
  #navigation div.navigation-container > a.active:hover,
  .open > .dropdown-toggle#navigation div.navigation-container > a:hover,
  #navigation div.navigation-container > a:active:focus,
  #navigation div.navigation-container > a.active:focus,
  .open > .dropdown-toggle#navigation div.navigation-container > a:focus,
  #navigation div.navigation-container > a:active.focus,
  #navigation div.navigation-container > a.active.focus,
  .open > .dropdown-toggle#navigation div.navigation-container > a.focus {
    color: #505153;
    background-color: #d59d00;
    border-color: #ad7f00;
  }
  #navigation div.navigation-container > a:active,
  #navigation div.navigation-container > a.active,
  .open > .dropdown-toggle#navigation div.navigation-container > a {
    background-image: none;
  }
  #navigation div.navigation-container > a.disabled:hover,
  #navigation div.navigation-container > a[disabled]:hover,
  fieldset[disabled] #navigation div.navigation-container > a:hover,
  #navigation div.navigation-container > a.disabled:focus,
  #navigation div.navigation-container > a[disabled]:focus,
  fieldset[disabled] #navigation div.navigation-container > a:focus,
  #navigation div.navigation-container > a.disabled.focus,
  #navigation div.navigation-container > a[disabled].focus,
  fieldset[disabled] #navigation div.navigation-container > a.focus {
    background-color: #FFC82D;
    border-color: #FFC82D;
  }
  #navigation div.navigation-container > a .badge {
    color: #FFC82D;
    background-color: #505153;
  }
  #navigation div.navigation-container > a i {
    float: right;
  }
  #navigation div.navigation-container > a:hover {
    background: none !important;
    outline: 1px dotted;
  }
}
#navigation a.btn-nav-item {
  width: 100%;
  text-align: left;
  position: relative;
}
#navigation .dropdown-menu {
  width: 100%;
}
#navigation .dropdown-menu a.btn {
  text-align: left;
  display: block;
  width: 96%;
  margin: 2px auto;
}
@media (max-width: 991px) {
  #navigation .dropdown-menu a.btn {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #navigation .dropdown-menu a.btn {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  #navigation .dropdown-menu a.btn {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #navigation .dropdown-menu a.btn {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #navigation .dropdown-menu a.btn {
    font-size: calc(10px + 0.5vw);
  }
}
footer div.events {
  padding-left: 3vw;
  padding-right: 3vw;
}
footer div.events .col-left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer div.events .col-left {
    float: left;
    width: 27%;
  }
}
@media (min-width: 992px) {
  footer div.events .col-left {
    float: left;
    width: 27%;
  }
}
@media (min-width: 1200px) {
  footer div.events .col-left {
    float: left;
    width: 27%;
  }
}
footer div.events .col-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer div.events .col-right {
    float: left;
    width: 73%;
  }
}
@media (min-width: 992px) {
  footer div.events .col-right {
    float: left;
    width: 73%;
  }
}
@media (min-width: 1200px) {
  footer div.events .col-right {
    float: left;
    width: 73%;
  }
}
footer div.events .col-right .text-light-gray {
  margin-bottom: 10px;
  letter-spacing: -1px;
}
footer div.events a.btn {
  border-radius: 0 40px 40px 40px;
}
footer div.events h2.title {
  line-height: 1;
}
footer div.events i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  footer div.events i {
    font-size: calc(19px + 0.7vw);
  }
}
@media (min-width: 992px) {
  footer div.events i {
    font-size: calc(10px + 1.25vw);
  }
}
@media (min-width: 1921px) {
  footer div.events i {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  footer div.events i {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  footer div.events i {
    font-size: calc(10px + 1.25vw);
  }
}
footer .bg-bubble {
  position: absolute;
  bottom: 0;
  background: #F8F8F8;
  z-index: -1;
  height: 550px;
  border-radius: 40% 60% 0 0;
}
footer div.news {
  padding-left: 3vw;
  padding-right: 3vw;
}
footer div.news i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  footer div.news i {
    font-size: calc(21px + 0.7vw);
  }
}
@media (min-width: 992px) {
  footer div.news i {
    font-size: calc(10px + 1.5vw);
  }
}
@media (min-width: 1921px) {
  footer div.news i {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  footer div.news i {
    font-size: calc(10px + 1.5vw) !important;
  }
}
footer div.news .slick-news-articles .slick-next {
  z-index: 1;
  right: 25px;
}
@media (min-width: 992px) {
  footer div.news .slick-news-articles .slick-next {
    right: 0;
  }
}
@media (min-width: 1200px) {
  footer div.news .slick-news-articles .slick-next {
    right: -10px;
  }
}
footer div.news .slick-news-articles .slick-prev {
  z-index: 1;
  left: 25px;
}
@media (min-width: 992px) {
  footer div.news .slick-news-articles .slick-prev {
    left: 0;
  }
}
@media (min-width: 1200px) {
  footer div.news .slick-news-articles .slick-prev {
    left: -10px;
  }
}
footer div.copyright {
  background: #3B1552;
}
footer div.copyright .quick-links {
  opacity: 0.5;
}
footer div.copyright .quick-links a {
  margin-left: 1vw;
  margin-right: 1vw;
}
footer div.copyright a {
  color: white;
}
div#home h1 {
  font-size: 3.7vw;
}
@media (max-width: 1500px) and (min-width: 768px) {
  div#home h1 {
    font-size: 3.5vw;
  }
}
div#home div.hero div.center-image-container {
  height: 200px;
}
@media (min-width: 768px) {
  div#home div.hero img {
    width: 100%;
  }
  div#home div.hero div.center-image-container {
    height: 52vw;
  }
}
@media (min-width: 992px) {
  div#home div.hero div.overlay {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  div#home div.partners {
    text-align: center;
  }
  div#home div.partners img {
    max-width: 200px;
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  div#home div.partners {
    background: #F2F2F2;
    font-weight: bold;
    padding: 1.5vw 2vw;
    margin-top: -3vw;
    position: relative;
    padding-bottom: 21vw;
    border-top-right-radius: 77% 7%;
    border-top-left-radius: 77% 7%;
    border-bottom-right-radius: 50% 23%;
    border-bottom-left-radius: 50% 23%;
  }
  div#home div.partners h2.title {
    color: #A8A9AB;
    margin-bottom: 0.5vw;
  }
  div#home div.partners hr {
    border-top: 1px solid #999;
    margin-top: 3vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#home div.partners {
    font-size: calc(17px + 0.7vw);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  div#home div.partners {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 768px) and (min-width: 1921px) {
  div#home div.partners {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#home div.partners {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  div#home div.partners {
    font-size: calc(10px + 1vw);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  div#home div.partners {
    padding-top: 50px;
  }
}
div#home div.priorities {
  position: relative;
}
@media (min-width: 768px) {
  div#home div.priorities {
    margin-top: -20vw;
  }
}
@media (min-width: 768px) {
  div#home div.priorities h2.title {
    margin-bottom: 50px;
  }
}
div#home div.priorities h3 {
  background: #3B1552;
  color: white;
  border-radius: 40px;
  padding: 24px 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  div#home div.priorities h3 {
    border-radius: 40px 20px;
  }
}
@media (max-width: 991px) {
  div#home div.priorities h3 {
    font-size: calc(17px + 0.7vw);
  }
}
@media (min-width: 992px) {
  div#home div.priorities h3 {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 1921px) {
  div#home div.priorities h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  div#home div.priorities h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  div#home div.priorities h3 {
    font-size: calc(10px + 1vw);
  }
}
div#home div.priorities p {
  background: #EFEFEF;
  color: #505153;
  line-height: 1.5;
  line-height: 1.3;
  font-weight: 600;
  padding: 7px;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit - box;
  display: -ms - flexbox;
  display: -webkit - flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
@media (max-width: 991px) {
  div#home div.priorities p {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  div#home div.priorities p {
    font-size: calc(10px + 0.75vw);
  }
}
@media (min-width: 1921px) {
  div#home div.priorities p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  div#home div.priorities p {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  div#home div.priorities p {
    font-size: calc(10px + 0.75vw);
  }
}
@media (max-width: 767px) {
  div#home div.priorities p {
    height: 120px;
  }
}
@media (min-width: 992px) {
  div#home div.priorities p {
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 15px 35px;
  }
}
@media (max-width: 767px) {
  div#home div.research-and-programs {
    text-align: center;
  }
}
@media (min-width: 768px) {
  div#home div.research-and-programs > div {
    height: calc(310px + 20vw);
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit - box;
    display: -ms - flexbox;
    display: -webkit - flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  div#home div.research-and-programs > div a.btn {
    margin-bottom: 1.5vw;
  }
  div#home div.research-and-programs h2.title {
    text-transform: uppercase;
    letter-spacing: 4px;
  }
  div#home div.research-and-programs .research {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  div#home div.research-and-programs .research a.btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px 50px 0 40px;
  }
  div#home div.research-and-programs .programs {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div#home div.research-and-programs .programs a.btn-yellow {
    width: 94%;
    margin-left: 2vw;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px 0 50px 40px;
  }
  div#home div.research-and-programs .programs strong {
    display: block;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  div#home div.research-and-programs .research {
    float: left;
    width: 39%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  div#home div.research-and-programs .research {
    float: left;
    width: 39%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  div#home div.research-and-programs .research {
    float: left;
    width: 39%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  div#home div.research-and-programs .research {
    padding: 2vw 3vw;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  div#home div.research-and-programs .programs {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  div#home div.research-and-programs .programs {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  div#home div.research-and-programs .programs {
    float: left;
    width: 60%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  div#home div.research-and-programs .programs {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
div#home #covid-19-banner {
  color: white;
  margin-top: 40px;
  font-weight: normal;
}
div#home #covid-19-banner .custom-container {
  background: url(../../img/sliced/Covid-graphic-bg.jpg) no-repeat center / cover;
  padding: 20px 2.5vw;
  line-height: 1.2;
}
div#home #covid-19-banner .custom-container .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
div#home #covid-19-banner .custom-container .column-2 a {
  color: #007F86;
  background-color: white;
  border-color: white;
  border-radius: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
div#home #covid-19-banner .custom-container .column-2 a:focus,
div#home #covid-19-banner .custom-container .column-2 a.focus {
  color: #007F86;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
div#home #covid-19-banner .custom-container .column-2 a:hover {
  color: #007F86;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
div#home #covid-19-banner .custom-container .column-2 a:active,
div#home #covid-19-banner .custom-container .column-2 a.active,
.open > .dropdown-togglediv#home #covid-19-banner .custom-container .column-2 a {
  color: #007F86;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
div#home #covid-19-banner .custom-container .column-2 a:active:hover,
div#home #covid-19-banner .custom-container .column-2 a.active:hover,
.open > .dropdown-togglediv#home #covid-19-banner .custom-container .column-2 a:hover,
div#home #covid-19-banner .custom-container .column-2 a:active:focus,
div#home #covid-19-banner .custom-container .column-2 a.active:focus,
.open > .dropdown-togglediv#home #covid-19-banner .custom-container .column-2 a:focus,
div#home #covid-19-banner .custom-container .column-2 a:active.focus,
div#home #covid-19-banner .custom-container .column-2 a.active.focus,
.open > .dropdown-togglediv#home #covid-19-banner .custom-container .column-2 a.focus {
  color: #007F86;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
div#home #covid-19-banner .custom-container .column-2 a:active,
div#home #covid-19-banner .custom-container .column-2 a.active,
.open > .dropdown-togglediv#home #covid-19-banner .custom-container .column-2 a {
  background-image: none;
}
div#home #covid-19-banner .custom-container .column-2 a.disabled:hover,
div#home #covid-19-banner .custom-container .column-2 a[disabled]:hover,
fieldset[disabled] div#home #covid-19-banner .custom-container .column-2 a:hover,
div#home #covid-19-banner .custom-container .column-2 a.disabled:focus,
div#home #covid-19-banner .custom-container .column-2 a[disabled]:focus,
fieldset[disabled] div#home #covid-19-banner .custom-container .column-2 a:focus,
div#home #covid-19-banner .custom-container .column-2 a.disabled.focus,
div#home #covid-19-banner .custom-container .column-2 a[disabled].focus,
fieldset[disabled] div#home #covid-19-banner .custom-container .column-2 a.focus {
  background-color: white;
  border-color: white;
}
div#home #covid-19-banner .custom-container .column-2 a .badge {
  color: white;
  background-color: #007F86;
}
@media (min-width: 768px) {
  div#home #covid-19-banner .custom-container .column-2 a {
    padding: 15px 50px;
  }
}
div#home div.collabration {
  font-weight: normal;
  color: white;
  margin-top: 40px;
  background: url("../../img/sliced/collaboration-banner.jpg") no-repeat scroll center 0 / cover;
}
div#home div.collabration .custom-container {
  padding: 20px 2.5vw;
  line-height: 1.2;
}
div#home div.collabration .custom-container .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
div#home div.collabration .custom-container .column-2 a.btn {
  color: #014583;
  background-color: white;
  border-color: white;
  border-radius: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
div#home div.collabration .custom-container .column-2 a.btn:focus,
div#home div.collabration .custom-container .column-2 a.btn.focus {
  color: #014583;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
div#home div.collabration .custom-container .column-2 a.btn:hover {
  color: #014583;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
div#home div.collabration .custom-container .column-2 a.btn:active,
div#home div.collabration .custom-container .column-2 a.btn.active,
.open > .dropdown-togglediv#home div.collabration .custom-container .column-2 a.btn {
  color: #014583;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
div#home div.collabration .custom-container .column-2 a.btn:active:hover,
div#home div.collabration .custom-container .column-2 a.btn.active:hover,
.open > .dropdown-togglediv#home div.collabration .custom-container .column-2 a.btn:hover,
div#home div.collabration .custom-container .column-2 a.btn:active:focus,
div#home div.collabration .custom-container .column-2 a.btn.active:focus,
.open > .dropdown-togglediv#home div.collabration .custom-container .column-2 a.btn:focus,
div#home div.collabration .custom-container .column-2 a.btn:active.focus,
div#home div.collabration .custom-container .column-2 a.btn.active.focus,
.open > .dropdown-togglediv#home div.collabration .custom-container .column-2 a.btn.focus {
  color: #014583;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
div#home div.collabration .custom-container .column-2 a.btn:active,
div#home div.collabration .custom-container .column-2 a.btn.active,
.open > .dropdown-togglediv#home div.collabration .custom-container .column-2 a.btn {
  background-image: none;
}
div#home div.collabration .custom-container .column-2 a.btn.disabled:hover,
div#home div.collabration .custom-container .column-2 a.btn[disabled]:hover,
fieldset[disabled] div#home div.collabration .custom-container .column-2 a.btn:hover,
div#home div.collabration .custom-container .column-2 a.btn.disabled:focus,
div#home div.collabration .custom-container .column-2 a.btn[disabled]:focus,
fieldset[disabled] div#home div.collabration .custom-container .column-2 a.btn:focus,
div#home div.collabration .custom-container .column-2 a.btn.disabled.focus,
div#home div.collabration .custom-container .column-2 a.btn[disabled].focus,
fieldset[disabled] div#home div.collabration .custom-container .column-2 a.btn.focus {
  background-color: white;
  border-color: white;
}
div#home div.collabration .custom-container .column-2 a.btn .badge {
  color: white;
  background-color: #014583;
}
@media (min-width: 768px) {
  div#home div.collabration .custom-container .column-2 a.btn {
    padding: 15px 50px;
  }
}
@media (max-width: 991px) {
  label,
  table,
  p,
  li {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  label,
  table,
  p,
  li {
    font-size: calc(10px + 0.75vw);
  }
}
@media (min-width: 1921px) {
  label,
  table,
  p,
  li {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  label,
  table,
  p,
  li {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  label,
  table,
  p,
  li {
    font-size: calc(10px + 0.75vw);
  }
}
@media (max-width: 991px) {
  input,
  .help-block {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  input,
  .help-block {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  input,
  .help-block {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  input,
  .help-block {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  input,
  .help-block {
    font-size: calc(10px + 0.5vw);
  }
}
@media (max-width: 991px) {
  #header.interior p {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #header.interior p {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  #header.interior p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #header.interior p {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  #header.interior p {
    font-size: calc(10px + 0.5vw);
  }
}
@media (max-width: 991px) {
  body.interior a.btn {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.interior a.btn {
    font-size: calc(10px + 0.75vw);
  }
}
@media (min-width: 1921px) {
  body.interior a.btn {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  body.interior a.btn {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.interior a.btn {
    font-size: calc(10px + 0.75vw);
  }
}
@media (max-width: 991px) {
  body.interior h2 {
    font-size: calc(19px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.interior h2 {
    font-size: calc(10px + 1.25vw);
  }
}
@media (min-width: 1921px) {
  body.interior h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  body.interior h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  body.interior h2 {
    font-size: calc(10px + 1.25vw);
  }
}
@media (max-width: 991px) {
  body.interior h3 {
    font-size: calc(17px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.interior h3 {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 1921px) {
  body.interior h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  body.interior h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  body.interior h3 {
    font-size: calc(10px + 1vw);
  }
}
@media (max-width: 991px) {
  body.interior h4 {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.interior h4 {
    font-size: calc(10px + 0.75vw);
  }
}
@media (min-width: 1921px) {
  body.interior h4 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  body.interior h4 {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.interior h4 {
    font-size: calc(10px + 0.75vw);
  }
}
body.interior img.interior-banner {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  body.interior img.interior-banner {
    height: calc(100px + 20vw);
  }
}
body.interior .bg-bubble img {
  display: none;
}
body.interior .blog_content_pane,
body.interior .blog_event_content_pane {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (max-width: 767px) {
  body.interior .blog_content_pane,
  body.interior .blog_event_content_pane {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  body.interior .blog_content_pane,
  body.interior .blog_event_content_pane {
    background: #007F88;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 767px) {
  body.interior .blog_content_pane,
  body.interior .blog_event_content_pane {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body.interior .blog-summary {
  background: #EFEFEF;
  border-bottom: 2.5vw solid #A8A9AD;
  overflow: hidden;
  position: relative;
  padding: 2vw;
}
body.interior .blog-summary a {
  position: relative;
  z-index: 1;
}
body.interior .blog-summary hr {
  border-top: 1px solid #d2d2d2;
}
body.interior .blog-summary:after {
  content: "";
  background: url("../../img/sliced/icon-internal-bg.png") no-repeat scroll center 0 / cover;
  bottom: 0;
  right: -12vw;
  position: absolute;
  width: 50%;
  height: 30vw;
}
body.interior h1.page-header {
  color: white;
  text-shadow: 3px 3px 5px #333 !important;
  text-shadow: 3px 3px 5px #333;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.75;
}
@media (min-width: 1200px) {
  body.interior h1.page-header {
    margin-top: calc(-14px - 12vw);
  }
}
body.interior div.blog_event_listing,
body.interior div.blog_listing {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  body.interior div.blog_event_listing,
  body.interior div.blog_listing {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
/* Google Search */
.page_search .form-group input {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
.page_search .form-group button {
  width: 30%;
  vertical-align: top;
}
.google_search_results .cse .gsc-control-cse,
.google_search_results .gsc-control-cse {
  padding: 0;
}
.google_search_results .gs-no-results-result .gs-snippet,
.google_search_results .gs-error-result .gs-snippet {
  margin: 0;
}
.google_search_results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  text-shadow: none;
}
.google-search-bar .form-control {
  height: auto;
}
.google_search_results * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
