﻿@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../eot/fontawesome-webfonte0a5.eot");
  src: url("../eot/fontawesome-webfontd41d.eot#iefix&v=4.3.0") format("embedded-opentype"), url("../woff2/fontawesome-webfonte0a5.woff2") format("woff2"), url("../woff/fontawesome-webfonte0a5.woff") format("woff"), url("../ttf/fontawesome-webfonte0a5.ttf") format("truetype"), url("../svg/fontawesome-webfonte0a5.svg#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;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* 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-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: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-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.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-genderless:before,
.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-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-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";
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../ui-icons_444444_256x240.html");
}

.ui-widget-header .ui-icon {
  background-image: url("../ui-icons_444444_256x240.html");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../ui-icons_555555_256x240.html");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../ui-icons_ffffff_256x240.html");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
  background-image: url("../ui-icons_777777_256x240.html");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(../png/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../png/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../gif/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("../png/rs-default.png");
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../png/rs-default.png");
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../png/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(../png/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../png/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../gif/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../png/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../svg/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../gif/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

@font-face {
  font-family: "Proxima N W01 Thin Reg";
  src: url(../eot/37994fca-b67e-41db-94b3-44077c62810ad41d.eot) format("eot"), url(../woff/da176885-bee9-49f7-88f0-d7ad9229ddd7.woff) format("woff"), url(../ttf/1861a7b7-09a5-4efd-b681-5214784ded39.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima N W01 Reg";
  src: url("../woff2/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"), url("../woff/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima N W01 Bold";
  src: url("../woff2/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2") format("woff2"), url("../woff/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "franklin_gothic_pro-medium-webfont";
  src: url("../franklin_gothic_pro-medium-webfontd41d.html") format("eot"), url("../woff/franklin_gothic_pro-medium-webfont.woff") format("woff"), url("../franklin_gothic_pro-medium-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "franklin_gothic_pro-book-webfont";
  src: url("../franklin_gothic_pro-book-webfontd41d.html") format("eot"), url("../woff/franklin_gothic_pro-book-webfont.woff") format("woff"), url("../franklin_gothic_pro-book-webfont.html") format("truetype");
}
@font-face {
  font-family: "franklin_gothic_pro-demi-webfont";
  src: url("../franklin_gothic_pro-demi-webfontd41d.html") format("eot"), url("../woff/franklin_gothic_pro-demi-webfont.woff") format("woff"), url("../franklin_gothic_pro-demi-webfont.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "beechcraft";
  src: url("../eot/beechcraftf3a8.eot");
  src: url("../eot/beechcraftf3a8.eot#iefix") format("embedded-opentype"), url("../ttf/beechcraftf3a8.ttf") format("truetype"), url("../woff/beechcraftf3a8.woff") format("woff"), url("../svg/beechcraftf3a8.svg#beechcraft") format("svg");
  font-weight: normal;
  font-style: normal;
}
i[class^=beechcraft-], i[class*=" beechcraft-"] {
  font-family: "beechcraft";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.beechcraft-baron-takeoff:before {
  content: "\e800";
}

.beechcraft-bonanza-takeoff:before {
  content: "\e801";
}

.beechcraft-kingair-takeoff:before {
  content: "\e802";
}

.beechcraft-kingair:before {
  content: "\e803";
}

.beechcraft-baron:before {
  content: "\e804";
}

.beechcraft-bonanza:before {
  content: "\e805";
}

.beechcraft-load:before {
  content: "\e806";
}

.beechcraft-next:before {
  content: "\e807";
}

.beechcraft-prev:before {
  content: "\e80b";
}

.beechcraft-range:before {
  content: "\e80f";
}

.beechcraft-seating:before {
  content: "\e810";
}

.beechcraft-service:before {
  content: "\e811";
}

.beechcraft-speed:before {
  content: "\e812";
}

.beechcraft-speed {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@font-face {
  font-family: "cessna";
  src: url("../eot/cessna69cf.eot");
  src: url("../eot/cessnad41d.eot#iefix19ltt4") format("embedded-opentype"), url("../ttf/cessna69cf.ttf") format("truetype"), url("../woff/cessna69cf.woff") format("woff"), url("../svg/cessna69cf.svg#cessna") format("svg");
  font-weight: normal;
  font-style: normal;
}
i[class^=cessna-], i[class*=" cessna-"] {
  font-family: "cessna";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cessna-arrow-left:before {
  content: "\e600";
}

.cessna-arrow-right:before {
  content: "\e601";
}

.cessna-caravan:before {
  content: "\e602";
}

.cessna-jet:before {
  content: "\e603";
}

.cessna-load:before {
  content: "\e604";
}

.cessna-range:before {
  content: "\e605";
}

.cessna-seating:before {
  content: "\e606";
}

.cessna-service:before {
  content: "\e607";
}

.cessna-single:before {
  content: "\e608";
}

.cessna-speed:before {
  content: "\e609";
}

.cessna-speed {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.cessna-takeoff-caravan:before {
  content: "\e60a";
}

.cessna-takeoff-jet:before {
  content: "\e60b";
}

.cessna-takeoff-single:before {
  content: "\e60c";
}

@font-face {
  font-family: "cessna2018";
  src: url("../eot/cessna2018639f.eot");
  src: url("../eot/cessna2018639f.eot#iefix") format("embedded-opentype"), url("../ttf/cessna2018639f.ttf") format("truetype"), url("../woff/cessna2018639f.woff") format("woff"), url("../svg/cessna2018639f.svg#cessna2018") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=cessna2018-], [class*=" cessna2018-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cessna2018" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cessna2018-caravan-nav:before {
  content: "\e900";
}

.cessna2018-denali-nav:before {
  content: "\e901";
}

.cessna2018-jet-nav:before {
  content: "\e904";
}

.cessna2018-piston-nav:before {
  content: "\e905";
}

.cessna2018-service-nav:before {
  content: "\e906";
}

.cessna2018-skycourier-nav:before {
  content: "\e907";
}

@font-face {
  font-family: "cessna2018B";
  src: url("../eot/cessna2018b44d0.eot");
  src: url("../eot/cessna2018b44d0.eot#iefix") format("embedded-opentype"), url("../ttf/cessna2018b44d0.ttf") format("truetype"), url("../woff/cessna2018b44d0.woff") format("woff"), url("../svg/cessna2018b44d0.svg#cessna2018B") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=cessna2018B-], [class*=" cessna2018B-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cessna2018B" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cessna2018B-longitude-nav:before {
  content: "\e300";
}

.cessna2018B-preowned-nav:before {
  content: "\e301";
}

/* BRAND FONTS FOR VIS ID 2022*/
@font-face {
  font-family: "Canela";
  src: url("../woff2/canela-light-web.woff2") format("woff2"), url("../woff/canela-light-web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Pilat";
  src: url("../woff2/pilatwide-heavy.woff2") format("woff2"), url("../woff/pilatwide-heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
html, body {
  line-height: 1.5;
  font-size: 16px;
  color: #25282A;
  font-family: "Proxima N W01 Reg";
}

body {
  overflow-x: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen {
  body {
    font-size: 0.8em;
  }
}
/* Define base styles */
@media only screen and (min-width: 64.063em) {
  body {
    font-size: 1em;
  }
}
/* min-width 1025px, desktop */
.row {
  max-width: 1200px;
}

/*Prevent full width after 1200px*/
#main {
  background: #FFFFFF;
  /*float: left;*/
  width: 100%;
}

/*Wrap entire site for easier off-canvas and background manipulation*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.shaded {
  background: url(../png/shading.png) repeat-x top center;
  border-top: 1px solid #EBEBEB;
}

.padded {
  padding: 3em 0;
}

.thick-rule {
  border-top: 0.25em solid #25282A;
}

.nobr {
  white-space: nowrap;
}

img.alignright {
  float: right;
  margin: 0 0 2em 2em;
}

img.alignleft {
  float: left;
  margin: 0 2em 2em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/** additional contact state select. initially hidden, in place of an input field. changes to this select if certain countries are chosen
    overrides definition of cessna contact form
*/
#stateOrProvinceSel {
  display: block;
}

#stateProv {
  display: none;
}

.fade-out {
  -webkit-transform: translate(0, 5em) !important;
  -moz-transform: translate(0, 5em) !important;
  -ms-transform: translate(0, 5em) !important;
  transform: translate(0, 5em) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fade-in {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

a, a:after, a:before,
.btn-dark, .btn-dark:before, .btn-dark:after,
.btn-light, .btn-light:before, .btn-light:after,
.btn-dark-small, .btn-dark-small:before, .btn-dark-small:after,
.btn-light-small, .btn-light-small:before, .btn-light-small:after,
input,
.menu-open,
.title {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

h1, h2, h3, h4, h5, h6, p, small, strong, cite {
  font-family: "Proxima N W01 Reg";
  font-weight: normal;
}

h1, h2 {
  font-family: "Proxima N W01 Thin Reg";
  font-weight: normal;
}

h1 {
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.75em;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 0.75em;
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  text-transform: uppercase;
}

p {
  font-size: 1em;
}

a {
  color: #1277BD;
}
a:hover {
  color: #25282A;
}
a.active {
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  color: #25282A;
}

small {
  font-size: 0.625em;
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.063em;
}

strong {
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
}

hr {
  border-top: 1px solid #EBEBEB;
  clear: both;
  margin: 3em 0;
  height: 0;
}

.truncated {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; /* this works with IE, Safari and Chrome */
  white-space: nowrap;
  -moz-binding: url("../ellipsis.html#ellipsis"); /* this is a Firefox hack */
}

article img {
  margin-bottom: 2em;
}

::selection {
  background: #1277BD;
  color: #FFFFFF;
}

::-moz-selection {
  background: #1277BD;
  color: #FFFFFF;
}

/*Full width containers*/
.fullwidthimg {
  width: 100%;
  /*float: left;*/
}

.graybox {
  background: #F5F5F5 url(../png/shading.png) repeat-x top center;
  padding: 5em 0 5.5em;
  width: 100%;
  /*float: left;*/
}

.darkbox {
  padding: 5em 0;
  background: #25282A;
  /*float: left;*/
  width: 100%;
}

.darkbox h1 {
  color: #FFFFFF;
  margin-bottom: 0.5em;
}

.darkbox p {
  margin-bottom: 1.5em;
  color: #FFFFFF;
}

.border-right {
  border-right: 1px solid #EBEBEB;
}

.border-right:last-child {
  border: none;
}

.blue {
  color: #1277BD;
}

/*End Full Width Containers*/
/*Button Styles*/
.btn-dark {
  background: #000000;
  padding: 0.625em;
  border: 2px solid #1277BD;
  color: #1277BD;
  text-transform: uppercase;
  line-height: 1.563em;
  font-size: 0.875em;
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  letter-spacing: 0.125em;
  display: inline-block;
}
.btn-dark:hover {
  color: #FFFFFF;
  background: #1277BD;
}
.btn-dark:focus {
  color: #FFFFFF;
}

.btn-light {
  background: #FFFFFF;
  padding: 0.625em;
  border: 2px solid #1277BD;
  color: #1277BD;
  text-transform: uppercase;
  line-height: 1.563em;
  font-size: 0.875em;
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  letter-spacing: 0.125em;
  display: inline-block;
}
.btn-light:hover {
  color: #FFFFFF;
  background: #1277BD;
}

.btn-light-small {
  font-size: 0.75em;
  color: #1277BD;
  background: #FFFFFF;
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  padding: 0.313em 0.625em;
}

.btn-light-small:hover {
  background: #1277BD;
  color: #FFFFFF;
}

.btn-dark-small {
  font-size: 0.75em;
  color: #1277BD;
  background: #000000;
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  padding: 0.313em 0.625em;
}

.btn-dark-small:hover {
  background: #1277BD;
  color: #FFFFFF;
}

.return {
  /*float: left;*/
  margin-bottom: 1.5em;
  width: 100%;
  /*margin-top:3em;*/
}

.return a {
  color: #1277BD;
  font-size: 0.875em;
  font-family: "Proxima N W01 Bold";
  font-weight: normal;
  letter-spacing: 0.063em;
}

.return a:hover {
  color: #25282A;
}

/*End Button Styles*/
.action-bar {
  width: 100%;
  /*float: left;*/
  overflow: hidden;
  background: #25282a;
  position: relative;
  text-align: center;
  padding: 2.5em;
}
.action-bar .action {
  margin: 0 auto;
}
.action-bar .action p {
  letter-spacing: 0.03em;
  font-family: "Proxima N W01 Thin Reg";
  /*line-height: 100px;*/
  color: #ACACAC;
  font-size: 1.563em;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em;
}
.action-bar .action .btn-dark {
  /*margin: 0 0 0 2em;*/
  vertical-align: middle;
  display: inline-block;
  margin: 0.5em;
}

@media only screen and (max-width: 64em) and (min-width: 40.063em) {
  /* .compare-bar p {
       line-height: 70px;
       font-size: 1.25em;
   }  */
}
/* Slider styles */
/*======================================*/
.royalSlider {
  width: 100%;
  height: 500px;
  /*margin-bottom: 3em;*/
}
.royalSlider .rsImg,
.royalSlider .caption,
.royalSlider .rsABlock {
  display: none;
}
.royalSlider .rsSlide .rsImg,
.royalSlider .rsSlide .caption,
.royalSlider .rsSlide .rsABlock {
  display: inline-block;
}
.royalSlider.rsDefault, .royalSlider.rsDefault .rsSlide, .royalSlider.rsDefault .rsOverflow {
  background-color: #404040;
}
.royalSlider .rsBullet {
  padding: 0;
  margin: 0.5em 0.825em 0 0;
  height: 0.666em;
  width: 0.666em;
  cursor: pointer;
}
.royalSlider .rsBullet span {
  height: 0.666em;
  width: 0.666em;
}
.royalSlider .rsNav {
  height: 2em;
}
.royalSlider .caption,
.royalSlider .rsABlock {
  position: absolute;
  top: auto;
  bottom: 2em;
  width: 100%;
  padding: 1em 2em;
  background-color: #25282A;
  background-color: rgba(0, 0, 0, 0.75);
}
.royalSlider .caption small, .royalSlider .caption p, .royalSlider .caption h2,
.royalSlider .rsABlock small,
.royalSlider .rsABlock p,
.royalSlider .rsABlock h2 {
  color: #FFFFFF;
}
.royalSlider .caption small,
.royalSlider .rsABlock small {
  font-size: 0.7em;
}
.royalSlider .caption .inner,
.royalSlider .rsABlock .inner {
  width: 60%;
}

@media only screen and (max-width: 40em) {
  .royalSlider {
    height: 350px;
  }
  .royalSlider .caption h2, .royalSlider .rsABlock h2 {
    font-size: 1.5em;
  }
  .royalSlider .caption .inner, .royalSlider .rsABlock .inner {
    width: 80%;
  }
}
@media only screen and (min-width: 40.063em) {
  .royalSlider {
    height: 400px;
  }
}
@media only screen and (min-width: 64.063em) {
  .royalSlider {
    height: 500px;
  }
}
.royalSlider.no-text-bg {
  height: 550px;
  margin-bottom: 0;
}
.royalSlider.no-text-bg .caption,
.royalSlider.no-text-bg .rsABlock {
  bottom: 5em;
  left: 5em;
}
.royalSlider.no-text-bg .caption h2,
.royalSlider.no-text-bg .rsABlock h2 {
  font-size: 2em;
}
.royalSlider.no-text-bg .caption p,
.royalSlider.no-text-bg .rsABlock p {
  font-family: "Proxima N W01 Bold";
  max-width: 75%;
}
.royalSlider.no-text-bg .caption,
.royalSlider.no-text-bg .rsABlock,
.royalSlider.no-text-bg .rsBullets {
  background: none;
}
.royalSlider.no-text-bg .rsBullets {
  height: 3em;
}

@media only screen and (max-width: 40em) {
  .royalSlider.no-text-bg {
    height: 350px;
  }
  .royalSlider.no-text-bg .caption, .royalSlider.no-text-bg .rsABlock {
    left: 2em;
    bottom: 3em;
  }
  .royalSlider.no-text-bg .caption .inner, .royalSlider.no-text-bg .rsABlock .inner {
    width: 80%;
  }
}
@media only screen and (min-width: 40.063em) {
  .royalSlider.no-text-bg {
    height: 400px;
  }
}
@media only screen and (min-width: 64.063em) {
  .royalSlider.no-text-bg {
    height: 550px;
  }
}
/*Featured News*/
.featured-news {
  width: 100%;
  /*float: left;*/
  /*padding: 5em 0;*/
  padding-top: 5em;
  padding-bottom: 5em;
  background: url(../png/shading.png) repeat-x top center;
}
.featured-news .view-all {
  padding-top: 1.5em;
  font-size: 0.75em;
  color: #1277BD;
  font-family: "Proxima N W01 Bold";
  /*float: right;*/
}
.featured-news .caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, gba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99000000", endColorstr="$color-black00",GradientType=0 );
  /*float: left;*/
  width: 100%;
  padding: 1em 1em 4em;
}
.featured-news .featured,
.featured-news .block {
  background-color: #404040;
  position: relative;
  height: 33.75em;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  display: block;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.featured-news .featured h2, .featured-news .featured small,
.featured-news .block h2,
.featured-news .block small {
  color: #FFFFFF;
}
.featured-news .block {
  height: 11.25em;
}
.featured-news .block h2 {
  font-size: 1em;
}

@media only screen and (max-width: 40em) {
  .featured-news .featured,
  .featured-news .block {
    height: 11.25em;
  }
  .featured-news h2 {
    font-size: 1.25em;
  }
}
/*Modular Element Styles*/
/*======================================*/
/*Page Title Bar*/
.page-title {
  text-transform: uppercase;
  width: 100%;
  /*float: left;*/
  padding: 3em 0 2em 0;
}
.page-title h1 {
  font-size: 1.75em;
  /*margin-bottom: .75em;*/
}

/*End Page Title Bar*/
/* Primary Promotional */
.primary-promo {
  height: 35em;
  width: 100%;
  /*float: left;*/
  position: relative;
  background-position: center center;
  background-size: cover;
}
.primary-promo .container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
}
.primary-promo h1 {
  font-family: "Proxima N W01 Thin Reg";
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.primary-promo p {
  color: #FFFFFF;
  font-family: "Proxima N W01 Bold";
  margin-bottom: 0.625em;
  line-height: 1.25;
}

/*End Primary Promotional*/
/*Brand Bar*/
.small-brands {
  /*float: left;*/
  width: 100%;
  padding: 2.5em 0;
  border-bottom: 1px solid #F5F5F5;
}

.small-brands a {
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
  -moz-filter: saturate(0%);
  -o-filter: saturate(0%);
  -ms-filter: saturate(0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.small-brands a img {
  padding: 1em;
}

.small-brands .colorize {
  filter: saturate(100%);
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -o-filter: saturate(100%);
  -ms-filter: saturate(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}

/*End Brand Bar*/
/*Small Careers Section*/
.small-careers {
  width: 100%;
  /*float: left;*/
  margin-bottom: 4em;
}

.small-careers .view-all {
  padding-top: 1.5em;
  font-size: 0.75em;
  color: #1277BD;
  font-family: "Proxima N W01 Bold";
  float: right;
}

.small-careers h2 {
  margin: 0;
}

.small-careers p {
  margin: 1.625em 0 3em;
}

.small-careers .career {
  width: 100%;
  /*float: left;*/
  margin-bottom: 0.313em;
  background: #F5F5F5;
  position: relative;
}

.small-careers .career .details {
  /*float: left;*/
  padding: 0.875em;
}

.small-careers .career a {
  /*float: right;*/
  padding: 0.875em;
  color: #1277BD;
}

.small-careers .career a:hover {
  color: #25282A;
}

/*End Small Careers Section*/
/*Company Brands Section*/
.company-brands {
  width: 100%;
  /*float: left;*/
  margin: 3.75em 0;
}

.company-brands img {
  margin-bottom: 3.75em;
}

.company-brands span {
  width: 100%;
  /*float: left;*/
  font-family: "Proxima N W01 Bold";
  font-size: 0.75em;
  text-transform: uppercase;
  color: #76797D;
}

.company-brands .link {
  width: 100%;
  /*float: left;*/
  font-family: "Proxima N W01 Bold";
  font-size: 0.75em;
  text-transform: uppercase;
  color: #1277BD;
}

/*End Company Brands Section*/
/*Big Search Bar*/
.big-search {
  background: #F5F5F5;
  width: 100%;
  /*float: left;*/
  padding: 1.625em 0;
}

.big-search form {
  position: relative;
  margin: 0;
}

.big-search input[type=text] {
  font-size: 1.75em;
  font-family: "Proxima N W01 Thin Reg";
  margin: 0;
  padding: 0.875em 0.5em;
  border: none;
}

.big-search input[type=submit] {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #76797D;
  background: #EBEBEB;
  border: none;
  height: 100%;
  width: 3.75em;
  font-size: 0.875em;
}

.big-search input[type=submit]:hover {
  background: #1277BD;
  color: #FFFFFF;
}

/*End Big Search Bar*/
/*Select Menu Styles*/
.filter {
  float: left;
  width: 100%;
}

.filter h4 {
  float: left;
}

.filter .options {
  /*float: right;*/
}

select {
  /*width: 12em;*/
  width: 30%;
  border: none;
  margin: 0;
  float: right;
  margin-left: 2em;
  background: #F5F5F5 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center;
}

select:focus {
  border: 0;
  background-color: #f5f5f5;
  box-shadow: none;
}

/*End Select Menu Styles*/
/*News Listing*/
.news {
  /*margin-top:3em;*/
}

.listing {
  margin: 0;
  padding: 0;
}

.listing li {
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
  /*float: left;*/
  width: 100%;
  overflow: hidden;
}

.listing li:last-child {
  border: none;
}

.listing li a {
  /*float: left;*/
  width: 100%;
  padding: 2em 0 0;
  position: relative;
  display: block;
}

.listing li a small {
  color: #76797D;
}

.listing li a h3 {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.listing li a .caption {
  /*float: left;*/
  width: 100%;
  height: 2em;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.listing li a .caption p {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: -1.5em;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.listing li a:hover {
  padding: 1em 0 0;
}

.listing li a:hover .caption {
  height: 3em;
}

.listing li a:hover h3 {
  color: #1277BD;
}

.listing li a:hover p {
  top: 0em;
  color: #76797D;
}

/*End News Listing*/
/*Pagination*/
.pagination {
  border-top: 1px solid #EBEBEB;
  padding: 1em 3em 0 3em;
  height: 10em;
  width: 100%;
  /*float: left;*/
  text-align: center;
  position: relative;
}
.pagination a,
.pagination span {
  color: #1277BD;
  font-family: "Proxima N W01 Bold";
  font-size: 0.875em;
  padding: 0.6em 1em;
  text-align: center;
  color: #1277BD;
  border: 2px solid #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0);
  display: inline-block;
}
.pagination span.active,
.pagination a.active,
.pagination a:hover {
  border: 2px solid #1277BD;
}
.pagination a:hover {
  color: #FFFFFF;
  background: #1277BD;
}
.pagination .prev,
.pagination .next {
  position: absolute;
  top: 1em;
  border: 2px solid #1277BD;
}
.pagination .prev {
  left: 0;
}
.pagination .next {
  right: 0;
}

@media only screen and (max-width: 40em) {
  .filter .options {
    float: left;
    width: 100%;
  }
  select {
    width: 100%;
    margin-bottom: 1em;
    float: left;
    margin-left: 0 !important;
  }
}
/*End Pagination*/
/*Link Tiles*/
.image-link-grid {
  margin-bottom: 3em;
}

.link-tiles {
  /*margin-bottom: 5em;*/
}

.link-tiles a {
  width: 100%;
  display: block;
  /*float: left;*/
  height: 11.25em;
  margin: 0.9375em 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.link-tiles a .caption {
  padding: 1em 4em 1em 1em;
  width: 100%;
  /*float: left;*/
  position: absolute;
  bottom: 0;
  left: 0;
  background: #76797D;
  background: rgba(107, 109, 113, 0.9);
  font-family: "Proxima N W01 Bold";
  letter-spacing: 0.063em;
  color: #FFFFFF;
}

.link-tiles a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "→";
  padding: 1em;
  color: #1277BD;
  background: #25282A;
}

.link-tiles a:hover:after {
  background: #1277BD;
  color: #FFFFFF;
  padding: 1em 1.25em;
}

/*End Link Tiles*/
/*Support Box*/
.support {
  background: #F5F5F5;
  margin: 0 0 2.25em 0;
  padding: 1.125em 0.625em 5em;
  text-align: center;
  /*float: left;*/
  width: 100%;
}

.support select {
  background: #EBEBEB url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center;
  margin-bottom: 1em;
}

/*End Support Box*/
/*Support Box*/
.sales {
  background: #F5F5F5 no-repeat center 90%;
  margin: 0 0 2.25em 0;
  padding: 1.125em 0.625em;
  text-align: center;
  /*float: left;*/
  width: 100%;
}

/*End Support Box*/
/*Related Articles*/
article p {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*End Related Articles*/
/*Top Banner*/
.banner {
  height: 27.5em;
  /*float: left;*/
  width: 100%;
  position: relative;
  margin-bottom: 4em;
}

.banner .container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em 0 3em;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66000000", endColorstr="$color-black00",GradientType=0 );
}

.banner small {
  color: #FFFFFF;
  font-family: "Proxima N W01 Bold";
  text-transform: none;
}

.banner h1 {
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

/*End Top Banner*/
.social {
  /*float: left;*/
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
.social a {
  padding: 0.75em;
  width: 3em;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
}
.social a:hover {
  background: #F5F5F5;
  color: #25282A;
}

.fb {
  background: #3b5998;
}
.fb:hover {
  color: #3b5998;
}

.tw {
  background: #00aced;
}
.tw:hover {
  color: #00aced;
}

.in {
  background: #007bb6;
}
.in:hover {
  color: #007bb6;
}

.em {
  background: #25282A;
}
.em:hover {
  color: #25282A;
}

.subscribe {
  background: #25282A;
  margin-bottom: 2em;
  padding: 0.5em 1em;
  color: #FFFFFF;
  text-align: center;
  /*float: left;*/
  width: 100%;
}
.subscribe h2 {
  color: #ACACAC;
  margin: 0;
}
.subscribe p {
  margin-bottom: 0;
}
.subscribe div {
  margin: 0.5em 0;
}
.subscribe input[type=text] {
  background: #000000;
  color: #FFFFFF;
  font-style: italic;
  border: none;
  margin: 0.5em 0 0.75em;
  padding: 1em 1.375em;
  font-size: 0.875em;
}
.subscribe a {
  color: #ACACAC;
}
.subscribe a:hover {
  color: #FFFFFF;
}
.subscribe > a {
  font-size: 0.625em;
}

.image-band {
  /*&.row {
      max-width: 100%;
  }*/
}
.image-band div,
.image-band a {
  background-size: cover;
  background-position: center center;
  min-height: 100px;
}

.promo-band {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5em 0;
  width: 100%;
  /*float: left;*/
}

.promo-group {
  width: 100%;
  /*float: left;*/
  padding: 5em 0;
  background: url(../png/shading.png) repeat-x top center;
}
.promo-group img {
  margin: 0 0 2em;
}
.promo-group h2,
.promo-group h3 {
  margin-bottom: 1em;
}
.promo-group a {
  color: #1277BD;
  font-size: 0.75em;
  font-family: "Proxima N W01 Bold";
  text-transform: uppercase;
}
.promo-group .btn:hover {
  color: #25282A;
}

@media only screen and (max-width: 40em) {
  .promo-group {
    padding-bottom: 2em;
  }
  .promo-group .promo {
    margin-bottom: 1em;
  }
}
.action {
  width: 100%;
  /*float: left;*/
  margin: 4.25em 0;
  position: relative;
}
.action .btn-light {
  position: relative;
  z-index: 1;
}
.action .rule {
  height: 1px;
  position: absolute;
  width: 100%;
  background: #EBEBEB;
  top: 50%;
  left: 0;
}
.action .btn:hover {
  color: #FFFFFF;
  background: #1277BD;
}

.hero {
  margin-top: -1px;
  /*float: left;*/
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 500px;
}
.hero .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background: url(../png/ie8-black-30.png) repeat;
  background: rgba(0, 0, 0, 0.666);
  padding: 2em 0;
  color: #FFF;
}

.twitter {
  border: 1px solid #F5F5F5;
  /*float: left;*/
  width: 100%;
  margin-bottom: 4em;
}
.twitter .profile {
  background: #25282A;
  color: #FFFFFF;
  /*float: left;*/
  width: 100%;
}
.twitter .avatar {
  width: 2.5em;
  height: 2.5em;
  /*float: left;*/
  margin: 0.875em 0 0 0.875em;
}
.twitter .info {
  /*float: left;*/
  margin: 0.875em;
}
.twitter .name {
  font-family: "Proxima N W01 Bold";
}
.twitter .handle {
  font-size: 0.75em;
  font-family: "Proxima N W01 Bold";
  color: #76797D;
}

html label {
  cursor: default;
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.asterisk {
  font-size: 8px;
  vertical-align: text-top;
  color: red;
  color: rgba(255, 0, 0, 0.75);
}

.alert-box {
  display: none;
}

input.error, textarea.error, select.error {
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.05) !important;
}

label.error {
  margin-bottom: 1em;
  color: red;
  font-weight: bold;
}

html input[type=checkbox] + label, html input[type=checkbox] + label + label, html input[type=radio] + label, html input[type=radio] + label + label {
  margin: 0;
  padding: 0 0.5em;
}

html fieldset {
  background-color: #F5F5F5;
  padding: 1em 2em;
  margin-bottom: 2em;
}
html fieldset legend {
  background-color: #444;
  font-weight: normal;
  font-family: "Proxima N W01 Reg", sans-serif;
  color: #FFFFFF;
  padding: 0.5em 1em;
}
html fieldset fieldset {
  border: 1px solid #CCC;
  background: #FFFFFF;
  padding: 0.5em 1em 1em 1em;
  margin-top: 0.5em;
}
html fieldset fieldset legend {
  font-size: 0.875em;
}

.selection-lists {
  background: #2C2C2C;
  padding-top: 1em;
  padding-bottom: 1em;
}
.selection-lists h3 {
  color: #CCC;
}
.selection-lists ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #3f3f3f;
  font-weight: normal;
  font-family: "Proxima N W01 Reg", sans-serif;
}
.selection-lists ul li label {
  font-weight: normal;
  font-family: "Proxima N W01 Reg", sans-serif;
  color: #cccccc;
}
.selection-lists ul li label.error {
  color: red;
  position: absolute;
  display: inline-block;
  top: -50px;
  left: 0;
}

.contact-sidebar {
  background-color: #3f3f3f;
  border-bottom: 10px solid #2c2c2c;
  border-top: 10px solid #2c2c2c;
  color: #d3d3d3;
  /*margin-top:2em;*/
}
.contact-sidebar ul {
  list-style-type: none;
}
.contact-sidebar h2 {
  color: #fff;
}
.contact-sidebar h2 a {
  color: #fff;
}
.contact-sidebar a:hover {
  color: #d3d3d3;
}

.collapse-header {
  background-color: #2c2c2c;
  padding: 0.75em 1em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  letter-spacing: 0.063em;
  font-size: 0.925em;
}

.collapsePanelContent label {
  width: inherit;
}

.contact-info input[type=checkbox] + label {
  margin-bottom: 1em;
}
.contact-info label {
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
}
.contact-info .contact-info-comments {
  width: inherit !important;
}
.contact-info .select-countries, .contact-info .select-countries:focus {
  width: 100%;
  background-color: #FFFFFF;
  display: block;
  border: 1px solid #cacaca;
  margin-bottom: 1em;
}
.contact-info select {
  float: none;
  clear: both;
  margin-left: 0;
  font-weight: normal;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 1em;
}
.contact-info .phone-fieldset {
  margin-bottom: 1em;
}

.address-info .collapsePanelHeader {
  /*float: right;*/
}
.address-info label {
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  width: 100%;
  line-height: 1.8;
}

.chosen-item {
  display: inline-block;
}

#submit {
  /*margin:0 auto 4em;*/
  display: block;
  padding: 0.75em 2.5em;
  font-size: 1em;
  cursor: pointer;
  margin-bottom: 4em;
}

.query-builder {
  background: #2c2c2c;
}
.query-builder .query-builder-text {
  line-height: 2em;
}

.terms {
  margin-bottom: 1em !important;
}
.terms label, .terms p, .terms input {
  vertical-align: middle;
  display: inline;
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .collapse-header {
    text-align: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .collapse-header {
    text-align: left;
  }
}
@media only screen and (min-width: 64.063em) {
  .collapse-header {
    text-align: center;
  }
}
/* Containers and wrappers */
.contact-overlay {
  background: #FFF;
  padding: 10px;
}

.contactWrapper {
  background: #3f3f3f;
  margin: 0;
  padding: 0;
}

.form-wrapper {
  background: #fff;
  width: 1028px;
  margin: 0 auto;
}

/* collapse containers and triggers */
.collapsePanelHeader {
  cursor: pointer;
}

.collapse1 {
  padding: 14px 20px;
  font-size: 13px;
  background-color: #2c2c2c;
  right: 0;
  position: absolute;
}

.collapse2 {
  color: #3f80b5;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  background-color: #e5e5e5;
  float: left;
}

.toggleIconOpen,
.toggleIconClosed {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: 10px;
  position: relative;
}

.toggleIconOpen {
  border-bottom: 6px solid #FFF;
  top: -10px;
}

.toggleIconClosed {
  border-top: 6px solid #FFF;
  top: 11px;
}

.collapse2 .toggleIconClosed {
  border-top: 6px solid #AAA;
}

.collapse2 .toggleIconOpen {
  border-bottom: 6px solid #AAA;
}

.addressInfo {
  display: none;
}

/* general form styling */
form.contactForms {
  width: 837px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

fieldset .spaceFields {
  margin: 10px 0px;
}

.contact-overlay input[type=checkbox] {
  margin-right: 10px;
  margin-top: 2px;
}

.fieldErrorText {
  color: #FF0000 !important;
}

.fieldErrorBorder {
  border-color: #FF0000 !important;
}

.errorCopy {
  color: #FF0000 !important;
  display: none;
}

/* form header section */
.form-header {
  height: 91px;
  background: url("../png/img-contact-header-bg.png") repeat-x;
  color: #FFF;
}

.form-header .logo {
  float: left;
  margin: 10px 22px 0 20px;
}

.form-header h2 {
  padding-top: 30px;
  color: #FFF;
}

.form-header .close-btn {
  float: right;
  margin: 10px 10px 0 0;
}

/* general styles and layout nudges */
.text-bold {
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
}

.non-bold-italic {
  font-weight: normal;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-style: italic;
}

.bold-title {
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 16px;
  color: #333333;
}

.indented {
  margin-left: 130px;
}

.close-btn {
  cursor: pointer;
}

.label-bold {
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #333333;
}

.label-bold-left-align {
  text-align: left;
  padding-right: 10px;
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #333333;
}

.fivepxbtm {
  margin-bottom: 10px;
}

.baseContactInfo {
  margin-top: 15px;
}

.contact-overlay input[type=text],
#comments, #acComments {
  margin-bottom: 10px;
  padding: 5px 8px;
  width: 447px;
}

.short-textfield {
  width: 200px;
}

/*phone*/
.contact-overlay input[type=radio] {
  margin-right: 5px;
}

.phoneTypeInfo label, .contactPrefInfo label {
  margin-right: 20px;
}

.phoneTypeInfo {
  margin-bottom: 10px;
  margin-top: 5px;
}

.contactPrefInfo {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contactPrefInfo hr {
  display: block;
  margin: 20px 20px 20px 0;
}

.contact-overlay select {
  margin-bottom: 15px;
  width: auto;
}

.programSelection .collapsePanelContent {
  width: 837px;
  background-color: #2c2c2c;
}

.programSelection legend {
  margin: 10px 0;
}

.collapsePanelContent {
  clear: both;
}

.collapsePanelContent label {
  /*width: 140px;*/
  line-height: 1.3;
}

.aircraftInfo {
  width: 615px;
}

.aircraftInfo legend {
  padding-left: 130px;
  margin-left: 0;
  margin-bottom: 15px;
}

/*hack*/
.additionalContactInfo .collapsePanelContent {
  margin-left: -20px;
  padding-top: 20px;
}

.selectionLists {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #cccccc;
}

.selectionLists h5 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  margin: 0;
  padding-bottom: 6px;
  background-color: #2c2c2c;
  text-align: center;
}

.programSelection .selectionLists div {
  background-color: #3f3f3f;
  width: 195px;
  margin-left: 11px;
}

.programSelection .threebythree div {
  width: 264px;
}

.programSelection .selectionLists ul {
  border-top: 1px solid black;
}

.programSelection .threebythree ul {
  min-height: 100px;
  border-top: 1px solid black;
}

.programSelection .selectionLists ul li {
  padding: 5px 0 5px 15px;
  background: url("../png/contact-options-divider.png") repeat-x;
  background-color: #3f3f3f;
  background-position: bottom;
}

.programSelection .selectionLists ul li input {
  margin: 5px 9px 0px 0px;
  vertical-align: top;
  width: 18px;
}

.programSelection .selectionLists div:last-child {
  min-width: 50px;
}

.programSelection li input,
.programSelection li label {
  display: inline-block;
  width: 140px;
}

/* check box area fancy boxes BREAKS with long lines of tex. will require some hacks to support, likely.

.colored-check[type=checkbox] + label:before
{
    content: "  ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/img/global/css-img/contact-checkbox.png') no-repeat;
    margin-left: -27px;
}
.colored-check[type=checkbox]:checked  + label:before
{
    background: url('/img/global/css-img/contact-checkbox.png') -18px top no-repeat;
}

 */
/* check box area blob buttons */
.chosen-item {
  background: #2c2c2c url("../png/btn-contact-close-selected-x.png") right center no-repeat;
  border-radius: 6px;
  color: #cccccc;
  cursor: pointer;
  font-weight: normal;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 14px;
  padding: 4px 30px 4px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.chosen-items {
  width: 650px;
}

#submitContact, #submitInProcess {
  margin-top: 35px;
  margin-bottom: 25px;
}

.agreeSubmit .line {
  margin-top: 15px;
}

/*submit button*/
.contact-overlay input[type=submit] {
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #1f76bc;
  text-shadow: 0px 1px 1px #ffffff;
  background: url("../jpg/btn-bg-light.jpg") repeat-x;
  display: inline-block;
  outline: none;
  padding: 2px 12px 1px 12px;
  line-height: 22px;
  box-shadow: 0px 2px 5px 1px #c3c3c3, inset 0px 1px 1px #e2e2e2;
}

.contact-overlay input[type=submit]:hover {
  text-decoration: none;
  color: #666;
  background: url("../jpg/btn-over-light.jpg") repeat-x;
}

/** additional contact state select. initially hidden, in place of an input field. changes to this select if certain countries are chosen */
#stateOrProvinceSel {
  /*display: none;*/
}

/*sidebar*/
.contact-overlay .contact-sidebar {
  margin-top: 52px;
  color: #cccccc;
}

.contact-overlay .contact-sidebar h2 {
  font-weight: normal;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 16px;
  padding: 0;
}

.contact-overlay .contact-sidebar ul li {
  padding: 10px 18px;
  cursor: pointer;
}

.contact-overlay .contact-open-overlay {
  color: #7f9921;
  font-weight: 700;
}

.contact-overlay .contact-open-overlay {
  color: #3f80b5;
  font-weight: 700;
}

.contact-overlay .contact-open-overlay:hover {
  color: #999999;
  outline: 0;
  text-decoration: none;
}

.contact-overlay .contact-sidebar img {
  margin: 10px 0;
}

#serialNumber {
  width: inherit;
}

/*** success view **/
#successView {
  display: none;
}

#successView h1 {
  margin-left: 30px;
  color: #FFF;
}

#successView p {
  margin: 30px 0px 0px 30px;
  padding-bottom: 30px;
  color: #FFF;
}

.processing {
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.processing:after {
  background: url("../gif/loadingfpo.gif") no-repeat;
  content: "";
  height: 16px;
  width: 16px;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}

/*  MULTI SELECT  */
.multi-wrapper {
  margin-bottom: 1em;
}

.multi-wrapper:last-child {
  margin-bottom: 0;
}

.multi-wrapper .multi-dd,
.multi-wrapper .multi-dd:focus {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin: 0;
}

.multi-wrapper .multi-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
  transform: rotate(0);
  cursor: pointer;
  transition: 0.5s;
  width: 1.25em;
}

.multi-wrapper .multi-btn.remove {
  transform: rotate(45deg);
}

.video-js {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.vjs-fullscreen {
  padding-top: 0px;
}

.video-content {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.vjs-big-play-button {
  height: 100px !important;
  width: 100px !important;
  margin-left: -50px;
  margin-top: -50px;
  top: 50% !important;
  left: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.vjs-big-play-button::before {
  font-size: 80px !important;
  width: 65px !important;
}

#global-header-drawer {
  font-size: 12px;
  z-index: 100;
  position: relative;
}
#global-header-drawer * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#global-header-drawer .drawer .products {
  text-align: center;
}
#global-header-drawer .open .drawer {
  height: auto;
}
#global-header-drawer .inner {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

#global-header-drawer .bar .inner,
#global-header-drawer .drawer .inner {
  width: auto;
}

/* Top Bar
    -------------------------------------- */
#global-header-drawer .bar {
  height: 38px;
  background: #f7f8f8 url("../png/hdr-drawer-bg-gradient.png") repeat-x;
  background: -moz-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f8), color-stop(100%, #e9eaea));
  background: -webkit-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  background: -o-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  background: -ms-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  background: linear-gradient(to bottom, #f7f8f8 0%, #e9eaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f8f8",endColorstr="#e9eaea",GradientType=0);
}
#global-header-drawer .bar .inner a {
  display: inline-block;
  padding: 0 1em;
  line-height: 37px;
  height: 37px;
}
#global-header-drawer .bar .txtav-logo {
  width: 122px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat 5px center;
}
#global-header-drawer .bar .txtav-logo span {
  visibility: hidden;
}
#global-header-drawer .bar .toggle-drawer {
  margin-left: 0;
  font-family: "Proxima N W01 Reg", sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #333;
  float: right;
}
#global-header-drawer .bar .toggle-drawer:hover {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9c9));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#c9c9c9",GradientType=0);
}
#global-header-drawer .bar .toggle-drawer:hover span {
  background-position: 0 -5px;
}
#global-header-drawer .bar .toggle-drawer span {
  width: 8px;
  height: 5px;
  top: -1px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  background: url("../png/hdr-drawer-arrow.png") no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
#global-header-drawer.open .bar .toggle-drawer span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Drawer
    -------------------------------------- */
#global-header-drawer .drawer {
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#global-header-drawer .drawer h4 {
  margin-bottom: 0.4em;
  font-size: 1.1rem;
}
#global-header-drawer .drawer a {
  color: #B2B2B2;
}
#global-header-drawer .drawer a:hover {
  color: #222;
}
#global-header-drawer .drawer .unit {
  margin: 2em 0;
  height: 122px;
}
#global-header-drawer .drawer .unit ul {
  list-style-type: none;
  margin: 0;
}
#global-header-drawer .drawer .centered {
  text-align: center;
  margin-left: -2px !important;
  border-left: 1px solid #EEE;
  padding-top: 30px;
}
#global-header-drawer .drawer .centered a {
  font-size: 0.9em;
  font-weight: normal;
}
#global-header-drawer .drawer .centered span {
  color: #EEE;
  padding: 0 5px;
}
#global-header-drawer .drawer .centered .site {
  margin-bottom: 2em;
  display: inline-block;
  position: relative;
  width: 152px;
  height: 73px;
}
#global-header-drawer .drawer .centered img.grayscale {
  position: absolute;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#global-header-drawer .drawer .centered:hover img.grayscale,
#global-header-drawer.default .active.centered img.grayscale {
  -ms-opacity: 0;
  opacity: 0;
}

/* IE adjustments
    -------------------------------------- */
/* IE 8 does not support opacity, let alone transitions, so we'll just hide it on hover */
.ie8 #global-header-drawer .drawer .centered:hover img.grayscale,
.ie8 #global-header-drawer.default .drawer .active.centered img.grayscale {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  body #global-header-drawer .bar .inner {
    max-width: 960px;
  }
  body #global-header-drawer .bar .inner .toggle-drawer {
    margin-left: 20px;
    font-size: 0.95em;
    float: none;
  }
  body #global-header-drawer .drawer .products {
    text-align: left;
  }
  body #global-header-drawer .drawer .inner {
    max-width: 800px;
  }
  body #global-header-drawer .drawer .size1of4 {
    width: 25%;
    float: left;
  }
  body #global-header-drawer .drawer ul li a {
    display: inline-block;
    text-align: left;
  }
  body #global-header-drawer.open .drawer {
    height: 201px;
  }
}
.scInsertionHandleCenter {
  height: auto !important;
}

