/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!
 *  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('/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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";
}
meta.foundation-version {
  font-family: "/5.5.2/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html,
body {
  height: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body {
  font-size: 100%;
}
body {
  background: #fff;
  color: #222222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  margin: 0 auto;
  max-width: 62.5em;
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375em;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #2285a2;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #FFFFFF;
}
button.secondary,
.button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #bababa;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #333333;
}
button.success,
.button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #4a831c;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #FFFFFF;
}
button.alert,
.button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #FFFFFF;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #9e0c0f;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #FFFFFF;
}
button.warning,
.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  color: #FFFFFF;
}
button.info,
.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  background-color: #61b6d9;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  color: #FFFFFF;
}
button.large,
.button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small,
.button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny,
.button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand,
.button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius,
.button.radius {
  border-radius: 3px;
}
button.round,
.button.round {
  border-radius: 1000px;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #2285a2;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #2ba6cb;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #bababa;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #4a831c;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #9e0c0f;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #c60f13;
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #a0d3e8;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  button,
  .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}
/* Using forms within rows, we need to set some defaults
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; } */
/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border-color: true;
}
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
span.postfix,
label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}
/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}
/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder {
  color: #cccccc;
}
/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}
/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* Normalize file input width */
input[type="file"] {
  width: 100%;
}
/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  background: #FFFFFF;
  font-weight: bold;
  margin-left: -0.1875rem;
  margin: 0;
  padding: 0 0.1875rem;
}
/* Error Handling */
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF;
}
[data-abide] span.error,
[data-abide] small.error {
  display: none;
}
span.error,
small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF;
}
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}
label.error {
  color: #c60f13;
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em;
}
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}
.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}
.top-bar .button,
.top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button,
  .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  background-color: #2285a2;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  background-color: #bababa;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  background-color: #4a831c;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  background-color: #9e0c0f;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  background-color: #2285a2;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  background-color: #bababa;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  background-color: #4a831c;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  background-color: #9e0c0f;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  color: #FFFFFF;
  background: #222222;
}
.top-bar-section ul li.active > a {
  background: #2ba6cb;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #258faf;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}
.js-generated {
  display: block;
}
@media only screen and (min-width: 40em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #333333;
  }
  .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 62.5em;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #2ba6cb;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #258faf;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #2ba6cb;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #2ba6cb;
  border-color: #258faf;
  color: #FFFFFF;
}
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #5da423;
  border-color: #508d1e;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #c60f13;
  border-color: #aa0d10;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #c8c8c8;
  color: #4f4f4f;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
