@charset "UTF-8";
@layer vendor, app;
@layer vendor {
  /*!
   *  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/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
    src: url(./fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"), url(./fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(./fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(./fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(./fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  .fa-2x {
    font-size: 2em;
  }
  .fa-3x {
    font-size: 3em;
  }
  .fa-4x {
    font-size: 4em;
  }
  .fa-5x {
    font-size: 5em;
  }
  .fa-fw {
    width: 1.2857142857em;
    text-align: center;
  }
  .fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
  }
  .fa-ul > li {
    position: relative;
  }
  .fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
  }
  .fa-li.fa-lg {
    left: -1.8571428571em;
  }
  .fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
  }
  .fa-pull-left {
    float: left;
  }
  .fa-pull-right {
    float: right;
  }
  .fa.fa-pull-left {
    margin-right: 0.3em;
  }
  .fa.fa-pull-right {
    margin-left: 0.3em;
  }
  /* Deprecated as of 4.4.0 */
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .fa.pull-left {
    margin-right: 0.3em;
  }
  .fa.pull-right {
    margin-left: 0.3em;
  }
  .fa-spin {
    animation: fa-spin 2s infinite linear;
  }
  .fa-pulse {
    animation: fa-spin 1s infinite steps(8);
  }
  @keyframes fa-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
  }
  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
  }
  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
  }
  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
  }
  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
  }
  :root .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270,
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical {
    filter: none;
  }
  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
  .fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .fa-stack-1x {
    line-height: inherit;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
  .fa-inverse {
    color: #fff;
  }
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .fa-glass:before {
    content: "\f000";
  }
  .fa-music:before {
    content: "\f001";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fa-envelope-o:before {
    content: "\f003";
  }
  .fa-heart:before {
    content: "\f004";
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-star-o:before {
    content: "\f006";
  }
  .fa-user:before {
    content: "\f007";
  }
  .fa-film:before {
    content: "\f008";
  }
  .fa-th-large:before {
    content: "\f009";
  }
  .fa-th:before {
    content: "\f00a";
  }
  .fa-th-list:before {
    content: "\f00b";
  }
  .fa-check:before {
    content: "\f00c";
  }
  .fa-remove:before,
  .fa-close:before,
  .fa-times:before {
    content: "\f00d";
  }
  .fa-search-plus:before {
    content: "\f00e";
  }
  .fa-search-minus:before {
    content: "\f010";
  }
  .fa-power-off:before {
    content: "\f011";
  }
  .fa-signal:before {
    content: "\f012";
  }
  .fa-gear:before,
  .fa-cog:before {
    content: "\f013";
  }
  .fa-trash-o:before {
    content: "\f014";
  }
  .fa-home:before {
    content: "\f015";
  }
  .fa-file-o:before {
    content: "\f016";
  }
  .fa-clock-o:before {
    content: "\f017";
  }
  .fa-road:before {
    content: "\f018";
  }
  .fa-download:before {
    content: "\f019";
  }
  .fa-arrow-circle-o-down:before {
    content: "\f01a";
  }
  .fa-arrow-circle-o-up:before {
    content: "\f01b";
  }
  .fa-inbox:before {
    content: "\f01c";
  }
  .fa-play-circle-o:before {
    content: "\f01d";
  }
  .fa-rotate-right:before,
  .fa-repeat:before {
    content: "\f01e";
  }
  .fa-refresh:before {
    content: "\f021";
  }
  .fa-list-alt:before {
    content: "\f022";
  }
  .fa-lock:before {
    content: "\f023";
  }
  .fa-flag:before {
    content: "\f024";
  }
  .fa-headphones:before {
    content: "\f025";
  }
  .fa-volume-off:before {
    content: "\f026";
  }
  .fa-volume-down:before {
    content: "\f027";
  }
  .fa-volume-up:before {
    content: "\f028";
  }
  .fa-qrcode:before {
    content: "\f029";
  }
  .fa-barcode:before {
    content: "\f02a";
  }
  .fa-tag:before {
    content: "\f02b";
  }
  .fa-tags:before {
    content: "\f02c";
  }
  .fa-book:before {
    content: "\f02d";
  }
  .fa-bookmark:before {
    content: "\f02e";
  }
  .fa-print:before {
    content: "\f02f";
  }
  .fa-camera:before {
    content: "\f030";
  }
  .fa-font:before {
    content: "\f031";
  }
  .fa-bold:before {
    content: "\f032";
  }
  .fa-italic:before {
    content: "\f033";
  }
  .fa-text-height:before {
    content: "\f034";
  }
  .fa-text-width:before {
    content: "\f035";
  }
  .fa-align-left:before {
    content: "\f036";
  }
  .fa-align-center:before {
    content: "\f037";
  }
  .fa-align-right:before {
    content: "\f038";
  }
  .fa-align-justify:before {
    content: "\f039";
  }
  .fa-list:before {
    content: "\f03a";
  }
  .fa-dedent:before,
  .fa-outdent:before {
    content: "\f03b";
  }
  .fa-indent:before {
    content: "\f03c";
  }
  .fa-video-camera:before {
    content: "\f03d";
  }
  .fa-photo:before,
  .fa-image:before,
  .fa-picture-o:before {
    content: "\f03e";
  }
  .fa-pencil:before {
    content: "\f040";
  }
  .fa-map-marker:before {
    content: "\f041";
  }
  .fa-adjust:before {
    content: "\f042";
  }
  .fa-tint:before {
    content: "\f043";
  }
  .fa-edit:before,
  .fa-pencil-square-o:before {
    content: "\f044";
  }
  .fa-share-square-o:before {
    content: "\f045";
  }
  .fa-check-square-o:before {
    content: "\f046";
  }
  .fa-arrows:before {
    content: "\f047";
  }
  .fa-step-backward:before {
    content: "\f048";
  }
  .fa-fast-backward:before {
    content: "\f049";
  }
  .fa-backward:before {
    content: "\f04a";
  }
  .fa-play:before {
    content: "\f04b";
  }
  .fa-pause:before {
    content: "\f04c";
  }
  .fa-stop:before {
    content: "\f04d";
  }
  .fa-forward:before {
    content: "\f04e";
  }
  .fa-fast-forward:before {
    content: "\f050";
  }
  .fa-step-forward:before {
    content: "\f051";
  }
  .fa-eject:before {
    content: "\f052";
  }
  .fa-chevron-left:before {
    content: "\f053";
  }
  .fa-chevron-right:before {
    content: "\f054";
  }
  .fa-plus-circle:before {
    content: "\f055";
  }
  .fa-minus-circle:before {
    content: "\f056";
  }
  .fa-times-circle:before {
    content: "\f057";
  }
  .fa-check-circle:before {
    content: "\f058";
  }
  .fa-question-circle:before {
    content: "\f059";
  }
  .fa-info-circle:before {
    content: "\f05a";
  }
  .fa-crosshairs:before {
    content: "\f05b";
  }
  .fa-times-circle-o:before {
    content: "\f05c";
  }
  .fa-check-circle-o:before {
    content: "\f05d";
  }
  .fa-ban:before {
    content: "\f05e";
  }
  .fa-arrow-left:before {
    content: "\f060";
  }
  .fa-arrow-right:before {
    content: "\f061";
  }
  .fa-arrow-up:before {
    content: "\f062";
  }
  .fa-arrow-down:before {
    content: "\f063";
  }
  .fa-mail-forward:before,
  .fa-share:before {
    content: "\f064";
  }
  .fa-expand:before {
    content: "\f065";
  }
  .fa-compress:before {
    content: "\f066";
  }
  .fa-plus:before {
    content: "\f067";
  }
  .fa-minus:before {
    content: "\f068";
  }
  .fa-asterisk:before {
    content: "\f069";
  }
  .fa-exclamation-circle:before {
    content: "\f06a";
  }
  .fa-gift:before {
    content: "\f06b";
  }
  .fa-leaf:before {
    content: "\f06c";
  }
  .fa-fire:before {
    content: "\f06d";
  }
  .fa-eye:before {
    content: "\f06e";
  }
  .fa-eye-slash:before {
    content: "\f070";
  }
  .fa-warning:before,
  .fa-exclamation-triangle:before {
    content: "\f071";
  }
  .fa-plane:before {
    content: "\f072";
  }
  .fa-calendar:before {
    content: "\f073";
  }
  .fa-random:before {
    content: "\f074";
  }
  .fa-comment:before {
    content: "\f075";
  }
  .fa-magnet:before {
    content: "\f076";
  }
  .fa-chevron-up:before {
    content: "\f077";
  }
  .fa-chevron-down:before {
    content: "\f078";
  }
  .fa-retweet:before {
    content: "\f079";
  }
  .fa-shopping-cart:before {
    content: "\f07a";
  }
  .fa-folder:before {
    content: "\f07b";
  }
  .fa-folder-open:before {
    content: "\f07c";
  }
  .fa-arrows-v:before {
    content: "\f07d";
  }
  .fa-arrows-h:before {
    content: "\f07e";
  }
  .fa-bar-chart-o:before,
  .fa-bar-chart:before {
    content: "\f080";
  }
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-facebook-square:before {
    content: "\f082";
  }
  .fa-camera-retro:before {
    content: "\f083";
  }
  .fa-key:before {
    content: "\f084";
  }
  .fa-gears:before,
  .fa-cogs:before {
    content: "\f085";
  }
  .fa-comments:before {
    content: "\f086";
  }
  .fa-thumbs-o-up:before {
    content: "\f087";
  }
  .fa-thumbs-o-down:before {
    content: "\f088";
  }
  .fa-star-half:before {
    content: "\f089";
  }
  .fa-heart-o:before {
    content: "\f08a";
  }
  .fa-sign-out:before {
    content: "\f08b";
  }
  .fa-linkedin-square:before {
    content: "\f08c";
  }
  .fa-thumb-tack:before {
    content: "\f08d";
  }
  .fa-external-link:before {
    content: "\f08e";
  }
  .fa-sign-in:before {
    content: "\f090";
  }
  .fa-trophy:before {
    content: "\f091";
  }
  .fa-github-square:before {
    content: "\f092";
  }
  .fa-upload:before {
    content: "\f093";
  }
  .fa-lemon-o:before {
    content: "\f094";
  }
  .fa-phone:before {
    content: "\f095";
  }
  .fa-square-o:before {
    content: "\f096";
  }
  .fa-bookmark-o:before {
    content: "\f097";
  }
  .fa-phone-square:before {
    content: "\f098";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    content: "\f09a";
  }
  .fa-github:before {
    content: "\f09b";
  }
  .fa-unlock:before {
    content: "\f09c";
  }
  .fa-credit-card:before {
    content: "\f09d";
  }
  .fa-feed:before,
  .fa-rss:before {
    content: "\f09e";
  }
  .fa-hdd-o:before {
    content: "\f0a0";
  }
  .fa-bullhorn:before {
    content: "\f0a1";
  }
  .fa-bell:before {
    content: "\f0f3";
  }
  .fa-certificate:before {
    content: "\f0a3";
  }
  .fa-hand-o-right:before {
    content: "\f0a4";
  }
  .fa-hand-o-left:before {
    content: "\f0a5";
  }
  .fa-hand-o-up:before {
    content: "\f0a6";
  }
  .fa-hand-o-down:before {
    content: "\f0a7";
  }
  .fa-arrow-circle-left:before {
    content: "\f0a8";
  }
  .fa-arrow-circle-right:before {
    content: "\f0a9";
  }
  .fa-arrow-circle-up:before {
    content: "\f0aa";
  }
  .fa-arrow-circle-down:before {
    content: "\f0ab";
  }
  .fa-globe:before {
    content: "\f0ac";
  }
  .fa-wrench:before {
    content: "\f0ad";
  }
  .fa-tasks:before {
    content: "\f0ae";
  }
  .fa-filter:before {
    content: "\f0b0";
  }
  .fa-briefcase:before {
    content: "\f0b1";
  }
  .fa-arrows-alt:before {
    content: "\f0b2";
  }
  .fa-group:before,
  .fa-users:before {
    content: "\f0c0";
  }
  .fa-chain:before,
  .fa-link:before {
    content: "\f0c1";
  }
  .fa-cloud:before {
    content: "\f0c2";
  }
  .fa-flask:before {
    content: "\f0c3";
  }
  .fa-cut:before,
  .fa-scissors:before {
    content: "\f0c4";
  }
  .fa-copy:before,
  .fa-files-o:before {
    content: "\f0c5";
  }
  .fa-paperclip:before {
    content: "\f0c6";
  }
  .fa-save:before,
  .fa-floppy-o:before {
    content: "\f0c7";
  }
  .fa-square:before {
    content: "\f0c8";
  }
  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    content: "\f0c9";
  }
  .fa-list-ul:before {
    content: "\f0ca";
  }
  .fa-list-ol:before {
    content: "\f0cb";
  }
  .fa-strikethrough:before {
    content: "\f0cc";
  }
  .fa-underline:before {
    content: "\f0cd";
  }
  .fa-table:before {
    content: "\f0ce";
  }
  .fa-magic:before {
    content: "\f0d0";
  }
  .fa-truck:before {
    content: "\f0d1";
  }
  .fa-pinterest:before {
    content: "\f0d2";
  }
  .fa-pinterest-square:before {
    content: "\f0d3";
  }
  .fa-google-plus-square:before {
    content: "\f0d4";
  }
  .fa-google-plus:before {
    content: "\f0d5";
  }
  .fa-money:before {
    content: "\f0d6";
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .fa-caret-up:before {
    content: "\f0d8";
  }
  .fa-caret-left:before {
    content: "\f0d9";
  }
  .fa-caret-right:before {
    content: "\f0da";
  }
  .fa-columns:before {
    content: "\f0db";
  }
  .fa-unsorted:before,
  .fa-sort:before {
    content: "\f0dc";
  }
  .fa-sort-down:before,
  .fa-sort-desc:before {
    content: "\f0dd";
  }
  .fa-sort-up:before,
  .fa-sort-asc:before {
    content: "\f0de";
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-linkedin:before {
    content: "\f0e1";
  }
  .fa-rotate-left:before,
  .fa-undo:before {
    content: "\f0e2";
  }
  .fa-legal:before,
  .fa-gavel:before {
    content: "\f0e3";
  }
  .fa-dashboard:before,
  .fa-tachometer:before {
    content: "\f0e4";
  }
  .fa-comment-o:before {
    content: "\f0e5";
  }
  .fa-comments-o:before {
    content: "\f0e6";
  }
  .fa-flash:before,
  .fa-bolt:before {
    content: "\f0e7";
  }
  .fa-sitemap:before {
    content: "\f0e8";
  }
  .fa-umbrella:before {
    content: "\f0e9";
  }
  .fa-paste:before,
  .fa-clipboard:before {
    content: "\f0ea";
  }
  .fa-lightbulb-o:before {
    content: "\f0eb";
  }
  .fa-exchange:before {
    content: "\f0ec";
  }
  .fa-cloud-download:before {
    content: "\f0ed";
  }
  .fa-cloud-upload:before {
    content: "\f0ee";
  }
  .fa-user-md:before {
    content: "\f0f0";
  }
  .fa-stethoscope:before {
    content: "\f0f1";
  }
  .fa-suitcase:before {
    content: "\f0f2";
  }
  .fa-bell-o:before {
    content: "\f0a2";
  }
  .fa-coffee:before {
    content: "\f0f4";
  }
  .fa-cutlery:before {
    content: "\f0f5";
  }
  .fa-file-text-o:before {
    content: "\f0f6";
  }
  .fa-building-o:before {
    content: "\f0f7";
  }
  .fa-hospital-o:before {
    content: "\f0f8";
  }
  .fa-ambulance:before {
    content: "\f0f9";
  }
  .fa-medkit:before {
    content: "\f0fa";
  }
  .fa-fighter-jet:before {
    content: "\f0fb";
  }
  .fa-beer:before {
    content: "\f0fc";
  }
  .fa-h-square:before {
    content: "\f0fd";
  }
  .fa-plus-square:before {
    content: "\f0fe";
  }
  .fa-angle-double-left:before {
    content: "\f100";
  }
  .fa-angle-double-right:before {
    content: "\f101";
  }
  .fa-angle-double-up:before {
    content: "\f102";
  }
  .fa-angle-double-down:before {
    content: "\f103";
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .fa-angle-up:before {
    content: "\f106";
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .fa-desktop:before {
    content: "\f108";
  }
  .fa-laptop:before {
    content: "\f109";
  }
  .fa-tablet:before {
    content: "\f10a";
  }
  .fa-mobile-phone:before,
  .fa-mobile:before {
    content: "\f10b";
  }
  .fa-circle-o:before {
    content: "\f10c";
  }
  .fa-quote-left:before {
    content: "\f10d";
  }
  .fa-quote-right:before {
    content: "\f10e";
  }
  .fa-spinner:before {
    content: "\f110";
  }
  .fa-circle:before {
    content: "\f111";
  }
  .fa-mail-reply:before,
  .fa-reply:before {
    content: "\f112";
  }
  .fa-github-alt:before {
    content: "\f113";
  }
  .fa-folder-o:before {
    content: "\f114";
  }
  .fa-folder-open-o:before {
    content: "\f115";
  }
  .fa-smile-o:before {
    content: "\f118";
  }
  .fa-frown-o:before {
    content: "\f119";
  }
  .fa-meh-o:before {
    content: "\f11a";
  }
  .fa-gamepad:before {
    content: "\f11b";
  }
  .fa-keyboard-o:before {
    content: "\f11c";
  }
  .fa-flag-o:before {
    content: "\f11d";
  }
  .fa-flag-checkered:before {
    content: "\f11e";
  }
  .fa-terminal:before {
    content: "\f120";
  }
  .fa-code:before {
    content: "\f121";
  }
  .fa-mail-reply-all:before,
  .fa-reply-all:before {
    content: "\f122";
  }
  .fa-star-half-empty:before,
  .fa-star-half-full:before,
  .fa-star-half-o:before {
    content: "\f123";
  }
  .fa-location-arrow:before {
    content: "\f124";
  }
  .fa-crop:before {
    content: "\f125";
  }
  .fa-code-fork:before {
    content: "\f126";
  }
  .fa-unlink:before,
  .fa-chain-broken:before {
    content: "\f127";
  }
  .fa-question:before {
    content: "\f128";
  }
  .fa-info:before {
    content: "\f129";
  }
  .fa-exclamation:before {
    content: "\f12a";
  }
  .fa-superscript:before {
    content: "\f12b";
  }
  .fa-subscript:before {
    content: "\f12c";
  }
  .fa-eraser:before {
    content: "\f12d";
  }
  .fa-puzzle-piece:before {
    content: "\f12e";
  }
  .fa-microphone:before {
    content: "\f130";
  }
  .fa-microphone-slash:before {
    content: "\f131";
  }
  .fa-shield:before {
    content: "\f132";
  }
  .fa-calendar-o:before {
    content: "\f133";
  }
  .fa-fire-extinguisher:before {
    content: "\f134";
  }
  .fa-rocket:before {
    content: "\f135";
  }
  .fa-maxcdn:before {
    content: "\f136";
  }
  .fa-chevron-circle-left:before {
    content: "\f137";
  }
  .fa-chevron-circle-right:before {
    content: "\f138";
  }
  .fa-chevron-circle-up:before {
    content: "\f139";
  }
  .fa-chevron-circle-down:before {
    content: "\f13a";
  }
  .fa-html5:before {
    content: "\f13b";
  }
  .fa-css3:before {
    content: "\f13c";
  }
  .fa-anchor:before {
    content: "\f13d";
  }
  .fa-unlock-alt:before {
    content: "\f13e";
  }
  .fa-bullseye:before {
    content: "\f140";
  }
  .fa-ellipsis-h:before {
    content: "\f141";
  }
  .fa-ellipsis-v:before {
    content: "\f142";
  }
  .fa-rss-square:before {
    content: "\f143";
  }
  .fa-play-circle:before {
    content: "\f144";
  }
  .fa-ticket:before {
    content: "\f145";
  }
  .fa-minus-square:before {
    content: "\f146";
  }
  .fa-minus-square-o:before {
    content: "\f147";
  }
  .fa-level-up:before {
    content: "\f148";
  }
  .fa-level-down:before {
    content: "\f149";
  }
  .fa-check-square:before {
    content: "\f14a";
  }
  .fa-pencil-square:before {
    content: "\f14b";
  }
  .fa-external-link-square:before {
    content: "\f14c";
  }
  .fa-share-square:before {
    content: "\f14d";
  }
  .fa-compass:before {
    content: "\f14e";
  }
  .fa-toggle-down:before,
  .fa-caret-square-o-down:before {
    content: "\f150";
  }
  .fa-toggle-up:before,
  .fa-caret-square-o-up:before {
    content: "\f151";
  }
  .fa-toggle-right:before,
  .fa-caret-square-o-right:before {
    content: "\f152";
  }
  .fa-euro:before,
  .fa-eur:before {
    content: "\f153";
  }
  .fa-gbp:before {
    content: "\f154";
  }
  .fa-dollar:before,
  .fa-usd:before {
    content: "\f155";
  }
  .fa-rupee:before,
  .fa-inr:before {
    content: "\f156";
  }
  .fa-cny:before,
  .fa-rmb:before,
  .fa-yen:before,
  .fa-jpy:before {
    content: "\f157";
  }
  .fa-ruble:before,
  .fa-rouble:before,
  .fa-rub:before {
    content: "\f158";
  }
  .fa-won:before,
  .fa-krw:before {
    content: "\f159";
  }
  .fa-bitcoin:before,
  .fa-btc:before {
    content: "\f15a";
  }
  .fa-file:before {
    content: "\f15b";
  }
  .fa-file-text:before {
    content: "\f15c";
  }
  .fa-sort-alpha-asc:before {
    content: "\f15d";
  }
  .fa-sort-alpha-desc:before {
    content: "\f15e";
  }
  .fa-sort-amount-asc:before {
    content: "\f160";
  }
  .fa-sort-amount-desc:before {
    content: "\f161";
  }
  .fa-sort-numeric-asc:before {
    content: "\f162";
  }
  .fa-sort-numeric-desc:before {
    content: "\f163";
  }
  .fa-thumbs-up:before {
    content: "\f164";
  }
  .fa-thumbs-down:before {
    content: "\f165";
  }
  .fa-youtube-square:before {
    content: "\f166";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-xing:before {
    content: "\f168";
  }
  .fa-xing-square:before {
    content: "\f169";
  }
  .fa-youtube-play:before {
    content: "\f16a";
  }
  .fa-dropbox:before {
    content: "\f16b";
  }
  .fa-stack-overflow:before {
    content: "\f16c";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-flickr:before {
    content: "\f16e";
  }
  .fa-adn:before {
    content: "\f170";
  }
  .fa-bitbucket:before {
    content: "\f171";
  }
  .fa-bitbucket-square:before {
    content: "\f172";
  }
  .fa-tumblr:before {
    content: "\f173";
  }
  .fa-tumblr-square:before {
    content: "\f174";
  }
  .fa-long-arrow-down:before {
    content: "\f175";
  }
  .fa-long-arrow-up:before {
    content: "\f176";
  }
  .fa-long-arrow-left:before {
    content: "\f177";
  }
  .fa-long-arrow-right:before {
    content: "\f178";
  }
  .fa-apple:before {
    content: "\f179";
  }
  .fa-windows:before {
    content: "\f17a";
  }
  .fa-android:before {
    content: "\f17b";
  }
  .fa-linux:before {
    content: "\f17c";
  }
  .fa-dribbble:before {
    content: "\f17d";
  }
  .fa-skype:before {
    content: "\f17e";
  }
  .fa-foursquare:before {
    content: "\f180";
  }
  .fa-trello:before {
    content: "\f181";
  }
  .fa-female:before {
    content: "\f182";
  }
  .fa-male:before {
    content: "\f183";
  }
  .fa-gittip:before,
  .fa-gratipay:before {
    content: "\f184";
  }
  .fa-sun-o:before {
    content: "\f185";
  }
  .fa-moon-o:before {
    content: "\f186";
  }
  .fa-archive:before {
    content: "\f187";
  }
  .fa-bug:before {
    content: "\f188";
  }
  .fa-vk:before {
    content: "\f189";
  }
  .fa-weibo:before {
    content: "\f18a";
  }
  .fa-renren:before {
    content: "\f18b";
  }
  .fa-pagelines:before {
    content: "\f18c";
  }
  .fa-stack-exchange:before {
    content: "\f18d";
  }
  .fa-arrow-circle-o-right:before {
    content: "\f18e";
  }
  .fa-arrow-circle-o-left:before {
    content: "\f190";
  }
  .fa-toggle-left:before,
  .fa-caret-square-o-left:before {
    content: "\f191";
  }
  .fa-dot-circle-o:before {
    content: "\f192";
  }
  .fa-wheelchair:before {
    content: "\f193";
  }
  .fa-vimeo-square:before {
    content: "\f194";
  }
  .fa-turkish-lira:before,
  .fa-try:before {
    content: "\f195";
  }
  .fa-plus-square-o:before {
    content: "\f196";
  }
  .fa-space-shuttle:before {
    content: "\f197";
  }
  .fa-slack:before {
    content: "\f198";
  }
  .fa-envelope-square:before {
    content: "\f199";
  }
  .fa-wordpress:before {
    content: "\f19a";
  }
  .fa-openid:before {
    content: "\f19b";
  }
  .fa-institution:before,
  .fa-bank:before,
  .fa-university:before {
    content: "\f19c";
  }
  .fa-mortar-board:before,
  .fa-graduation-cap:before {
    content: "\f19d";
  }
  .fa-yahoo:before {
    content: "\f19e";
  }
  .fa-google:before {
    content: "\f1a0";
  }
  .fa-reddit:before {
    content: "\f1a1";
  }
  .fa-reddit-square:before {
    content: "\f1a2";
  }
  .fa-stumbleupon-circle:before {
    content: "\f1a3";
  }
  .fa-stumbleupon:before {
    content: "\f1a4";
  }
  .fa-delicious:before {
    content: "\f1a5";
  }
  .fa-digg:before {
    content: "\f1a6";
  }
  .fa-pied-piper-pp:before {
    content: "\f1a7";
  }
  .fa-pied-piper-alt:before {
    content: "\f1a8";
  }
  .fa-drupal:before {
    content: "\f1a9";
  }
  .fa-joomla:before {
    content: "\f1aa";
  }
  .fa-language:before {
    content: "\f1ab";
  }
  .fa-fax:before {
    content: "\f1ac";
  }
  .fa-building:before {
    content: "\f1ad";
  }
  .fa-child:before {
    content: "\f1ae";
  }
  .fa-paw:before {
    content: "\f1b0";
  }
  .fa-spoon:before {
    content: "\f1b1";
  }
  .fa-cube:before {
    content: "\f1b2";
  }
  .fa-cubes:before {
    content: "\f1b3";
  }
  .fa-behance:before {
    content: "\f1b4";
  }
  .fa-behance-square:before {
    content: "\f1b5";
  }
  .fa-steam:before {
    content: "\f1b6";
  }
  .fa-steam-square:before {
    content: "\f1b7";
  }
  .fa-recycle:before {
    content: "\f1b8";
  }
  .fa-automobile:before,
  .fa-car:before {
    content: "\f1b9";
  }
  .fa-cab:before,
  .fa-taxi:before {
    content: "\f1ba";
  }
  .fa-tree:before {
    content: "\f1bb";
  }
  .fa-spotify:before {
    content: "\f1bc";
  }
  .fa-deviantart:before {
    content: "\f1bd";
  }
  .fa-soundcloud:before {
    content: "\f1be";
  }
  .fa-database:before {
    content: "\f1c0";
  }
  .fa-file-pdf-o:before {
    content: "\f1c1";
  }
  .fa-file-word-o:before {
    content: "\f1c2";
  }
  .fa-file-excel-o:before {
    content: "\f1c3";
  }
  .fa-file-powerpoint-o:before {
    content: "\f1c4";
  }
  .fa-file-photo-o:before,
  .fa-file-picture-o:before,
  .fa-file-image-o:before {
    content: "\f1c5";
  }
  .fa-file-zip-o:before,
  .fa-file-archive-o:before {
    content: "\f1c6";
  }
  .fa-file-sound-o:before,
  .fa-file-audio-o:before {
    content: "\f1c7";
  }
  .fa-file-movie-o:before,
  .fa-file-video-o:before {
    content: "\f1c8";
  }
  .fa-file-code-o:before {
    content: "\f1c9";
  }
  .fa-vine:before {
    content: "\f1ca";
  }
  .fa-codepen:before {
    content: "\f1cb";
  }
  .fa-jsfiddle:before {
    content: "\f1cc";
  }
  .fa-life-bouy:before,
  .fa-life-buoy:before,
  .fa-life-saver:before,
  .fa-support:before,
  .fa-life-ring:before {
    content: "\f1cd";
  }
  .fa-circle-o-notch:before {
    content: "\f1ce";
  }
  .fa-ra:before,
  .fa-resistance:before,
  .fa-rebel:before {
    content: "\f1d0";
  }
  .fa-ge:before,
  .fa-empire:before {
    content: "\f1d1";
  }
  .fa-git-square:before {
    content: "\f1d2";
  }
  .fa-git:before {
    content: "\f1d3";
  }
  .fa-y-combinator-square:before,
  .fa-yc-square:before,
  .fa-hacker-news:before {
    content: "\f1d4";
  }
  .fa-tencent-weibo:before {
    content: "\f1d5";
  }
  .fa-qq:before {
    content: "\f1d6";
  }
  .fa-wechat:before,
  .fa-weixin:before {
    content: "\f1d7";
  }
  .fa-send:before,
  .fa-paper-plane:before {
    content: "\f1d8";
  }
  .fa-send-o:before,
  .fa-paper-plane-o:before {
    content: "\f1d9";
  }
  .fa-history:before {
    content: "\f1da";
  }
  .fa-circle-thin:before {
    content: "\f1db";
  }
  .fa-header:before {
    content: "\f1dc";
  }
  .fa-paragraph:before {
    content: "\f1dd";
  }
  .fa-sliders:before {
    content: "\f1de";
  }
  .fa-share-alt:before {
    content: "\f1e0";
  }
  .fa-share-alt-square:before {
    content: "\f1e1";
  }
  .fa-bomb:before {
    content: "\f1e2";
  }
  .fa-soccer-ball-o:before,
  .fa-futbol-o:before {
    content: "\f1e3";
  }
  .fa-tty:before {
    content: "\f1e4";
  }
  .fa-binoculars:before {
    content: "\f1e5";
  }
  .fa-plug:before {
    content: "\f1e6";
  }
  .fa-slideshare:before {
    content: "\f1e7";
  }
  .fa-twitch:before {
    content: "\f1e8";
  }
  .fa-yelp:before {
    content: "\f1e9";
  }
  .fa-newspaper-o:before {
    content: "\f1ea";
  }
  .fa-wifi:before {
    content: "\f1eb";
  }
  .fa-calculator:before {
    content: "\f1ec";
  }
  .fa-paypal:before {
    content: "\f1ed";
  }
  .fa-google-wallet:before {
    content: "\f1ee";
  }
  .fa-cc-visa:before {
    content: "\f1f0";
  }
  .fa-cc-mastercard:before {
    content: "\f1f1";
  }
  .fa-cc-discover:before {
    content: "\f1f2";
  }
  .fa-cc-amex:before {
    content: "\f1f3";
  }
  .fa-cc-paypal:before {
    content: "\f1f4";
  }
  .fa-cc-stripe:before {
    content: "\f1f5";
  }
  .fa-bell-slash:before {
    content: "\f1f6";
  }
  .fa-bell-slash-o:before {
    content: "\f1f7";
  }
  .fa-trash:before {
    content: "\f1f8";
  }
  .fa-copyright:before {
    content: "\f1f9";
  }
  .fa-at:before {
    content: "\f1fa";
  }
  .fa-eyedropper:before {
    content: "\f1fb";
  }
  .fa-paint-brush:before {
    content: "\f1fc";
  }
  .fa-birthday-cake:before {
    content: "\f1fd";
  }
  .fa-area-chart:before {
    content: "\f1fe";
  }
  .fa-pie-chart:before {
    content: "\f200";
  }
  .fa-line-chart:before {
    content: "\f201";
  }
  .fa-lastfm:before {
    content: "\f202";
  }
  .fa-lastfm-square:before {
    content: "\f203";
  }
  .fa-toggle-off:before {
    content: "\f204";
  }
  .fa-toggle-on:before {
    content: "\f205";
  }
  .fa-bicycle:before {
    content: "\f206";
  }
  .fa-bus:before {
    content: "\f207";
  }
  .fa-ioxhost:before {
    content: "\f208";
  }
  .fa-angellist:before {
    content: "\f209";
  }
  .fa-cc:before {
    content: "\f20a";
  }
  .fa-shekel:before,
  .fa-sheqel:before,
  .fa-ils:before {
    content: "\f20b";
  }
  .fa-meanpath:before {
    content: "\f20c";
  }
  .fa-buysellads:before {
    content: "\f20d";
  }
  .fa-connectdevelop:before {
    content: "\f20e";
  }
  .fa-dashcube:before {
    content: "\f210";
  }
  .fa-forumbee:before {
    content: "\f211";
  }
  .fa-leanpub:before {
    content: "\f212";
  }
  .fa-sellsy:before {
    content: "\f213";
  }
  .fa-shirtsinbulk:before {
    content: "\f214";
  }
  .fa-simplybuilt:before {
    content: "\f215";
  }
  .fa-skyatlas:before {
    content: "\f216";
  }
  .fa-cart-plus:before {
    content: "\f217";
  }
  .fa-cart-arrow-down:before {
    content: "\f218";
  }
  .fa-diamond:before {
    content: "\f219";
  }
  .fa-ship:before {
    content: "\f21a";
  }
  .fa-user-secret:before {
    content: "\f21b";
  }
  .fa-motorcycle:before {
    content: "\f21c";
  }
  .fa-street-view:before {
    content: "\f21d";
  }
  .fa-heartbeat:before {
    content: "\f21e";
  }
  .fa-venus:before {
    content: "\f221";
  }
  .fa-mars:before {
    content: "\f222";
  }
  .fa-mercury:before {
    content: "\f223";
  }
  .fa-intersex:before,
  .fa-transgender:before {
    content: "\f224";
  }
  .fa-transgender-alt:before {
    content: "\f225";
  }
  .fa-venus-double:before {
    content: "\f226";
  }
  .fa-mars-double:before {
    content: "\f227";
  }
  .fa-venus-mars:before {
    content: "\f228";
  }
  .fa-mars-stroke:before {
    content: "\f229";
  }
  .fa-mars-stroke-v:before {
    content: "\f22a";
  }
  .fa-mars-stroke-h:before {
    content: "\f22b";
  }
  .fa-neuter:before {
    content: "\f22c";
  }
  .fa-genderless:before {
    content: "\f22d";
  }
  .fa-facebook-official:before {
    content: "\f230";
  }
  .fa-pinterest-p:before {
    content: "\f231";
  }
  .fa-whatsapp:before {
    content: "\f232";
  }
  .fa-server:before {
    content: "\f233";
  }
  .fa-user-plus:before {
    content: "\f234";
  }
  .fa-user-times:before {
    content: "\f235";
  }
  .fa-hotel:before,
  .fa-bed:before {
    content: "\f236";
  }
  .fa-viacoin:before {
    content: "\f237";
  }
  .fa-train:before {
    content: "\f238";
  }
  .fa-subway:before {
    content: "\f239";
  }
  .fa-medium:before {
    content: "\f23a";
  }
  .fa-yc:before,
  .fa-y-combinator:before {
    content: "\f23b";
  }
  .fa-optin-monster:before {
    content: "\f23c";
  }
  .fa-opencart:before {
    content: "\f23d";
  }
  .fa-expeditedssl:before {
    content: "\f23e";
  }
  .fa-battery-4:before,
  .fa-battery:before,
  .fa-battery-full:before {
    content: "\f240";
  }
  .fa-battery-3:before,
  .fa-battery-three-quarters:before {
    content: "\f241";
  }
  .fa-battery-2:before,
  .fa-battery-half:before {
    content: "\f242";
  }
  .fa-battery-1:before,
  .fa-battery-quarter:before {
    content: "\f243";
  }
  .fa-battery-0:before,
  .fa-battery-empty:before {
    content: "\f244";
  }
  .fa-mouse-pointer:before {
    content: "\f245";
  }
  .fa-i-cursor:before {
    content: "\f246";
  }
  .fa-object-group:before {
    content: "\f247";
  }
  .fa-object-ungroup:before {
    content: "\f248";
  }
  .fa-sticky-note:before {
    content: "\f249";
  }
  .fa-sticky-note-o:before {
    content: "\f24a";
  }
  .fa-cc-jcb:before {
    content: "\f24b";
  }
  .fa-cc-diners-club:before {
    content: "\f24c";
  }
  .fa-clone:before {
    content: "\f24d";
  }
  .fa-balance-scale:before {
    content: "\f24e";
  }
  .fa-hourglass-o:before {
    content: "\f250";
  }
  .fa-hourglass-1:before,
  .fa-hourglass-start:before {
    content: "\f251";
  }
  .fa-hourglass-2:before,
  .fa-hourglass-half:before {
    content: "\f252";
  }
  .fa-hourglass-3:before,
  .fa-hourglass-end:before {
    content: "\f253";
  }
  .fa-hourglass:before {
    content: "\f254";
  }
  .fa-hand-grab-o:before,
  .fa-hand-rock-o:before {
    content: "\f255";
  }
  .fa-hand-stop-o:before,
  .fa-hand-paper-o:before {
    content: "\f256";
  }
  .fa-hand-scissors-o:before {
    content: "\f257";
  }
  .fa-hand-lizard-o:before {
    content: "\f258";
  }
  .fa-hand-spock-o:before {
    content: "\f259";
  }
  .fa-hand-pointer-o:before {
    content: "\f25a";
  }
  .fa-hand-peace-o:before {
    content: "\f25b";
  }
  .fa-trademark:before {
    content: "\f25c";
  }
  .fa-registered:before {
    content: "\f25d";
  }
  .fa-creative-commons:before {
    content: "\f25e";
  }
  .fa-gg:before {
    content: "\f260";
  }
  .fa-gg-circle:before {
    content: "\f261";
  }
  .fa-tripadvisor:before {
    content: "\f262";
  }
  .fa-odnoklassniki:before {
    content: "\f263";
  }
  .fa-odnoklassniki-square:before {
    content: "\f264";
  }
  .fa-get-pocket:before {
    content: "\f265";
  }
  .fa-wikipedia-w:before {
    content: "\f266";
  }
  .fa-safari:before {
    content: "\f267";
  }
  .fa-chrome:before {
    content: "\f268";
  }
  .fa-firefox:before {
    content: "\f269";
  }
  .fa-opera:before {
    content: "\f26a";
  }
  .fa-internet-explorer:before {
    content: "\f26b";
  }
  .fa-tv:before,
  .fa-television:before {
    content: "\f26c";
  }
  .fa-contao:before {
    content: "\f26d";
  }
  .fa-500px:before {
    content: "\f26e";
  }
  .fa-amazon:before {
    content: "\f270";
  }
  .fa-calendar-plus-o:before {
    content: "\f271";
  }
  .fa-calendar-minus-o:before {
    content: "\f272";
  }
  .fa-calendar-times-o:before {
    content: "\f273";
  }
  .fa-calendar-check-o:before {
    content: "\f274";
  }
  .fa-industry:before {
    content: "\f275";
  }
  .fa-map-pin:before {
    content: "\f276";
  }
  .fa-map-signs:before {
    content: "\f277";
  }
  .fa-map-o:before {
    content: "\f278";
  }
  .fa-map:before {
    content: "\f279";
  }
  .fa-commenting:before {
    content: "\f27a";
  }
  .fa-commenting-o:before {
    content: "\f27b";
  }
  .fa-houzz:before {
    content: "\f27c";
  }
  .fa-vimeo:before {
    content: "\f27d";
  }
  .fa-black-tie:before {
    content: "\f27e";
  }
  .fa-fonticons:before {
    content: "\f280";
  }
  .fa-reddit-alien:before {
    content: "\f281";
  }
  .fa-edge:before {
    content: "\f282";
  }
  .fa-credit-card-alt:before {
    content: "\f283";
  }
  .fa-codiepie:before {
    content: "\f284";
  }
  .fa-modx:before {
    content: "\f285";
  }
  .fa-fort-awesome:before {
    content: "\f286";
  }
  .fa-usb:before {
    content: "\f287";
  }
  .fa-product-hunt:before {
    content: "\f288";
  }
  .fa-mixcloud:before {
    content: "\f289";
  }
  .fa-scribd:before {
    content: "\f28a";
  }
  .fa-pause-circle:before {
    content: "\f28b";
  }
  .fa-pause-circle-o:before {
    content: "\f28c";
  }
  .fa-stop-circle:before {
    content: "\f28d";
  }
  .fa-stop-circle-o:before {
    content: "\f28e";
  }
  .fa-shopping-bag:before {
    content: "\f290";
  }
  .fa-shopping-basket:before {
    content: "\f291";
  }
  .fa-hashtag:before {
    content: "\f292";
  }
  .fa-bluetooth:before {
    content: "\f293";
  }
  .fa-bluetooth-b:before {
    content: "\f294";
  }
  .fa-percent:before {
    content: "\f295";
  }
  .fa-gitlab:before {
    content: "\f296";
  }
  .fa-wpbeginner:before {
    content: "\f297";
  }
  .fa-wpforms:before {
    content: "\f298";
  }
  .fa-envira:before {
    content: "\f299";
  }
  .fa-universal-access:before {
    content: "\f29a";
  }
  .fa-wheelchair-alt:before {
    content: "\f29b";
  }
  .fa-question-circle-o:before {
    content: "\f29c";
  }
  .fa-blind:before {
    content: "\f29d";
  }
  .fa-audio-description:before {
    content: "\f29e";
  }
  .fa-volume-control-phone:before {
    content: "\f2a0";
  }
  .fa-braille:before {
    content: "\f2a1";
  }
  .fa-assistive-listening-systems:before {
    content: "\f2a2";
  }
  .fa-asl-interpreting:before,
  .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
  }
  .fa-deafness:before,
  .fa-hard-of-hearing:before,
  .fa-deaf:before {
    content: "\f2a4";
  }
  .fa-glide:before {
    content: "\f2a5";
  }
  .fa-glide-g:before {
    content: "\f2a6";
  }
  .fa-signing:before,
  .fa-sign-language:before {
    content: "\f2a7";
  }
  .fa-low-vision:before {
    content: "\f2a8";
  }
  .fa-viadeo:before {
    content: "\f2a9";
  }
  .fa-viadeo-square:before {
    content: "\f2aa";
  }
  .fa-snapchat:before {
    content: "\f2ab";
  }
  .fa-snapchat-ghost:before {
    content: "\f2ac";
  }
  .fa-snapchat-square:before {
    content: "\f2ad";
  }
  .fa-pied-piper:before {
    content: "\f2ae";
  }
  .fa-first-order:before {
    content: "\f2b0";
  }
  .fa-yoast:before {
    content: "\f2b1";
  }
  .fa-themeisle:before {
    content: "\f2b2";
  }
  .fa-google-plus-circle:before,
  .fa-google-plus-official:before {
    content: "\f2b3";
  }
  .fa-fa:before,
  .fa-font-awesome:before {
    content: "\f2b4";
  }
  .fa-handshake-o:before {
    content: "\f2b5";
  }
  .fa-envelope-open:before {
    content: "\f2b6";
  }
  .fa-envelope-open-o:before {
    content: "\f2b7";
  }
  .fa-linode:before {
    content: "\f2b8";
  }
  .fa-address-book:before {
    content: "\f2b9";
  }
  .fa-address-book-o:before {
    content: "\f2ba";
  }
  .fa-vcard:before,
  .fa-address-card:before {
    content: "\f2bb";
  }
  .fa-vcard-o:before,
  .fa-address-card-o:before {
    content: "\f2bc";
  }
  .fa-user-circle:before {
    content: "\f2bd";
  }
  .fa-user-circle-o:before {
    content: "\f2be";
  }
  .fa-user-o:before {
    content: "\f2c0";
  }
  .fa-id-badge:before {
    content: "\f2c1";
  }
  .fa-drivers-license:before,
  .fa-id-card:before {
    content: "\f2c2";
  }
  .fa-drivers-license-o:before,
  .fa-id-card-o:before {
    content: "\f2c3";
  }
  .fa-quora:before {
    content: "\f2c4";
  }
  .fa-free-code-camp:before {
    content: "\f2c5";
  }
  .fa-telegram:before {
    content: "\f2c6";
  }
  .fa-thermometer-4:before,
  .fa-thermometer:before,
  .fa-thermometer-full:before {
    content: "\f2c7";
  }
  .fa-thermometer-3:before,
  .fa-thermometer-three-quarters:before {
    content: "\f2c8";
  }
  .fa-thermometer-2:before,
  .fa-thermometer-half:before {
    content: "\f2c9";
  }
  .fa-thermometer-1:before,
  .fa-thermometer-quarter:before {
    content: "\f2ca";
  }
  .fa-thermometer-0:before,
  .fa-thermometer-empty:before {
    content: "\f2cb";
  }
  .fa-shower:before {
    content: "\f2cc";
  }
  .fa-bathtub:before,
  .fa-s15:before,
  .fa-bath:before {
    content: "\f2cd";
  }
  .fa-podcast:before {
    content: "\f2ce";
  }
  .fa-window-maximize:before {
    content: "\f2d0";
  }
  .fa-window-minimize:before {
    content: "\f2d1";
  }
  .fa-window-restore:before {
    content: "\f2d2";
  }
  .fa-times-rectangle:before,
  .fa-window-close:before {
    content: "\f2d3";
  }
  .fa-times-rectangle-o:before,
  .fa-window-close-o:before {
    content: "\f2d4";
  }
  .fa-bandcamp:before {
    content: "\f2d5";
  }
  .fa-grav:before {
    content: "\f2d6";
  }
  .fa-etsy:before {
    content: "\f2d7";
  }
  .fa-imdb:before {
    content: "\f2d8";
  }
  .fa-ravelry:before {
    content: "\f2d9";
  }
  .fa-eercast:before {
    content: "\f2da";
  }
  .fa-microchip:before {
    content: "\f2db";
  }
  .fa-snowflake-o:before {
    content: "\f2dc";
  }
  .fa-superpowers:before {
    content: "\f2dd";
  }
  .fa-wpexplorer:before {
    content: "\f2de";
  }
  .fa-meetup:before {
    content: "\f2e0";
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  /*! 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: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {
    *,
    *:before,
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .navbar {
      display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important;
    }
  }
  * {
    box-sizing: border-box;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #DB2222;
    text-decoration: none;
  }
  a:hover, a:focus {
    color: rgb(152.7806324111, 23.7193675889, 23.7193675889);
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eaeae9;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  [role=button] {
    cursor: pointer;
  }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: rgb(119.085, 119.085, 119.085);
  }
  h1, .h1,
  h2, .h2,
  h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%;
  }
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%;
  }
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 14px;
  }
  h6, .h6 {
    font-size: 12px;
  }
  p {
    margin: 0 0 10px;
  }
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px;
    }
  }
  small,
  .small {
    font-size: 85%;
  }
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase, .initialism {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: rgb(119.085, 119.085, 119.085);
  }
  .text-primary {
    color: #DB2222;
  }
  a.text-primary:hover,
  a.text-primary:focus {
    color: rgb(174.8537549407, 27.1462450593, 27.1462450593);
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover,
  a.text-success:focus {
    color: rgb(42.808988764, 84.191011236, 43.5224719101);
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover,
  a.text-info:focus {
    color: rgb(35.984375, 82.25, 105.015625);
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover,
  a.text-warning:focus {
    color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover,
  a.text-danger:focus {
    color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  }
  .bg-primary {
    color: #fff;
  }
  .bg-primary {
    background-color: #DB2222;
  }
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: rgb(174.8537549407, 27.1462450593, 27.1462450593);
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover,
  a.bg-success:focus {
    background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover,
  a.bg-info:focus {
    background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover,
  a.bg-warning:focus {
    background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover,
  a.bg-danger:focus {
    background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
  }
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eaeae9;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  dt,
  dd {
    line-height: 1.428571429;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-left: 0;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
  }
  .initialism {
    font-size: 90%;
  }
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eaeae9;
  }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: rgb(119.085, 119.085, 119.085);
  }
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: "— ";
  }
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eaeae9;
    border-left: 0;
  }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: "";
  }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: " —";
  }
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
  }
  pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container:before, .container:after {
    display: table;
    content: " ";
  }
  .container:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " ";
  }
  .container-fluid:after {
    clear: both;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row:before, .row:after {
    display: table;
    content: " ";
  }
  .row:after {
    clear: both;
  }
  .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-1 {
      width: 8.3333333333%;
    }
    .col-sm-2 {
      width: 16.6666666667%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-4 {
      width: 33.3333333333%;
    }
    .col-sm-5 {
      width: 41.6666666667%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-7 {
      width: 58.3333333333%;
    }
    .col-sm-8 {
      width: 66.6666666667%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-10 {
      width: 83.3333333333%;
    }
    .col-sm-11 {
      width: 91.6666666667%;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-pull-1 {
      right: 8.3333333333%;
    }
    .col-sm-pull-2 {
      right: 16.6666666667%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-4 {
      right: 33.3333333333%;
    }
    .col-sm-pull-5 {
      right: 41.6666666667%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-7 {
      right: 58.3333333333%;
    }
    .col-sm-pull-8 {
      right: 66.6666666667%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-10 {
      right: 83.3333333333%;
    }
    .col-sm-pull-11 {
      right: 91.6666666667%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-push-1 {
      left: 8.3333333333%;
    }
    .col-sm-push-2 {
      left: 16.6666666667%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-4 {
      left: 33.3333333333%;
    }
    .col-sm-push-5 {
      left: 41.6666666667%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-7 {
      left: 58.3333333333%;
    }
    .col-sm-push-8 {
      left: 66.6666666667%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-10 {
      left: 83.3333333333%;
    }
    .col-sm-push-11 {
      left: 91.6666666667%;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-offset-0 {
      margin-left: 0%;
    }
    .col-sm-offset-1 {
      margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
      margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-4 {
      margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
      margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-7 {
      margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
      margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-10 {
      margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
      margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-1 {
      width: 8.3333333333%;
    }
    .col-md-2 {
      width: 16.6666666667%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-4 {
      width: 33.3333333333%;
    }
    .col-md-5 {
      width: 41.6666666667%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-7 {
      width: 58.3333333333%;
    }
    .col-md-8 {
      width: 66.6666666667%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-10 {
      width: 83.3333333333%;
    }
    .col-md-11 {
      width: 91.6666666667%;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-pull-1 {
      right: 8.3333333333%;
    }
    .col-md-pull-2 {
      right: 16.6666666667%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-4 {
      right: 33.3333333333%;
    }
    .col-md-pull-5 {
      right: 41.6666666667%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-7 {
      right: 58.3333333333%;
    }
    .col-md-pull-8 {
      right: 66.6666666667%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-10 {
      right: 83.3333333333%;
    }
    .col-md-pull-11 {
      right: 91.6666666667%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-push-1 {
      left: 8.3333333333%;
    }
    .col-md-push-2 {
      left: 16.6666666667%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-4 {
      left: 33.3333333333%;
    }
    .col-md-push-5 {
      left: 41.6666666667%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-7 {
      left: 58.3333333333%;
    }
    .col-md-push-8 {
      left: 66.6666666667%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-10 {
      left: 83.3333333333%;
    }
    .col-md-push-11 {
      left: 91.6666666667%;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-offset-0 {
      margin-left: 0%;
    }
    .col-md-offset-1 {
      margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
      margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-4 {
      margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
      margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-7 {
      margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
      margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-10 {
      margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
      margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-1 {
      width: 8.3333333333%;
    }
    .col-lg-2 {
      width: 16.6666666667%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-4 {
      width: 33.3333333333%;
    }
    .col-lg-5 {
      width: 41.6666666667%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-7 {
      width: 58.3333333333%;
    }
    .col-lg-8 {
      width: 66.6666666667%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-10 {
      width: 83.3333333333%;
    }
    .col-lg-11 {
      width: 91.6666666667%;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-pull-1 {
      right: 8.3333333333%;
    }
    .col-lg-pull-2 {
      right: 16.6666666667%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-4 {
      right: 33.3333333333%;
    }
    .col-lg-pull-5 {
      right: 41.6666666667%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-7 {
      right: 58.3333333333%;
    }
    .col-lg-pull-8 {
      right: 66.6666666667%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-10 {
      right: 83.3333333333%;
    }
    .col-lg-pull-11 {
      right: 91.6666666667%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-push-1 {
      left: 8.3333333333%;
    }
    .col-lg-push-2 {
      left: 16.6666666667%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-4 {
      left: 33.3333333333%;
    }
    .col-lg-push-5 {
      left: 41.6666666667%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-7 {
      left: 58.3333333333%;
    }
    .col-lg-push-8 {
      left: 66.6666666667%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-10 {
      left: 83.3333333333%;
    }
    .col-lg-push-11 {
      left: 91.6666666667%;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-offset-0 {
      margin-left: 0%;
    }
    .col-lg-offset-1 {
      margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
      margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-4 {
      margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
      margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-7 {
      margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
      margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-10 {
      margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
      margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
  }
  table {
    background-color: transparent;
  }
  table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
  }
  table td[class*=col-],
  table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
  }
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgb(119.085, 119.085, 119.085);
    text-align: left;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #fff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  .table > thead > tr > td.active,
  .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
  .table > tbody > tr > td.active,
  .table > tbody > tr > th.active,
  .table > tbody > tr.active > td,
  .table > tbody > tr.active > th,
  .table > tfoot > tr > td.active,
  .table > tfoot > tr > th.active,
  .table > tfoot > tr.active > td,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: rgb(232.25, 232.25, 232.25);
  }
  .table > thead > tr > td.success,
  .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
  .table > tbody > tr > td.success,
  .table > tbody > tr > th.success,
  .table > tbody > tr.success > td,
  .table > tbody > tr.success > th,
  .table > tfoot > tr > td.success,
  .table > tfoot > tr > th.success,
  .table > tfoot > tr.success > td,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
  }
  .table > thead > tr > td.info,
  .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
  .table > tbody > tr > td.info,
  .table > tbody > tr > th.info,
  .table > tbody > tr.info > td,
  .table > tbody > tr.info > th,
  .table > tfoot > tr > td.info,
  .table > tfoot > tr > th.info,
  .table > tfoot > tr.info > td,
  .table > tfoot > tr.info > th {
    background-color: #d9edf7;
  }
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  .table > thead > tr > td.warning,
  .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
  .table > tbody > tr > td.warning,
  .table > tbody > tr > th.warning,
  .table > tbody > tr.warning > td,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr > td.warning,
  .table > tfoot > tr > th.warning,
  .table > tfoot > tr.warning > td,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
  }
  .table > thead > tr > td.danger,
  .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
  .table > tbody > tr > td.danger,
  .table > tbody > tr > th.danger,
  .table > tbody > tr.danger > td,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr > td.danger,
  .table > tfoot > tr > th.danger,
  .table > tfoot > tr.danger > td,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
  }
  .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
  }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  input[type=radio],
  input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9 ;
    line-height: normal;
  }
  input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
  input[type=checkbox][disabled],
  input[type=checkbox].disabled,
  fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
  }
  input[type=file] {
    display: block;
  }
  input[type=range] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type=file]:focus,
  input[type=radio]:focus,
  input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: rgb(85.425, 85.425, 85.425);
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: rgb(85.425, 85.425, 85.425);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eaeae9;
    opacity: 1;
  }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
      line-height: 34px;
    }
    input[type=date].input-sm, .input-group-sm input[type=date],
    input[type=time].input-sm,
    .input-group-sm input[type=time],
    input[type=datetime-local].input-sm,
    .input-group-sm input[type=datetime-local],
    input[type=month].input-sm,
    .input-group-sm input[type=month] {
      line-height: 30px;
    }
    input[type=date].input-lg, .input-group-lg input[type=date],
    input[type=time].input-lg,
    .input-group-lg input[type=time],
    input[type=datetime-local].input-lg,
    .input-group-lg input[type=datetime-local],
    input[type=month].input-lg,
    .input-group-lg input[type=month] {
      line-height: 46px;
    }
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed;
  }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .radio input[type=radio],
  .radio-inline input[type=radio],
  .checkbox input[type=checkbox],
  .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9 ;
    margin-left: -20px;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
  }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-sm,
  select[multiple].input-sm {
    height: auto;
  }
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
  }
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto;
  }
  .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  select.input-lg {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-lg,
  select[multiple].input-lg {
    height: auto;
  }
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
  }
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .input-lg + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .form-control:focus {
    border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  }
  .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  }
  .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 25px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(114.75, 114.75, 114.75);
  }
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 27px;
  }
  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
  }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
  }
  .form-horizontal .form-group:after {
    clear: both;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right;
    }
  }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px;
    }
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
  }
  a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: rgb(229.5, 229.5, 229.5);
    border-color: rgb(140.25, 140.25, 140.25);
  }
  .btn-default:hover {
    color: #333;
    background-color: rgb(229.5, 229.5, 229.5);
    border-color: rgb(173.4, 173.4, 173.4);
  }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: rgb(229.5, 229.5, 229.5);
    background-image: none;
    border-color: rgb(173.4, 173.4, 173.4);
  }
  .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: rgb(211.65, 211.65, 211.65);
    border-color: rgb(140.25, 140.25, 140.25);
  }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default .badge {
    color: #fff;
    background-color: #333;
  }
  .btn-primary {
    color: #fff;
    background-color: #DB2222;
    border-color: rgb(196.9268774704, 30.5731225296, 30.5731225296);
  }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: rgb(174.8537549407, 27.1462450593, 27.1462450593);
    border-color: rgb(86.5612648221, 13.4387351779, 13.4387351779);
  }
  .btn-primary:hover {
    color: #fff;
    background-color: rgb(174.8537549407, 27.1462450593, 27.1462450593);
    border-color: rgb(143.9513833992, 22.3486166008, 22.3486166008);
  }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(174.8537549407, 27.1462450593, 27.1462450593);
    background-image: none;
    border-color: rgb(143.9513833992, 22.3486166008, 22.3486166008);
  }
  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(143.9513833992, 22.3486166008, 22.3486166008);
    border-color: rgb(86.5612648221, 13.4387351779, 13.4387351779);
  }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #DB2222;
    border-color: rgb(196.9268774704, 30.5731225296, 30.5731225296);
  }
  .btn-primary .badge {
    color: #DB2222;
    background-color: #fff;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
    border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
  }
  .btn-success:hover {
    color: #fff;
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
    border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
    background-image: none;
    border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  }
  .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
    border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
  }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
  }
  .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
  }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
    border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
  }
  .btn-info:hover {
    color: #fff;
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
    border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
    background-image: none;
    border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  }
  .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
    border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
  }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
  }
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: rgb(238.0078125, 162.109375, 54.4921875);
  }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: rgb(236.015625, 151.21875, 30.984375);
    border-color: rgb(152.109375, 94.53125, 12.890625);
  }
  .btn-warning:hover {
    color: #fff;
    background-color: rgb(236.015625, 151.21875, 30.984375);
    border-color: rgb(213.2296875, 132.515625, 18.0703125);
  }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: rgb(236.015625, 151.21875, 30.984375);
    background-image: none;
    border-color: rgb(213.2296875, 132.515625, 18.0703125);
  }
  .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(213.2296875, 132.515625, 18.0703125);
    border-color: rgb(152.109375, 94.53125, 12.890625);
  }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: rgb(238.0078125, 162.109375, 54.4921875);
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
    border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
  }
  .btn-danger:hover {
    color: #fff;
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
    border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
    background-image: none;
    border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  }
  .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
    border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
  }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
  }
  .btn-link {
    font-weight: 400;
    color: #DB2222;
    border-radius: 0;
  }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
  }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover, .btn-link:focus {
    color: rgb(152.7806324111, 23.7193675889, 23.7193675889);
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: rgb(119.085, 119.085, 119.085);
    text-decoration: none;
  }
  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type=submit].btn-block,
  input[type=reset].btn-block,
  input[type=button].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    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;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
  }
  .alert, div.wpcf7-response-output {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert h4, div.wpcf7-response-output h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link, div.wpcf7-response-output .alert-link {
    font-weight: bold;
  }
  .alert > p, div.wpcf7-response-output > p,
  .alert > ul,
  div.wpcf7-response-output > ul {
    margin-bottom: 0;
  }
  .alert > p + p, div.wpcf7-response-output > 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, div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  }
  .alert-success hr, div.wpcf7-mail-sent-ok hr {
    border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
  }
  .alert-success .alert-link, div.wpcf7-mail-sent-ok .alert-link {
    color: rgb(42.808988764, 84.191011236, 43.5224719101);
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  }
  .alert-info hr {
    border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
  }
  .alert-info .alert-link {
    color: rgb(35.984375, 82.25, 105.015625);
  }
  .alert-warning, div.wpcf7-validation-errors {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  }
  .alert-warning hr, div.wpcf7-validation-errors hr {
    border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
  }
  .alert-warning .alert-link, div.wpcf7-validation-errors .alert-link {
    color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  }
  .alert-danger, div.wpcf7-mail-sent-ng {
    color: #a94442;
    background-color: #f2dede;
    border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  }
  .alert-danger hr, div.wpcf7-mail-sent-ng hr {
    border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
  }
  .alert-danger .alert-link, div.wpcf7-mail-sent-ng .alert-link {
    color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .clearfix:before, .clearfix:after {
    display: table;
    content: " ";
  }
  .clearfix:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  .visible-xs {
    display: none !important;
  }
  .visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: none !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
      display: block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: block !important;
    }
    table.visible-print {
      display: table !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
  }
  .visible-print-block {
    display: none !important;
  }
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  .visible-print-inline {
    display: none !important;
  }
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  .visible-print-inline-block {
    display: none !important;
  }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  @media print {
    .hidden-print {
      display: none !important;
    }
  }
  /*! Lity - v2.4.1 - 2020-04-26
  * http://sorgalla.com/lity/
  * Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
  .lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .lity.lity-opened {
    opacity: 1;
  }
  .lity.lity-closed {
    opacity: 0;
  }
  .lity * {
    box-sizing: border-box;
  }
  .lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
  }
  .lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .lity-loading .lity-loader {
    opacity: 1;
  }
  .lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
  }
  .lity-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease;
  }
  .lity-loading .lity-content,
  .lity-closed .lity-content {
    transform: scale(0.8);
  }
  .lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  .lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
  }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active,
  .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
  }
  .lity-close:active {
    top: 1px;
  }
  /* Image */
  .lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
  }
  /* iFrame */
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
  }
  .lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
  }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
  }
  .lity-hide {
    display: none;
  }
}
@layer app {
  /* Values should be changed in _variables.scss if desired */
  /* 1200px and up */
  /* Up to 1199px */
  /* 992 and up */
  /* Up to 991 */
  /* 768 and up */
  /* Up to 767 */
  /* 480 and up */
  /* Up to 479 */
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* Strip all ul's */
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  a {
    transition: all 0.15s ease;
  }
  .container-fluid {
    max-width: 1170px;
  }
  @media (max-width: 479px) {
    .hidden-xxs {
      display: none !important;
    }
  }
  @media (min-width: 480px) {
    .visible-xxs {
      display: block !important;
    }
  }
  /**
   * Wrapper around wordpress post content for common formatting
   * and readability
   */
  .the-content p, .the-content ul, .the-content ol {
    margin-bottom: 1em;
  }
  .the-content ul, .the-content ol {
    line-height: 2em;
    padding-left: 2em;
  }
  .the-content ul {
    list-style-type: disc;
  }
  /* WordPress content images default classes */
  .alignleft {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .alignright {
    float: right;
    text-align: right;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .wp-caption img,
  .wp-caption {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .wp-caption-text {
    padding: 5px 0;
    font-size: 12px;
  }
  img.size-full, img.size-large {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  /**
   * Contact Form 7
   */
  span.wpcf7-form-control-wrap {
    display: block;
  }
  span.wpcf7-not-valid-tip {
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
  }
  .l-module {
    margin-bottom: 60px;
  }
  .l-media {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 480px) {
    .l-media {
      flex-direction: row;
    }
  }
  .l-media--center {
    align-items: center;
  }
  .l-media__body {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  .l-media__left {
    order: 0;
    margin-bottom: 30px;
  }
  @media (min-width: 480px) {
    .l-media__left {
      margin-bottom: 0;
      margin-right: 30px;
    }
  }
  .l-media__right {
    order: 1;
  }
  @media (min-width: 480px) {
    .l-media__right {
      margin-left: 30px;
    }
  }
  @font-face {
    font-family: "Public Sans";
    src: url(./fonts/PublicSans-Italic-VariableFont_wght.ttf?1a9616b47d98fe03eadfa014b6b0fabf) format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Public Sans";
    src: url(./fonts/PublicSans-VariableFont_wght.ttf?9021eaad09c682c8d137f3301ed57cb3) format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
  /**
  * Sections
  */
  .section {
    padding: 60px 0 120px;
  }
  @media (max-width: 767px) {
    .section {
      padding: 40px 0;
    }
  }
  .section--tight {
    padding: 21px 0;
  }
  .section--xtight {
    padding: 15px 0;
  }
  .section--loose {
    padding: 90px 0;
  }
  @media (max-width: 767px) {
    .section--loose {
      padding: 60px 0;
    }
  }
  .section--xloose {
    padding: 120px 0;
  }
  @media (max-width: 767px) {
    .section--xloose {
      padding: 90px 0;
    }
  }
  .section--no-top {
    padding-top: 0;
  }
  .section--no-bottom {
    padding-bottom: 0;
  }
  .container-tight {
    max-width: 970px;
    padding: 0 15px;
    margin: 0 auto;
  }
  /**
   * Mobile Menu
   */
  .mobile-drawer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 250;
  }
  /* If browsers don't support pointer events, move it back */
  .no-csspointerevents .mobile-drawer {
    visibility: hidden;
  }
  /* active state */
  .mobile-drawer.js-active {
    pointer-events: auto;
  }
  .no-csspointerevents .mobile-drawer.js-active {
    visibility: visible;
  }
  /* Darkened background */
  .mobile-drawer::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  /* active state of background */
  .js-active.mobile-drawer::before {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu {
    background-color: #eaeae9;
    color: white;
    height: 100%;
    width: 90%;
    max-width: 275px;
    overflow-y: auto;
    pointer-events: auto;
    padding: 40px 20px;
    position: absolute;
    right: 100%;
    transform: translateX(0);
    will-change: transform;
    z-index: 260;
  }
  /* admin bar adjustments for mobile menu */
  .admin-bar .mobile-menu {
    margin-top: 32px;
  }
  @media (max-width: 782px) {
    .admin-bar .mobile-menu {
      margin-top: 46px;
    }
  }
  /* active state */
  .mobile-drawer.js-active .mobile-menu {
    transform: translateX(100%);
    transition: all 0.35s ease-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  }
  /* animating out state */
  .mobile-drawer .mobile-menu {
    transition: all 0.15s ease-in;
  }
  /* Mobile Menu Link styles */
  .mobile-menu__link {
    display: block;
    font-size: 18px;
  }
  /* Close Button for mobile menu */
  .mobile-menu__close {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
  }
  .mobile-menu__close:hover, .mobile-menu__close:focus {
    outline: none;
    border: none;
  }
  .mobile-menu__close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    padding: 0.5em;
    opacity: 0.6;
    transition: all 0.15s ease;
  }
  .mobile-menu__close:hover, .mobile-menu__close:focus {
    opacity: 1;
  }
  /* Mobile Menu Trigger */
  .mobile-trigger {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
  }
  .mobile-trigger:hover, .mobile-trigger:focus {
    outline: none;
    border: none;
  }
  .mobile-trigger {
    float: right;
  }
  /**
   * Lity Modals
   */
  /* Lity Modal */
  .lity-modal {
    background: #fff;
    max-width: 600px;
    padding: 60px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lity-active body {
    overflow-y: hidden;
  }
  .h-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .h-overflow-hidden {
    overflow: hidden;
  }
  .h-display-none {
    display: none;
  }
  .h-position-relative {
    position: relative;
  }
  /**
   * SCSS Components
   *
   * Styling for the site can be included here, or split into multiple files.
   * 
   */
  body {
    background-color: white;
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    color: black;
    font-display: swap;
  }
  header, footer {
    background-color: #000;
    color: white;
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
  }
  p {
    font-size: 16px;
  }
  p a {
    font-weight: 800;
  }
  a {
    color: #DB2222;
  }
  a:hover,
  a:focus {
    color: #DB2222;
    text-decoration: underline;
  }
  .container-fluid {
    width: 1300px;
    max-width: 100%;
  }
  .center {
    text-align: center;
    margin-bottom: 1em;
  }
  .fourohfour {
    display: block;
    margin: 1em auto;
    width: 50%;
  }
  .otp-search {
    display: none;
  }
  .lity-wrap .otp-search {
    display: block;
    width: 500px;
    max-width: 98%;
  }
  .lity-wrap .otp-search .main-site__search-input {
    font-size: 24px;
    padding: 10px;
    line-height: 2;
    border: solid 1px red;
    height: 65px;
  }
  .header-signup {
    display: flex !important;
    justify-content: flex-end;
    margin-right: 20px;
    padding-bottom: 8px;
  }
  .header-signup .gform_wrapper {
    display: flex !important;
    align-items: center;
  }
  .header-signup .gform_heading {
    display: flex !important;
    align-items: center;
  }
  .header-signup h2.gform_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    margin-right: 10px;
  }
  .header-signup .gform_description {
    display: none;
  }
  .header-signup .gform_wrapper.gravity-theme .gform_footer {
    display: none !important;
  }
  .header-signup .gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
  }
  .header-signup .gform_wrapper.gravity-theme .gform_fields #input_41_1 {
    height: 31px;
  }
  .header-signup .gform_wrapper input[type=submit] {
    background-color: #DB2222;
    border-radius: 0;
    margin-top: 0;
  }
  .header-signup .gform_wrapper.gravity-theme #field_submit input {
    align-self: inherit;
  }
  .new-main-header {
    padding: 1em 0;
    text-transform: uppercase;
  }
  @media (max-width: 767px) {
    .new-main-header {
      padding: 1em 0;
    }
  }
  .new-main-header .container-fluid {
    display: flex;
    align-items: flex-end;
  }
  .new-main-header .main-header__logo {
    width: 300px;
    margin-bottom: 10px;
  }
  @media (max-width: 1199px) {
    .new-main-header .main-header__logo {
      width: 250px;
    }
  }
  @media (max-width: 991px) {
    .new-main-header .main-header__logo {
      width: 260px;
    }
  }
  .new-main-header .col-md-8.col-sm-8.col-xs-4 {
    padding-right: 5px;
  }
  .new-main-header .social-nav {
    display: flex;
    float: right;
    margin-right: 1em;
  }
  @media (max-width: 767px) {
    .new-main-header .social-nav {
      margin-right: 0;
      float: left;
    }
  }
  .new-main-header .social-nav .fa {
    font-size: 20px;
  }
  .new-main-header .social-nav a {
    color: white;
    font-size: 20px;
    padding: 0 2px 2px;
    margin: 0 3px;
    background-color: #DB2222;
    padding-top: 0;
  }
  @media (max-width: 991px) {
    .new-main-header .social-nav a {
      background-color: transparent;
      padding: 0 2px;
      margin: inherit;
    }
  }
  .new-main-header .social-nav img {
    margin-top: 0;
    width: 25px;
    height: 25px;
  }
  .new-main-header .social-nav .social-nav__list {
    display: flex;
    padding-bottom: 0.6em;
  }
  .new-main-header .social-nav .gettr-icon {
    height: 19px;
    margin-top: -4px;
  }
  .new-main-header .main-menu {
    float: right;
    display: inline-block;
  }
  @media (max-width: 991px) {
    .new-main-header .main-menu {
      float: right;
    }
  }
  @media (max-width: 767px) {
    .new-main-header .main-menu {
      float: right;
    }
  }
  .new-main-header .main-menu .main-menu__list {
    display: inline-block;
  }
  @media (max-width: 991px) {
    .new-main-header .main-menu .main-menu__list {
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      float: left;
    }
  }
  .new-main-header .main-menu .main-menu__item {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    line-height: 1;
    height: 100%;
  }
  .new-main-header .main-menu .main-menu__item:last-child {
    border-left: solid 1px white;
    height: 100%;
    margin-right: 20px;
  }
  .new-main-header .main-menu .main-menu__item:nth-child(2) a {
    color: #DB2222;
  }
  .new-main-header .main-menu .main-menu__item a {
    color: white;
    font-weight: 700;
  }
  @media (max-width: 991px) {
    .new-main-header .main-menu .main-menu__item {
      float: left;
      line-height: 1.5;
    }
  }
  .new-main-header .top-menu {
    width: 100%;
    text-transform: none;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
  }
  .new-main-header .top-menu .top-menu__list {
    display: inline-block;
  }
  @media (max-width: 991px) {
    .new-main-header .top-menu .top-menu__list {
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      float: left;
    }
  }
  .new-main-header .top-menu .top-menu__item {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    line-height: 1;
    height: 100%;
  }
  .new-main-header .top-menu .top-menu__item a {
    color: white;
    font-weight: 800;
  }
  .new-main-header .top-menu .top-menu__item:last-child {
    margin-right: 15px;
  }
  @media (max-width: 991px) {
    .new-main-header .top-menu .top-menu__item {
      float: left;
      line-height: 1.5;
    }
  }
  .new-main-header .main-menu__search {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 0;
  }
  .new-main-header .main-menu__search a {
    background-color: rgb(38.25, 38.25, 38.25);
    color: white;
    padding: 5px 8px;
  }
  @media (max-width: 767px) {
    .new-main-header .main-menu__search {
      margin-left: 1em;
    }
  }
  .new-main-header .header-wrap {
    float: right;
    display: flex;
  }
  .new-main-header .header-wrap .main-menu__list {
    float: left;
    display: inline-block;
    padding-top: 1em;
  }
  .new-main-header .header-wrap .main-menu__list .main-menu__item {
    float: left;
    display: inline-block;
    padding-right: 4em;
  }
  .new-main-header .header-wrap .main-menu__list .main-menu__item a {
    color: white;
  }
  .new-main-header .header-wrap .main-menu__search {
    float: left;
    display: inline-block;
    max-width: 200px;
    padding-top: 0.5em;
  }
  @media (max-width: 767px) {
    .new-main-header .header-wrap .main-menu__search {
      padding-top: 0.75em;
      margin-top: 19px;
    }
  }
  .new-main-header .header-wrap .main-menu__search .main-menu__search-input {
    border-radius: 30px;
    text-transform: uppercase;
    height: 30px;
    padding: 3px 0px 0px 16px;
  }
  .new-main-header .mobile-trigger {
    font-size: 22px;
  }
  .new-main-header .header-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .new-main-header .header-bottom .top-menu {
    width: 100%;
  }
  .new-main-header .header-bottom .top-menu .top-menu__list {
    float: right;
  }
  .main-header.command-center {
    text-align: center;
    padding: 1em;
  }
  .main-header.command-center img {
    display: block;
    margin: 0 auto;
  }
  .main-header.command-center h2 {
    margin: 5px 0;
    text-align: center;
    color: #DB2222;
  }
  .main-header.command-center h3 {
    text-align: center;
    background-color: yellow;
  }
  .command-center .photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .command-center .photo {
    width: 300px;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 20px;
  }
  .command-center .photo img {
    width: 100%;
  }
  .command-center .photo p {
    font-size: 13px;
    margin-top: 3px;
  }
  .command-center .photo button {
    width: 100%;
    margin-bottom: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #DB2222;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
  }
  .command-center .photo .imported {
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 0 0 3px;
  }
  .command-center .photo .opacity-50 button {
    background-color: rgba(0, 0, 0, 0.15);
    color: black;
    font-weight: 400;
    text-transform: none;
    border: none;
  }
  .command-center #reuters-search-form {
    margin: 2em auto;
    text-align: center;
    display: flex;
    padding: 20px;
    justify-content: center;
  }
  .command-center #reuters-search-form input[type=text] {
    width: 70%;
    margin-right: 5px;
    border: solid 1px #333;
    border-radius: 3px;
    padding-left: 10px;
  }
  .command-center .right {
    float: right;
  }
  .command-center-title {
    text-align: center;
  }
  .command-center-title h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .command-center-title h4 {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    letter-spacing: 4px;
    font-size: 18px;
  }
  .command-center-content .thermometer-body progress {
    width: 100%;
    background: #DB2222;
    height: 5px;
  }
  .command-center-content .thermometer-body progress::-moz-progress-bar {
    background: #DB2222;
  }
  .command-center-content .thermometer-body progress::-webkit-progress-value {
    background: #DB2222;
  }
  .command-center-content a.btn-primary {
    color: white;
  }
  .command-center-content a.btn-success {
    color: white;
  }
  .command-center-content .button-wrap {
    max-width: 5%;
    float: right;
  }
  .command-center-content .btn p {
    margin: 0;
  }
  .command-center-content .btn {
    margin-bottom: 1em;
  }
  .command-center-content .btn-gray {
    background-color: #eaeae9;
  }
  .command-center-content .posts {
    padding-top: 2em;
  }
  .command-center-content .posts h3 {
    float: left;
    margin: 0 0 1em;
  }
  .command-center-content .posts .btn-success, .command-center-content .posts .right {
    float: right;
    margin: 0 3px;
  }
  .command-center-content .posts .wrap {
    clear: both;
  }
  .command-center-content .posts .wrap .edit-post {
    display: block;
    border: solid 1px #eaeae9;
    padding: 1em;
    margin: 1em 0;
    float: left;
    width: 100%;
    position: relative;
  }
  .command-center-content .posts .wrap .edit-post .post-info {
    float: left;
    max-width: 85%;
  }
  .command-center-content .posts .wrap .edit-post .post-info .tags {
    font-size: 12px;
  }
  .command-center-content .posts .wrap .edit-post .post-info .tags .tag {
    background-color: #eaeae9;
    padding: 3px 6px;
    border-radius: 5px;
    margin-left: 5px;
  }
  .command-center-content .posts .wrap .edit-post .btn {
    float: right;
  }
  .command-center-content #otp-custom-create-post {
    padding: 1em 2em;
    background-color: rgb(246.4534883721, 246.4534883721, 246.0465116279);
  }
  .command-center-content #cmb2-metabox-otp-custom-create-post {
    margin-top: 2em;
  }
  .command-center-content .cmb-th {
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .command-center-content .post-select-wrap {
    padding: 10px;
    border: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
  }
  .command-center-content .post-select-wrap .cmb-th {
    padding: 5px 0;
  }
  .command-center-content .post-select-wrap .cmb-th label {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    padding-left: 20px;
  }
  .command-center-content .post-select-wrap .cmb-td {
    padding: 0 20px;
  }
  .command-center-content .post-select-wrap h4.attached-posts-section {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: rgb(76.5, 76.5, 76.5);
  }
  .command-center-content .post-select-wrap .cmb-type-custom-attached-posts .has-thumbnails.connected {
    height: 500px !important;
  }
  .command-center-content .post-select-wrap .cmb2-attached-posts-search-button, .command-center-content .post-select-wrap .cmb2-metabox-description {
    display: none;
  }
  .command-center-content .spacer-text {
    margin: 2em 0 1em;
    text-align: center;
    text-transform: uppercase;
  }
  .command-center-content .cmb2-id-spacer {
    display: none;
  }
  .command-center-content .cmb-type-wysiwyg .cmb-td {
    width: 100%;
  }
  .command-center-content .button-primary {
    display: block;
    margin: 1em auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 24px;
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    background-color: #DB2222;
    border: none;
  }
  .command-center-content .cmb2-id-date-filter {
    margin-top: 2em !important;
  }
  .command-center-content input.cmb2-text-medium, .command-center-content .ui-autocomplete-input {
    width: 500px !important;
    max-width: 100%;
    float: left;
  }
  .command-center-content .cmb2-metabox-description {
    float: left;
    clear: both;
  }
  .command-center-content .cmb2-id-submitted-post-content .cmb-th, .command-center-content .cmb2-id-sub-headline .cmb-th {
    padding: 0;
  }
  .command-center-content .cmb2-id-submitted-post-content .cmb-td, .command-center-content .cmb2-id-sub-headline .cmb-td {
    padding: 0;
    margin-top: 0px;
  }
  .command-center-content .cmb2-id-submitted-categories .cmb2-checkbox-list {
    height: 300px;
    overflow-y: scroll;
    background-color: white;
    --scrollbar-color: #d43225;
    --scrollbar-track-color: #eee;
    --scrollbar-size: 8px;
    --scrollbar-size-firefox: thin;
    --scrollbar-color-hover: rgba(0,0,0,1);
    --scrollbar-color-active: #d43225;
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
    scrollbar-width: var(--scrollbar-size-firefox);
  }
  .command-center-content .cmb2-id-submitted-categories .cmb2-checkbox-list::-webkit-scrollbar {
    height: var(--scrollbar-size);
    width: var(--scrollbar-size);
  }
  .command-center-content .cmb2-id-submitted-categories .cmb2-checkbox-list::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
  }
  .command-center-content .cmb2-id-submitted-categories .cmb2-checkbox-list::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
  }
  .command-center-content .cmb2-id-submitted-categories .cmb2-checkbox-list::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
  }
  .command-center-content .cmb2-id-submitted-categories .cmb2-checkbox-list::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-color-active);
  }
  .command-center-content .cmb2-id-layout .cmb-th {
    padding: 0 0 5px;
  }
  .command-center-content .cmb2-id-layout .cmb-th label {
    padding: 0;
    margin: 0;
  }
  .command-center-content .cmb2-id-home-grid-divider .cmb-th {
    padding: 0;
  }
  .command-center-content .cmb2-id-home-grid-divider .cmb-th label {
    padding: 0;
  }
  .command-center-content .CodeMirror {
    width: 500px;
    max-width: 100%;
  }
  .command-center-content .create-post-wrap {
    padding-top: 1em;
  }
  .command-center-content .create-post-wrap .cmb-th {
    padding: 20px 0 0;
  }
  .command-center-content .create-post-wrap .cmb-td {
    padding: 0;
  }
  .command-center-content .create-post-wrap .cmb2-id-submitted-categories .cmb-td {
    background-color: white;
    padding: 10px 0 0px 10px;
    border: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
    width: 100%;
  }
  .command-center-content .cmb-type-custom-attached-posts .has-thumbnails .divider {
    float: left;
    margin-right: 6px;
  }
  .command-center-content .cmb-type-custom-attached-posts .has-thumbnails .btn-small {
    text-indent: 0;
    clear: both;
    float: left;
    background-color: white;
    margin-top: 5px;
    padding: 5px 10px;
    line-height: 1.4;
    margin-bottom: 0;
    border: solid 1px #e8e8e8;
  }
  #manage_home .breaking-news, #manage_home .breaking-news .cmb-inline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #manage_home .breaking-news .cmb2-list, #manage_home .breaking-news .cmb-inline .cmb2-list {
    width: 70px;
  }
  #manage_home .breaking-news .cmb-row:after, #manage_home .breaking-news .cmb-inline .cmb-row:after {
    display: none;
  }
  #manage_home .cmb2-id-featured-post .btn-small, #manage_home .cmb2-id-featured-post .divider, #manage_home .cmb2-id-featured-post .category {
    display: none;
  }
  .date-bar {
    background-color: #DB2222;
    text-align: center;
    font-weight: 500;
    padding: 3px 0;
  }
  .date-bar p {
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
  }
  .category-menu {
    background-color: white;
    box-shadow: 0px 8px 7px -5px rgba(0, 0, 0, 0.1);
  }
  .category-menu .container-fluid {
    display: flex;
    min-height: 35px;
    justify-content: space-evenly;
    align-items: center;
  }
  .category-menu a.category-menu__item {
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    height: 100%;
    border-right: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
    height: 20px;
    margin: 7px 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: center;
  }
  .category-menu a.category-menu__item:first-child {
    color: #DB2222;
    font-weight: 900;
  }
  .category-menu a.category-menu__item:last-child {
    border-right: none;
  }
  .category-menu .dropdown {
    float: none;
    width: 100%;
    text-align: center;
  }
  .category-menu .dropdown .btn {
    width: 100%;
    padding: 10px 0;
  }
  .category-menu .dropdown .btn:active {
    box-shadow: none;
  }
  .category-menu .dropdown-menu {
    background-color: rgb(246.4534883721, 246.4534883721, 246.0465116279);
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: black;
    padding: 2px 0;
  }
  .category-menu .dropdown-menu li a {
    padding: 5px 0;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
  }
  .mobile-menu {
    padding: 0;
    background-color: black;
  }
  .mobile-menu .gform_wrapper {
    padding-top: 5px;
    margin-bottom: 20px;
  }
  .mobile-menu .gform_fields {
    grid-row-gap: 10px;
  }
  .mobile-menu .gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
    grid-column: span 12;
  }
  .mobile-menu .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 12;
  }
  .mobile-menu #gform_submit_button_41 {
    width: 100%;
    margin-top: 0;
    padding: 8px;
  }
  .mobile-menu .gform_heading, .mobile-menu .gform_footer {
    display: none !important;
  }
  .mobile-menu .mobile-menu__top h3 {
    font-weight: 800;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .mobile-menu .mobile-menu__top .header-wrap {
    position: relative;
  }
  .mobile-menu .mobile-menu__top .header-wrap .title-wrap {
    position: absolute;
    width: 50%;
    height: 100%;
    border-bottom: solid 5px #DB2222;
    top: 0;
    z-index: 1;
  }
  .mobile-menu .mobile-menu__top .header-wrap:after {
    content: "";
    border-bottom: solid 2px #eaeae9;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .mobile-menu .mobile-menu__top .fa.fa-close {
    color: black;
  }
  .mobile-menu .mobile-menu__top {
    padding: 40px 20px 10px;
    background-color: white;
  }
  .mobile-menu .mobile-menu__top .mobile-menu__list.top {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mobile-menu .mobile-menu__top .mobile-menu__item {
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    padding-bottom: 1em;
  }
  .mobile-menu .mobile-menu__top .mobile-menu__item a {
    color: black;
    text-transform: inherit;
    font-weight: 800;
  }
  .mobile-menu .mobile-menu__bottom {
    padding: 40px 20px;
    background-color: black;
  }
  .mobile-menu .mobile-menu__bottom .mobile-menu__item {
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    padding-bottom: 1em;
    font-size: 14px;
    text-transform: uppercase;
  }
  .mobile-menu .mobile-menu__bottom .mobile-menu__item a {
    color: white;
  }
  .mobile-menu .mobile-menu__search-input {
    border: solid 1px #DB2222;
  }
  .mobile-menu .mobile-menu__list.top .mobile-menu__item {
    font-weight: 600;
  }
  .mobile-menu .mobile-menu__list.top {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .mobile-menu .mobile-menu__list.primary .mobile-menu__item {
    font-weight: 800;
  }
  .mobile-menu .mobile-menu__list.primary {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px white;
  }
  @media (max-width: 991px) {
    .features-wrap {
      display: block;
    }
  }
  .section.features {
    padding: 60px 0 15px;
  }
  @media (max-width: 767px) {
    .section.features {
      padding-bottom: 0;
    }
  }
  .feature-two {
    padding-right: 1vw;
  }
  .feature-two .category-link p {
    font-weight: 800;
    padding: 5px 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
  }
  @media (max-width: 767px) {
    .feature-two .category-link p {
      padding: 3px 0;
      font-size: 16px;
    }
  }
  .feature-two a h3 {
    font-size: 16px;
    margin: 0 0 5px;
    color: black;
  }
  @media (max-width: 767px) {
    .feature-two a h3 {
      padding-top: 5px;
      margin: 0 0 5px !important;
    }
  }
  @media (max-width: 767px) {
    .feature-two {
      border-right: none;
      padding-right: inherit;
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
    }
  }
  header.photo {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: -1;
  }
  header.photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  header.photo h1 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }
  .featured-post a h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 24px;
    text-align: center;
    font-size: 50px;
    color: #000;
  }
  @media (max-width: 767px) {
    .featured-post a h1 {
      font-size: 40px;
    }
  }
  .featured-post a h2 {
    margin: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    color: #000;
  }
  @media (max-width: 767px) {
    .featured-post a h2 {
      font-size: 28px;
    }
  }
  @media (max-width: 991px) {
    .featured-post {
      border-left: none;
    }
  }
  @media (max-width: 767px) {
    .featured-post {
      border-right: none;
    }
  }
  .top-three {
    padding-left: 1vw;
  }
  .top-three a h3 {
    text-align: left;
    margin: 10px 0 24px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: black;
  }
  .top-three .feature-two .category-link p {
    margin: inherit;
  }
  .top-three .feature-two a h3 {
    margin: 0 0 24px;
  }
  @media (max-width: 767px) {
    .top-three {
      border-left: none;
      padding-left: inherit;
    }
    .top-three .top-three__wrap {
      margin-bottom: 0em;
      padding-bottom: 0em;
      border-bottom: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
      display: flex;
      align-items: center;
    }
    .top-three .top-three__wrap img {
      margin-bottom: 1em;
    }
  }
  @media (max-width: 767px) and (max-width: 767px) {
    .top-three .top-three__wrap {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .top-three .top-three__link {
      float: left;
      margin-right: 15px;
    }
    .top-three .top-three__link:first-child {
      width: 100%;
      flex-grow: 2;
    }
    .top-three .top-three__link:last-child {
      flex-grow: 1;
      width: 100%;
    }
  }
  .below-feature-ad {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    position: sticky;
    background: white; /* Optional: prevents transparency issues */
    z-index: 249; /* Optional: ensures it stays on top */
    position: relative;
  }
  .below-feature-ad .uncheck {
    display: none;
  }
  .below-feature-ad.fixed .uncheck {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 20px;
    cursor: pointer;
    padding-bottom: 2px;
    background: #999;
    color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
  }
  .below-feature-ad.fixed-bottom .uncheck {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    cursor: pointer;
    padding-bottom: 2px;
    background: #999;
    color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
  }
  @media (max-width: 767px) {
    .below-feature-ad.visible-xs {
      display: inline-block !important;
    }
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0 !important;
    z-index: 1000;
    background: transparent !important;
  }
  .fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
    background: transparent !important; /* Optional: prevent transparency issues */
  }
  .video-box {
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 90000;
    width: 350px;
    height: 200px;
  }
  .video-box .contains-sticky-video {
    position: relative;
  }
  .video-box .close-button {
    z-index: 9999;
    font-size: 12px;
    font-family: arial;
    position: absolute;
    top: -20px;
    right: 0;
    border: 1px solid #eee;
    color: #555;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    visibility: hidden;
    padding: 2px 4px 2px 4px;
    background-color: #ccc;
    height: 20px;
  }
  @media (max-width: 767px) {
    .video-box {
      right: 10px;
      bottom: 60px;
    }
  }
  .video-box iframe {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .dismissable-video-close {
    background-color: rgb(85.425, 85.425, 85.425);
    border-radius: 100%;
    opacity: 0.8;
    color: #eaeae9;
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    float: right;
    position: relative;
    bottom: 5px;
  }
  .home-top-ad {
    padding: 2em 0;
  }
  .home-top-ad img {
    background-color: #eaeae9;
    width: 728px;
    height: 90px;
    margin: 0 auto;
    display: block;
  }
  @media (max-width: 991px) {
    .home-top-ad img {
      max-width: 100%;
      height: auto;
    }
  }
  .single-article-section {
    border-bottom: solid 1px #000;
    padding-top: 2em;
  }
  .single-article-section:last-child {
    border-bottom: none;
  }
  .single-column {
    display: inline-grid;
  }
  .featured-story a h1 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 48px;
    padding-bottom: 0.5em;
  }
  @media (max-width: 767px) {
    .featured-story a h1 {
      font-size: 48px;
    }
  }
  .featured-story a h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .dropdown {
    float: right;
  }
  .dropdown button {
    background-color: white;
    border: none;
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 15px;
  }
  .dropdown .dropdown-menu {
    margin-top: -5px;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
  }
  .dropdown .dropdown-menu li p {
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .post-wrap .btn-primary {
    text-align: center;
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
    clear: both;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 800;
    text-transform: uppercase;
  }
  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
  }
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .skeleton-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
  }
  .post-skeleton {
    height: 100px;
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
  }
  @keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
  .livestream {
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .livestream a {
    color: black;
  }
  .livestream h3 {
    font-weight: 700;
  }
  .livestream .yt-live {
    display: flex;
    align-items: center;
  }
  .livestream .yt-live img {
    margin-right: 25px;
  }
  .livestream .yt-live h3 {
    font-size: 18px;
    margin: 0;
  }
  .livestream.live {
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    padding: 0;
  }
  @media (max-width: 767px) {
    .livestream.live {
      border-bottom: solid 1px rgb(127.5, 127.5, 127.5);
      padding-bottom: 30px;
    }
  }
  .livestream.live a {
    color: #DB2222;
    flex-wrap: wrap;
    text-align: left;
  }
  .livestream.live.soon a {
    color: black;
  }
  .livestream.live h2 {
    color: #DB2222;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
  }
  .livestream.live img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .livestream.live h3 {
    width: 100%;
    text-align: left;
    font-size: 22px;
  }
  .videos--wrap {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
  }
  .videos--wrap h2 {
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: "Public Sans", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 55px;
    margin-bottom: 15px;
  }
  .videos--wrap .single-video {
    width: 50%;
    padding: 10px;
  }
  .videos--wrap .single-video a {
    color: black;
  }
  .videos--wrap .single-video h3 {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
  }
  .post-wrapper {
    display: block;
    clear: both;
  }
  @media (max-width: 767px) {
    .post-wrapper {
      padding-top: 0;
    }
  }
  .post-wrapper .clip {
    padding: 10px 0;
    display: grid;
  }
  @media (max-width: 767px) {
    .post-wrapper .clip {
      padding: 12px 0;
    }
  }
  .post-wrapper .clip .category {
    display: block;
    padding: 0;
    color: #DB2222;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0 0px;
  }
  .post-wrapper .clip.otp-divider {
    border-bottom: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .post-wrapper .clip h3 {
    font-size: 22px;
  }
  .post-wrapper .layout__basic a p {
    text-transform: inherit;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
  }
  .post-wrapper .layout__basic img {
    margin-bottom: 5px;
  }
  .post-wrapper .layout__red img {
    margin-bottom: 10px;
  }
  .post-wrapper .layout__red a p {
    text-transform: inherit;
    color: #DB2222;
    font-weight: 800;
    font-size: 16px;
    margin: 0;
    text-decoration: underline;
  }
  .post-wrapper .layout__basic.photo {
    display: flex;
    background-color: #f4f4f3;
    padding: 3px;
    padding: 10px;
    margin: 0 -5px;
    align-items: center;
  }
  .post-wrapper .layout__basic.photo .photo-link {
    flex-shrink: 0;
    margin-right: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .post-wrapper .layout__basic.photo .photo-link img {
    margin-bottom: 0;
    width: 130px;
    height: 80px;
  }
  .post-wrapper .layout__enhanced a h3 {
    margin: 5px 0 10px;
    color: #000;
  }
  .post-wrapper .layout__enhanced p {
    color: #333333;
  }
  .post-wrapper .layout__overview .category {
    margin-bottom: 5px;
  }
  .post-wrapper .layout__overview img {
    margin-bottom: 0px;
  }
  .post-wrapper .layout__overview a h3 {
    margin: 0px 0 10px;
    color: #000;
  }
  .post-wrapper .layout__overview p {
    color: #333333;
  }
  .post-wrapper .layout__video .category {
    margin-bottom: 0px;
  }
  .post-wrapper .layout__video a h3 {
    margin: 0px 0 5px;
    color: #000;
  }
  .post-wrapper .layout__video .responsive-iframe {
    max-width: 100%;
    padding-top: 1em;
    position: relative;
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
  }
  .post-wrapper .layout__video .responsive-iframe iframe {
    top: 0;
    left: 0;
    width: 100%;
  }
  .post-wrapper .layout__pretext img {
    margin-bottom: 10px;
  }
  .post-wrapper .layout__pretext a h3 {
    margin: 0px 0 5px;
    color: #000;
  }
  .post-wrapper .layout__pretext a h3 span {
    color: #DB2222;
  }
  .post-wrapper .category-block {
    border: solid 1px #000;
    padding: 3em 2em 1em;
    margin: 20px 1em 1em;
  }
  .post-wrapper .category-block h2 {
    background-color: white;
    margin: -50px auto 10px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    display: block;
    padding: 0 10px;
    color: #DB2222;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
  }
  .post-wrapper .category-block h3 {
    text-transform: inherit;
    color: #000;
    font-weight: 600;
    font-size: 16px;
  }
  .post-wrapper .show-category .category {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .post-wrapper .show-category a p {
    text-transform: inherit;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    color: #DB2222;
  }
  .post-wrapper .ad-box-wrap {
    border-bottom: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
    column-break-inside: avoid;
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  .post-wrapper .ad-box-wrap img {
    margin-bottom: 3em;
    width: 100%;
  }
  .post-wrapper a:visited {
    color: #732022;
  }
  .endless-scroll h2 {
    font-weight: 900;
    font-size: 24px;
    margin-top: 1em;
    text-transform: uppercase;
    border-bottom: solid 3px #DB2222;
    padding-bottom: 15px;
    margin-bottom: 1em;
  }
  .responsive-iframe {
    max-width: 100%;
    padding-top: 1em;
    position: relative;
    padding-top: 55%;
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
  }
  .responsive-iframe iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .twitter-tweet {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* Force embedded tweets to span full width */
  [id^=twitter-widget-] {
    width: 100% !important;
    min-width: 0 !important;
  }
  .twitter-tweet iframe {
    width: 100% !important;
  }
  .post-wrapper.two-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 65px;
         column-gap: 65px;
    padding-top: 2.5em;
    padding-right: 32.5px;
    display: block;
    clear: both;
  }
  .post-wrapper.two-col .header-wrap h2 {
    margin: 0;
  }
  @media (max-width: 767px) {
    .post-wrapper.two-col {
      padding-top: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 991px) {
    .post-wrapper.two-col {
      -moz-column-count: 1;
           column-count: 1;
      padding-right: 0;
    }
  }
  .post-wrapper.one-col {
    padding-left: 32.5px;
    display: block;
    -moz-column-count: 1;
         column-count: 1;
    clear: both;
  }
  @media (max-width: 767px) {
    .post-wrapper.one-col {
      padding-top: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .column-break-desktop {
      -moz-column-break-before: column;
           break-before: column;
    }
    .column-break-desktop::after {
      content: "";
      display: block;
    }
  }
  .single-research-locker .article-header .btn-primary {
    margin-left: 0;
  }
  .archive.post-type-archive-research-locker h1 {
    width: 100%;
  }
  .tease.report .tease__image {
    width: 230px;
    height: 300px;
  }
  .tease.report .tease__wrap {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .tease.report .tease__wrap h4 {
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .tease.report .tease__wrap .tease__excerpt p {
    font-size: 16px;
  }
  @media (max-width: 767px) {
    .tease.report {
      display: flex;
      justify-content: space-between;
    }
    .tease.report .tease__wrap {
      width: 65%;
    }
    .tease.report .tease__image-link {
      width: 30%;
    }
  }
  .join-light {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .join-light #gform_wrapper_37 {
    border-radius: 25px;
    padding: 20px 10px;
    border: solid 3px black;
    margin-top: 10px;
    font-family: "Public Sans";
    background-image: url(./images/join-light.jpg?cecc50da3510ecd2513ff93c18697b4a);
    background-size: cover;
    background-position: center bottom;
    text-align: center;
  }
  .join-light #gform_wrapper_37 .gform_title {
    color: #DB2222;
    font-size: 44px;
    font-weight: 800;
    margin: 0px;
  }
  .join-light #gform_wrapper_37 .gform_title:before {
    content: "";
    display: block;
    background-image: url(./images/join-dark-logo-icon.svg?6efd7e44d33d19c7d98808f5f8e55ba6);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    height: 50px;
    width: 100px;
  }
  .join-light #gform_wrapper_37 .gform_description {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    font-family: "Montserrat", "Public Sans";
    font-size: 14px;
    margin-bottom: 18px;
  }
  .join-light #gform_wrapper_37 .gform-field-label, .join-light #gform_wrapper_37 .gfield-required {
    display: none;
  }
  .join-light #gform_wrapper_37 #gform_37 {
    display: flex;
    border: solid 3px black;
    border-radius: 25px;
    background-color: white;
    margin-bottom: 20px;
  }
  .join-light #gform_wrapper_37 #gform_37 input {
    border: none;
    background-color: transparent;
    border-radius: 25px 0 0 25px;
    margin-top: 0px;
    width: 100%;
  }
  .join-light #gform_wrapper_37 #gform_37 input[type=submit] {
    background-image: url(./images/join-light-submit.svg?60bf241a57cbea7a188afd23d9779db9);
    font-size: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: auto;
    padding: 10px 0 5px;
    margin-bottom: 10px;
  }
  .join-light #gform_wrapper_37 .gform_body {
    width: 80%;
  }
  .join-light #gform_wrapper_37 .gform_footer {
    margin: 0;
    padding: 0;
    width: 25%;
  }
  .join-light #gform_wrapper_37:after {
    content: "";
    background-image: url(./images/otp-logo-dark.svg?f9d8173e272cb43819eb9858eb99379b);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 100%;
    margin: 0 auto;
  }
  .join-dark {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .join-dark #gform_wrapper_37 {
    border-radius: 25px;
    padding: 20px;
    border: solid 3px black;
    margin-top: 10px;
    font-family: "Public Sans";
    background-image: url(./images/join-dark.jpg?d329551e34c7308dd0a3b96e45208cdd);
    background-size: cover;
    background-position: center bottom;
    text-align: right;
  }
  .join-dark #gform_wrapper_37 .gform_title {
    color: #DB2222;
    font-size: 44px;
    font-weight: 800;
    margin: 0px;
  }
  .join-dark #gform_wrapper_37 .gform_title:before {
    content: "";
    display: block;
    background-image: url(./images/join-light-logo-icon.svg?54c04af21a4eaa0cc303d2456363d8f3);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 auto 25px;
    height: 30px;
    width: 100%;
  }
  .join-dark #gform_wrapper_37 .gform_description {
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin-top: 0;
    font-family: "Montserrat", "Public Sans";
    font-size: 14px;
    margin-bottom: 18px;
  }
  .join-dark #gform_wrapper_37 .gform-field-label, .join-dark #gform_wrapper_37 .gfield-required {
    display: none;
  }
  .join-dark #gform_wrapper_37 #gform_37 {
    display: flex;
    border: solid 3px #DB2222;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 20px;
    width: 75%;
    margin-left: 25%;
    margin-top: 30px;
  }
  .join-dark #gform_wrapper_37 #gform_37 input {
    border: none;
    background-color: transparent;
    border-radius: 25px 0 0 25px;
    margin-top: 0px;
    width: 100%;
  }
  .join-dark #gform_wrapper_37 #gform_37 input[type=submit] {
    background-image: url(./images/join-dark-submit.svg?1ad247ff3b796f8fae543435efeb1589);
    font-size: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: auto;
    padding: 12px 0 5px;
    margin-bottom: 10px;
  }
  .join-dark #gform_wrapper_37 .gform_body {
    width: 80%;
  }
  .join-dark #gform_wrapper_37 .gform_footer {
    margin: 0;
    padding: 0;
    width: 25%;
  }
  .join-dark #gform_wrapper_37:after {
    content: "";
    background-image: url(./images/otp-logo-light.svg?856c14b51310bb61fe6b9c9f1b0ec2d9);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
    width: 100%;
    margin: 0 auto;
  }
  .iframe-wrapper {
    display: block;
    margin: 0 auto;
    width: 1140px;
    max-width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
  .iframe-wrapper p {
    text-align: center;
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .iframe-wrapper p iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .article-header h1 {
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
    color: black;
  }
  @media (max-width: 767px) {
    .article-header h1 {
      margin-bottom: 0;
    }
  }
  .article-header h3 {
    padding: 0;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
  }
  .article-header .share-widget {
    display: flex;
    align-items: flex-end;
  }
  .article-header .sharethis-inline-share-buttons {
    float: left;
  }
  .article-header h3.share {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    padding-top: 3px;
    float: left;
  }
  .article-header .post-meta {
    text-align: center;
    margin: 1em 0;
    font-size: 16px;
    color: black;
  }
  @media (max-width: 767px) {
    .article-header .post-meta {
      margin: 0 0 10px;
    }
  }
  .article-header p {
    margin: 10px 0;
    font-size: 18px;
  }
  .article-header h3.post-tag {
    font-weight: 800;
    font-size: 18px;
  }
  .article-header h3.post-tag span {
    color: #DB2222;
    text-transform: uppercase;
  }
  .article-header h3.post-tag a.taglink {
    color: black;
    font-size: 18px;
  }
  .article-header .btn-primary {
    display: block;
    margin: 1em auto;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    background-color: #DB2222;
    border: none;
  }
  .article-header {
    border-bottom: solid 1px #eaeae9;
  }
  .article-header.featured-story h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
    color: #DB2222;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .article-body p, .the-content p {
    font-size: 20px;
    margin-bottom: 1.25em;
    line-height: 1.6;
  }
  .article-body ul, .the-content ul {
    list-style-type: square;
  }
  .article-body ul, .article-body ol, .the-content ul, .the-content ol {
    font-size: 20px;
    clear: both;
  }
  .article-body ul li, .article-body ol li, .the-content ul li, .the-content ol li {
    font-weight: 600;
    line-height: unset;
    margin-bottom: 15px;
  }
  .article-body ul li a, .article-body ol li a, .the-content ul li a, .the-content ol li a {
    color: #DB2222;
    font-weight: 900;
  }
  .article-body .btn-primary, .the-content .btn-primary {
    margin-top: 4em;
  }
  .article-body h4, .the-content h4 {
    font-weight: 900;
    font-size: 24px;
    margin-top: 1em;
    text-transform: uppercase;
    float: left;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .gform_wrapper input[type=submit] {
    color: #fff;
    background-color: #bb271a;
    padding: 5px 10px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-weight: 900;
    letter-spacing: 0.5px;
  }
  .gform_wrapper input[type=submit]:focus, .gform_wrapper input[type=submit].focus {
    color: #fff;
    background-color: #8e1e14;
  }
  .gform_wrapper input[type=submit]:hover {
    color: #fff;
    background-color: #8e1e14;
  }
  .single article .the-content p:first-of-type:first-letter {
    float: left;
    line-height: 75px;
    font-size: 90px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #DB2222;
    padding-right: 5px;
    margin-right: 5px;
    margin-top: -15px;
  }
  .archive h1 {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 800;
    width: 50%;
  }
  .archive h2, .single h2, .search h2, .features-wrap h2, .post-wrapper h2 {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 1em;
    font-size: 18px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
  }
  .archive .header-wrap, .single .header-wrap, .search .header-wrap, .features-wrap .header-wrap, .post-wrapper .header-wrap {
    position: relative;
    margin-bottom: 5px;
  }
  .archive .header-wrap h1, .single .header-wrap h1, .search .header-wrap h1, .features-wrap .header-wrap h1, .post-wrapper .header-wrap h1 {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .archive .header-wrap .title-wrap, .single .header-wrap .title-wrap, .search .header-wrap .title-wrap, .features-wrap .header-wrap .title-wrap, .post-wrapper .header-wrap .title-wrap {
    position: absolute;
    width: 50%;
    height: 100%;
    border-bottom: solid 5px #DB2222;
    top: 0;
  }
  .archive .header-wrap:after, .single .header-wrap:after, .search .header-wrap:after, .features-wrap .header-wrap:after, .post-wrapper .header-wrap:after {
    content: "";
    border-bottom: solid 2px #eaeae9;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .archive .post-nav-wrap, .single .post-nav-wrap, .search .post-nav-wrap, .features-wrap .post-nav-wrap, .post-wrapper .post-nav-wrap {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  .archive .post-nav-wrap .action-link, .single .post-nav-wrap .action-link, .search .post-nav-wrap .action-link, .features-wrap .post-nav-wrap .action-link, .post-wrapper .post-nav-wrap .action-link {
    font-weight: 900;
    text-transform: uppercase;
    color: black;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .archive .post-nav-wrap .arrow, .single .post-nav-wrap .arrow, .search .post-nav-wrap .arrow, .features-wrap .post-nav-wrap .arrow, .post-wrapper .post-nav-wrap .arrow {
    font-size: 36px;
    color: black;
  }
  .archive .post-nav-wrap .arrow a, .single .post-nav-wrap .arrow a, .search .post-nav-wrap .arrow a, .features-wrap .post-nav-wrap .arrow a, .post-wrapper .post-nav-wrap .arrow a {
    color: black;
  }
  .archive .post-nav-wrap .title, .single .post-nav-wrap .title, .search .post-nav-wrap .title, .features-wrap .post-nav-wrap .title, .post-wrapper .post-nav-wrap .title {
    color: black;
  }
  .archive .post-nav-wrap .post-previous, .single .post-nav-wrap .post-previous, .search .post-nav-wrap .post-previous, .features-wrap .post-nav-wrap .post-previous, .post-wrapper .post-nav-wrap .post-previous {
    display: flex;
    float: left;
    width: 50%;
  }
  .archive .post-nav-wrap .post-previous .arrow, .single .post-nav-wrap .post-previous .arrow, .search .post-nav-wrap .post-previous .arrow, .features-wrap .post-nav-wrap .post-previous .arrow, .post-wrapper .post-nav-wrap .post-previous .arrow {
    float: left;
    margin-right: 15px;
  }
  .archive .post-nav-wrap .post-previous .post-details, .single .post-nav-wrap .post-previous .post-details, .search .post-nav-wrap .post-previous .post-details, .features-wrap .post-nav-wrap .post-previous .post-details, .post-wrapper .post-nav-wrap .post-previous .post-details {
    float: left;
    display: inline-block;
  }
  .archive .post-nav-wrap .post-previous .action-link, .single .post-nav-wrap .post-previous .action-link, .search .post-nav-wrap .post-previous .action-link, .features-wrap .post-nav-wrap .post-previous .action-link, .post-wrapper .post-nav-wrap .post-previous .action-link {
    float: left;
  }
  .archive .post-nav-wrap .post-previous .title, .single .post-nav-wrap .post-previous .title, .search .post-nav-wrap .post-previous .title, .features-wrap .post-nav-wrap .post-previous .title, .post-wrapper .post-nav-wrap .post-previous .title {
    clear: both;
    float: left;
  }
  .archive .post-nav-wrap .post-next, .single .post-nav-wrap .post-next, .search .post-nav-wrap .post-next, .features-wrap .post-nav-wrap .post-next, .post-wrapper .post-nav-wrap .post-next {
    display: flex;
    justify-content: flex-end;
    float: right;
    width: 50%;
  }
  .archive .post-nav-wrap .post-next .arrow, .single .post-nav-wrap .post-next .arrow, .search .post-nav-wrap .post-next .arrow, .features-wrap .post-nav-wrap .post-next .arrow, .post-wrapper .post-nav-wrap .post-next .arrow {
    float: right;
    margin-left: 15px;
  }
  .archive .post-nav-wrap .post-next .post-details, .single .post-nav-wrap .post-next .post-details, .search .post-nav-wrap .post-next .post-details, .features-wrap .post-nav-wrap .post-next .post-details, .post-wrapper .post-nav-wrap .post-next .post-details {
    float: right;
  }
  .archive .post-nav-wrap .post-next .post-details a, .single .post-nav-wrap .post-next .post-details a, .search .post-nav-wrap .post-next .post-details a, .features-wrap .post-nav-wrap .post-next .post-details a, .post-wrapper .post-nav-wrap .post-next .post-details a {
    color: black;
  }
  .archive .post-nav-wrap .post-next .action-link, .single .post-nav-wrap .post-next .action-link, .search .post-nav-wrap .post-next .action-link, .features-wrap .post-nav-wrap .post-next .action-link, .post-wrapper .post-nav-wrap .post-next .action-link {
    float: right;
  }
  .archive .post-nav-wrap .post-next .title, .single .post-nav-wrap .post-next .title, .search .post-nav-wrap .post-next .title, .features-wrap .post-nav-wrap .post-next .title, .post-wrapper .post-nav-wrap .post-next .title {
    clear: both;
    text-align: right;
    float: right;
  }
  .archive .additional-content.last, .single .additional-content.last, .search .additional-content.last, .features-wrap .additional-content.last, .post-wrapper .additional-content.last {
    border-bottom: none;
  }
  .archive .additional-content, .single .additional-content, .search .additional-content, .features-wrap .additional-content, .post-wrapper .additional-content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px black;
    display: inline-block;
    width: 100%;
  }
  .archive .additional-content h3, .single .additional-content h3, .search .additional-content h3, .features-wrap .additional-content h3, .post-wrapper .additional-content h3 {
    text-align: left;
    text-transform: inherit;
    font-weight: 700;
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 22px;
    margin: 15px 0;
    width: 100%;
  }
  .archive .additional-content .tease__image-link, .single .additional-content .tease__image-link, .search .additional-content .tease__image-link, .features-wrap .additional-content .tease__image-link, .post-wrapper .additional-content .tease__image-link {
    padding-bottom: 10px;
  }
  .archive .additional-content .tease__image, .single .additional-content .tease__image, .search .additional-content .tease__image, .features-wrap .additional-content .tease__image, .post-wrapper .additional-content .tease__image {
    float: none;
    margin: 0;
    max-width: 100%;
  }
  @media (max-width: 767px) {
    .archive .additional-content .tease__image, .single .additional-content .tease__image, .search .additional-content .tease__image, .features-wrap .additional-content .tease__image, .post-wrapper .additional-content .tease__image {
      float: left;
      margin-right: 10px;
      max-width: 100%;
      width: 35%;
    }
  }
  .archive .additional-content h4.tease__title a, .single .additional-content h4.tease__title a, .search .additional-content h4.tease__title a, .features-wrap .additional-content h4.tease__title a, .post-wrapper .additional-content h4.tease__title a {
    font-size: 18px;
  }
  .archive .additional-content .tease__wrap, .single .additional-content .tease__wrap, .search .additional-content .tease__wrap, .features-wrap .additional-content .tease__wrap, .post-wrapper .additional-content .tease__wrap {
    padding-right: 0;
  }
  .archive .additional-content .tease:last-of-type, .single .additional-content .tease:last-of-type, .search .additional-content .tease:last-of-type, .features-wrap .additional-content .tease:last-of-type, .post-wrapper .additional-content .tease:last-of-type {
    margin-bottom: 0;
  }
  .archive .additional-content.next, .single .additional-content.next, .search .additional-content.next, .features-wrap .additional-content.next, .post-wrapper .additional-content.next {
    border-top: solid 1px black;
  }
  .archive h3.more-from, .single h3.more-from, .search h3.more-from, .features-wrap h3.more-from, .post-wrapper h3.more-from {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    font-size: 18px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
  }
  .post-wrapper .video-clip .video-still {
    position: relative;
    display: block;
  }
  .post-wrapper .video-clip .video-still img {
    display: block;
    margin: 0 auto;
  }
  .post-wrapper .video-clip .video-still:after {
    content: "";
    color: white;
    position: absolute;
    background-image: url(./images/play.svg?4c377b3dc0b038aa33d578b0f4015753);
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    opacity: 0.83;
    align-items: center;
    left: 0;
  }
  .post-wrapper .video-clip a p {
    text-decoration: none;
  }
  .features-wrap h2 {
    font-size: 36px;
  }
  .features-wrap .header-wrap {
    position: relative;
  }
  .features-wrap .header-wrap .title-wrap {
    border-bottom: solid 8px #DB2222;
  }
  .features-wrap .header-wrap:after {
    border-bottom: solid 4px #eaeae9;
  }
  .sidebar-ad {
    text-align: center;
  }
  .tease {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
    display: block;
    float: left;
    width: 100%;
  }
  .tease .tease__wrap {
    padding-right: 3em;
  }
  .tease .tease__image-link {
    width: 100%;
  }
  .tease .tease__image {
    float: left;
    margin-right: 1em;
  }
  .tease .tease__image p iframe {
    max-width: 100%;
    max-height: 220px;
    overflow-y: scroll;
  }
  .tease .tease__title {
    margin-bottom: 7px;
  }
  .tease .tease__title a {
    color: black;
    font-weight: 700;
    font-size: 24px;
  }
  .tease .tease__content p {
    margin: 3px 0 10px;
  }
  .tease .tease__excerpt p {
    color: #666;
  }
  .tease:last-of-type {
    margin-bottom: 3em;
    border-bottom: none;
  }
  .pagination__list {
    display: flex;
    justify-content: space-evenly;
    width: 550px;
    max-width: 100%;
    font-size: 18px;
    font-weight: 900;
    margin: 0em auto 0;
    padding-top: 2em;
  }
  .single-post .height-adjust {
    height: 0;
    margin-bottom: -20px;
  }
  .single-post .post-title h1 {
    font-size: 40px;
  }
  .single-post .post-title h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .single-post .image-desc {
    margin-top: 10px;
    font-size: 14px;
  }
  .single-post .image-desc strong {
    font-weight: 900;
  }
  .single-post .image-desc a {
    color: black;
    text-decoration: underline;
  }
  .single-post .the-content .btn-black {
    background-color: black;
    color: white;
    font-size: 20px !important;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 60px;
    border-radius: 30px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
  .single-post .the-content .btn-black .fa {
    font-size: 35px;
    margin-left: 40px;
  }
  @media (max-width: 991px) {
    .single-post .the-content .btn-black .fa {
      margin-left: 20px;
    }
  }
  .single-post .the-content .btn-black.home {
    background-color: #111111;
    background-image: linear-gradient(to bottom, #444444, transparent);
    border-color: black;
    margin-top: 18px;
    padding: 8px 20px;
  }
  .single-post .the-content .btn-black.home .fa {
    font-size: 25px;
    margin-left: 20px;
  }
  .sidebar .tease {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .sidebar .tease h4 {
    margin: 0;
  }
  .sidebar .tease .tease__image {
    width: 100%;
    padding-right: 10px;
  }
  .sidebar .tease .tease__wrap {
    width: 65%;
    padding-right: 0;
  }
  .sidebar .tease .tease__image-link {
    width: 40%;
  }
  .sidebar .tease .tease__title {
    width: 100%;
  }
  .sidebar .tease .tease__title a {
    font-size: 15px;
  }
  .sidebar .latest-wrap {
    display: block;
    position: relative;
    z-index: 4;
  }
  .sidebar h2.latest {
    margin: 10px 0 0;
  }
  .sidebar .feature h2 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .sidebar .feature h4 {
    text-align: center;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
  }
  .sidebar #gform_wrapper_37 {
    padding: 25px 35px;
  }
  .sidebar .livestream {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .rel-art-header {
    position: relative;
    text-transform: uppercase;
    display: flex;
    z-index: 10;
    padding-left: 1em;
    margin-bottom: -8px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .rel-art-header:after {
    align-self: center;
    background-color: rgb(209.0930232558, 209.0930232558, 206.9069767442);
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    margin: 0 0 0 0.625rem;
  }
  .rel-art-wrap {
    overflow-y: hidden;
    background-attachment: local, local, scroll, scroll;
    overflow-x: scroll;
    position: relative;
    border-bottom: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
  }
  .rel-art-wrap .rel-art {
    display: flex;
    min-height: 4rem;
    padding: 1em 0;
  }
  .rel-art-wrap .rel-art .recommended {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: 30rem;
    border-left: solid 1px rgb(209.0930232558, 209.0930232558, 206.9069767442);
    padding: 0 10px;
  }
  .rel-art-wrap .rel-art .recommended a {
    color: #000;
    font-size: 24px;
  }
  .rel-art-wrap .rel-art .recommended a img {
    float: left;
    display: inline-block;
  }
  .rel-art-wrap .rel-art .recommended h5 {
    margin: 0 0 0 10px;
    width: 180px;
    white-space: pre-wrap;
  }
  .single .article-header h1 {
    text-transform: inherit;
    text-align: left;
  }
  .single .article-header .post-meta {
    text-align: left;
    text-transform: inherit;
    font-weight: 600;
  }
  .single .article-header .post-meta a {
    color: #DB2222;
  }
  .single .article-header a.taglink {
    margin-left: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 700;
  }
  .single .article-header .slant-style {
    color: white;
    background-color: #DB2222;
    padding: 6px 10px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
  }
  .single .article-header .slant-style:before {
    content: "";
    background-color: #DB2222;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -7px;
  }
  .single .article-header .slant-style:after {
    content: "";
    background-color: #DB2222;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -7px;
  }
  .single .the-content {
    margin-left: 3em;
    padding-bottom: 1em;
  }
  .single .the-content a {
    font-weight: 900;
  }
  .single .the-content li::marker {
    color: #DB2222;
    font-size: 1.8em;
  }
  @media (max-width: 767px) {
    .single .the-content li::marker {
      margin-right: 30px;
    }
  }
  @media (max-width: 767px) {
    .single .the-content {
      margin-left: 1.5em;
    }
  }
  .single .email-wrap {
    padding: 2em 0;
    clear: both;
  }
  @media (max-width: 767px) {
    .single .the-content {
      padding-top: 0;
    }
  }
  .red-cta {
    margin-left: 1em;
    font-weight: 900;
    font-size: 24px;
    text-decoration: underline;
    text-transform: uppercase;
    float: left;
    clear: both;
  }
  .sticky-social {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100px !important;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .sticky-social {
      max-width: 30px !important;
    }
  }
  .sticky-social h3 {
    text-align: center;
    border-top: solid 10px #DB2222;
    padding: 15px 0 10px;
    font-size: 12px;
  }
  .sticky-social #st-1 .st-btn {
    float: left !important;
    clear: both !important;
    display: block !important;
    margin: 0 auto 10px;
  }
  .sticky-social #st-1 .st-btn img {
    padding-bottom: 0;
  }
  .sticky-social #st-1 .st-btn.st-remove-label {
    min-width: 30px !important;
  }
  .post-wrap.tv {
    display: flex;
    flex-wrap: wrap;
  }
  .post-wrap.tv .tease .tease__image {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .post-wrap.tv .tease .tease__wrap {
    padding-right: 0;
    min-height: 90px;
  }
  .main-footer p {
    font-size: 14px;
    font-weight: 700;
  }
  .main-footer .main-footer__logo {
    width: 175px;
  }
  .main-footer {
    border-top: solid 5px white;
    font-size: 14px;
    padding: 4em 0;
    background-color: #000;
    text-align: center;
  }
  .main-footer .fa {
    font-size: 40px;
  }
  .main-footer .social-nav__list {
    padding: 1em 0;
    padding-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-footer .social-nav__list a {
    color: white;
    font-size: 40px;
    padding: 0 5px;
    margin: 0 5px;
  }
  .main-footer .social-nav__list img {
    width: 40px;
    height: 40px;
  }
  .main-footer .social-nav__list .gettr-icon {
    height: 37px;
    margin-top: -4px;
  }
  /* Vertically center the modal window */
  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  @media (max-width: 991px) {
    .modal {
      padding-top: 30px;
    }
  }
  @media (max-width: 767px) {
    .modal {
      padding-top: 35px;
    }
  }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    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);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-content .gform_wrapper input[type=submit] {
    color: #DB2222;
    padding: 10px 25px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .modal-header {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table;
  }
  .modal-header:after {
    clear: both;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.5;
  }
  .modal-body {
    position: relative;
  }
  .modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
  }
  .modal-footer:after {
    clear: both;
  }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .modal.zoom.in .modal-dialog {
    opacity: 1;
    transform: scale(1) translate3d(0, -100px, 0);
  }
  /* Custom modal declarations */
  .modal__dismiss-text {
    margin-top: 20px;
    font-size: 12px;
  }
  .modal__dismiss-x {
    float: right;
    font-size: 20px;
    margin-top: -30px;
    margin-right: -30px;
  }
  @media (max-width: 767px) {
    .modal__dismiss-x {
      margin-top: -15px;
      margin-right: -20px;
    }
  }
  .modal__dismiss-x a {
    color: #999;
  }
  .modal__dismiss-x a:hover {
    text-decoration: none;
    font-weight: 900;
  }
  .modal--exit .modal-body h1,
  .modal--enter .modal-body h1 {
    font-size: 28px;
  }
  @media (min-width: 768px) {
    .modal--exit .modal-body,
    .modal--enter .modal-body {
      padding: 40px 50px 20px;
    }
  }
  @media (max-width: 767px) {
    .modal--exit .modal-body,
    .modal--enter .modal-body {
      padding: 20px 30px 5px;
    }
  }
  .modal--exit .modal-body.img-form,
  .modal--enter .modal-body.img-form {
    display: flex;
    position: relative;
  }
  .modal--exit .modal-body.img-form .modal__dismiss-x,
  .modal--enter .modal-body.img-form .modal__dismiss-x {
    position: absolute;
    top: 30px;
    right: 40px;
  }
  .modal--exit .modal-body.img-form .modal__dismiss-x a,
  .modal--enter .modal-body.img-form .modal__dismiss-x a {
    color: white;
  }
  .modal--exit .modal-body.img-form .modal-cta,
  .modal--enter .modal-body.img-form .modal-cta {
    padding: 40px;
    width: 50%;
  }
  @media (max-width: 767px) {
    .modal--exit .modal-body.img-form .modal-cta,
    .modal--enter .modal-body.img-form .modal-cta {
      padding: 20px;
    }
  }
  .modal--exit .modal-body.img-form .modal-img,
  .modal--enter .modal-body.img-form .modal-img {
    width: 50%;
    background-size: cover;
    background-position: center center;
  }
  .modal--exit .modal-body.img-form .gravity-theme .gfield,
  .modal--enter .modal-body.img-form .gravity-theme .gfield {
    text-align: left;
  }
  .modal--exit .modal-body.img-form .gravity-theme .gform_footer .ginput_container_email,
  .modal--enter .modal-body.img-form .gravity-theme .gform_footer .ginput_container_email {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 400px;
    max-width: 100%;
  }
  .modal--exit .modal-body.img-form .gravity-theme .gform_footer input[type=submit],
  .modal--enter .modal-body.img-form .gravity-theme .gform_footer input[type=submit] {
    display: block;
    color: white;
  }
  @media (min-width: 768px) {
    .modal--exit .modal-body.img-form,
    .modal--enter .modal-body.img-form {
      padding: 0;
    }
  }
  @media (max-width: 767px) {
    .modal--exit .modal-body.img-form,
    .modal--enter .modal-body.img-form {
      flex-wrap: wrap;
      padding: 0;
    }
    .modal--exit .modal-body.img-form .modal-cta,
    .modal--enter .modal-body.img-form .modal-cta {
      padding: 20px;
      width: 100%;
    }
    .modal--exit .modal-body.img-form .modal-cta h1,
    .modal--enter .modal-body.img-form .modal-cta h1 {
      font-size: 24px;
    }
    .modal--exit .modal-body.img-form .modal-img,
    .modal--enter .modal-body.img-form .modal-img {
      width: 100%;
      background-size: cover;
      background-position: center center;
      height: 25vh;
    }
  }
  @media (max-width: 767px) {
    .modal-dialog {
      margin-top: 0;
    }
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 700px;
      max-width: 95%;
      margin: 0px auto;
    }
    .modal-dialog .modal-body.img-form .modal-img {
      width: 40%;
    }
    .modal-dialog .modal-body.img-form .modal-cta {
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .modal-dialog {
      width: 750px;
      max-width: 95%;
      margin: 0px auto;
    }
    .modal-dialog .modal-body.img-form .modal-img {
      width: 35%;
    }
    .modal-dialog .modal-body.img-form .modal-cta {
      width: 65%;
    }
  }
  @media (min-width: 1200px) {
    .modal-dialog {
      width: 800px;
      max-width: 95%;
      margin: 30px auto;
    }
    .modal-dialog .modal-body.img-form .modal-img {
      width: 45%;
    }
    .modal-dialog .modal-body.img-form .modal-cta {
      width: 55%;
    }
  }
  #field_40_1 label {
    display: none;
  }
  #field_40_1 input {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 60%;
  }
  #gform_40 input[type=submit] {
    color: white;
    background-color: #DB2321;
    border: solid 2px #DB2321;
    border-radius: 3px;
    line-height: 1;
  }
  #gform_40 input[type=submit].btn-ghost {
    color: black;
    border: solid 2px black;
    background-color: white;
    border-radius: 3px;
  }
  #gform_40 .gform_wrapper.gravity-theme .gform_footer, #gform_40 .gform_wrapper.gravity-theme .gform_page_footer {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  @media (max-width: 767px) {
    #gform_40 .gform_wrapper.gravity-theme .gform_footer, #gform_40 .gform_wrapper.gravity-theme .gform_page_footer {
      flex-wrap: wrap;
    }
  }
  #gform_40 .cta-description {
    width: 75%;
  }
  @media (max-width: 767px) {
    #gform_40 h1 {
      font-size: 30px !important;
    }
    #gform_40 .cta-description {
      width: 100% !important;
    }
    #gform_40 #field_40_1 input {
      width: 100%;
    }
    #gform_40 .gform_footer {
      flex-wrap: wrap;
    }
    #gform_40 input[type=submit] {
      width: 100%;
    }
    #gform_40 input[type=submit].btn-ghost {
      margin: 0;
    }
  }
  .post-wrapper .layout__basic a p {
    text-transform: inherit;
    color: #000000;
    font-weight: 750;
    font-size: 16px;
    text-decoration: underline;
    margin: 0;
  }
  .home .featured-post a h2 {
    font-size: 32px;
    text-decoration: underline;
  }
  .home .featured-post a:hover {
    text-decoration: none;
  }
  .home .featured-post a h1 {
    text-decoration: underline;
  }
  .post-wrapper a:visited p, .featured-post a:visited h1, .featured-post a:visited h2 {
    color: #732022;
  }
  .post-wrapper a:hover p, .featured-post a:hover h1, .featured-post a:hover h2 {
    color: #DB2321;
  }
  .padding-0 {
    padding: 0;
  }
}

/*# sourceMappingURL=app.css.map*/