.cookie-disclaimer {
  background-color: #f7f8f8;
  text-align: center;
  padding: 1em;
}
.cookie-disclaimer p {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.cookie-disclaimer input {
  margin-bottom: 0;
  padding: 0.5em 1em !important;
}

.preowned-listing .filters .top {
  background: #03527f;
}

.preowned-listing .filters section h5 {
  color: #222;
}

.preowned-listing .filters .top h4 {
  color: #fff;
  font-family: "Proxima N W01 Bold", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: none;
  width: 100%;
  padding-right: 0;
}

.preowned-listing .filter-controls {
  text-align: right;
  margin-bottom: 0;
}

.preowned-listing .refresh-btn, .preowned-listing .refresh-btn:focus {
  color: #03527f;
  display: inline-block;
  font-size: 1.125em;
  cursor: pointer;
}

.preowned-listing .filters {
  position: relative;
  background: #fff;
  max-width: 20rem;
  margin-bottom: 2rem;
  float: none;
}

.preowned-listing .filters.is-fixed {
  position: relative !important;
  top: 0;
  left: auto;
  margin-top: 0;
  width: 100%;
}

@media (min-width: 40em) {
  .preowned-listing .filters.is-fixed {
    position: fixed !important;
    width: 25%;
  }
}
@media (min-width: 64em) {
  .preowned-listing .filters.is-fixed {
    position: fixed !important;
    width: calc(20% - 1rem);
  }
}
.preowned-listing .filters label {
  color: #222;
}

.filter-page.preowned-listing .product-listing .model h3 {
  border-bottom: 1px solid #222;
  text-transform: uppercase;
  height: 3.75em;
  font-size: 1.25em;
}

.filter-page.preowned-listing .product-listing .model .model-inner {
  padding: 0;
}

.preowned-listing .listing-wrapper {
  padding: 1em;
}

.preowned-listing .results-header h2 {
  font-family: "Proxima N W01 Bold", sans-serif;
  margin: 0;
  font-size: 1.333em;
  margin-bottom: 0.75em;
}

.preowned-listing .preowned-disclaimer-marker {
  color: #03527f;
}

.preowned-listing .filters section.filter {
  float: none;
  padding-bottom: 1.75em;
}

.preowned-listing .listing-thumb {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 6em;
  width: 100%;
}

.filter-page.preowned-listing .product-listing .model .more {
  float: none;
  border-top: 1px solid #222;
  text-align: right;
}

.filter-page.preowned-listing .product-listing .model .more .btn-light-small {
  float: none;
}

.filter-page .product-listing .model ul li strong {
  font-size: 0.9em;
  display: block;
  line-height: 1;
  font-family: "Proxima N W01 Reg", sans-serif;
}

.preowned-listing-disclaimer {
  font-size: 0.75em;
}

@media only screen and (max-width: 40em) {
  .preowned-listing .listing-thumb {
    height: 8em;
  }
}
/*  PREOWNED LISTING ANIMATIONS */
.preowned-card-enter {
  opacity: 0;
  transform: scale(0);
}

.preowned-card-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: 50% 50%;
}