.alert-box.alert-close {
  opacity: 0;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375em 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375em;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375em;
}
@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/* Default Link Styles */
a {
  color: #2ba6cb;
  line-height: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #258faf;
}
a img {
  border: none;
}
/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.6875rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}
/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  background-color: #f8f8f8;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}
ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}
/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}
/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help;
}
abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}
/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}
.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/*! jQuery UI - v1.11.4 - 2015-03-23
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.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-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.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: .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-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #eeeeee url("vendor/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("vendor/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("vendor/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  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 {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("vendor/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.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 {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("vendor/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("vendor/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("vendor/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.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: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("vendor/jquery-ui/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("vendor/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("vendor/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("vendor/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("vendor/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("vendor/jquery-ui/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("vendor/jquery-ui/images/ui-icons_ffd27a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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 {
  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;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #666666 url("vendor/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("vendor/jquery-ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  border-radius: 5px;
}
/* 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: 700;
  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,
.csoaForm {
  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('/img/global/CSS-img/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: bold;
}
.non-bold-italic {
  font-weight: normal;
  font-style: italic;
}
.bold-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.indented {
  margin-left: 130px;
}
.close-btn {
  cursor: pointer;
}
.label-bold {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  color: #333333;
}
.label-bold-left-align {
  text-align: left;
  padding-right: 10px;
  font-weight: bold;
  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: bold;
  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('/img/global/css-img/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('/img/global/CSS-img/btn-contact-close-selected-x.png') right center no-repeat;
  border-radius: 6px;
  color: #cccccc;
  cursor: pointer;
  font-weight: bold;
  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: bold;
  color: #1f76bc;
  text-shadow: 0px 1px 1px #ffffff;
  background: url("/img/global/css-img/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("/img/global/css-img/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: bold;
  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('/img/global/CSS-img/loadingFPO.gif') no-repeat;
  content: '';
  height: 16px;
  width: 16px;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold;
}
table td,
table th {
  padding: 9px 10px;
  text-align: left;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
/* 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;
}
.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;
}
/* Fullscreen options, very important ^^ */
.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;
}
.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: .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%;
}
/* ios controls over video bug, shifting video */
.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(vendor/royalslider/grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(vendor/royalslider/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(vendor/royalslider/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('vendor/royalslider/skins/default/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: .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('vendor/royalslider/skins/default/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, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}
/***************
*
*  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('vendor/royalslider/skins/default/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: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(vendor/royalslider/skins/default/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('vendor/royalslider/skins/default/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(vendor/royalslider/skins/preloaders/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: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
@font-face {
  font-family: 'Proxima N W01 Thin Reg';
  src: url(/fonts/37994fca-b67e-41db-94b3-44077c62810a.eot?) format('eot'), url(/fonts/da176885-bee9-49f7-88f0-d7ad9229ddd7.woff) format('woff'), url(/fonts/1861a7b7-09a5-4efd-b681-5214784ded39.ttf) format('truetype');
}
@font-face {
  font-family: 'Proxima N W01 Reg';
  src: url(/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?) format('eot'), url(/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff) format('woff'), url(/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format('truetype');
}
@font-face {
  font-family: 'Proxima N W01 Bold';
  src: url(/fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?) format('eot'), url(/fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff) format('woff'), url(/fonts/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf) format('truetype');
}
html,
body {
  line-height: 1.5;
  font-size: 16px;
  color: #25282a;
  font-family: 'Proxima N W01 Reg';
}
@media only screen {
  body {
    font-size: .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;
}
.shaded {
  background: url(/img/TxtAv/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: .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: .625em;
  font-family: 'Proxima N W01 Bold';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .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.xml#ellipsis');
  /* this is a Firefox hack */
}
article img {
  margin-bottom: 2em;
}
::selection {
  background: #1277bd;
  color: #ffffff;
}
::-moz-selection {
  background: #1277bd;
  color: #ffffff;
}
/*Full width containeers*/
.fullwidthimg {
  width: 100%;
  float: left;
}
.graybox {
  background: #f5f5f5 url(/img/TxtAv/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: .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: .625em;
  border: 2px solid #1277bd;
  color: #1277bd;
  text-transform: uppercase;
  line-height: 1.563em;
  font-size: .875em;
  font-family: 'Proxima N W01 Bold';
  font-weight: normal;
  letter-spacing: .125em;
  display: inline-block;
}
.btn-dark:hover {
  color: #ffffff;
  background: #1277bd;
}
.btn-dark:focus {
  color: #ffffff;
}
.btn-light {
  background: #ffffff;
  padding: .625em;
  border: 2px solid #1277bd;
  color: #1277bd;
  text-transform: uppercase;
  line-height: 1.563em;
  font-size: .875em;
  font-family: 'Proxima N W01 Bold';
  font-weight: normal;
  letter-spacing: .125em;
  display: inline-block;
}
.btn-light:hover {
  color: #ffffff;
  background: #1277bd;
}
.btn-light-small {
  font-size: .75em;
  color: #1277bd;
  background: #ffffff;
  font-family: 'Proxima N W01 Bold';
  font-weight: normal;
  padding: .313em .625em;
}
.btn-light-small:hover {
  background: #1277bd;
  color: #ffffff;
}
.btn-dark-small {
  font-size: .75em;
  color: #1277bd;
  background: #000000;
  font-family: 'Proxima N W01 Bold';
  font-weight: normal;
  padding: .313em .625em;
}
.btn-dark-small:hover {
  background: #1277bd;
  color: #ffffff;
}
.return {
  float: left;
  margin-bottom: 1.5em;
  width: 100%;
}
.return a {
  color: #1277bd;
  font-size: .875em;
  font-family: 'Proxima N W01 Bold';
  font-weight: normal;
  letter-spacing: .063em;
}
.return a:hover {
  color: #25282a;
}
/*End Button Styles*/
.ie6 header nav li .drawer,
.ie7 header nav li .drawer,
.ie8 header nav li .drawer,
.ie9 header nav li .drawer {
  display: none;
}
.ie6 header nav li.open .drawer,
.ie7 header nav li.open .drawer,
.ie8 header nav li.open .drawer,
.ie9 header nav li.open .drawer {
  display: block;
}
/* ngCloak
------------------------------------------- */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* Angular Animations
------------------------------------------- */
.animate-height {
  overflow: hidden;
}
.animate-height.ng-move,
.animate-height.ng-enter,
.animate-height.ng-leave {
  -webkit-transition: all ease .15s;
  -moz-transition: all ease .15s;
  -o-transition: all ease .15s;
  transition: all ease .15s;
}
.animate-height.ng-leave.ng-leave-active,
.animate-height.ng-move,
.animate-height.ng-enter {
  max-height: 0;
  opacity: 0;
}
.animate-height.ng-leave,
.animate-height.ng-move.ng-move-active,
.animate-height.ng-enter.ng-enter-active {
  max-height: 200px;
  opacity: 1;
}
.animate-repeat {
  overflow: hidden;
}
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  max-width: 0;
  max-height: 0;
  opacity: 0;
}
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  -moz-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  -o-transform: scale(1) translate(0, 0);
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  max-width: 400px;
  max-height: 600px;
  opacity: 1;
}
.action-bar {
  width: 100%;
  float: left;
  overflow: hidden;
  background: #25282a;
  position: relative;
  text-align: center;
}
.action-bar .action {
  margin: 0 auto;
}
.action-bar .action p {
  letter-spacing: .03em;
  font-family: 'Proxima N W01 Thin Reg';
  line-height: 100px;
  color: #acacac;
  font-size: 1.563em;
  margin-bottom: 0;
  display: inline-block;
}
.action-bar .action .btn-dark {
  margin: 0 0 0 2em;
}
@media only screen and (max-width: 64em) and (min-width: 40.063em) {
  .compare-bar p {
    line-height: 70px;
    font-size: 1.25em;
  }
}
/* Slider styles */
/*======================================*/
.full-width {
  width: 100%;
  float: left;
}
.full-width .royalSlider {
  height: 500px;
}
.full-width .royalSlider .caption,
.full-width .royalSlider .rsABlock {
  bottom: 5em;
  left: 5em;
}
.full-width .royalSlider .caption h2,
.full-width .royalSlider .rsABlock h2 {
  font-size: 2em;
}
.full-width .royalSlider .caption p,
.full-width .royalSlider .rsABlock p {
  font-family: 'Proxima N W01 Bold';
  max-width: 500px;
}
.full-width .royalSlider .caption,
.full-width .royalSlider .rsABlock,
.full-width .royalSlider .rsBullets {
  background: none !important;
}
.full-width .royalSlider .rsBullets {
  height: 3em;
}
.royalSlider {
  width: 100%;
  height: 585px;
  margin-bottom: 2em;
}
.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: .55em .8em 0 0;
  height: 13px;
  width: 13px;
  cursor: pointer;
}
.royalSlider .rsBullet span {
  height: 13px;
  width: 13px;
}
.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.6);
}
.royalSlider .caption small,
.royalSlider .rsABlock small,
.royalSlider .caption p,
.royalSlider .rsABlock p,
.royalSlider .caption h2,
.royalSlider .rsABlock h2 {
  color: #ffffff;
}
.royalSlider .caption small,
.royalSlider .rsABlock small {
  font-size: .7em;
}
.royalSlider .caption .inner,
.royalSlider .rsABlock .inner {
  width: 60%;
}
@media only screen and (max-width: 40.063em) {
  .royalSlider .rsNav,
  .royalSlider .rsBullet {
    display: none;
  }
  .royalSlider .caption,
  .royalSlider .rsABlock {
    left: 0 !important;
    bottom: 0 !important;
    padding: .5em !important;
  }
  .royalSlider .caption small,
  .royalSlider .rsABlock small {
    display: none;
  }
  .royalSlider .caption p,
  .royalSlider .rsABlock p,
  .royalSlider .caption h2,
  .royalSlider .rsABlock h2 {
    font-size: 12px !important;
  }
  .royalSlider .caption .inner,
  .royalSlider .rsABlock .inner {
    width: 100%;
  }
}
/*Featured News*/
.featured-news {
  width: 100%;
  float: left;
  padding: 5em 0;
  background: url(/img/TxtAv/shading.png) repeat-x top center;
}
.featured-news .view-all {
  padding-top: 1.5em;
  font-size: .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 .block h2,
.featured-news .featured small,
.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: .25em;
}
/*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: .25em;
}
.primary-promo p {
  color: #ffffff;
  font-family: 'Proxima N W01 Bold';
  margin-bottom: .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: .4;
  -khtml-opacity: .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: .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: .313em;
  background: #f5f5f5;
  position: relative;
}
.small-careers .career .details {
  float: left;
  padding: .875em;
}
.small-careers .career a {
  float: right;
  padding: .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: .75em;
  text-transform: uppercase;
  color: #76797d;
}
.company-brands .link {
  width: 100%;
  float: left;
  ffont-family: 'Proxima N W01 Bold';
  font-size: .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: .875em .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: .875em;
}
.big-search input[type=submit]:hover {
  background: #1277bd;
  color: #ffffff;
}
/*End Big Search Bar*/
/*Select Menu Styles*/
.filter {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.filter h4 {
  float: left;
}
.filter .options {
  float: right;
}
select {
  width: 12em;
  border: none;
  margin: 0;
  float: right;
  margin-left: 2em !important;
  background: #f5f5f5 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center;
}
/*End Select Menu Styles*/
/*News Listing*/
.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;
}
.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 {
  font-family: 'Proxima N W01 Bold';
  font-size: 0.875em;
  padding: .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*/
.link-tiles {
  margin-bottom: 5em;
}
.link-tiles a {
  width: 100%;
  float: left;
  height: 11.250em;
  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: .063em;
  color: #ffffff;
}
.link-tiles a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "\2192";
  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 .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 .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.500em;
  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: .25em;
}
/*End Top Banner*/
.social {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
.social a {
  padding: .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: .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: .5em 0 .75em;
  padding: 1em 1.375em;
  font-size: .875em;
}
.subscribe a {
  color: #acacac;
}
.subscribe a:hover {
  color: #ffffff;
}
.subscribe > a {
  font-size: .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(/img/TxtAv/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: .75em;
  font-family: 'Proxima N W01 Bold';
  text-transform: uppercase;
}
.promo-group .btn:hover {
  color: #25282a;
}
/*#main .shaded > .promo-group {
    padding: 4em 0;

    h2 {
        text-align: left;
    }
}*/
@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(/img/global/css-img/ie8-black-30.png) repeat;
  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: .875em 0 0 .875em;
}
.twitter .info {
  float: left;
  margin: .875em;
}
.twitter .name {
  font-family: 'Proxima N W01 Bold';
}
.twitter .handle {
  font-size: .75em;
  font-family: 'Proxima N W01 Bold';
  color: #76797D;
}
.preowned-tbl-specs {
  border: 1px solid #afafaf;
  width: 320px;
  float: left;
  margin-right: 15px;
}
.preowned-tbl-specs td {
  padding: 6px 10px;
  border: 1px solid #afafaf;
}
.preowned-stats {
  margin-top: 30px;
  margin-left: 0;
}
.preowned-stats li {
  display: inline-block;
  width: 105px;
  font-size: 18px;
  color: #333333;
  font-family: 'Proxima N W01 Bold';
  text-align: center;
  background: url("/img/pre-owned/css-img/img-model-mast-divider.png") no-repeat;
  background-position: 0% 90%;
}
.preowned-stats li:last-child {
  background: url("/img/pre-owned/css-img/img-model-mast-divider.png") 99% 90% no-repeat, url("/img/pre-owned/css-img/img-model-mast-divider.png") 0% 90% no-repeat;
}
.wrapped-center {
  margin: 0 auto;
  width: 960px;
  padding: 22px 10px 0 10px;
}
.rightcol-content {
  margin-top: 10px;
}
.rightcol-section {
  margin: 10px 0 35px 20px;
}
.rightcol-section h2 {
  color: #333;
}
.rightcol-gradient {
  background-color: #f5f5f5;
  position: relative;
  border-top: 3px solid #ffffff;
  overflow: hidden;
  background-color: #f4f4f4;
  width: 100%;
}
.rightcol-photo img {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 2px 0;
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.rightcol-photo h2 {
  display: inline-block;
  font-size: 2em;
  color: #333333;
  display: inline;
  line-height: 1em;
  width: 775px;
}
div.rightcol-section.toprule div.rightcol-leftchunk,
div.rightcol-leftchunk.toprule {
  width: 710px;
}
.toprule {
  border-top: 1px solid #c2c2c2;
  padding: 20px 0;
}
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;
}
html input[type="checkbox"] + label,
html input[type="radio"] + label,
html input[type="checkbox"] + label + label,
html input[type="radio"] + label + label {
  margin: 0;
  padding: 0 .5em;
}
html fieldset {
  background-color: #f5f5f5;
  padding: 1em 2em;
}
html fieldset legend {
  background-color: #444;
  font-weight: normal;
  color: #ffffff;
  padding: 2px 10px;
}
html fieldset fieldset {
  border: 1px solid #CCC;
  background: #ffffff;
  padding: .5em 1em 1em 1em;
  margin-top: .5em;
}
html fieldset fieldset legend {
  font-weight: bold;
  background-color: #EEE;
  color: #25282a;
  font-size: 13px;
}
.selection-lists {
  background: #2C2C2C;
  padding-top: 20px;
  padding-bottom: 20px;
}
.selection-lists h3 {
  color: #CCC;
}
.selection-lists ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #3f3f3f;
  font-weight: bold;
}
.selection-lists ul li label {
  font-weight: bold;
  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;
}
.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 {
  color: #3f80b5;
  background-color: #2c2c2c;
  padding: 14px 20px;
  float: right;
}
.collapsePanelContent label {
  width: inherit;
}
.contact-info label {
  font-weight: bold;
}
.contact-info .contact-info-comments {
  width: inherit !important;
}
.contact-info .select-countries {
  width: 100%;
  background-color: #ffffff;
  display: block;
  float: none;
  margin: 0 !important;
}
.address-info .collapsePanelHeader {
  float: right;
}
.chosen-item {
  display: inline-block;
}
.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;
}
.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-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 .bar .inner,
#global-header-drawer .drawer .inner {
  width: auto;
}
#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;
}
/* Top Bar
    -------------------------------------- */