.preowned-card-enter-done {
  opacity: 1;
  transform: scale(1);
}

.preowned-card-exit {
  opacity: 1;
  transform: scale(1);
}

.preowned-card-exit-active {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: 50% 50%;
}

.preowned-card-exit-done {
  opacity: 0;
  transform: scale(0);
}

.preowned-btn, .preowned-btn:focus {
  text-transform: uppercase;
  color: #fff;
  background: #1277bd;
  padding: 0.75em 1.5em;
  text-align: center;
  font-family: "Proxima N W01 Bold", sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 0.9em;
}

.preowned-btn:hover {
  background: #03527f;
  color: #fff;
}

.preowned-btn.link, .preowned-btn.link:focus {
  background: transparent;
  color: #1277bd;
}

.preowned-btn.link:hover {
  background: transparent;
  color: #03527f;
}

.preowned-masthead {
  width: 100%;
  height: 35em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.preowned-masthead .masthead-contents {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.preowned-masthead .masthead-contents.full {
  width: 100%;
}

.masthead-contents .logo {
  width: 16em;
  margin-bottom: 2em;
}

.masthead-contents h2 {
  text-transform: uppercase;
  font-family: "Proxima N W01 Reg", sans-serif;
  margin: 0;
  line-height: 1;
}

.masthead-contents h1 {
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", sans-serif;
  margin: 0;
  margin-bottom: 0.25em;
  line-height: 1;
  font-size: 4em;
}

.masthead-contents p {
  max-width: 30em;
  margin: 0 auto;
  margin-bottom: 2em;
}

@media only screen and (max-width: 40em) {
  .preowned-masthead .masthead-contents {
    width: 100%;
  }
}
.preowned-menu {
  list-style: outside none none;
  text-align: center;
  background: #03527f;
  margin: 0;
}

.preowned-menu > li {
  display: inline-block;
  font-family: "Proxima N W01 Bold", sans-serif;
  text-transform: uppercase;
}

.preowned-menu > li > a {
  padding: 0.75em 2em;
  margin: 0 1em;
  color: #fff;
  display: block;
  font-size: 1.125em;
}

.preowned-content {
  text-align: center;
  padding: 4em 0;
}

.preowned-content h2 {
  text-transform: uppercase;
  font-family: "Proxima N W01 Thin Reg", sans-serif;
}

.why-buy {
  padding-top: 4em;
  padding-bottom: 4em;
}

.why-buy img {
  width: 6em;
  margin-bottom: 1em;
}

.why-buy p {
  font-size: 0.9em;
}

.suggested a, .suggested a:focus {
  margin: 2em 0;
  display: block;
}

.suggested a:hover {
  background: transparent;
}

.full-width-link, .full-width-link:focus {
  background: #03527f;
  color: #fff;
  font-family: "Proxima N W01 Reg", sans-serif;
  display: block;
  text-align: center;
  clear: both;
  padding: 1.5em;
  font-size: 1.75em;
  transition: 0.75s ease-in-out;
  letter-spacing: 1px;
}

.full-width-link:hover {
  color: #fff;
  background: #03527f;
  letter-spacing: 2px;
}

/*  PREOWNED SERVICES  */
.preowned-services {
  list-style: outside none none;
  margin: 0;
  text-align: left;
}

.preowned-services > li {
  display: block;
  margin-bottom: 2em;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 2em 0 2em 7em;
}

.preowned-services > li:last-child {
  border-bottom: 0;
}

.to-top, .to-top:focus {
  position: absolute;
  top: 1em;
  right: 0;
  color: #1277bd;
  background: transparent;
  font-size: 1.5em;
  line-height: 0;
}

.to-top:hover {
  color: #1277bd;
  background: transparent;
}

.preowned-services > li h2 {
  font-family: "Proxima N W01 Reg", sans-serif;
  text-transform: none;
}

.preowned-services > li .icon {
  position: absolute;
  top: 2em;
  left: 0;
  width: 5em;
}

.preowned-services .more-content {
  overflow: hidden;
  padding-bottom: 3em;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 2em;
  transition: 1s;
}

.preowned-services .more-content.active {
  max-height: 80em;
}

.acc-btn, acc-btn:focus {
  color: #1277bd;
  text-align: center;
  font-size: 1.75em;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
}

.acc-btn:hover {
  background: #fff;
  color: #03527f;
}

.acc-btn i {
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
}

.acc-btn.active, .acc-btn.active:focus {
  color: #1277bd;
}

.acc-btn.active i {
  transform: rotate(45deg);
}

/*  DETAIL PAGE  */
.preowned-detail-header {
  width: 100%;
  height: 30em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 40em) {
  .preowned-detail-header {
    height: 20em;
  }
}
/*  SPECS SECTION  */
.preowned-detail-specs {
  position: relative;
  background: #f5f5f5;
  padding-bottom: 2em;
  overflow: hidden;
}

.preowned-detail-back {
  float: left;
  margin-top: 0.5em;
}

.preowned-cta-wrapper {
  text-align: right;
  z-index: 10;
  position: relative;
  margin-bottom: 0;
}

.preowned-detail-specs h1 {
  font-family: "Proxima N W01 Reg", sans-serif;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
  padding-bottom: 0.25em;
}

.preowned-detail-specs h2 {
  display: inline-block;
  font-family: "Proxima N W01 Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-right: 2em;
  color: #222;
}

.preowned-detail-specs h2 span {
  font-family: "Proxima N W01 Reg", sans-serif;
  margin-right: 0.5em;
}

.preowned-detail-specs .spec-list {
  list-style: outside none none;
  margin: 3em 0 4em 0;
  text-align: center;
}

.preowned-detail-specs .spec-list > li {
  display: inline-block;
  width: 18.7%;
  padding: 0px 0.5em;
  vertical-align: top;
}

.preowned-detail-specs .spec-list > li span {
  display: block;
  line-height: 1;
  padding: 0.75em 0 0.75em 0;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 0.8125em;
  color: #222;
}

.preowned-detail-specs .spec-list > li strong {
  display: block;
  color: #222;
}

.preowned-detail-specs .spec-list > li img {
  max-width: 4.5em;
}

.preowned-detail-specs .preowned-features {
  font-family: "Proxima N W01 Reg", sans-serif;
  margin-bottom: 1em;
}

.preowned-detail-specs .preowned-features-list {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.25em;
}

.preowned-detail-specs .preowned-features-list > li {
  display: block;
}

.preowned-detail-specs .preowned-features-list > li i {
  color: #03527f;
}

/*  SECTION HEADER  */
.preowned-detail-section {
  display: block;
  padding-bottom: 1.125em;
  margin-bottom: 4em;
  border-bottom: 1px solid #f5f5f5;
}

.preowned-detail-section img {
  display: inline-block;
  width: 2.75em;
  vertical-align: middle;
}

.preowned-detail-section h3 {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 1.75em;
  margin-bottom: 0;
}

/*  GALLERY SECTION */
.preowned-detail-gallery {
  background: #333;
  background: #03527f;
  overflow: hidden;
  background: linear-gradient(125deg, #f5f5f5 0%, #f5f5f5 5%, #03527f 5%, #03527f 100%);
  padding-bottom: 4em;
}

.preowned-detail-gallery .preowned-detail-section {
  padding-top: 4.75em;
}

.preowned-detail-gallery ul {
  margin-bottom: 4em;
}

a.preowned-gallery-item {
  width: 100%;
  height: 16em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  padding: 1em;
  display: block;
}

a.preowned-gallery-item > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 16em;
  color: #1277bd;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 1.5em;
  opacity: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s linear;
}

a.preowned-gallery-item:hover > span {
  opacity: 1;
}

.preowned-detail-gallery .video-download, .preowned-detail-gallery .video-download:focus {
  color: #fff;
  margin-bottom: 3em;
}

.preowned-detail-gallery .video-download:hover {
  color: #ccc;
}

/*  Photoswipe Lightbox  */
.pswp__bg {
  background: rgba(255, 255, 255, 0.95);
}

button.pswp__button {
  background-color: transparent;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(255, 255, 255, 0.8);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.3);
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  background-color: rgba(255, 255, 255, 0.9);
  height: 36px;
}

.pswp__counter {
  color: #1277bd;
}

@media only screen and (max-width: 40em) {
  .preowned-detail-gallery {
    background: linear-gradient(125deg, #f5f5f5 0%, #f5f5f5 2%, #03527f 2%, #03527f 100%);
  }
  a.preowned-gallery-item {
    height: 12em;
  }
  a.preowned-gallery-item > span {
    line-height: 8em;
  }
}
@media only screen and (min-width: 40.063em) {
  a.preowned-gallery-item {
    height: 12em;
  }
  a.preowned-gallery-item > span {
    line-height: 8em;
  }
}
@media only screen and (min-width: 64.063em) {
  a.preowned-gallery-item {
    height: 16em;
  }
  a.preowned-gallery-item > span {
    line-height: 11em;
  }
}
/*  DETAILS SECTION  */
.preowned-detail-details {
  overflow: hidden;
  background: linear-gradient(125deg, #03527f 0%, #03527f 5%, #ffffff 5%, #ffffff 100%);
  margin-bottom: 4em;
}

.preowned-detail-details .preowned-detail-section h3 {
  color: #222;
}

.preowned-detail-details .preowned-detail-section {
  border-bottom: 1px solid #222;
  margin-top: 4em;
  margin-bottom: 0;
}

.preowned-detail-details .preowned-cta-wrapper {
  margin-bottom: 3em;
}

@media only screen and (max-width: 40em) {
  .preowned-detail-details {
    background: linear-gradient(125deg, #03527f 0%, #03527f 2%, #ffffff 2%, #ffffff 100%);
    margin-bottom: 4em;
  }
}
footer {
  margin-top: 0;
}

/*  NAV */
header {
  margin-top: 2em;
}

/*  TOP BAR */
.txtav-logo img {
  width: 14em;
  padding: 0.5rem;
}

.txtav-nav.top-bar {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.txtav-nav.top-bar, .txtav-nav.top-bar ul {
  background: transparent;
}

.txtav-nav.top-bar .top-bar-right {
  margin-top: auto;
  padding-top: 1em;
}

.txtav-nav .dropdown.menu > li > a {
  text-transform: uppercase;
  color: #25282A;
  font-size: 0.75em;
  padding: 0.7rem 0.666rem;
  background: transparent;
}

.txtav-nav .dropdown.menu > li.active {
  border-bottom: 3px solid #25282a;
}

.txtav-nav .dropdown.menu > li > a.hover {
  background: #25282a;
  color: #fff;
}

.menu-icon::after {
  background: #25282a;
  box-shadow: 0 7px 0 #25282a, 0 14px 0 #25282a;
}

.txtav-nav.top-bar .ham {
  position: absolute;
  top: 4rem;
  right: 0.5rem;
  margin: 0 0.5rem;
}

.no-js .txtav-nav.top-bar {
  display: none;
}

.txtav-nav.top-bar .drilldown a {
  text-transform: uppercase;
  color: #25282a;
  font-size: 1.125em;
}

.txtav-nav.top-bar .drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #25282a;
}

.txtav-nav.top-bar .drilldown .js-drilldown-back > a::before {
  border-color: transparent #25282a transparent transparent;
}

@media only screen and (max-width: 40em) {
  .txtav-nav.top-bar {
    flex-wrap: wrap;
  }
  .txtav-nav.top-bar .top-bar-left {
    text-align: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .txtav-nav.top-bar {
    flex-wrap: wrap;
  }
  .txtav-nav.top-bar .top-bar-left {
    text-align: center;
  }
  .txtav-nav.top-bar .top-bar-right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .txtav-nav.top-bar {
    flex-wrap: nowrap;
  }
  .txtav-nav.top-bar .top-bar-left {
    text-align: left;
  }
  .txtav-nav.top-bar .top-bar-right {
    margin-left: auto;
    margin-right: 0;
  }
}
/*  DRAWER */
.drawer.dropdown-pane {
  /*width: 100%;*/
  background: #25282a;
  border: 0;
  z-index: 40;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}

a.drawer-link::after {
  display: inline-block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #25282a transparent transparent;
  margin-left: 0.5em;
}

a.drawer-link.hover::after {
  border-color: #fff transparent transparent;
}

.drawer.dropdown-pane h3 {
  font-size: 1em;
  color: #fff;
  margin-top: 2em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.drawer .nav-blocks a {
  display: block;
}

.drawer .nav-blocks a label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0.5em;
  display: block;
  cursor: pointer;
  font-size: 0.666em;
}

.drawer .related-articles {
  margin-bottom: 2em;
}

.drawer .related-articles img {
  margin-bottom: 0.5em;
}

.drawer .related-articles h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
}

.drawer .related-articles .btn-dark {
  display: inline-block;
  font-size: 0.75em;
  padding: 0.75em 1.25em;
}

/*  Search Bar  */
.search-bar {
  background: #eee;
  background: transparent;
  padding: 0 0.666em;
}

.menu .search-bar a.button {
  display: inline-block;
  vertical-align: middle;
  color: #25282a;
  font-size: 0.875em;
  background: transparent;
  margin: 0;
  padding: 0;
  margin-right: 0.25em;
}

.menu .search-bar a.button:hover {
  color: #1277bd;
}

.search-bar input {
  display: inline-block;
  vertical-align: middle;
  color: #5f646a;
  font-size: 0.875em;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 8em;
  background: transparent;
  line-height: 1;
  height: 2.125em;
}

.search-bar [type=text]:focus {
  outline: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.txtav-nav.top-bar .drilldown .search-bar {
  padding: 0.5rem 1rem;
}

.txtav-nav.top-bar .drilldown .search-bar a.button {
  font-size: 1.125em;
}

/* Language Selector  */
/*
.language-selector {
	position:relative;
	display: inline-block;
}
.language-selector img {
	display: inline-block;
}
.language-selector .current-language {
  cursor: pointer;
}
.language-selector .current-language a {
	padding:0;
  width: 16px;
  height: 16px;
  background: url("/img/Country/arrow.png") no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.language-selector .current-language a:hover {
  background-position: 0 -16px;
}
.language-selector .current-language.open a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.language-selector .languages {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  cursor: pointer;
  vertical-align: top;
	padding:0;
	line-height:1;
}
.language-selector .languages a{
	padding:0;
	line-height:1;
}

.txtav-nav.top-bar .drilldown .language-selector{
	padding: .5rem 1rem;
}
.txtav-nav.top-bar .drilldown .language-selector .languages {
	top:.5rem;
	right:-1em;
}

.txtav-nav.top-bar .drilldown .language-selector .current-language.open a {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
*/
/*  LANGUAGE SELECTOR 2018 */
.language2018 {
  position: absolute;
  top: -4rem;
  right: 0.9375rem;
  line-height: normal;
  color: #25282a;
}

.language2018 .language2018-current, .language2018 .language2018-current:hover {
  display: block;
  height: auto;
  top: auto;
  font-size: 0.75em;
  background: transparent;
  padding: 0.666em 0.75em;
  width: 100%;
  text-align: right;
  outline: none;
  text-decoration: none;
  color: #25282a;
  cursor: pointer;
  text-transform: uppercase;
}

.language2018 .language2018-list {
  position: relative;
  z-index: 5;
  background: rgba(37, 40, 42, 0.9);
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: 0.3s;
}

.language2018.active .language2018-list {
  max-height: 80em;
  transition: 0.3s;
}

.language2018 .language2018-list .language2018-language {
  display: block;
  text-align: right;
  color: #ccc;
  padding: 0.666em 0.75em;
  font-size: 0.75em;
  border-right: 0;
  text-transform: uppercase;
}

.language2018 .language2018-list .language2018-language:hover {
  color: #fff;
}

@media only screen and (max-width: 40em) {
  .language2018 {
    position: relative;
    top: auto;
    right: auto;
    padding: 1em 0;
  }
  .language2018 .language2018-current {
    display: none;
  }
  .language2018 .language2018-list {
    background: transparent;
    max-height: 100%;
    text-align: center;
  }
  .txtav-nav.top-bar .language2018 .language2018-list a.language2018-language {
    font-size: 0.925em;
  }
  .language2018 .language2018-list .language2018-language {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #25282a;
    padding: 0.25em 0.75em;
  }
  .language2018 .language2018-list .language2018-language:hover {
    color: #25282a;
  }
  .language2018 .language2018-list .language2018-language:last-child {
    border-right: 0;
  }
}
/*Career Page Styles*/
/*======================================*/
.career-masthead {
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: cover;
}

.career-masthead h1 {
  color: #fff;
  font-family: "Proxima N W01 Reg", sans-serif;
  text-align: center;
  margin-bottom: 0.5em;
}

.career-masthead p {
  text-align: center;
  color: #fff;
}

.career-featured {
  text-align: center;
  background: #0077c8;
  /*width: 100%;*/
  /*min-height: 520px;*/
}

/*.cf-left {
    background: no-repeat center bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display: block;
width: 50%;
float: left;
min-height: 520px;
height: 550px;
}*/
/*.cf-right {
      background: #1277bd;
 width: 50%;
 float: right;
height:550px;
 }*/
/*.cf-right-top {
    height: 50%;
min-height: 260px;
display: block;
width: 600px;
padding-top: 2.5%;
padding:1em 10%;
position:relative;
}

.cf-right-top h2 {
    color: #fff;
}

.cf-form input::-webkit-input-placeholder {
    font-style: italic;
}

.cf-form input:-moz-placeholder { 
    font-style: italic;
}

.cf-form input::-moz-placeholder { 
    font-style: italic;
}

.cf-form input:-ms-input-placeholder {
    font-style: italic;
}*/
.cf-form {
  padding: 4em 2em;
}

.cf-form h2 {
  font-family: "Proxima N W01 Reg", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 0.75em;
}

.cf-form select {
  width: 100%;
  max-width: 35em;
  margin: 0 0.5em 2em;
  background-color: #eee;
  color: #25282b;
  font-family: "Proxima N W01 Bold";
  text-transform: uppercase;
  font-size: 0.75em;
  float: none;
  clear: both;
}

/*.cf-right-top .medium-7.columns .medium-6.columns,
.cf-right-top .medium-12.columns {
    padding: 0px;
}*/
.cf-form .btn-light {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding: 0.75em 1.5em;
  letter-spacing: 0.175em;
  cursor: pointer;
}

.cf-form .btn-light:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #1277bd;
  transition: 0.5s;
}

@media (min-width: 40em) {
  .cf-form select {
    width: 45%;
  }
}
/*  JOB SEARCH INPUT  */
#careerJobSearchInput {
  max-width: 26rem;
  margin: 0 auto 1rem;
}

/*.cf-right-bottom {
        background: no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 50%;
        min-height: 260px;
        display: block;
    }*/
.cp-section h2 {
  margin-top: 2.5em;
}

.link-tiles-blue a {
  color: #fff;
  background: #1277BD;
  border: 2px solid #1277BD;
}

.link-tiles-blue a:after {
  display: none;
}

.link-tiles-blue a:hover {
  background: #fff;
  border: 2px solid #1277BD;
  color: #1277BD;
}

.link-tiles-blue a span {
  position: relative;
  top: 40%;
  display: block;
  text-align: center;
}

.cp-students {
  background: no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.cp-students a {
  color: #1277BD;
}

.cp-students a:hover {
  color: #D71F36;
}

.cp-military {
  background: no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.cp-hightlight .row {
  padding: 10.75em 0;
}

.cp-military .row h2 {
  color: #fff;
  padding-bottom: 1em;
}

.cp-military p {
  color: #fff;
}

.cp-military .row a {
  color: #1277BD;
}

.cp-military .row a:hover {
  color: #fff;
}

.cp-ending {
  padding: 8em 0;
}

.cp-ending a {
  color: #1277BD;
}

.cp-ending a:hover {
  color: #D71F36;
}

.cp-ending img {
  margin-bottom: 25px;
}

.cp-ending h4 {
  margin-bottom: 20px;
}

/*Career Page Slider Style*/
.career-slider {
  background: #25282a;
  display: block;
  text-align: center;
  color: #fff;
  padding: 75px 0;
}

.career-slider strong {
  font-size: 1.875em;
  font-weight: lighter;
  display: block;
  padding-bottom: 20px;
}

.career-slider p {
  font-size: 1em;
  font-weight: lighter;
}

.career-slider ol.flex-control-nav.flex-control-paging {
  width: 95%;
  bottom: -3.75em;
}

/*End Career Page Slider*/
/*Related Content Area*/
.related-content {
  width: 100%;
  float: left;
  padding: 3em 0 5em;
  background: url(../png/shading.png) repeat-x top center;
}

.related-content img {
  width: 100%;
  margin-bottom: 1.25em;
}

.related-content h2,
.related-content h3 {
  margin-bottom: 1em;
}

.related-content a {
  color: #1277BD;
  font-size: 0.75em;
  font-family: "Proxima N W01 Bold";
  text-transform: uppercase;
}

.related-content .btn:hover {
  color: #25282A;
}

@media only screen and (max-width: 40em) {
  .related-content {
    padding-bottom: 2em;
  }
  .related-content .promo {
    margin-bottom: 1em;
  }
}
/*End Related Content Area*/
/*Sidebar Promotional Module*/
.side-promo {
  background: #F5F5F5;
  margin: 0 0 2.25em 0;
  float: left;
  width: 100%;
}

.side-promo .content {
  float: left;
  width: 100%;
  padding: 1.125em 0.625em;
}

.side-promo p {
  margin: 0;
}

/*End Sidebar Promotional Module*/
.job-listing-component {
  background: #f5f5f5;
  padding-top: 3em;
  padding-bottom: 3em;
}

.job-listing-component .results-header h2 {
  margin-bottom: 1em;
}

.job-listing-component .pagination {
  height: auto;
  margin-left: 1em;
  margin-right: 1em;
}

/*======================================*/
/*End Career Page Styles*/
/*  FOOTER */
.brand-bar {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #d50032 0%, #d50032 50%, #1277bd 50%, #1277bd 100%);
  margin-bottom: 3em;
  clear: both;
}

footer {
  width: 100%;
  clear: both;
}

footer nav .footer-block a {
  display: block;
}

footer nav .footer-block a:hover {
  color: #1277bd;
}

footer nav .footer-block > span {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #25282a;
}

footer nav .footer-block > ul {
  list-style: outside none none;
  margin: 0.5em 0;
}

footer nav .footer-block > ul > li {
  margin-bottom: 0.666em;
}

footer nav .footer-block > ul > li > a {
  line-height: 1.125;
  font-size: 0.666em;
  color: #5f646a;
  text-transform: uppercase;
}

footer .follow {
  text-align: right;
}

footer .follow p {
  color: #25282a;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: block;
}

footer .follow a {
  color: #25282a;
  font-size: 1.5em;
  margin: 0 0.125em;
}

footer .follow a:hover {
  color: #1277bd;
}

footer .logo a {
  display: block;
  text-align: right;
  padding: 2em 0;
}

footer .logo a img {
  max-width: 14em;
}

footer .copyright {
  background: #F5F5F5;
  padding-top: 1em;
  padding-bottom: 1em;
}

footer .copyright p, footer .copyright .legal a {
  font-size: 0.625em;
  color: #25282a;
  margin: 0px;
  display: inline-block;
}

footer .copyright .legal {
  text-align: right;
}

footer .copyright .legal a {
  border-right: 1px solid #25282a;
  margin-right: 0.625em;
  padding-right: 1.25em;
  display: inline-block;
}

footer .copyright .legal a:last-child {
  border: 0px none;
  margin-right: 0px;
  padding-right: 0px;
}

/* One Trust Cookie Settings Button Config*/
footer #ot-sdk-btn.ot-sdk-show-settings {
  border: 0;
  padding: 0;
  font-size: 0.625rem;
  color: #25262a;
}

footer #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: transparent;
  color: #25262a;
}

/*Sidebar*/
aside {
  /*float: left;*/
  width: 100%;
  margin-bottom: 3em;
  /*margin-top:3em;*/
}
aside .component {
  /*float: left;*/
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}
aside .links .title {
  color: #25282A;
  font-family: "Proxima N W01 Bold";
  /*letter-spacing: .063em;*/
  margin-bottom: 1.5em;
}
aside .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside .links a {
  display: block;
  padding: 0.15em 0;
}
aside .links a.active {
  background: #F5F5F5;
  margin: 0 -0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
aside .links a:hover .title {
  color: #1277BD;
}
aside .twitter {
  margin-bottom: 2em;
}
aside select {
  width: 100%;
  border: none;
  margin: 0;
  /*float: right;*/
  margin-left: 0 !important;
  background: #F5F5F5 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center;
}
aside .search .search-input {
  width: 100%;
  margin: 0;
  /*padding: .625em;
  height: auto;*/
  border: none;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  box-shadow: none;
}
aside .search .search-input:focus {
  box-shadow: none;
  border: 1px solid #EBEBEB;
}
aside .search .search-submit {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  color: #76797D;
  background: #EBEBEB;
  border: none;
  height: 100%;
  width: 2em;
  font-size: 0.875em;
}
aside .search .search-submit:hover {
  background: #1277BD;
  color: #FFFFFF;
}

.media-gallery {
  /*margin-top:3em;*/
}
.media-gallery h4 {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ACACAC;
  /*float: left;*/
}
.media-gallery .category {
  /*clear: both;*/
  margin-bottom: 2em;
}
.media-gallery .category .sub-category {
  margin-bottom: 1em;
  /* &:nth-child(2n+1) {
       clear: left;
   }*/
}
.media-gallery .category .sub-category ul {
  list-style-type: none;
  margin: 0;
}
.media-gallery .category .sub-category h5 {
  font-family: "Proxima N W01 Bold";
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

.media-gallery-detail .tabs {
  margin-top: 5em;
}
.media-gallery-detail .tabs-content {
  border: 0;
}
.media-gallery-detail .tabs-content a {
  display: block;
}
.media-gallery-detail .tabs-content a p {
  line-height: 1em;
}
.media-gallery-detail #photos a div.thumb {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #F5F5F5;
  height: 150px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0.5em;
}
.media-gallery-detail #photos a:hover div.thumb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0.25em solid #1277BD;
}
.media-gallery-detail #broll .video {
  margin-bottom: 2em;
}

/*
@media only screen and (min-width: 40.063em) {
    .media-gallery .category .sub-category {
        &:nth-child(2n+1) {
            clear: none;
        }

        &:nth-child(3n+1) {
            clear: left;
        }
    }
}

@media only screen and (min-width: 64.063em) {
    .media-gallery .category .sub-category {
        &:nth-child(3n+1) {
            clear: none;
        }

        &:nth-child(4n+1) {
            clear: left;
        }
    }
}
*/
.tabs {
  border: 0;
}
.tabs .tabs-title a {
  padding-top: 0.666em;
  padding-bottom: 0.666em;
  border: 0.25em solid #F5F5F5;
  background-color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.063em;
  color: #222;
  font-size: 1rem;
}
.tabs .tabs-title.is-active a {
  background-color: #F5F5F5;
}

/* Filters
------------------------------------------- */
.filters {
  font-size: 1em;
  z-index: 10;
  padding: 0 !important;
  width: 100%;
  float: left;
  background: #25282A;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.filters section {
  overflow: hidden;
  padding: 0.5em 1.5em;
  position: relative;
  /*********** Baseline, reset styles ***********/
  /* Removes default focus */
  /******** Chrome, Safari, Opera and Edge Chromium styles ********/
  /* slider track */
  /* slider thumb */
  /*********** Firefox styles ***********/
  /* slider track */
  /* slider thumb */
  /*
  .slider {
      margin: 0 5px;
      height: 7px !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: $color-rolling-stone !important;

      .ui-slider-handle {
          width: 14px;
          height: 14px;
          border: 0 none !important;
          border-radius: 50% !important;
          cursor: ew-resize;
          outline: none;
      }

      .ui-slider-range {
          background: $color-cessna-blue !important;
      }
  }
  */
}
.filters section.filter {
  /*float: left;*/
  margin-bottom: 0.25em;
}
.filters section.padding-bottom {
  padding-bottom: 1em;
}
.filters section.padding-top {
  padding-top: 1em;
}
.filters section.selected-aircraft {
  background-color: #000000;
}
.filters section.selected-aircraft ul {
  margin: 0;
  list-style-type: none;
}
.filters section.selected-aircraft ul li button {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 1em;
  color: #1277BD;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}
.filters section.selected-aircraft ul li button:hover {
  color: #FFFFFF;
}
.filters section.selected-aircraft ul li button span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1rem);
}
.filters section.selected-aircraft ul li button i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*position: absolute;
  right: -1rem;
  top: .125em;*/
}
.filters section.selected-aircraft a.btn-dark {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.filters section.selected-aircraft a.btn-dark i {
  flex: 0 1 1.25rem;
  line-height: 1.563em;
}
.filters section.selected-aircraft a.btn-dark span {
  flex: 0 1 calc(100% - 1.25rem);
}
.filters section h5 {
  font-size: 0.666em;
  letter-spacing: 0.03em;
  color: #76797D;
  margin: 0 0 0.5em 0;
  /*float: left;*/
  width: 100%;
}
.filters section .filter-label {
  overflow: hidden;
}
.filters section input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.filters section input[type=range]:focus {
  outline: none;
}
.filters section input[type=range]::-webkit-slider-runnable-track {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  height: 0.25rem;
}
.filters section input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -6px; /* Centers thumb on the track */
  background-color: #1277BD;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}
.filters section input[type=range]:focus::-webkit-slider-thumb {
  outline: 2px solid #FFFFFF;
  /*outline-offset: 0.125rem;*/
}
.filters section input[type=range]::-moz-range-track {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  height: 0.25rem;
}
.filters section input[type=range]::-moz-range-thumb {
  background-color: #1277BD;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}
.filters section input[type=range]:focus::-moz-range-thumb {
  outline: 2px solid #FFFFFF;
  /*outline-offset: 0.125rem;*/
}
.filters .top {
  background: #000000;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
.filters .top h4 {
  /*float: left;*/
  margin: 0;
  width: calc(100% - 1.25rem);
  padding-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.filters .top button {
  cursor: pointer;
  /*float: right;*/
  display: inline-block;
  /*width: 20%;*/
  text-align: center;
  font-size: 1em;
  color: #1277BD;
  vertical-align: middle;
  line-height: 1.4;
}
.filters .top button:focus, .filters .top button:visited {
  color: #1277BD;
}
.filters .top button:hover {
  color: #FFFFFF;
}
.filters .top button i {
  font-size: 1em;
}
.filters input[type=checkbox] {
  margin: 0;
}
.filters label {
  color: #ACACAC;
  font-size: 13px;
}
.filters label span, .filters label input {
  vertical-align: middle;
}
.filters h4 {
  color: #FFFFFF;
}
.filters form {
  margin: 0;
}
.filters .value {
  position: absolute;
  top: 5px;
  right: 26px;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "Proxima N W01 Reg";
}
.filters .slide {
  width: 100%;
  float: left;
  background: #ACACAC;
  height: 0.5em;
  margin-top: 0.25em;
}
.filters .btn-dark {
  margin: 1em 0 0;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .filters {
    position: relative !important;
  }
}
@media only screen and (min-width: 40.01em) {
  .filters {
    -webkit-transition: margin-top ease 0.2s;
    -moz-transition: margin-top ease 0.2s;
    -o-transition: margin-top ease 0.2s;
    transition: margin-top ease 0.2s;
    margin-top: 3.25em;
    /*.top {
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s;
        max-height: 100px;
        overflow: hidden;

        .is-sticky & {
            max-height: 0;
            padding-top: 0;
            padding-bottom: 0;
        }
    }*/
  }
  .is-sticky .filters {
    margin-top: 0;
  }
}
/* Model Listing
------------------------------------------- */
.results-header {
  /*float: left;*/
  width: 100%;
}
.results-header h2 {
  font-family: "Proxima N W01 Reg";
  /*float: left;*/
}
.results-header .options {
  float: right;
}
.results-header .options i,
.results-header .options span {
  vertical-align: middle;
}
.results-header .options a {
  padding: 0.75em 0 0.5em 1em;
  float: left;
}
.results-header .options span {
  padding-left: 6px;
}

.filter-page {
  background: #F5F5F5;
  float: left;
  width: 100%;
  padding: 2em 0 3em;
}
.filter-page .no-results {
  margin-top: 3em;
}
.filter-page .no-results h2,
.filter-page .no-results p {
  text-align: center;
}
.filter-page .product-listing.expanded .model ul {
  max-height: 300px;
  margin: 0 0 2em 0;
}
.filter-page .product-listing.expanded .model ul li span {
  max-width: 600px;
}
.filter-page .product-listing .model .model-inner {
  overflow: hidden;
  padding: 1em;
  background: #FFFFFF;
  margin-bottom: 1.6em;
  border-top: 2px solid #76797D;
  -webkit-transition: box-shadow ease 0.2s;
  -moz-transition: box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
}
.filter-page .product-listing .model .model-inner.highlight {
  box-shadow: 0 0 5px #76797D;
}
.filter-page .product-listing .model .model-inner.cessna {
  border-top-color: #1277BD;
}
.filter-page .product-listing .model .model-inner.cessna.highlight {
  box-shadow: 0 0 5px #1277BD;
}
.filter-page .product-listing .model .model-inner.beechcraft {
  border-top-color: #D71F36;
}
.filter-page .product-listing .model .model-inner.beechcraft.highlight {
  box-shadow: 0 0 5px #D71F36;
}
.filter-page .product-listing .model .model-inner.beechcraft .more .btn-light-small {
  color: #D71F36;
}
.filter-page .product-listing .model .model-inner.beechcraft .more .btn-light-small:hover {
  background: #D71F36;
  color: #FFFFFF;
}
.filter-page .product-listing .model h3 {
  /*white-space: nowrap;*/
  border-bottom: 1px solid #EBEBEB;
  font-family: "Proxima N W01 Reg";
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.filter-page .product-listing .model img {
  /*width: 100%;*/
  height: auto;
  margin: 0 auto 1em;
  display: block;
}
.filter-page .product-listing .model ul {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
}
.filter-page .product-listing .model ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
}
.filter-page .product-listing .model ul li h5 {
  white-space: nowrap;
  font-family: "Proxima N W01 Bold";
  margin: 1em 0 0 0;
}
.filter-page .product-listing .model ul li span {
  -webkit-transition: max-width 0.3s ease;
  -moz-transition: max-width 0.3s ease;
  -o-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
  white-space: nowrap;
  background: #969696 url(../png/spec-bg-gray.png) repeat-y left;
  color: #FFFFFF;
  padding: 0.125em 0.5em;
  font-size: 0.75em;
  float: left;
  overflow: hidden;
  max-width: 0;
}
.filter-page .product-listing .model .more {
  padding: 1em 0 0 0;
  float: left;
  width: 100%;
  border-top: 1px solid #EBEBEB;
}
.filter-page .product-listing .model .more .selector {
  float: left;
}
.filter-page .product-listing .model .more .selector input,
.filter-page .product-listing .model .more .selector span {
  vertical-align: middle;
  margin: 0;
}
.filter-page .product-listing .model .more .btn-light-small {
  float: right;
}

/*  COMPARATOR LISTING ANIMATIONS */
.aircraft-card-enter {
  opacity: 0;
  transform: scale(0);
}

.aircraft-card-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: 50% 50%;
}

.aircraft-card-enter-done {
  opacity: 1;
  transform: scale(1);
}

.aircraft-card-exit {
  opacity: 1;
  transform: scale(1);
}

.aircraft-card-exit-active {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: 50% 50%;
}

.aircraft-card-exit-done {
  opacity: 0;
  transform: scale(0);
}

.comparator {
  /*float: left;*/
  width: 100%;
  overflow-x: auto;
}
.comparator .white {
  background: #FFFFFF;
}
.comparator .unit-control {
  text-align: left;
  padding: 0 2rem;
}
.comparator .unit-control input {
  margin-right: 0.25rem;
}
.comparator .unit-control label {
  display: block;
}
.comparator .nowrap {
  white-space: nowrap;
}
.comparator table {
  width: 100%;
}
.comparator table th {
  padding: 0;
  vertical-align: middle;
  text-align: left;
}
.comparator table th h4 {
  padding-top: 1em;
  text-align: left;
}
.comparator table th .buttons {
  padding: 1em 0;
  text-align: left;
}
.comparator table th .buttons a {
  font-size: 0.9em;
  margin-right: 1em;
}
.comparator table tr.even td.spec, .comparator table tr.alt td.spec, .comparator table tr:nth-of-type(even) td.spec {
  background-color: #F5F5F5;
}
.comparator table tr td.spec {
  padding-left: 2em;
  background-color: #FAFAFA;
}
.comparator table tr td.spec.section {
  padding-left: 1em;
  font-family: "Proxima N W01 Bold";
  font-size: 1.1em;
  background: #EEE;
  background: linear-gradient(to right, #EEE, #FFF);
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

:root {
  --open-duration: 0.5s;
}

.filter-page,
.job-listing-component {
  /*  ACCORDION STYLE  */
  /*  JOB LISTING  */
}
.filter-page .accordion-panel,
.job-listing-component .accordion-panel {
  display: grid;
  grid-template-rows: min-content 0fr;
  transition: grid-template-rows var(--open-duration);
  margin-bottom: 1rem;
  background: #ffffff;
}
.filter-page .accordion-panel .accordion-btn,
.job-listing-component .accordion-panel .accordion-btn {
  padding: 0.5rem 0.5rem;
  display: block;
  position: relative;
  cursor: pointer;
  outline: transparent;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 0;
}
.filter-page .accordion-panel:hover,
.filter-page .accordion-panel:focus-within,
.job-listing-component .accordion-panel:hover,
.job-listing-component .accordion-panel:focus-within {
  box-shadow: 0 0 0 1px #0077c8;
}
.filter-page .accordion-panel:has([aria-expanded=true]) .accordion-btn:after,
.filter-page .accordion-panel:has(.accordion-content:focus-within) .accordion-btn:after,
.job-listing-component .accordion-panel:has([aria-expanded=true]) .accordion-btn:after,
.job-listing-component .accordion-panel:has(.accordion-content:focus-within) .accordion-btn:after {
  transform: rotate(180deg);
}
.filter-page .accordion-panel .accordion-btn:after,
.job-listing-component .accordion-panel .accordion-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 6"><polyline style="fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;" points=".5 .5 5.5 5.5 10.5 .5"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  width: 0.75rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: 0.25s transform ease;
}
.filter-page .accordion-panel .accordion-content,
.job-listing-component .accordion-panel .accordion-content {
  border-top: none;
  margin: 0;
  padding: 0 0.5rem;
  border-top: none;
  display: grid;
  overflow: hidden;
  transition: margin var(--open-duration) linear, padding var(--open-duration) linear;
  /*max-height: 200px;*/ /*show scrollbars*/
}
.filter-page .accordion-panel .accordion-content::-webkit-scrollbar,
.job-listing-component .accordion-panel .accordion-content::-webkit-scrollbar {
  width: 14px;
}
.filter-page .accordion-panel .accordion-content::-webkit-scrollbar-track,
.job-listing-component .accordion-panel .accordion-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #f5f5f5;
}
.filter-page .accordion-panel .accordion-content::-webkit-scrollbar-thumb,
.job-listing-component .accordion-panel .accordion-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
@keyframes show-scroll {
  0% {
    overflow-y: hidden;
  }
  0.2% {
    overflow-y: auto;
  }
  to {
    overflow-y: auto;
  }
}
.filter-page .accordion-panel.content:focus,
.job-listing-component .accordion-panel.content:focus {
  outline: none;
}
.filter-page .accordion-panel:has([aria-expanded=true]),
.filter-page .accordion-panel:has(.accordion-content:focus-within),
.job-listing-component .accordion-panel:has([aria-expanded=true]),
.job-listing-component .accordion-panel:has(.accordion-content:focus-within) {
  grid-template-rows: min-content 1fr;
}
.filter-page .accordion-panel:has([aria-expanded=true]) .accordion-content,
.filter-page .accordion-panel:has(.accordion-content:focus-within) .accordion-content,
.job-listing-component .accordion-panel:has([aria-expanded=true]) .accordion-content,
.job-listing-component .accordion-panel:has(.accordion-content:focus-within) .accordion-content {
  margin: 0;
  padding: 0.5rem 0.5rem 1rem;
  animation-duration: calc(2000 * var(--open-duration));
  animation-name: show-scroll;
  overflow-y: auto;
}
@media (prefers-reduced-motion) {
  .filter-page :root,
  .job-listing-component :root {
    --open-duration: 0s;
  }
  .filter-page .accordion-panel:has([aria-expanded=true]) .accordion-content,
  .filter-page .accordion-panel:has(.accordion-content:focus-within) .accordion-content,
  .job-listing-component .accordion-panel:has([aria-expanded=true]) .accordion-content,
  .job-listing-component .accordion-panel:has(.accordion-content:focus-within) .accordion-content {
    overflow-y: auto;
  }
  .filter-page .accordion-panel .accordion-btn:before,
  .job-listing-component .accordion-panel .accordion-btn:before {
    transition: none;
  }
}
.filter-page .active-filters,
.job-listing-component .active-filters {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.filter-page .active-filters button,
.job-listing-component .active-filters button {
  flex: 0 1 auto;
  margin-bottom: 0.25rem;
  background: #0077c8;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  font-size: 0.75rem;
  padding: 0.125rem 0.25rem;
}
.filter-page .active-filters button:after,
.job-listing-component .active-filters button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><polyline style="fill: none;stroke: %23fff;stroke-linecap: round;stroke-linejoin: round;" points="10.5 .5 5.5 5.5 .5 .5"/><polyline style="fill: none;stroke: %23fff;stroke-linecap: round;stroke-linejoin: round;" points=".5 10.5 5.5 5.5 10.5 10.5"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.25rem;
  width: 0.5rem;
  height: 1rem;
}
.filter-page .job,
.job-listing-component .job {
  /*
  .inner {
      margin-bottom: 1em;

      .title {
          -moz-transition: all .15s ease;
          -o-transition: all .15s ease;
          -webkit-transition: all .15s ease;
          transition: all .15s ease;
          cursor: pointer;
          background: #FFF;
          display: block;
          position: relative;
          padding: 1em;

          span.date {
              position: absolute;
              top: 1em;
              right: 1em;
              color: #444;
              font-size: 12px;
          }

          .icon {
              position: absolute;
              right: 50%;
              bottom: .5em;
              display: none;
              color: #FFF;
          }

          .apply {
              display: none;
              position: absolute;
              right: 1em;
              bottom: 1em;

              a {
                  background: $color-cessna-blue;
                  color: #FFF;
                  border: 2px solid #FFF;

                  &:hover {
                      background: #FFF;
                      color: $color-cessna-blue;
                  }
              }
          }

          &:hover {
              color: #FFF;
              background-color: $color-cessna-blue;

              .icon, .apply {
                  display: block;
              }

              span.date {
                  color: #FFF;
              }
          }
      }

      .details {
          display: none;
          padding: 1em;
          background: #FFF;
      }

      &.open {
          .details {
              display: block;
              border: 5px solid $color-cessna-blue;
              border-top: 0 none;
          }

          .title {
              color: #FFF;
              background-color: $color-cessna-blue;

              .icon, .apply {
                  display: block;
              }

              span.date {
                  color: #FFF;
              }
          }
      }
      }*/
}
.filter-page .job .title,
.job-listing-component .job .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: 1rem 4rem 1rem 1rem;
}
.filter-page .job .title .title-name,
.job-listing-component .job .title .title-name {
  flex: 0 1 100%;
  font-size: 1.125rem;
}
.filter-page .job .title .title-info,
.job-listing-component .job .title .title-info {
  flex: 0 1 calc(30% - 1rem);
  margin-bottom: 0.5rem;
  font-size: 0.925em;
}
.filter-page .job .title .title-info h4,
.job-listing-component .job .title .title-info h4 {
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.filter-page .job .title .title-apply,
.job-listing-component .job .title .title-apply {
  flex: 0 1 calc(50% - 1rem);
  margin-bottom: 0.5rem;
  font-size: 0.925em;
}
.filter-page .job .title .title-apply h4,
.job-listing-component .job .title .title-apply h4 {
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.filter-page .job .title .title-apply ul > li,
.job-listing-component .job .title .title-apply ul > li {
  line-height: 1;
}
.filter-page .job .title .apply,
.job-listing-component .job .title .apply {
  flex: 0 1 auto;
}
.filter-page .job.accordion-panel .details.accordion-content,
.job-listing-component .job.accordion-panel .details.accordion-content {
  padding: 0 1rem;
}
.filter-page .job.accordion-panel:has([aria-expanded=true]) .details.accordion-content, .filter-page .job.accordion-panel:has(.details.accordion-content:focus-within) .details.accordion-content,
.job-listing-component .job.accordion-panel:has([aria-expanded=true]) .details.accordion-content,
.job-listing-component .job.accordion-panel:has(.details.accordion-content:focus-within) .details.accordion-content {
  padding: 0.5rem 1rem 1rem;
}

@media only screen and (max-width: 40em) {
  .filter-page .job .title .title-info,
  .job-listing-component .job .title .title-info {
    flex: 0 1 100%;
  }
  .filter-page .job .title .title-apply,
  .job-listing-component .job .title .title-apply {
    flex: 0 1 100%;
  }
}
.filters .checkbox-group {
  line-height: 1;
  margin-bottom: 0.25rem;
}

.filters .checkbox-group label {
  color: #000;
  font-size: 0.925rem;
  width: calc(100% - 1rem);
  vertical-align: top;
  line-height: 1;
}

.filters .checkbox-group input {
  vertical-align: top;
}

#careersJobListingApp input {
  margin-bottom: 0;
}

#careersJobListingApp .filter .accordion-panel {
  margin-bottom: 0;
}

#careersJobListingApp .filter:last-child .accordion-panel {
  margin-bottom: 1rem;
}

#careersJobListingApp .filters .top {
  margin-bottom: 1rem;
}

#GmapInstance {
  height: 750px;
}

.map-wrapper {
  border-top: 0.25em solid #1277bd;
  position: relative;
  overflow: hidden;
}
.map-wrapper img {
  max-width: none !important;
}

/*.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: initial;
}*/
/* Toggle indicators */
.toggleIconOpen, .toggleIconClosed {
  top: auto !important;
  display: inline-block;
}
.results-wrapper .toggleIconOpen, .results-wrapper .toggleIconClosed {
  top: -3px !important;
}
.service-filter .toggleIconOpen, .service-filter .toggleIconClosed {
  top: 4px !important;
}

/* Map options */
.map-options {
  position: absolute;
  top: 0;
  left: 1em;
  width: 100%;
  height: 0;
  /*.full-width {
      width: 100% !important;
      margin: 0 !important;
  }*/
}
.map-options .title {
  background-color: #000000;
}
.map-options .title h2 {
  font-weight: bold;
  color: #ffffff;
  /*line-height: 18px;
  float: left;*/
  font-size: 1.25em;
  width: 90%;
  margin: 0;
  padding: 0.5em 0;
  display: inline-block;
  vertical-align: middle;
}
.map-options .service-filter {
  display: inline-block;
  position: absolute;
  top: 20px;
  width: 300px;
  background-color: #25282a;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}
.map-options .service-filter .collapsePanelContent {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.map-options .service-filter .collapsePanelContent .cell {
  margin-bottom: 0.333em;
}
.map-options .service-filter .collapsePanelContent .cell:nth-child(3), .map-options .service-filter .collapsePanelContent .cell:last-child {
  margin-bottom: 0.333em;
}
.map-options .service-filter select {
  /*height: auto !important;
  padding: .2em .5em !important;*/
  width: 100%;
  margin: 0 !important;
  float: none;
  padding: 0.5em;
  font-size: 0.875em;
  height: auto;
}
.map-options .service-filter select[disabled] {
  background-color: #777;
  cursor: not-allowed;
}
.map-options .service-filter label {
  /*margin-bottom: -3px;*/
  color: #acacac;
  font-size: 0.875em;
  white-space: nowrap;
  margin-bottom: 0.25em;
  display: block;
}
.map-options .service-filter .search {
  /*margin-top: 15px;
  margin-bottom: 15px;*/
  width: 100%;
  cursor: pointer;
  padding: 0.333em;
  margin-top: 0.5em;
}
.map-options .service-filter .search[disabled] {
  background: #666;
  border: 2px solid #999 !important;
  color: #AAA !important;
  cursor: not-allowed;
}
.map-options .tip {
  color: #fff;
  font-size: 0.925em;
  margin-top: 0.125em;
}
.map-options .additional-info {
  overflow: hidden;
  margin-top: 5px;
  line-height: 10px;
  color: #acacac;
  font-size: 10px;
  float: left;
}

/* Info box */
.infoBox {
  width: 300px !important;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}
.infoBox > img {
  position: absolute !important;
  top: -13px;
  right: -13px;
}
.infoBox .infoBoxHead, .infoBox .infoBoxBody {
  background-color: #fff !important;
}
.infoBox .infoBoxHead {
  padding: 1em;
}
.infoBox .infoBoxBody {
  padding: 0 1em 1em 1em;
}
.infoBox .infoBoxBody a {
  display: block;
  margin: 1em 0;
}
.infoBox .infoBoxAddress {
  padding-bottom: 0.4em;
}
.infoBox .infoBoxImage img {
  width: 300px;
}
.infoBox .infoBoxDetails {
  overflow: hidden;
  display: none;
  padding: 1em;
  background-color: #FFF;
  box-shadow: inset 1px 4px 9px -6px #000;
}

/* Legend */
.GmapLegend {
  background: white;
  padding: 10px;
  margin-left: 20px;
  width: 300px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}
.GmapLegend .iconServCenter,
.GmapLegend .iconServFacility {
  position: relative;
  line-height: 15px;
  height: 30px;
  padding-left: 35px;
  margin-right: 5px;
}
.GmapLegend .iconServCenter {
  background: url("../png/icon-map-cit-serv-center.png") no-repeat;
  margin-bottom: 10px;
}
.GmapLegend .iconServFacility {
  background: url("../png/icon-map-auth-serv-center.png") 0px 0px no-repeat;
}
.GmapLegend .company-owned-center, .GmapLegend .authed-center {
  right: 0;
  position: absolute;
  top: 5px;
}

/* Result group */
.results-wrapper {
  background-color: #25282a;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  width: inherit;
}
.results-wrapper h4, .results-wrapper h5 {
  color: #fff;
}
.results-wrapper h4 {
  display: inline;
}
.results-wrapper .result-group:hover {
  color: #fff;
}

/*SNIPPETS*/
.j-img-cap-right {
  float: right;
  width: 60%;
  margin: 0 0 1em 1em;
  padding: 0 0 0.5em 0.5em;
  text-align: left;
}

.j-img-cap-left {
  float: left;
  width: 60%;
  margin: 0 1em 1em 0;
  padding: 0 0.5em 0.5em 0;
  text-align: left;
}

.j-img-cap-full {
  width: 100%;
  margin: 1.75em 0;
  text-align: left;
}

.j-img-cap-right p, .j-img-cap-left p, .j-img-cap-full p {
  margin-bottom: 0;
  font-size: 0.825em;
  color: #55585a;
}

.j-img-cap-right img, .j-img-cap-left img, .j-img-cap-full img {
  width: 100%;
  height: auto;
}

.j-heading {
  text-transform: uppercase;
  font-family: "Proxima N W01 Thin Reg", sans-serif;
}

.j-subheading {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1em;
}

.j-blockquote {
  clear: both;
  border: none;
  border-top: 1px solid #95989a;
  border-bottom: 1px solid #95989a;
  text-align: center;
  color: #55585a;
  padding: 1.75em;
  margin: 1.75em 0;
  font-size: 1.333em;
}

.j-blockquote cite {
  text-align: right;
  margin-top: 1em;
}

.j-ol {
  clear: both;
  text-align: left;
  list-style-type: none;
  list-style-position: outside;
  counter-reset: j-counter;
  margin: 1em;
}

.j-ol li {
  font-size: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 2em;
  position: relative;
}

.j-ol li:before {
  content: counter(j-counter);
  counter-increment: j-counter;
  font-family: "Proxima N W01 Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.666em;
  line-height: 1.3;
}

@media only screen and (max-width: 40em) {
  .j-img-cap-right, .j-img-cap-left {
    width: 100%;
    margin: 1em 0;
    padding: 0;
  }
  .j-ol li {
    font-size: 1em;
  }
  .j-ol li:before {
    font-size: 1.25em;
  }
}
/*  LOGBOOK ICONS  */
@font-face {
  font-family: "logbook";
  src: url("../eot/logbook2bba.eot");
  src: url("../eot/logbookd41d.eot#iefix-vrv4l7") format("embedded-opentype"), url("../ttf/logbook2bba.ttf") format("truetype"), url("../woff/logbook2bba.woff") format("woff"), url("../svg/logbook2bba.svg#logbook") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-logbook-], [class*=" icon-logbook-"] {
  font-family: "logbook";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logbook-search:before {
  content: "\e605";
}

.icon-logbook-adventure:before {
  content: "\e600";
}

.icon-logbook-business:before {
  content: "\e601";
}

.icon-logbook-learn-to-fly:before {
  content: "\e602";
}

.icon-logbook-ownership:before {
  content: "\e603";
}

.icon-logbook-popular:before {
  content: "\e604";
}

/* GLOBAL */
.page-title {
  padding: 3em 0 0;
}

/* LOGBOOK NAV  */
.logbook-title {
  margin: 1em 1em 0 1em;
  text-transform: uppercase;
}

.logbook-track-icons {
  list-style: outside none none;
  margin: 1.5em 0;
  text-align: center;
}

.logbook-track-icons li {
  display: inline-block;
  margin-right: 5%;
}

.logbook-track-icons li a {
  color: #b3b3b3;
  outline: none;
  text-decoration: none;
}

.logbook-track-icons li a:hover, .logbook-track-icons li a:focus, .logbook-track-icons li a.active {
  color: #263746;
}

.logbook-track-icons li a span {
  display: block;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  margin: 0.25em 0;
  font-family: "Proxima N W01 Thin Reg", sans-serif;
}

.logbook-track-icons li a i {
  display: block;
  text-align: center;
}

.logbook-search {
  margin: 2.75em 0;
  text-align: center;
}

.logbook-search label {
  font-size: 2.5em;
  color: #b3b3b3;
  margin-right: 0.25em;
}

.logbook-search label a, .logbook-search label a:focus {
  color: #b3b3b3;
}

.logbook-search label a:hover {
  color: #263746;
  background: transparent;
}

.logbook-search input, .logbook-search input:focus {
  display: inline-block;
  font-size: 1.75em;
  height: 1.75em;
  border: none;
  border-left: 1px solid #b3b3b3;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  background: transparent;
  font-family: "Proxima N W01 Thin Reg", sans-serif;
}

.logbook-search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #b3b3b3;
}

.logbook-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
  opacity: 1;
}

.logbook-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b3b3b3;
  opacity: 1;
}