#global-header-drawer .bar {
  height: 38px;
  background: #f7f8f8 url("/img/global/css-img/hdr-drawer-bg-gradient.png") repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f8), color-stop(100%, #e9eaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f8f8 0%, #e9eaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#e9eaea', GradientType=0);
  /* IE6-9 */
}
#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: .05em;
  font-size: .7em;
  text-transform: uppercase;
  color: #333;
  float: right;
}
#global-header-drawer .bar .toggle-drawer:hover {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #c9c9c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c9c9c9', GradientType=0);
  /* IE6-9 */
}
#global-header-drawer .bar .toggle-drawer span {
  width: 8px;
  height: 5px;
  top: -1px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  background: url("/img/global/css-img/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 .bar .toggle-drawer:hover span {
  background-position: 0 -5px;
}
#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: .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;
  /* Offset border to prevent wrapping */
  border-left: 1px solid #EEE;
  padding-top: 30px;
}
#global-header-drawer .drawer .centered a {
  font-size: .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: .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;
  }
}
.cookie-disclaimer {
  background-color: #f7f8f8;
  text-align: center;
  padding: 1em;
}
.cookie-disclaimer p {
  font-size: .9em;
  margin-bottom: 10px;
}
.cookie-disclaimer input {
  margin-bottom: 0;
  padding: .5em 1em !important;
}
/*  NAV */
header {
  margin-top: 40px;
}
.top-bar .title-area a:hover,
.top-bar .title-area a:focus,
.top-bar-section .has-form,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.f-dropdown li:hover,
.f-dropdown li:focus,
.top-bar-section li:hover:not(.has-form) a:not(.button) {
  background: transparent;
}
.top-bar {
  background: #fff;
  height: 60px;
  position: static;
}
.top-bar .title-area {
  width: 210px;
}
.top-bar.expanded .title-area {
  background: transparent;
}
.top-bar .title-area img {
  width: 170px;
}
.top-bar-section ul.right {
  margin-top: 12px;
}
.top-bar-section li:not(.has-form) a.top-label:not(.button) {
  color: #25282A;
  padding: 10px 10px;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 3px solid #FFF;
}
.top-bar-section li:not(.has-form) a.top-label:hover:not(.button) {
  color: #1277BD;
  border-bottom-color: #1277BD;
  background: #fff;
}
.top-bar-section li:not(.has-form) a.top-label:not(.button).open {
  color: #1277BD;
  border-bottom-color: #1277BD;
  background: #fff;
}
/*  MOBILE NAV  */
.top-bar .toggle-topbar.menu-icon {
  padding-top: 5px;
}
.top-bar .toggle-topbar.menu-icon a span:after {
  box-shadow: 0px 0px 0px 1px #25282A, 0px 7px 0px 1px #25282A, 0px 14px 0px 1px #25282A;
}
.top-bar-section .has-dropdown > a:after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
  color: #25282A;
  text-align: left;
  font-family: 'Proxima N W01 Bold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.top-bar-section .dropdown li.title h5 a {
  padding-left: 20px;
}
.top-bar-section .dropdown li.parent-link a {
  text-align: center;
}
.top-bar-section .dropdown li.parent-link:hover:not(.has-form) > a {
  color: #25282A;
}
.top-bar-section .dropdown li a {
  color: #25282A;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Reg', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 0;
  border-bottom: 3px solid #FFF;
}
.top-bar-section .dropdown li:hover:not(.has-form) > a {
  color: #1277BD;
  border-bottom-color: #1277BD;
}
.expanded .top-bar-section ul {
  box-shadow: 0px -0.15em 0.5em rgba(0, 0, 0, 0.1);
  border-radius: 0.1em;
  top: 12px;
}
.expanded .top-bar-section li:not(.has-form) a.top-label:not(.button) {
  width: 100%;
}
/*  DRAWER */
.f-dropdown {
  margin-top: 0;
  border: 0;
  background: #25282A;
  font-family: 'Proxima N W01 Reg', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.f-dropdown:before,
.f-dropdown:after {
  display: none;
}
.f-dropdown h3 {
  margin-top: 15px;
  margin-bottom: 3px;
  color: #FFF;
  font-size: 1.25em;
  margin-bottom: 30px;
  margin-top: 30px;
}
.f-dropdown h3 span {
  color: #1277BD;
}
.f-dropdown .nav-blocks {
  padding-bottom: 30px;
}
.f-dropdown .nav-blocks ul li a {
  width: 85%;
  max-width: 220px;
  text-align: left;
  border-top: 3px solid #25282A;
  height: 130px;
}
.f-dropdown .nav-blocks ul li a label {
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.f-dropdown .nav-blocks li:not(.has-form) > a:hover:not(.button) {
  background: #000;
  border-top: 3px solid #1277BD;
}
.f-dropdown .related-articles {
  min-height: 226px;
  padding: 2em 1em 2em 2em;
  background: #000000;
  color: #ffffff;
}
.f-dropdown .related-articles ul {
  width: 100%;
}
.f-dropdown .related-articles li {
  padding: .5em 0;
  border-bottom: 1px solid #25282a;
  float: left;
  width: 100%;
}
.f-dropdown .related-articles li:first-child {
  padding: .5em 0 .75em;
  border: none;
}
.f-dropdown .related-articles li:first-child a {
  color: #76797d;
  font-family: 'Proxima N W01 Bold';
  font-size: 1em;
}
.f-dropdown .related-articles li:last-child {
  border: none;
}
.f-dropdown .related-articles img {
  margin-bottom: .5em;
  width: 100%;
}
.f-dropdown .related-articles a {
  color: #ffffff;
  font-size: .75em;
  padding: 0;
  margin: 0;
}
header .drawer .related h2,
header .drawer .related p {
  color: #ffffff;
}
.f-dropdown .related-articles {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
.f-dropdown .related-articles a label {
  color: #76797D;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 20px;
}
.f-dropdown .related-articles ul li {
  float: none;
  border-bottom: 1px solid #25282A;
}
.f-dropdown .related-articles ul li:last-child {
  padding-bottom: 30px;
  border-bottom: 0;
}
.top-bar-section li:not(.has-form) .related-articles a:not(.button) {
  padding: 15px 0;
  width: 100%;
  text-align: center !important;
  color: #fff;
  font-size: 12px;
  text-transform: none;
  line-height: 1.3;
}
/*  Search Bar  */
.search-bar {
  float: right;
}
.search-bar .button {
  display: inline-block;
  padding: 6px 9px;
  color: #76797D;
  background: #ebebeb;
}
.search-bar .button:hover,
.search-bar .button:focus {
  color: #fff;
  background: #1277BD;
}
.search-bar input {
  background: #fff;
  border: 0;
  color: #25282A;
  width: 100px;
  background: #F5F5F5;
  display: inline;
  box-shadow: none;
}
@media only screen and (max-width: 40em) {
  .search-bar {
    position: absolute;
    right: 6em;
    padding: .25em 1em 0;
    z-index: 1;
  }
  .search-bar input {
    display: none;
  }
  .search-bar .fa {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 40.063em) {
  .search-bar {
    padding: 0 3px;
  }
  .search-bar input {
    display: none;
  }
}
@media only screen and (min-width: 64.063em) {
  .search-bar input {
    display: inline;
  }
  .search-bar {
    padding: 0 15px;
  }
}
/*  MEDIA QUERIES */
@media only screen and (max-width: 40em) {
  .top-bar .title-area {
    width: 100%;
  }
  .top-bar .title-area .name img {
    width: 120px;
  }
  .top-bar-section li:not(.has-form) a.top-label:not(.button) {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .top-bar .title-area {
    margin-top: 4px;
    width: 170px;
  }
  .top-bar-section li:not(.has-form) a.top-label:not(.button) {
    padding: 0 5px;
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 64.063em) {
  .top-bar .title-area {
    margin-top: 2px;
    width: 210px;
  }
  .top-bar-section li:not(.has-form) a.top-label:not(.button) {
    padding: 0 10px;
    font-size: 0.75em;
  }
}
.language-selector {
  float: right;
  padding: .6em .5em 0 .2em;
  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 a {
  padding: 0;
  line-height: inherit;
}
@media only screen and (max-width: 40em) {
  .language-selector {
    position: absolute;
    right: 2.5em;
    z-index: 1;
    padding: .25em .5em 0;
  }
}
/*Career Page Styles*/
/*======================================*/
.career-featured {
  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;
  max-height: 520px;
  height: 520px;
}
.cf-right {
  background: #1277bd;
  width: 50%;
  float: right;
}
.cf-form {
  padding-left: 25%;
}
.cf-right-top {
  height: 50%;
  min-height: 260px;
  display: block;
  width: 600px;
  padding-top: 2.5%;
}
.cf-right-top h2 {
  color: #fff;
}
.cf-right-top input::-webkit-input-placeholder {
  font-style: italic;
}
.cf-right-top input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.cf-right-top input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.cf-right-top input:-ms-input-placeholder {
  font-style: italic;
}
.cf-right-top select {
  width: 100%;
  margin: 0 0 1rem 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #25282b;
  font-family: 'Proxima N W01 Bold';
  text-transform: uppercase;
  font-size: .750em;
}
.cf-right-top .medium-7.columns .medium-6.columns,
.cf-right-top .medium-12.columns {
  padding: 0px;
}
.cf-right-top .btn-light {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
.cf-right-top .btn-light:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #1277bd;
}
.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(/img/TxtAv/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: .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 .625em;
}
.side-promo p {
  margin: 0;
}
/*End Sidebar Promotional Module*/
/*======================================*/
/*End Career Page Styles*/
.color-split {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.875em;
}
.color-split .l {
  background: #d71f36;
  height: .25em;
  width: 50%;
  float: left;
}
.color-split .r {
  background: #1277bd;
  height: .25em;
  width: 50%;
  float: left;
}
footer {
  float: left;
  width: 100%;
}
footer nav ul,
footer nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
footer nav ul {
  float: left;
  width: 100%;
}
footer nav ul > li {
  float: left;
  padding-right: 1em;
}
footer nav ul ul li {
  display: block;
  float: none;
  text-transform: none;
}
footer nav ul > li > a,
footer nav ul > li > span {
  font-family: 'Proxima N W01 Bold';
  color: #76797d;
  font-size: .75em;
  padding-bottom: .625em;
  display: block;
  white-space: nowrap;
}
footer nav ul > li > ul a {
  color: #acacac;
  font-size: .75em;
  padding: .125em 0;
  display: block;
  font-family: 'Proxima N W01 Bold';
}
footer .follow p {
  font-family: 'Proxima N W01 Bold';
  color: #76797d;
  font-size: .75em;
  text-transform: uppercase;
  padding-bottom: .625em;
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}
footer .follow a {
  font-size: 1.125em;
  padding: 0 .25em;
  color: #76797d;
}
footer .follow a:hover {
  color: #1277bd;
}
footer .logo img {
  padding: 1em 0 2em;
  max-width: 12.5em;
}
footer .copyright {
  padding: .625em 0 .938em;
  background: #f5f5f5;
  float: left;
  width: 100%;
}
footer .copyright p,
footer .copyright a {
  font-size: .625em;
  color: #76797d;
  font-family: 'Proxima N W01 Bold';
  margin: 0;
  display: inline-block;
}
footer .copyright a {
  border-right: 1px solid #acacac;
  margin-right: .625em;
  padding-right: 1.25em;
  display: inline-block;
}
footer .copyright a:hover {
  color: #25282a;
}
footer .copyright a:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 64em) {
  footer .follow {
    float: right;
  }
  footer .follow p {
    text-align: right;
  }
  footer .follow a {
    text-align: center;
    display: inline-block;
  }
  footer p {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 40em) {
  footer .follow {
    float: left;
    text-align: center;
    width: 100%;
  }
  footer .follow p {
    text-align: center;
  }
  footer .follow a {
    text-align: center;
    display: inline-block;
  }
  footer p {
    width: 100%;
    text-align: center;
  }
}
/*Sidebar*/
aside {
  float: left;
  width: 100%;
  margin-bottom: 4em;
}
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: .15em 0;
}
aside .links a.active {
  background: #f5f5f5;
  margin: 0 -0.5em;
  padding-left: .5em;
  padding-right: .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: .875em;
}
aside .search .search-submit:hover {
  background: #1277bd;
  color: #ffffff;
}
.media-gallery h4 {
  padding-bottom: .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;
}
.media-gallery .category .sub-category: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: .8em;
  letter-spacing: .05em;
}
.media-gallery-detail .tabs {
  margin-top: 5em;
}
.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 .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #f5f5f5;
  height: 150px;
  background-size: cover;
  background-position: center center;
  margin-bottom: .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;
  }
  .media-gallery .category .sub-category: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;
  }
  .media-gallery .category .sub-category:nth-child(4n+1) {
    clear: left;
  }
}
.tabs .tab-title a {
  padding-top: .5em;
  padding-bottom: .5em;
  border: 0.25em solid #f5f5f5;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .063em;
}
.tabs .tab-title.active a {
  background-color: #f5f5f5;
}
/* Filters
------------------------------------------- */
.filters {
  font-size: 12px;
  z-index: 10;
  padding: 0 !important;
  width: 100%;
  float: left;
  background: #25282a;
  color: #ffffff;
}
.filters section {
  overflow: hidden;
  padding: 7px 22px;
  position: relative;
}
.filters section.filter {
  float: left;
  margin-bottom: 0;
}
.filters section.padding-bottom {
  padding-bottom: 20px;
}
.filters section.padding-top {
  padding-top: 18px;
}
.filters section.selected-aircraft {
  background-color: #000000;
}
.filters section.selected-aircraft ul {
  margin: 0;
  list-style-type: none;
}
.filters section.selected-aircraft ul li a {
  display: block;
  position: relative;
  font-size: 15px;
}
.filters section.selected-aircraft ul li a:hover {
  color: #ffffff;
}
.filters section.selected-aircraft ul li a i {
  position: absolute;
  right: 0;
  top: 4px;
}
.filters section h5 {
  font-size: 10px;
  letter-spacing: .03em;
  color: #76797d;
  margin: 0 0 6px 0;
  float: left;
  width: 100%;
}
.filters section .filter-label {
  overflow: hidden;
}
.filters section .slider {
  margin: 0 5px;
  height: 7px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #76797d !important;
}
.filters section .slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border: 0 none !important;
  border-radius: 50% !important;
  cursor: ew-resize;
  outline: none;
}
.filters section .slider .ui-slider-range {
  background: #1277bd !important;
}
.filters .top {
  background: #000000;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
.filters .top h4 {
  float: left;
  margin: 0;
}
.filters .top a {
  position: absolute;
  right: 22px;
  top: 14px;
  font-size: 12px;
}
.filters .top a:hover {
  color: #ffffff;
}
.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: .5em;
  margin-top: .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: 50px;
    /*.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: .75em 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';
}
.filter-page .product-listing .model img {
  width: 100%;
  height: auto;
  margin: 0 0 1em 0;
}
.filter-page .product-listing .model ul {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .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(/img/global/css-img/spec-bg-gray.png) repeat-y left;
  color: #ffffff;
  padding: .125em .5em;
  font-size: .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 {
  float: left;
  width: 100%;
  overflow-x: auto;
}
.comparator .white {
  background: #ffffff;
}
.comparator .nowrap {
  white-space: nowrap;
}
.comparator table {
  width: 100%;
}
.comparator table th {
  padding: 0;
  vertical-align: middle;
}
.comparator table th h4 {
  padding-top: 1em;
}
.comparator table th .buttons {
  padding: 1em 0;
}
.comparator table th .buttons a {
  font-size: .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, #eeeeee, #ffffff);
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.job .inner {
  margin-bottom: 1em;
}
.job .inner .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;
}
.job .inner .title span.date {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #444;
  font-size: 12px;
}
.job .inner .title .icon {
  position: absolute;
  right: 50%;
  bottom: .5em;
  display: none;
  color: #FFF;
}
.job .inner .title .apply {
  display: none;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.job .inner .title .apply a {
  background: #1277bd;
  color: #FFF;
  border: 2px solid #FFF;
}
.job .inner .title .apply a:hover {
  background: #FFF;
  color: #1277bd;
}
.job .inner .title:hover {
  color: #FFF;
  background-color: #1277bd;
}
.job .inner .title:hover .icon,
.job .inner .title:hover .apply {
  display: block;
}
.job .inner .title:hover span.date {
  color: #FFF;
}
.job .inner .details {
  display: none;
  padding: 1em;
  background: #FFF;
}
.job .inner.open .details {
  display: block;
  border: 5px solid #1277bd;
  border-top: 0 none;
}
.job .inner.open .title {
  color: #FFF;
  background-color: #1277bd;
}
.job .inner.open .title .icon,
.job .inner.open .title .apply {
  display: block;
}
.job .inner.open .title span.date {
  color: #FFF;
}
/* _SERVICE MODS (ALPINE, e.g.) */
#modelpage {
  line-height: 1.5em;
}
.ovwp {
  width: 840px;
}
.model-subnav {
  width: 100%;
  background: #3f80b5;
}
.subnav-wrapper {
  line-height: 1;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 960px;
}
ul.model-sub,
ul.subnav-right {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
ul.subnav-right {
  float: right;
  margin-right: -7px;
}
.model-sub li {
  display: inline;
}
.subnav-right li {
  display: inline;
  font-style: italic;
}
.subnav-right li:after {
  content: '\7C';
}
.model-sub li a,
.subnav-right li a {
  color: #dedede;
  font-weight: normal;
  font-size: 11px;
  margin: 0 15px 0 0;
  padding-left: 10px;
  outline: none;
}
.model-sub li a:hover,
.subnav-right li a:hover {
  color: #ffffff;
}
.model-sub li a:hover,
.model-sub li a:active {
  background: url("/img/global/css-img/subnav-hover-marker.png") 0 2px no-repeat;
}
.model-sub-active {
  color: #ffffff !important;
  background: url("/img/global/css-img/subnav-hover-marker.png") 0 2px no-repeat;
}
.model-specs h3,
.model-avionics h3,
.model-interior h3,
.model-exterior h3,
.sitemappery h2 {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.model-avionics h2,
.model-interior h2,
.model-exterior h2,
.model-gradient h2,
.model-overview h2,
ul.longform-stats li h2 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 2.25em;
  color: #333;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}
.model-specs h1,
.model-avionics h1,
.model-interior h1,
.model-exterior h1 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 3.5em;
  color: #333;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}
h3 + h2,
h3 + h1 {
  margin: 0 !important;
  padding: 0.5em 0 0.4em !important;
}
/* Hide empty H + p tags. */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
p:empty {
  display: none;
}
.model-overview h4,
.tiler h4,
.video-block h4,
.top h4 {
  color: #0077bc;
  font-size: 20px;
  margin: 10px 0 5px;
  font-weight: lighter;
}
.slide h4 {
  text-transform: uppercase;
  font-size: 1.85em;
  margin-bottom: 0px;
  font-weight: 100;
}
.slide p {
  font-size: 1.15em;
}
.model-aside {
  font-size: 8.5px;
  margin-top: 1em;
}
/*Model smallnav sticky thing */
#smallnav {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #3f80b5;
}
#smallnav .subnav-wrapper {
  padding: 8px 0;
}
#smallname .subnav-wrapper {
  padding: 12px 0;
}
#smallname {
  width: 100%;
  background: url("/img/model/css-img/bg-smallnav-rptr.jpg") repeat-x;
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
}
.uppers {
  position: absolute;
  top: 0;
  right: 0;
}
.uppers a {
  display: block;
}
.uppers img {
  padding: 8px 0;
}
/* Overview Area */
.model-gradient {
  background: url("/img/global/css-img/AllPlane-Overviewbackgorund-1900_02.jpg") repeat-x center 0;
  position: relative;
  /*overflow-x: hidden;*/
  overflow: hidden;
  background-color: #f7f7f7;
  width: 100%;
  padding: 40px 0;
}
.overviews {
  width: 195px;
  padding: 0 15px;
  margin: 40px 20px 0 0px;
  float: left;
  background: url("/img/model/css-img/img-ov-divider.png") no-repeat top;
  min-height: 240px;
}
.overviews:last-child {
  margin-right: 0;
}
.overviews p {
  height: 50px;
  max-height: 50px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overviews img {
  margin-bottom: 10px;
}
.model-ovw {
  margin-top: 100px;
}
.model-ovw .slideshow {
  overflow: hidden;
  max-height: 180px;
}
.model-ovw-controls {
  float: right;
  margin-top: 40px;
}
.model-ovw-controls a {
  background-image: url("/img/model/css-img/docs-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  outline: none;
  text-indent: -9999px;
}
.model-ovw-controls .model-ovw-previous {
  background-position: 0 0;
  width: 8px;
  height: 13px;
  margin: 0 2px;
}
.model-ovw-controls .model-ovw-previous:hover {
  background-position: -10px 0;
}
.model-ovw-controls .model-ovw-next {
  background-position: -20px 0;
  width: 8px;
  height: 13px;
  margin: 0 2px;
}
.model-ovw-controls .model-ovw-next:hover {
  background-position: -30px 0;
}
.model-ovw-controls .slide-items-hdl {
  background-position: -40px 0;
  width: 10px;
  height: 10px;
  margin: 1px 0 1px;
  line-height: 1.33333em;
}
.model-ovw-controls .slide-items-hdl.active,
.model-ovw-controls .slide-items-hdl:hover {
  background-position: -52px 0;
}
.video-left {
  width: 204px;
  float: left;
}
.video-right {
  width: 700px;
  float: right;
  min-height: 400px;
}
.small .video-left {
  margin: 0;
  width: 489px;
}
.small .video-right {
  margin: 0;
  min-height: 237px;
  width: 415px;
}
.three-column,
.doc-image,
.doc-info {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.three-column {
  width: 300px;
  margin-right: 20px;
  margin-left: 6px;
}
.doc-image {
  margin-left: -4px;
  padding-right: 20px;
  width: 120px;
}
.doc-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.doc-info {
  padding-bottom: 5px;
  width: 160px;
}
.doc-info h4 {
  margin-bottom: 13px;
  line-height: 1.15em;
  font-weight: lighter;
}
/* Avionics Section */
.model-avionics {
  background: url("/img/global/css-img/AllPlane-Avionics_01.jpg") center 0 repeat-x #f4f4f4;
  padding-bottom: 40px;
  padding-top: 20px;
}
.model-avionics ul,
.model-specs ul {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
}
.model-avionics li ul li,
.model-specs li ul li {
  list-style-image: none;
  list-style-type: circle;
  padding-left: 10px;
}
ul.bull {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
}
#avionics-lead {
  background-color: #000;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: 20px;
}
#avionics-details {
  background: url("/img/model/css-img/bg-avionics2-repeater.jpg") repeat-x #f4f4f4;
  padding-top: 10px;
}
#avionics-details strong {
  font-size: 1.1em;
}
.av-left {
  width: 515px;
  min-height: 240px;
  float: left;
  padding: 30px 0px 0px 0px;
}
.av-right {
  width: 385px;
  float: right;
  padding: 30px 0px 0px 0px;
}
.av-right img {
  height: auto;
  max-width: 100%;
}
.rightcol-leftchunk .av-left {
  min-height: none;
  padding: 0 0 40px;
  width: 440px;
}
.rightcol-leftchunk .av-right {
  width: 200px;
}
ul.model-tabby li {
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
}
ul.av-details {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
  margin-left: 30px;
}
#tabs {
  padding-top: 30px;
}
#tabs a {
  outline: none;
}
#tabs .ui-state-active,
#tabs .ui-widget-content .ui-state-active,
#tabs .ui-widget-header .ui-state-active {
  padding: 10px;
  border: 1px solid #aaaaaa /*{borderColorActive}*/;
  border-bottom: none;
  background-color: #f4f4f4;
  outline: none;
}
#tabs.darker .ui-state-active,
#tabs.darker .ui-widget-content .ui-state-active,
#tabs.darker .ui-widget-header .ui-state-active {
  background-color: #e4e4e4;
}
#tabs .ui-state-active a,
#tabs .ui-widget-content .ui-state-active a,
#tabs .ui-widget-header .ui-state-active a {
  color: #333333;
}
#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default {
  padding: 8px 10px;
  outline: none;
}
#tabs .ui-state-default a:hover,
#tabs .ui-widget-content .ui-state-default a:hover,
#tabs .ui-widget-header .ui-state-default a:hover {
  color: #333333;
}
#tabs .ui-widget-content {
  border-top: 1px solid #aaaaaa /*{borderColorContent}*/;
  padding-top: 30px;
  padding-left: 0px;
  margin-top: -13px;
}
#tabs .speclist-left,
#tabs .speclist-right {
  border-bottom: 1px solid #dadada;
}
#tabs .speclist-left {
  width: 160px;
}
#tabs .speclist-right {
  background: none;
  width: 130px;
}
.speclist-left ul {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
  padding: 0px;
  line-height: 1.65em;
  margin-bottom: 0px;
  margin-top: 0px;
}
.speclist-left ul li {
  padding: 0px 0px 0px 5px;
  margin: 0px;
}
.speclist-right ul {
  list-style-type: none;
  line-height: 1.65em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
}
.speclist-right ul li {
  padding: 0px;
  margin: 0px;
}
.spec-note {
  font-size: 10px;
  line-height: 1.25em;
}
/* Scrolling slider */
.scroll-pane {
  overflow: auto;
  width: 100%;
  float: left;
  height: 355px;
  margin: 35px 0;
}
.scroll-content {
  width: 2308px;
  float: left;
  background: transparent;
  /*url("/img/model/css-img/bg-spec-slider.png") repeat-x*/
  position: absolute;
}
.scroll-content-item {
  width: 100px;
  height: 100px;
  float: left;
  margin: 10px;
  font-size: 3em;
  line-height: 96px;
  text-align: center;
}
.scroll-bar-wrap {
  clear: left;
  padding: 0 4px;
  margin: 0;
  height: 38px;
  margin-top: 320px;
}
.scroll-bar-wrap > a,
.scroll-bar-wrap > div,
.scroll-bar-wrap > span {
  float: left;
}
.scroll-bar-wrap .scroll-left-btn {
  width: 34px;
  height: 34px;
  display: block;
  background: url("/img/global/css-img/btn-lft-arrow.png");
  text-indent: -10000em;
  outline: none;
  margin-right: 10px;
}
.scroll-bar-wrap .scroll-right-btn {
  width: 34px;
  height: 34px;
  display: block;
  background: url("/img/global/css-img/btn-rt-arrow.png");
  text-indent: -10000em;
  outline: none;
  margin-left: 10px;
}
.scroll-bar-wrap .scroll-dot {
  width: 6px;
  height: 34px;
  background: url("/img/model/css-img/img-specs-dot.png") 0 center no-repeat;
  display: block;
}
.scroll-bar-wrap .ui-slider {
  background: url("/img/model/css-img/bg-specs-slider-rptr.png") 0 center repeat-x;
  border: 0;
  height: 34px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 826px;
  padding-right: 22px;
}
.scroll-bar-wrap .ui-slider-handle {
  width: 22px;
  height: 34px;
  background: url("/img/model/css-img/img-specs-circle.png") 0 center no-repeat;
  display: block;
  outline: none;
  position: absolute;
  margin-left: -11px;
}
/* model interior SEBASTIAN*/
.singleengine .no-flow-image {
  left: 100px;
}
.citation .no-flow-image {
  left: 100px;
}
.no-flow-image {
  position: relative;
}
.model-interior {
  width: 100%;
  /*overflow-x: hidden;*/
  overflow: hidden;
}
/* alpine specific classes */
.before-text {
  z-index: 30;
  float: left;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 20pt;
  left: 5px;
  color: #fff;
}
.after-text {
  z-index: 30;
  float: right;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 20pt;
  right: 5px;
  color: #fff;
}
#model-before-after-white-bg {
  background: url("/img/model/css-img/bg-specs-gradient.jpg") no-repeat scroll 0 0 #f4f4f4;
  border-top: 2px solid #fff;
  font-size: 1.1em;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