.logbook-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b3b3b3;
}

@media only screen and (max-width: 40em) {
  .logbook-search input, .logbook-search input:focus {
    width: 83%;
  }
  .logbook-track-icons li a i {
    font-size: 3.5em;
  }
  .logbook-search {
    margin: 0.75em 0;
  }
  .logbook-track-icons li {
    margin-right: 3%;
  }
}
@media only screen and (min-width: 40.063em) {
  .logbook-search input, .logbook-search input:focus {
    width: auto;
  }
  .logbook-search {
    margin: 1em 0;
  }
  .logbook-track-icons li a i {
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 64.063em) {
  .logbook-search input, .logbook-search input:focus {
    width: 80%;
  }
  .logbook-search {
    margin: 2.25em 0;
  }
  .logbook-track-icons li a i {
    font-size: 4em;
  }
  .logbook-track-icons li {
    margin-right: 5%;
  }
}
/*  LOGBOOK GRID  */
.logbook-grid-summary {
  float: left;
  line-height: 2.3125rem;
}
.logbook-grid-summary .logbook-filter {
  display: inline-block;
  padding: 0.2em;
}

.logbook-grid {
  padding-top: 1em;
  background: #e3e3e3;
  clear: both;
  float: none;
}

.logbook-filters {
  margin-bottom: 1em;
  text-align: right;
}

.logbook-filters select {
  display: inline-block;
  float: none;
  clear: both;
}

.logbook-item {
  background: #fff;
  padding: 0.5em;
}

.logbook-item h4 {
  font-size: 1em;
  color: #25282a;
  text-transform: uppercase;
  margin: 0.5em 0;
}

.logbook-item p {
  font-size: 0.75em;
  color: #25282a;
  margin: 0.5em 0;
}

.logbook-item .logbook-item-thumb {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 15em;
}

.logbook-read-more {
  color: #1277bd;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 0.333em 0.5em;
  display: block;
}

.logbook-read-more:hover {
  color: #1277bd;
  font-weight: bold;
}

.logbook-cat-icons {
  list-style: outside none none;
  margin: 0.5em 0 0 0;
  height: 2.5em;
  clear: both;
}

.logbook-cat-icons li {
  display: inline;
  margin-right: 0.25em;
  vertical-align: top;
}

.logbook-cat-icons li a {
  font-size: 1.5em;
  color: #263746;
}

.logbook-cat-icons li a:hover {
  font-size: 1.75em;
  background: transparent;
}

.load-more {
  margin: 2em 0;
  text-align: center;
}

/*  LOGBOOK DETAIL PAGE  */
.contact-sales {
  width: 100%;
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.contact-sales span {
  font-size: 0.666em;
}

.logbook-detail-content {
  background: #fff;
  /*padding: 1em;*/
  color: #25282a;
}

.logbook-detail-content h2 {
  clear: both;
  color: #25282a;
  text-transform: uppercase;
  padding: 0.5em 0;
  font-family: "Proxima N W01 Reg", sans-serif;
}

.logbook-content-wrapper {
  padding-left: 2em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 1em;
}

.logbook-detail-content h3 {
  text-transform: uppercase;
  font-family: "Proxima N W01 Thin Reg", sans-serif;
}

.logbook-detail-content img {
  width: 100%;
  margin-bottom: 0.5em;
}

.logbook-detail-content .logbook-cat-icons {
  float: left;
  width: 50%;
}

.logbook-detail-sidebar {
  margin-top: 1.666em;
}

.logbook-detail-sidebar .logbook-item {
  border-top: 1px solid #e3e3e3;
  padding: 0.5em 0;
}

.logbook-detail-sidebar .logbook-item p {
  margin: 0;
}

.logbook-detail-sidebar .logbook-item-thumb {
  height: 9.5em;
}

.logbook-detail-sidebar h3 {
  text-transform: uppercase;
  text-align: left;
}

.logbook-detail-sidebar ul {
  list-style: outside none none;
  margin: 0;
}

.logbook-social, .logbook-campaign-header .social, .logbook-detail-content .social {
  float: right;
  width: 50%;
  text-align: right;
  margin: 0.333em 0 0 0;
}
.logbook-social a, .logbook-campaign-header .social a, .logbook-detail-content .social a {
  font-size: 0.875em;
}

a.back-link {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 0.75em;
}

a.back-link:hover {
  background: transparent;
  color: #263746;
}

/*  LOGBOOK VIDEO PAGE  */
.video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.vjs-fullscreen {
    padding-top: 0px;
}*/
.video-content {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.vjs-modal-dialog.vjs-player-info-modal h2 {
  color: #ffffff;
}

.vjs-modal-dialog.vjs-player-info-modal table.vjs-two td,
.vjs-modal-dialog.vjs-player-info-modal table.vjs-two th {
  background: #000;
}

.video-js:hover .vjs-big-play-button:active,
.video-js:hover .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background-color: rgb(38, 38, 38);
}

.video-js .vjs-play-control:hover,
.video-js .vjs-mute-control:hover,
.video-js .vjs-picture-in-picture-control:hover,
.video-js .vjs-fullscreen-control:hover {
  background-color: rgb(60, 60, 60);
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: rgb(60, 60, 60);
}

/*
    .vjs-big-play-button {
    height: 100px !important;
    width: 100px !important;
    margin-left: -50px;
    margin-top: -50px;
    top: 50% !important;
    left: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.vjs-big-play-button:before { 
    font-size: 80px !important;
    line-height: 0 !important;
    margin-top: 45px !important;
    margin-left: 18px !important;
}
*/
.video-download {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
}

.video-download:hover {
  background: transparent;
  color: #25282a;
}

/*  LOGBOOK CAMPAIGN PAGE  */
.logbook-campaign-header h2 {
  margin: 1em 0;
  text-transform: uppercase;
}

.logbook-campaign-banner {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 20em;
}

.logbook-campaign-header .logbook-cat-icons {
  float: left;
  width: 50%;
}

.logbook-campaign-header .logbook-social, .logbook-detail-content .social {
  width: 50%;
  margin: 0.333em 0 0 0;
}

.logbook-campaign-section, .logbook-campaign-title {
  clear: both;
}

.logbook-campaign-sidebar {
  margin: 2em 0;
}

.logbook-campaign-sidebar h4 {
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #25282a;
}

.logbook-campaign-sidebar ul {
  list-style: outside none none;
  margin: 0.5em 0;
  font-size: 0.875em;
}

.logbook-campaign-sidebar ul li {
  color: #25282a;
}

.logbook-campaign-sidebar ul li a:hover {
  color: #25282a;
  background: transparent;
}

.logbook-campaign-list {
  list-style: outside none none;
  margin: 2em 0;
  border-top: 1px solid #e3e3e3;
}

.logbook-campaign-list li {
  line-height: 0;
}

.logbook-campaign-item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.logbook-campaign-content {
  float: left;
  padding: 1em;
}

.logbook-campaign-item h4 {
  font-size: 1em;
  color: #25282a;
  text-transform: uppercase;
  margin: 0.5em 0;
}

.logbook-item p {
  font-size: 0.75em;
  color: #25282a;
  margin: 0.5em 0;
}

.logbook-campaign-item .logbook-item-thumb {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 15em;
}

@media only screen and (max-width: 40em) {
  .logbook-campaign-content, .logbook-campaign-item .logbook-item-thumb {
    width: 100%;
  }
  .logbook-campaign-list li {
    line-height: 1.25;
  }
}
@media only screen and (min-width: 40.063em) {
  .logbook-campaign-content, .logbook-campaign-item .logbook-item-thumb {
    width: 50%;
  }
  .logbook-campaign-list li {
    line-height: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .logbook-campaign-content, .logbook-campaign-item .logbook-item-thumb {
    width: 50%;
  }
  .logbook-campaign-list li {
    line-height: 0;
  }
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  background: transparent;
  font-size: 1.75em;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", Arial, sans-serif;
}

.ba-info {
  background: #25282a;
  z-index: 2;
}

.ba-title {
  padding: 1em;
  background: #000;
}

.ba-title h2, .ba-title h5 {
  color: #fff;
  line-height: 1;
}

.ba-info ul {
  list-style: outside none none;
}

.ba-info ul li {
  margin: 0.5em 0;
}

.ba-info ul li a {
  font-family: "Proxima N W01 Reg", Arial, sans-serif;
  color: #76797d;
}

.ba-info ul li a:hover, .ba-info ul li a:focus {
  color: #1277bd;
  background: transparent;
}

.ba-content {
  position: relative;
}

.ba-slide-out {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: opacity 0.5s, left 1s;
  -moz-transition: opacity 0.5s, left 1s;
  -o-transition: opacity 0.5s, left 1s;
  transition: opacity 0.5s, left 1s;
  width: 75%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  box-shadow: 5px 0 15px -10px #000;
}

.ba-slide-out.active {
  opacity: 1;
  left: 0;
}

.ba-slide-out p {
  color: #fff;
  padding: 1em;
  margin-bottom: 0;
  font-size: 0.825em;
}

.ba-slide-out .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  padding: 0.333em 0.666em;
}

.ba-slide-out-img {
  width: 100%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 40em) {
  .ba-slide-out {
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) {
  .ba-slide-out {
    width: 70%;
  }
}
@media only screen and (min-width: 64.063em) {
  .ba-slide-out {
    width: 70%;
  }
}
@media print {
  header, footer, .page-title, .logbook-search, .logbook-track-icons {
    display: none;
  }
  .social, a.back-link, .logbook-detail-sidebar, .logbook-cat-icons {
    display: none;
  }
  .shaded {
    border: 0;
  }
}
.servicenew-btn {
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 1.333em;
  color: #fff;
  padding: 0.5em 1em;
  transition: 0.5s;
  display: inline-block;
}

.servicenew-btn:hover {
  background: #1277bd;
  border: 1px solid #1277bd;
  color: #fff;
}

.servicenew-btn.blue {
  border: 1px solid #1277bd;
  color: #fff;
  background: #1277bd;
}

.servicenew-btn.blue:hover {
  border: 1px solid #fff;
  color: #1277bd;
  background: #fff;
}

.servicenew-btn.blueoutline {
  border: 1px solid #1277bd;
  color: #fff;
  background: #1277bd;
}

.servicenew-btn.blueoutline:hover {
  border: 1px solid #1277bd;
  color: #1277bd;
  background: #fff;
}

.servicenew-btn.all-blue {
  border: 1px solid #1277bd;
  color: #1277bd;
  background: transparent;
}

.servicenew-btn.all-blue:hover {
  border: 1px solid #1277bd;
  color: #fff;
  background: #1277bd;
}

.servicenew-btn.all-white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.servicenew-btn.all-white:hover {
  border: 1px solid #fff;
  color: #1277bd;
  background: #fff;
}

/* NAV */
.servicenew-nav {
  background: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}

.servicenew-nav .menu-item a {
  color: #2f2f2f;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.servicenew-nav .menu-item a img {
  max-width: 5em;
  padding: 0.75em;
  transform: scale(1);
  transition: 0.333s;
  height: 10%; /* IE SVG FIX */
}

.servicenew-nav .menu-item a:hover img {
  transform: scale(1.333);
}

.servicenew-nav .menu-item a span {
  display: block;
  transform: translateY(0);
  transition: 0.333s;
}

.servicenew-nav .menu-item a:hover span {
  transform: translateY(0.25em);
}

/*  NEW VIDEO MASTHEAD  */
.servicenew-masthead {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 750px;
  width: 100%;
}

.servicenew-bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.01;
  transition: 1s opacity;
}

.servicenew-bgvid.isplaying {
  opacity: 1;
}

.servicenew-masthead .cell {
  z-index: 1;
}

.servicenew-masthead h1 {
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 7.5vw;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.825;
  margin-bottom: 0.333em;
}

.servicenew-masthead h1 span {
  font-family: "Proxima N W01 Bold", sans-serif;
  display: block;
}

@media only screen and (max-width: 40em) {
  .servicenew-masthead {
    height: 350px;
  }
  .servicenew-masthead h1 {
    font-size: 12vw;
  }
}
@media only screen and (min-width: 40.063em) {
  .servicenew-masthead {
    height: 500px;
  }
}
@media only screen and (min-width: 64.063em) {
  .servicenew-masthead {
    height: 750px;
  }
}
/*  VIDEO OVERLAY  */
.vid-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(38, 38, 38, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 2em;
  transform: scale(0);
  transition: 0.3s 0.6s;
}

.vid-overlay.active {
  transform: scale(1);
  transition: 0.333s 0s;
}

.vid-overlay .vid-close {
  height: 2em;
  width: 2em;
  line-height: 4em;
  display: inline-block;
  transition: 0.25s ease-out;
  position: absolute;
  top: 1em;
  right: 2em;
  z-index: 110;
  background: none;
  padding: 0;
}

.vid-overlay .vid-close:before,
.vid-overlay .vid-close:after {
  content: "";
  width: 2em;
  height: 0.1em;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.05em;
  margin-left: -1em;
  display: block;
  background-color: rgb(255, 255, 255);
}

.vid-overlay .vid-close:before {
  transform: rotate(-135deg);
}

.vid-overlay .vid-close:hover {
  transform: rotate(180deg);
}

.vid-overlay .video-content-wrapper {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 100vh;
  opacity: 0.01;
  transition: 0.75s 0s;
}

.vid-overlay.active .video-content-wrapper {
  opacity: 1;
  transition: 0.75s 0.5s;
}

.vid-overlay .video-content {
  margin-bottom: 1rem;
  max-width: 100%;
}

.vid-overlay .vjs-title-bar {
  display: none;
}

.vid-overlay .video-js:hover .vjs-big-play-button:active,
.vid-overlay .video-js:hover .vjs-big-play-button:focus,
.vid-overlay .video-js:hover .vjs-big-play-button {
  background-color: rgb(0, 119, 200);
}

.vid-overlay .vjs-modal-dialog.vjs-player-info-modal h2 {
  color: #ffffff;
}

.vid-overlay .vjs-modal-dialog.vjs-player-info-modal table.vjs-two td,
.vid-overlay .vjs-modal-dialog.vjs-player-info-modal table.vjs-two th {
  background: #000;
}

.vid-overlay .video-js .vjs-play-control {
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

.vid-overlay .video-js .vjs-play-control:hover,
.vid-overlay .video-js .vjs-mute-control:hover,
.vid-overlay .video-js .vjs-picture-in-picture-control:hover,
.vid-overlay .video-js .vjs-fullscreen-control:hover {
  background-color: rgb(0, 119, 200);
}

.vid-overlay .video-js .vjs-play-progress,
.vid-overlay .video-js .vjs-volume-level {
  background-color: rgb(0, 119, 200);
}

.vid-overlay .video-js.vjs-fluid.vjs-16-9:not(.vjs-audio-only-mode),
.vid-overlay .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
  padding-top: calc(var(--aspect-ratio, 0.5625) * 100%);
}

.vid-overlay .vid-caption {
  width: 100%;
  margin-bottom: 1.5rem;
  color: rgb(255, 255, 255);
}

@media (min-width: 40em) {
  .vid-overlay .video-js.vjs-fluid.vjs-16-9:not(.vjs-audio-only-mode),
  .vid-overlay .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: calc(var(--aspect-ratio, 0.5625) * 100%);
  }
}
@media (min-width: 64em) {
  .vid-overlay .video-js.vjs-fluid.vjs-16-9:not(.vjs-audio-only-mode),
  .vid-overlay .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: calc(var(--aspect-ratio, 0.5625) * 100vh);
  }
}
/*.servicenew-vid-overlay{
	position:fixed;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	z-index:600;
	padding:2em;
	transform:scale(0);
	transition:.333s .666s;
}

.servicenew-vid-overlay.active{
	transform:scale(1);
	transition:.333s 0s;
}

.servicenew-vid-overlay .servicenew-vid-close{
	height: 2em;
	width: 2em;
	line-height: 4em;
	display: inline-block;
	transition: 0.25s ease-out;
	position: absolute;
	top: 1em;
	right: 2em;
}

.servicenew-vid-overlay .servicenew-vid-close:before, .servicenew-vid-overlay .servicenew-vid-close:after{
	width: 2em;
	height: .1em;
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.05em;
	margin-left: -1em;
	display: block;
	background: #333;		
}

.servicenew-vid-overlay .servicenew-vid-close:before {
	transform: rotate(-135deg);
}

.servicenew-vid-overlay .servicenew-vid-close:hover {
	transform: rotate(180deg);
}

.servicenew-vid-overlay .servicenew-video-content-wrapper{
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	max-width:50em;
	opacity:.01;
	transition:.75s 0s;
}

.servicenew-vid-overlay.active .servicenew-video-content-wrapper{
	opacity:1;
	transition:.75s .5s;
}

.servicenew-vid-overlay .servicenew-video-content{
	margin-bottom:.75em;
}

.servicenew-vid-overlay .servicenew-video-content{
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}	

.servicenew-vid-overlay .servicenew-vid-caption{
	margin:0;
	width:80%;
	font-size:1em;
	display:inline-block;
	vertical-align:middle;
}

.servicenew-vid-overlay .servicenew-vid-video-download{
	margin:0;
	display:inline-block;
	vertical-align:middle;
	width:18%;
	font-size:.8em;
    text-align:right;
}

@media only screen and (max-width: 40em) {
	.servicenew-vid-overlay .servicenew-vid-caption{
		width:100%;
		margin-bottom:.5em;
	}
	.servicenew-vid-overlay .servicenew-vid-video-download{
		width:auto;
        text-align:left;
	}
}*/
/*  SERVICE VALUE PROPS */
.servicenew-valueprops h2 {
  text-align: center;
  font-family: "Proxima N W01 Bold", sans-serif;
  text-transform: uppercase;
  margin: 2em;
  color: #2f2f2f;
}

.servicenew-valueprops .valueprops {
  text-align: center;
}

.servicenew-valueprops .valueprops img {
  max-width: 8em;
}

.servicenew-valueprops .valueprops p {
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1em;
  margin: 1.5em 0 0;
  color: #1277bd;
}

.servicenew-valueprops .valueprops-info {
  text-align: center;
  margin: 4em 5em;
  color: #5f646a;
}

/*  PROMO FULL  */
.servicenew-promo {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.servicenew-promo .promo-content {
  padding: 5em 2em;
}

.servicenew-promo .promo-content h4 {
  text-transform: uppercase;
  font-size: 1.75em;
  color: #fff;
}

.servicenew-promo .promo-content h2 {
  font-size: 8em;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #fff;
  line-height: 1;
}

.servicenew-promo .promo-content h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #fff;
  line-height: 1;
}

.servicenew-promo .promo-content p {
  font-size: 0.925em;
  color: #fff;
}

.servicenew-promo .servicenew-btn {
  margin-top: 1em;
}

/* PROMO SPLIT STYLES */
.servicenew-promo-split {
  position: relative;
  text-align: center;
}

.servicenew-promo-split .servicenew-btn {
  margin-top: 1em;
}

.servicenew-promo-split .promo-split-content {
  display: inline-block;
  padding: 2em 0;
  color: #fff;
}