#model-before-after-white-bg h2 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
#model-before-after-black-bg {
  background: url("/img/Mods/int_alpine_bg.jpg") repeat-x scroll center 0 transparent;
  border-top: 2px solid #fff;
  font-size: 1.1em;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  color: #fff;
}
#model-before-after-black-bg h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#model-additional-info-white-bg {
  background-color: #F4F4F4;
  font-size: 1.1em;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
/*  Hot Spots */
.popupCircle {
  cursor: pointer;
  position: absolute;
  height: 325px;
  width: 325px;
  display: none;
}
.popupCircle .popupHeader {
  margin: 2px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.popupCircle .popupDescription {
  margin: 0;
  font-size: 10px;
  color: #959595;
  font-weight: bold;
}
.popupCircle .popupText {
  position: absolute;
  display: block;
  width: 195px;
  height: 60px;
  top: 205px;
  left: 70px;
}
/* sliders for before / after? */
.slider {
  background: #333;
  background: transparent url('/img/family/css-img/track-bg.gif') 0 50% repeat-x;
  border: none;
  height: 10px;
  margin-top: 7px;
  position: relative;
}
.slider .ui-slider-range {
  background: #98CAEC;
  background: transparent url('/img/family/css-img/slider-bg.gif') 0 50% repeat-x;
  height: 10px;
  position: relative;
}
.slider .ui-slider-handle {
  background: #EEE;
  background: transparent url('/img/family/css-img/slider-knob.png') 0 0 no-repeat;
  margin-left: -4px;
  height: 14px;
  width: 14px;
  position: absolute;
  top: -1px;
  border: none;
}
.slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
/* END _SERVICE MODS (ALPINE, e.g.) */
#GmapInstance {
  height: 750px;
}
.map-wrapper {
  border-top: .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: 20px;
  width: 100%;
  height: 0;
}
.map-options .full-width {
  width: 100% !important;
  margin: 0 !important;
}
.map-options .title {
  background-color: #000000;
}
.map-options .title h2 {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  line-height: 18px;
  float: left;
  width: 90%;
  margin: 0;
  padding: .5em 0;
}
.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 select {
  height: auto !important;
  padding: .2em .5em !important;
  width: 100%;
}
.map-options .service-filter select[disabled] {
  background-color: #777;
  cursor: not-allowed;
}
.map-options .service-filter label {
  margin-bottom: -3px;
  color: #acacac;
  font-size: 14px;
  white-space: nowrap;
}
.map-options .service-filter .search {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
}
.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: 16px;
  margin-top: 10px;
}
.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: .4em;
}
.infoBox .infoBoxImage img {
  width: 300px;
}
.infoBox .infoBoxDetails {
  overflow: hidden;
  display: none;
  padding: 1em;
  background-color: #FFF;
  box-shadow: inset 1px 4px 9px -6px #000000;
}
/* 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('/img/global/css-img/icon-map-cit-serv-center.png') no-repeat;
  margin-bottom: 10px;
}
.GmapLegend .iconServFacility {
  background: url('/img/global/css-img/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;
}
.logbook-detial {
  color: red;
}
/*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('/fonts/logbook.eot?-vrv4l7');
  src: url('/fonts/logbook.eot?#iefix-vrv4l7') format('embedded-opentype'), url('/fonts/logbook.ttf?-vrv4l7') format('truetype'), url('/fonts/logbook.woff?-vrv4l7') format('woff'), url('/fonts/logbook.svg?-vrv4l7#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";
}
/* Developer Stuff
================================================== */
/**:nth-child(odd),*:before,*:after{box-shadow:inset 0 0 5px rgba(20,255,180,.3);}*:nth-child(even){box-shadow:inset 0 0 5px rgba(255,20,180,.3);}*/
/* GLOBAL */
.padded {
  padding: 0;
}
.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: .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: .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: .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: .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: .5em;
}
.logbook-item h4 {
  font-size: 1em;
  color: #25282a;
  text-transform: uppercase;
  margin: .5em 0;
}
.logbook-item p {
  font-size: .75em;
  color: #25282a;
  margin: .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: .7em;
  text-transform: uppercase;
  padding: .333em .5em;
}
.logbook-read-more:hover {
  color: #1277bd;
  font-weight: bold;
}
.logbook-cat-icons {
  list-style: outside none none;
  margin: .5em 0 0 0;
  height: 2.5em;
  clear: both;
}
.logbook-cat-icons li {
  display: inline;
  margin-right: .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: .666em;
}
.logbook-detail-content {
  background: #fff;
  padding: 1em;
  color: #25282a;
}
.logbook-detail-content h2 {
  clear: both;
  color: #25282a;
  text-transform: uppercase;
  padding: .5em 0;
  font-family: "Proxima N W01 Reg", sans-serif;
}
.logbook-detail-content h3 {
  text-transform: uppercase;
  font-family: "Proxima N W01 Thin Reg", sans-serif;
}
.logbook-detail-content img {
  width: 100%;
  margin-bottom: .5em;
}
.logbook-detail-content .logbook-cat-icons {
  float: left;
  width: 50%;
}
.logbook-detail-sidebar .logbook-item {
  border-top: 1px solid #e3e3e3;
  padding: .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: .333em 0 0 0;
}
.logbook-social a,
.logbook-campaign-header .social a,
.logbook-detail-content .social a {
  font-size: .875em;
}
a.back-link {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: .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-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;
}
.video-download {
  margin: .5em 0;
  padding: .2em .5em;
  display: block;
  text-transform: uppercase;
  font-size: .75em;
}
.video-download:hover {
  background: transparent;
  color: #25282a;
}
/*  LOGBOOK CAMPAIGN PAGE  */
.logbook-campaign-header h2 {
  margin: 1em 0 0 0;
  text-transform: uppercase;
}
.logbook-campaign-header h2 {
  margin: 1em 0 0 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: .333em 0 0 0;
}
.logbook-campaign-sidebar {
  margin: 1em 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: .5em 0;
  font-size: .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: .5em 0;
}
.logbook-item p {
  font-size: .75em;
  color: #25282a;
  margin: .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: "Before";
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: "After";
}
.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 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #ffffff, 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 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #ffffff, 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 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #ffffff, 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 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #ffffff, 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-container img {
  width: 100%;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  display: none;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  width: auto;
  height: auto;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  line-height: 38px;
  padding: 0 20px;
  top: 50%;
  margin-top: -19px;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Thin Reg', Arial, sans-serif;
}
.twentytwenty-horizontal .twentytwenty-before-label {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label {
  right: 10px;
}
.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: .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-slide-out {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: opacity .5s, left 1s;
  -moz-transition: opacity .5s, left 1s;
  -o-transition: opacity .5s, left 1s;
  transition: opacity .5s, left 1s;
  width: 75%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  box-shadow: 5px 0 15px -10px #000000;
}
.ba-slide-out.active {
  opacity: 1;
  left: 0;
}
.ba-slide-out p {
  color: #fff;
  padding: 1em;
  margin-bottom: 0;
  font-size: .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: .333em .666em;
}
.ba-slide-out-img {
  width: 100%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* Images as background images */
.twentytwenty-container > .ba-img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 40em) {
  .ba-slide-out {
    width: 100%;
  }
  .twentytwenty-container > .ba-img {
    height: 300px;
  }
  .twentytwenty-before-label,
  .twentytwenty-after-label {
    font-size: 2em;
  }
}
@media only screen and (min-width: 40.063em) {
  .ba-slide-out {
    width: 70%;
  }
  .twentytwenty-container > .ba-img {
    height: 375px;
  }
  .twentytwenty-before-label,
  .twentytwenty-after-label {
    font-size: 3em;
  }
}
@media only screen and (min-width: 64.063em) {
  .ba-slide-out {
    width: 70%;
  }
  .twentytwenty-container > .ba-img {
    height: 450px;
  }
  .twentytwenty-before-label,
  .twentytwenty-after-label {
    font-size: 4em;
  }
}
@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;
  }
}
/*# sourceMappingURL=D:/SVN/SVN-UAT/TxtAv.Web/css/TxtAv/main.css.map */