.servicenew-promo-split .promo-split-content p {
  font-size: 0.925em;
  color: #fff;
}

.servicenew-promo-split .promo-split-content h3 {
  color: #fff;
  font-size: 3.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.servicenew-promo-split.image-right-promo .promo-split-right, .servicenew-promo-split.image-left-promo .promo-split-left {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.servicenew-promo-split.image-right-promo .promo-split-right, .servicenew-promo-split.image-left-promo .promo-split-left {
  height: inherit;
}

.servicenew-promo-split.image-right-promo .promo-split-content, .servicenew-promo-split.image-left-promo .promo-split-content {
  padding: 5em 2em;
}

@media only screen and (max-width: 40em) {
  .servicenew-promo-split.image-right-promo-hos .promo-split-right, .servicenew-promo-split.image-left-promo-hos .promo-split-left {
    display: none;
  }
  .servicenew-promo-split.image-right-promo .promo-split-right, .servicenew-promo-split.image-left-promo .promo-split-left {
    height: 250px;
  }
}
/*  MASTHEAD SHORT  */
.servicenew-masthead-short {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.servicenew-masthead-short .title {
  font-family: "Proxima N W01 Reg", sans-serif;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 4px;
}

.servicenew-masthead-short .title strong {
  font-size: 8vw;
}

@media only screen and (max-width: 40em) {
  .servicenew-masthead-short {
    height: 200px;
  }
  .servicenew-masthead-short .title strong {
    font-size: 12vw;
  }
}
/*  MASTHEAD MEDIUM  */
.servicenew-masthead-medium {
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.servicenew-masthead-medium .title {
  font-family: "Proxima N W01 Reg", sans-serif;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 4px;
}

.servicenew-masthead-medium .title strong {
  font-size: 9vw;
}

.servicenew-masthead-medium .title strong.short {
  font-size: 12vw;
}

@media only screen and (max-width: 40em) {
  .servicenew-masthead-medium {
    height: 300px;
  }
  .servicenew-masthead-medium .title {
    font-size: 8vw;
  }
  .servicenew-masthead-medium .title strong {
    font-size: 11vw;
  }
  .servicenew-masthead-medium .title strong.short {
    font-size: 14vw;
  }
}
/* SERVICE LOCATOR SEARCH*/
.servicenew-locator .locator-search {
  margin: 2em;
}

.servicenew-locator .locator-search .title {
  font-family: "Proxima N W01 Reg", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 1.333em;
  margin-bottom: 0;
}

.servicenew-locator .locator-search .search-instructions {
  margin-bottom: 0;
  font-size: 0.825em;
}

.servicenew-locator .locator-search .search-error {
  display: none;
  color: red;
  margin: 2em 0;
  font-size: 0.825em;
}

.servicenew-locator .locator-search .search-error:before {
  content: "!";
  font-family: "Proxima N W01 Bold", sans-serif;
  margin-right: 0.25em;
}

.servicenew-locator .locator-search .search-refresh {
  display: block;
  text-align: right;
}

.servicenew-locator .servicenew-search-input {
  border: 1px solid #2f2f2f;
  margin-bottom: 0.5em;
  margin-top: 1.25em;
  padding: 0.25em;
}

.servicenew-locator .servicenew-search-input a {
  color: #ccc;
  margin: 0 0.5em;
}

.servicenew-locator .servicenew-search-input a:hover {
  color: #1277bd;
}

.servicenew-locator .servicenew-search-input input {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  background: transparent;
}

.servicenew-locator .search-filter {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 1em;
  font-size: 0.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.servicenew-locator .search-filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.servicenew-locator .search-filter input + .checkmark {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  border: 1px solid #2f2f2f;
  background: transparent;
  margin-right: 0.5em;
}

.servicenew-locator .search-filter:hover .checkmark {
  background-color: #eee;
}

.servicenew-locator .search-filter input:checked + .checkmark {
  border: 1px solid #1277bd;
  background: #1277bd;
}

/*  SERVICE LOCATOR MAP  */
#map {
  height: inherit;
}

.servicenew-locator .locator-map {
  height: 650px;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.servicenew-locator .locator-map-overlay {
  background: rgba(88, 89, 91, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.5s;
}

.servicenew-locator .locator-map-overlay.active {
  transform: translateX(0);
}

.servicenew-locator .locator-map-overlay-close {
  font-family: "Proxima N W01 Reg", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background: #1277bd;
  color: #fff;
  line-height: 1;
  font-size: 1em;
  transition: 0.5s;
}

.servicenew-locator .locator-map-overlay-close:hover {
  background: #fff;
  color: #1277bd;
}

.servicenew-locator .locator-map-overlay-info {
  color: #fff;
  font-size: 1.5em;
  border-top: 3px solid #fff;
  padding-top: 2em;
}

.servicenew-locator .locator-map-overlay-info h3 {
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #fff;
  margin-bottom: 0.125em;
  font-size: 2.5em;
  line-height: 1;
}

.servicenew-locator .locator-map-overlay-info p {
  line-height: 1.25;
  font-size: 0.925em;
}

.servicenew-locator .locator-map-overlay-info p .ac-serviced {
  font-size: 0.625em;
  display: block;
}

.servicenew-locator .locator-map-overlay-info p .fwebsite {
  color: #aaa;
}

.servicenew-locator .locator-map-overlay-info p .fwebsite:hover {
  color: #1277bd;
}

@media only screen and (max-width: 40em) {
  .servicenew-locator .locator-map {
    height: 500px;
  }
}
@media only screen and (min-width: 40.063em) {
  .servicenew-locator .locator-map {
    height: 600px;
  }
}
@media only screen and (min-width: 64.063em) {
  .servicenew-locator .locator-map {
    height: 650px;
  }
}
/*  SERVICE DIRECTORY  */
.servicenew-directory {
  background: #ededed;
  padding-top: 4em;
  padding-bottom: 4em;
}

.servicenew-directory .title {
  font-family: "Proxima N W01 Reg", sans-serif;
  text-transform: uppercase;
  color: #2f2f2f;
  margin-bottom: 1.5em;
}

.servicenew-directory .sub-title {
  font-family: "Proxima N W01 Reg", sans-serif;
  text-transform: uppercase;
  color: #2f2f2f;
  margin-bottom: 1.5em;
  font-size: 1.125em;
  letter-spacing: 2px;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 0.75em;
}

.servicenew-directory .directory-listings {
  margin-bottom: 1.5em;
}

.servicenew-directory h3 {
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #1277bd;
  text-transform: uppercase;
}

.servicenew-directory .directory-link:hover h3 {
  color: #2f2f2f;
}

/*  SC PAGES  */
.servicenew-back-to-map {
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #5f646a;
  text-transform: uppercase;
  font-size: 0.825em;
  margin: 3em 0;
  display: block;
  letter-spacing: 1px;
  line-height: 1;
}

.servicenew-back-to-map:hover {
  color: #1277bd;
}

.servicenew-back-to-map i {
  font-size: 1.125em;
  margin-right: 0.25em;
}

.servicenew-quick-info {
  background: #1277bd;
  color: #fff;
  padding: 1.5em 2em;
}

.servicenew-quick-info h4 {
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.925em;
  margin-bottom: 0;
}

.servicenew-quick-info p {
  margin-bottom: 0;
  font-size: 0.925em;
}

.servicenew-gm {
  margin: 4em 0;
}

.servicenew-gm h2 {
  color: #ccc;
  font-size: 6vw;
  margin-bottom: 0.25em;
  line-height: 1.125;
}

.servicenew-gm h3 {
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #1277bd;
  text-transform: uppercase;
}

.servicenew-gm .gm-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  margin: 0 auto;
  max-width: 25em;
  max-height: 25em;
}

@media only screen and (max-width: 40em) {
  .servicenew-gm h2 {
    font-size: 12vw;
  }
  .servicenew-gm .gm-img {
    width: 50vw;
    height: 50vw;
  }
}
.servicenew-services-list {
  background: #ededed;
  padding-bottom: 3em;
  text-align: center;
}

.servicenew-services-list .title {
  font-family: "Proxima N W01 Bold", sans-serif;
  background: #2f2f2f;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0.5em 1em;
  font-size: 1.25em;
  display: inline-block;
}

.servicenew-services-list h3 {
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  font-size: 0.925em;
  letter-spacing: 1px;
  text-align: center;
}

.servicenew-services-list .service-item img {
  padding: 1em;
  margin: 2em 0 1em 0;
  max-width: 10em;
}

.servicenew-sc-general {
  padding-top: 3em;
  padding-bottom: 3em;
}

.servicenew-sc-general h3 {
  font-family: "Proxima N W01 Bold", sans-serif;
  color: #1277bd;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 0;
}

.servicenew-sc-general p {
  font-size: 0.925em;
}

.servicenew-call-to-action {
  background: #2f2f2f;
  text-align: center;
}

.servicenew-call-to-action .title {
  color: #1277bd;
  text-transform: uppercase;
  font-size: 3.5em;
  margin-bottom: 0.5em;
}

.servicenew-call-to-action .servicenew-btn.blue {
  margin-bottom: 2em;
}

.servicenew-call-to-action .phone-info {
  font-size: 0.925em;
  color: #fff;
}
