@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html, body {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%; }

.float-right {
  float: right;
  margin: 0 0 20px 20px; }

.float-left {
  float: left;
  margin: 0 20px 20px 0; }

.pos-rel {
  position: relative; }

.text-center {
  text-align: center; }

.no-margin {
  margin: 0; }

.v-pad {
  padding: 1em 0; }
  @media (min-width: 690px) {
    .v-pad {
      padding: 3em 0; } }
.pad-right {
  padding-right: 0; }
  @media (min-width: 690px) {
    .pad-right {
      padding-right: 30px; } }
.old-ie .l-header, .old-ie .l-footer, .old-ie .l-sidebar, .old-ie .l-main-nav-block, .old-ie .l-main-content-wrap {
  display: block; }

.mobile-only {
  display: block; }
  @media (min-width: 690px) {
    .mobile-only {
      display: none; } }
.hide-mobile {
  display: none; }
  @media (min-width: 690px) {
    .hide-mobile {
      display: block; } }
.vimeo-player {
  width: 100%; }
  @media (min-width: 767px) {
    .vimeo-player {
      float: right;
      margin: 0 -50% 10px 20px; } }
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

hr {
  border-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1em 0;
  clear: both; }
  hr:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */ }

.sidebar-img {
  margin-bottom: 2em; }

.video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 20px; }
  .video-wrap iframe, .video-wrap object, .video-wrap embed {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute; }

table {
  width: 100%; }
  table td, table tr {
    vertical-align: top; }

.fb-page, .fb-page iframe[style], .fb-page span {
  width: 100% !important; }

.white-bg {
  background: #fff; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

::-moz-selection {
  color: #fff;
  background: #01209f; }

::selection {
  color: #fff;
  background: #01209f; }

body {
  background: #01209f; }

blockquote {
  quotes: "“" "”" "‘" "’"; }
  blockquote p {
    display: inline; }
    blockquote p:before {
      content: "\201C"; }
    blockquote p:after {
      content: "\201D"; }
  blockquote cite {
    display: block;
    color: tint(#555, 40%);
    font-size: 0.8em;
    font-style: italic; }
    blockquote cite:before {
      content: "\2014  "; }

table {
  width: 100%;
  font-size: rem-calc(1.5); }
  table th {
    text-align: left;
    color: #fff;
    background: #01209f; }
  table th, table td {
    padding: 6px; }
  table.striped tr:nth-child(odd) td {
    background-color: #e4e4e9; }
  table.transparent td:first-child {
    vertical-align: middle; }
    table.transparent td:first-child img {
      margin: 0 auto;
      display: block;
      max-width: 200px; }
  table td {
    padding: 4px; }
  table p {
    font-size: rem-calc(1.5); }

.module table td {
  width: auto; }

table.tableizer-table {
  font-size: 12px;
  border: 1px solid #CCC;
  font-family: Arial, Helvetica, sans-serif; }

.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid #CCC; }

.tableizer-table th {
  background-color: #104E8B;
  color: #FFF;
  font-weight: bold; }

input[type="submit"],
button,
.btn {
  background-color: #73092e;
  color: #fff;
  border: 0 none;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0;
  font-weight: 300;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle; }
  input[type="submit"]:hover,
  button:hover,
  .btn:hover {
    background-color: #630f23;
    color: #fff;
    text-decoration: none; }
  input[type="submit"].subdued,
  button.subdued,
  .btn.subdued {
    background-color: #555;
    color: #fff;
    border: 1px solid #555; }
    input[type="submit"].subdued:hover,
    button.subdued:hover,
    .btn.subdued:hover {
      background-color: #01209f;
      border: 1px solid #01209f; }
  input[type="submit"].block, input[type="submit"].btn-block,
  button.block,
  button.btn-block,
  .btn.block,
  .btn.btn-block {
    display: block;
    text-align: center; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin: 15px 0 5px 0;
  font-weight: normal; }
  label.required-field {
    font-weight: bold; }
    label.required-field:after {
      content: " *"; }

.radio,
.checkbox {
  display: inline-block;
  margin: 0 30px 0 0; }
  .radio label,
  .checkbox label {
    font-weight: normal; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
  border-color: shade(#cccccc, 30%); }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #01209f;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 32, 159, 0.6); }

textarea {
  height: 200px;
  padding: 10px 20px; }

.input-group {
  display: table;
  width: 100%;
  vertical-align: middle;
  position: relative;
  border-collapse: separate; }
  .input-group input {
    display: table-cell;
    height: 28px; }
  .input-group .btn-wrap {
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    width: 1px; }
    .input-group .btn-wrap button {
      padding: 3px 10px;
      height: 28px;
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: top; }

body {
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #555; }

p, li, div, table {
  font-size: 16px;
  font-size: 1.6rem; }
  .small p, .small li, .small div, .small table {
    font-family: "Libre Franklin", sans-serif;
    font-size: 20px;
    font-size: 2rem; }

p {
  margin: 0 0 1em 0; }

.intro {
  font-family: "Libre Franklin", sans-serif; }

b, strong {
  font-weight: 600; }

.bordered-head {
  position: relative;
  text-align: center;
  font-style: italic; }
  .bordered-head .text-wrap {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 12; }
  .bordered-head:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #01209f;
    left: 0;
    right: 0;
    z-index: 10; }

.hours {
  margin: 0.5em 0;
  padding-bottom: 0.25em;
  text-align: center;
  border-bottom: 1px solid #ccd2ec; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #01209f;
  margin: 0 0 0.25em 0; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #99a6d9; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #01209f; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: shade(#01209f, 30%);
      text-decoration: none; }
    h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
      color: shade(shade(#01209f, 30%), 30%); }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 1em; }

.home-section-head {
  background: #01209f;
  padding: 10px;
  color: #fff;
  margin-bottom: 0; }
  .home-section-head.bleed {
    margin: -10px -10px 0 -10px; }

p, li, div, table, label, input, button {
  font-size: 14.4px;
  font-size: 1.44rem; }

.big {
  font-size: 17.28px;
  font-size: 1.728rem; }

h1 {
  font-size: 21.6px;
  font-size: 2.16rem; }

h2 {
  font-size: 20.16px;
  font-size: 2.016rem; }

h3 {
  font-size: 18.72px;
  font-size: 1.872rem; }

h4 {
  font-size: 17.28px;
  font-size: 1.728rem; }

h5 {
  font-size: 15.84px;
  font-size: 1.584rem; }

h6 {
  font-size: 14.4px;
  font-size: 1.44rem; }

@media (min-width: 985px) {
  p, li, div, table, label, input, button {
    font-size: 16px;
    font-size: 1.6rem; }
  .big {
    font-size: 19.2px;
    font-size: 1.92rem; }
  h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  h2 {
    font-size: 22.4px;
    font-size: 2.24rem; }
  h3 {
    font-size: 20.8px;
    font-size: 2.08rem; }
  h4 {
    font-size: 19.2px;
    font-size: 1.92rem; }
  h5 {
    font-size: 17.6px;
    font-size: 1.76rem; }
  h6 {
    font-size: 16px;
    font-size: 1.6rem; } }

.knockout p, .knockout li, .knockout h1, .knockout h2, .knockout h3, .knockout h4, .knockout h5, .knockout h6, .knockout a {
  color: #fff; }

.knockout a {
  text-decoration: underline; }

a {
  color: #01209f;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(1, 32, 159, 0.1);
  transition: all 0.5s;
  cursor: pointer; }
  a:hover {
    color: shade(#01209f, 15%);
    box-shadow: inset 0 -60px 0 rgba(1, 32, 159, 0.2); }
  a.hover-only, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    box-shadow: inset 0 0 0 rgba(1, 32, 159, 0.1);
    transition: all 0.5s; }
    a.hover-only:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      box-shadow: inset 0 -60px 0 rgba(1, 32, 159, 0.2); }
  .social-wrap a, .sf-menu a, a.main-logo, a.frontendadmin, .thumbnails a, .redactor-toolbar a, #redactor-modal a, a.btn, .tab-nav a, .mobile-nav a, .redactor-dropdown a, a.open-panel-wrap__logo, a.open-panel, .fancybox-overlay a, .zoom a, .knockout a, .pdf-list a, a.pdf, a.close-popup, .category-list li a, .masthead-nav a, table.transparent td:first-child a {
    box-shadow: none; }
    .social-wrap a:hover, .sf-menu a:hover, a.main-logo:hover, a.frontendadmin:hover, .thumbnails a:hover, .redactor-toolbar a:hover, #redactor-modal a:hover, a.btn:hover, .tab-nav a:hover, .mobile-nav a:hover, .redactor-dropdown a:hover, a.open-panel-wrap__logo:hover, a.open-panel:hover, .fancybox-overlay a:hover, .zoom a:hover, .knockout a:hover, .pdf-list a:hover, a.pdf:hover, a.close-popup:hover, .category-list li a:hover, .masthead-nav a:hover, table.transparent td:first-child a:hover {
      box-shadow: none; }

.l-main {
  padding: 30px 0; }
  @media (min-width: 690px) {
    .l-main {
      padding: 80px 0; } }
.subpage-top-info {
  text-align: right;
  color: #fff;
  padding-top: 1em; }
  .subpage-top-info i {
    font-size: 18px;
    font-size: 1.8rem; }
  .subpage-top-info a {
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff; }
    .subpage-top-info a:hover {
      color: #fff; }

.main-wrap {
  overflow: hidden; }
  @media (min-width: 1400px) {
    .main-wrap {
      background: linear-gradient(to right, #e4e4e9 24%, #fff 24%, #fff 100%); } }
.sidebar {
  background: #e4e4e9;
  padding: 3em 30px; }
  .sidebar.in-footer {
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0; }
  @media (min-width: 690px) {
    .sidebar {
      width: 40%;
      float: left;
      padding-bottom: 9000px;
      margin-bottom: -9000px; }
      .sidebar.in-footer {
        background: transparent; } }
  @media (min-width: 767px) {
    .sidebar {
      width: 33.333%; } }
  @media (min-width: 985px) {
    .sidebar {
      width: 25.4%; } }
.main {
  padding: 2em 20px; }
  .main.in-footer {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0; }
  @media (min-width: 690px) {
    .main {
      padding: 3em 30px;
      width: 60%;
      float: right; } }
  @media (min-width: 985px) {
    .main {
      padding: 3em 60px; } }
  @media (min-width: 767px) {
    .main {
      width: 66.666%; } }
  @media (min-width: 985px) {
    .main {
      width: 74.6%; } }
.sidebar-links {
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  .sidebar-links li a {
    display: block;
    position: relative;
    padding: 12px 20px 12px 80px;
    margin-bottom: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    box-shadow: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6); }
    .sidebar-links li a:hover {
      color: #01209f;
      background: #fff; }
    .sidebar-links li a:before {
      content: "";
      display: block;
      width: 70px;
      height: 70px;
      position: absolute;
      top: -14px;
      left: 0; }
  .sidebar-links li.protective a, .sidebar-links li.nano a, .sidebar-links li.data-connect a, .sidebar-links li.series-iii a, .sidebar-links li.grips a {
    padding: 12px 80px 12px 20px; }
    .sidebar-links li.protective a:before, .sidebar-links li.nano a:before, .sidebar-links li.data-connect a:before, .sidebar-links li.series-iii a:before, .sidebar-links li.grips a:before {
      left: auto;
      right: 0; }
  .sidebar-links li.hd-26482 a:before {
    background: url(../img/26482.png) top left no-repeat transparent;
    background-size: 64px 64px;
    top: -8px; }
  .sidebar-links li.military a:before {
    background: url(../img/mil-connect.png) top left no-repeat transparent;
    background-size: 64px 64px;
    top: -17px; }
  .sidebar-links li.series-iii a:before {
    background: url(../img/series-iii.png) top left no-repeat transparent;
    background-size: 64px 64px;
    top: -8px; }
  .sidebar-links li.backshells a:before {
    background: url(../img/backshell.png) top left no-repeat transparent;
    background-size: 64px 64px;
    top: -8px; }
  .sidebar-links li.data-connect a:before {
    background: url(../img/hdmi-icon.png) top left no-repeat transparent;
    background-size: 64px 64px;
    top: -4px; }
  .sidebar-links li.com-5015 a:before {
    background: url(../img/com-5015.png) top left no-repeat transparent;
    background-size: 64px 64px;
    top: -4px; }
  .sidebar-links li.protective a:before {
    background: url(../img/protective-covers.png) top left no-repeat transparent;
    width: 72px;
    height: 72px;
    background-size: 72px 72px; }
  .sidebar-links li.industrial a:before {
    background: url(../img/industrial.png) top left no-repeat transparent;
    background-size: 64px 64px;
    width: 64px;
    height: 64px; }
  .sidebar-links li.grips a:before {
    background: url(../img/grips.png) top left no-repeat transparent;
    transform: scaleX(-1);
    background-size: 72px 72px;
    width: 72px;
    height: 72px;
    top: -2px; }
  .sidebar-links li.custom a:before {
    background: url(../img/custom.png?cacheBust) top left no-repeat transparent;
    background-size: 58px 58px;
    width: 58px;
    height: 58px;
    top: 4px; }
  .sidebar-links li.nano a:before {
    background: url(../img/nano.png) top left no-repeat transparent;
    background-size: 72px 72px;
    width: 72px;
    height: 72px;
    top: -12px; }

.pdf-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .pdf-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 1em 0;
    max-width: 250px;
    background: #eee;
    padding: 10px; }
    .pdf-list li:hover {
      background: #ddd; }
    .pdf-list li a {
      display: block; }
    .pdf-list li .pdf {
      display: block;
      font-size: 0.7em; }

.pdf:before {
  background: url(../img/pdf.svg) top left no-repeat;
  background-size: 20px 17px;
  content: "";
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0; }

.category-list {
  margin: 0;
  padding: 0; }
  .category-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    background: #eee;
    padding: 10px; }
    .category-list li:hover {
      background: #ddd; }
    .category-list li a {
      display: block; }
  @media (min-width: 690px) {
    .category-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .category-list li {
        vertical-align: top;
        margin: 0 0 2em;
        width: 100%; } }
  @media (min-width: 767px) {
    .category-list li {
      width: calc(50% - 20px); } }
.distributor {
  margin-bottom: 1em; }

.distrubutor-img {
  margin: 2em 0 0.5em;
  display: block;
  max-width: 200px; }
  @media (min-width: 690px) {
    .distrubutor-img {
      margin: 1em auto; } }
.responsive-table {
  margin: 1em 0;
  width: 100%; }
  .responsive-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .responsive-table th {
    display: none; }
  .responsive-table td {
    display: block;
    width: 100%; }
    .responsive-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 100%;
      display: block; }
      @media (min-width: 985px) {
        .responsive-table td:before {
          display: none; } }
  .responsive-table th, .responsive-table td {
    text-align: left;
    width: 100%;
    padding: 10px; }
    @media (min-width: 985px) {
      .responsive-table th, .responsive-table td {
        display: table-cell;
        width: auto; } }
.l-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .l-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 690px) {
    .l-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1460px) {
    .l-container {
      padding-left: 0;
      padding-right: 0; } }
  .l-container.no-pad {
    padding-left: 0;
    padding-right: 0; }
  .l-container.no-pad-right {
    padding-right: 0; }
  .l-container.skinny {
    max-width: 985px;
    margin-left: auto;
    margin-right: auto; }
    .l-container.skinny:after {
      content: " ";
      display: block;
      clear: both; }

.l-col-wrap {
  margin: 36px 0; }

@media (min-width: 900px) {
  .l-masthead-list {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
  .l-masthead-photos {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
    position: relative; } }

@media (min-width: 690px) {
  .l-one-third {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .l-one-third:nth-child(3n+3) {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; }
    .l-one-third.l-last {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; }
    .l-one-third:nth-child(4n+4) {
      clear: both; } }

.l-one-third.pad {
  padding-bottom: 40px; }
  @media (min-width: 690px) {
    .l-one-third.pad {
      padding-bottom: 80px;
      padding-left: 10px;
      padding-right: 10px; } }
@media (min-width: 690px) {
  .l-one-half {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .l-one-half.l-last {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }

@media (min-width: 985px) {
  .l-one-half-normal {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .l-one-half-normal.l-last {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; } }

@media (min-width: 690px) {
  .l-one-fifth {
    width: 18.1818181818%;
    float: left;
    margin-right: 2.2727272727%; }
    .l-one-fifth.l-last {
      width: 18.1818181818%;
      float: right;
      margin-right: 0; } }

@media (min-width: 690px) {
  .l-two-thirds {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
    .l-two-thirds.l-last {
      width: 66.1016949153%;
      float: right;
      margin-right: 0; } }

@media (min-width: 690px) {
  .l-one-quarter {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
    .l-one-quarter.l-last, .l-one-quarter:nth-child(4n+4) {
      width: 23.7288135593%;
      float: right;
      margin-right: 0; }
    .l-one-quarter:nth-child(4n+5) {
      clear: both; } }

@media (min-width: 690px) {
  .l-news {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%; } }

@media (min-width: 690px) {
  .l-features {
    width: 57.6271186441%;
    float: right;
    margin-right: 0; } }

@media (min-width: 690px) {
  .l-three-quarters {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%; }
    .l-three-quarters.l-last {
      width: 74.5762711864%;
      float: right;
      margin-right: 0; } }

.l-header {
  padding: 1px 0 0;
  background: #eee; }
  .l-header .l-container {
    position: relative; }

.gradient {
  background: #01209f;
  /* fallback for old browsers */
  background: linear-gradient(to left, #01209f, #00d2ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.main-logo {
  display: none; }
  @media (min-width: 690px) {
    .main-logo {
      display: flex;
      margin: 0 20px;
      font-size: 18px;
      color: #fff;
      max-width: 200px; }
      .main-logo img {
        width: 200px;
        height: 144px; } }
.l-masthead-photos {
  margin-bottom: 2em; }
  @media (min-width: 900px) {
    .l-masthead-photos {
      margin-bottom: 0; } }
.triangle-clip {
  display: none; }
  @media (min-width: 900px) {
    .triangle-clip {
      display: block;
      position: absolute;
      top: -1px;
      left: -2px;
      bottom: 0;
      z-index: 99;
      height: 100%; }
      .triangle-clip polygon {
        fill: #011b86; } }
.header-title {
  font-style: italic;
  margin-top: 0.25em;
  max-width: 370px; }
  @media (min-width: 690px) {
    .header-title {
      margin-top: 1.7em;
      font-size: 2.4rem; } }
.item {
  position: relative; }
  .item picture, .item img {
    display: block; }

.masthead-nav {
  position: absolute;
  bottom: -18px;
  z-index: 1000;
  list-style: none;
  line-height: 1.6;
  left: -40px;
  right: 0;
  text-align: center; }
  .masthead-nav a {
    display: none;
    color: #747474; }
    .masthead-nav a:hover, .masthead-nav a.active {
      color: #fff; }
    .masthead-nav a.active {
      display: block;
      padding: 4px 10px;
      font-size: 18px;
      font-size: 1.8rem; }
  .masthead-nav a.srv-icon-label {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    padding: 0px 10px; }
  @media (min-width: 900px) {
    .masthead-nav {
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left;
      font-style: italic;
      list-style: none;
      padding: 0 0 0 30px;
      z-index: 100;
      position: relative;
      margin: 1em -38% 0 0;
      background: transparent;
      bottom: auto;
      left: auto; }
      .masthead-nav li {
        display: block; }
      .masthead-nav a,
      .masthead-nav a.active {
        display: block;
        padding: 0;
        background: transparent;
        font-size: 18px;
        font-size: 1.8rem;
        font-size: 20px;
        font-size: 2rem; } }
  @media (min-width: 985px) {
    .masthead-nav a,
    .masthead-nav a.active {
      font-size: 23px;
      font-size: 2.3rem; } }
  @media (min-width: 1400px) {
    .masthead-nav a,
    .masthead-nav a.active {
      font-size: 26px;
      font-size: 2.6rem; } }
  .masthead-nav li.first {
    display: none; }
    @media (min-width: 900px) {
      .masthead-nav li.first {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff; } }
.home-carousel {
  position: relative;
  background: #011b86; }

@keyframes burns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

.slick-track .item {
  overflow: hidden; }
  .slick-track .item img {
    opacity: 0;
    transition: 12s transform, .5s opacity;
    transform-origin: bottom left; }

.slick-track .item:nth-child(2n+1) img {
  transform-origin: top right; }

.slick-track .item:nth-child(3n+1) img {
  transform-origin: top left; }

.slick-track .item:nth-child(4n+1) img {
  transform-origin: bottom right; }

.slick-track .item.slick-active img {
  opacity: 1;
  animation: 10s ease-out 0s 1 burns;
  animation-fill-mode: forwards; }

.mobile-masthead {
  display: block;
  padding: 3px 0 0 0; }
  .mobile-masthead:after {
    content: "";
    display: table;
    clear: both; }
  .mobile-masthead .mobile-logo {
    float: right;
    width: 80px;
    margin: 7px 10px 0 0; }
  @media (min-width: 690px) {
    .mobile-masthead {
      display: none; } }
  .styleguide .mobile-masthead {
    display: block; }

.sub-mast {
  background-color: #01209f; }
  .sub-mast img {
    display: block; }

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
/**
*.headroom {
  *  will-change: transform;
  *  transition: transform 200ms linear;
  * position: fixed;
  *  width: 100%;
  *  z-index: 500;
  *  background: #eee;
*
  *  // & + * {
  *  //   padding-top: 90px;
  *  // }
*
  *  &--top {
*
  *  }
*}
*.headroom--pinned {
 *   transform: translateY(0%);
*}
*.headroom--unpinned {
 *   transform: translateY(-100%);
*}
*/
.open {
  fill: #1abc9c; }

.sm-icon {
  max-width: 150px; }

.lg-icon {
  max-width: 200px; }

.l-footer {
  margin: 0;
  padding: 20px 0; }

.sm-foot-text {
  font-size: 0.7em; }

.popup {
  background: #eee;
  position: fixed;
  padding: 20px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.7s ease-in-out, opacity 0.3s ease-in-out;
  border: 1px solid #ccc;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  width: 300px;
  bottom: 20px;
  right: 20px;
  left: auto; }

@media (min-width: 690px) {
  .popup.open {
    opacity: 1;
    transform: translateY(0); } }

.popup .close-popup {
  position: absolute;
  top: -10px;
  right: 4px;
  color: #333;
  text-decoration: none;
  font-size: 28px;
  display: block; }

.popup .close-popup:hover {
  color: #cf1616;
  border-bottom: none; }

.well {
  background: #e4e4e9;
  padding: 10px;
  padding: 24px; }
  .well.white {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 2em;
    padding: 10px 24px 24px; }

.success {
  background: #d1f2eb;
  border: 1px solid #1abc9c;
  padding: 10px;
  color: #1abc9c;
  margin: 1em 0; }
  .success p {
    margin: 0; }

nav {
  background: #01209f;
  text-align: right;
  font-family: "Libre Franklin", sans-serif; }

.l-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

/*** ESSENTIAL STYLES ***/
.sf-menu > ul, .sf-menu > ul * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu > ul li {
  position: relative; }

.sf-menu > ul ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > ul > li {
  display: inline-block;
  vertical-align: baseline; }

.sf-menu > ul li:hover > ul,
.sf-menu > ul li.sfHover > ul {
  display: block; }

.sf-menu > ul a {
  display: block;
  position: relative; }

.sf-menu > ul ul ul {
  top: 0;
  left: 100%; }

.sf-menu > ul a {
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #fff; }

.sf-menu > ul {
  margin: 0;
  border-radius: 0; }
  @media (min-width: 1400px) {
    .sf-menu > ul {
      margin-right: 0; } }
  .sf-menu > ul > li {
    background-color: transparent;
    transition: background-color .3s;
    text-align: center; }
    .sf-menu > ul > li.sfHover, .sf-menu > ul > li:hover {
      background-color: #0d2081;
      /* only transition out, not in */ }
      .sf-menu > ul > li.sfHover > a, .sf-menu > ul > li:hover > a {
        transition: color .3s;
        color: #fff; }
    .sf-menu > ul > li.active-menu-item > a {
      font-weight: 700; }
    .sf-menu > ul > li > a {
      font-weight: 300;
      padding: 14px;
      border-radius: 0;
      color: #fff;
      margin: 0 0;
      font-size: 12.6px; }
      @media (min-width: 767px) {
        .sf-menu > ul > li > a {
          font-size: 14.4px; } }
      @media (min-width: 985px) {
        .sf-menu > ul > li > a {
          font-size: 16.2px; } }
      @media (min-width: 1100px) {
        .sf-menu > ul > li > a {
          font-size: 18px; } }
      @media (min-width: 1400px) {
        .sf-menu > ul > li > a {
          font-size: 19.8px; } }
    .sf-menu > ul > li:last-child > ul {
      left: auto;
      right: 0; }
    .sf-menu > ul > li > ul {
      text-align: left;
      background: #0d2081;
      min-width: 12em;
      /* allow long menu items to determine submenu width */
      padding: 0; }
      .sf-menu > ul > li > ul > li {
        margin: 0; }
        .sf-menu > ul > li > ul > li.sfHover, .sf-menu > ul > li > ul > li:hover {
          background-color: #01209f; }
          .sf-menu > ul > li > ul > li.sfHover > a, .sf-menu > ul > li > ul > li:hover > a {
            color: #fff; }
        .sf-menu > ul > li > ul > li > a {
          margin: 0;
          padding: 6px;
          color: #fff;
          font-size: 10.71px; }
          @media (min-width: 767px) {
            .sf-menu > ul > li > ul > li > a {
              font-size: 10.71px; } }
          @media (min-width: 985px) {
            .sf-menu > ul > li > ul > li > a {
              font-size: 13.77px; } }
          @media (min-width: 1400px) {
            .sf-menu > ul > li > ul > li > a {
              font-size: 16.83px; } }
        .sf-menu > ul > li > ul > li > ul {
          background: #0d2081;
          min-width: 12em;
          /* allow long menu items to determine submenu width */ }
          .sf-menu > ul > li > ul > li > ul > li.sfHover, .sf-menu > ul > li > ul > li > ul > li:hover {
            background: #01209f; }
            .sf-menu > ul > li > ul > li > ul > li.sfHover > a, .sf-menu > ul > li > ul > li > ul > li:hover > a {
              color: #fff; }
          .sf-menu > ul > li > ul > li > ul > li > a {
            color: #fff;
            padding: 6px;
            font-size: 10.71px; }
            @media (min-width: 767px) {
              .sf-menu > ul > li > ul > li > ul > li > a {
                font-size: 10.71px; } }
            @media (min-width: 985px) {
              .sf-menu > ul > li > ul > li > ul > li > a {
                font-size: 13.77px; } }
            @media (min-width: 1400px) {
              .sf-menu > ul > li > ul > li > ul > li > a {
                font-size: 16.83px; } }
          .sf-menu > ul > li > ul > li > ul ul {
            display: none !important; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 14px; }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #fff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 0;
  border-color: transparent;
  border-left-color: #fff;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.sf-arrows ul ul .sf-with-ul:after,
.sf-arrows ul ul li > .sf-with-ul:focus:after,
.sf-arrows ul ul li:hover > .sf-with-ul:after,
.sf-arrows ul ul .sfHover > .sf-with-ul:after {
  border-color: transparent; }

.sf-vertical > ul ul li {
  position: static; }

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical > ul {
  width: 100%;
  position: relative;
  float: none;
  margin: 4px 0 0 0;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */
  /*
  min-width: 12em;
  *width: 12em;
  */ }

.sf-vertical > ul ul {
  left: 100%;
  top: 0;
  bottom: -4px;
  height: 156px; }
  .home .sf-vertical > ul ul {
    height: 222px; }
  .sf-vertical > ul ul ul {
    margin-left: -48px; }

.sf-vertical > ul > li {
  float: none; }

.sf-vertical > ul li {
  width: 100%; }

/*** alter arrow directions ***/
.sf-vertical > ul.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-vertical > ul.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical > ul.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical > ul.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.open-panel {
  z-index: 100; }
  .open-panel #search-box {
    margin-top: 36px;
    padding: 0 10px; }
  .open-panel:hover {
    background-color: transparent; }
  .open-panel:focus {
    outline: 0; }

/* Move nav off screen, setup transitions */
.mobile-nav {
  width: 250px;
  position: absolute;
  left: -250px;
  top: 0;
  margin-top: 0;
  height: 100%;
  display: block;
  text-align: left;
  background: #01209f;
  padding: 0 20px; }

.top {
  text-align: right;
  padding: 10px; }

.openNav .open-panel-wrap {
  opacity: 0.5; }

.openNav .off-canvas-wrap {
  left: 0;
  transform: translate3d(250px, 0, 0);
  transition: transform 300ms ease; }

.openNav .off-canvas-content-wrap {
  opacity: 0.6; }

/* When the panel is closed, transition the page back to the left */
.off-canvas-wrap {
  left: 0;
  transition: transform 200ms ease; }

.mobile-masthead {
  background: #01209f; }

.sf-menu {
  display: none; }
  @media (min-width: 690px) {
    .sf-menu {
      display: block; } }
.mobile-nav > ul {
  background: none transparent;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }
  .mobile-nav > ul ul {
    display: none;
    margin: 0;
    padding: 0; }
  .mobile-nav > ul li {
    display: block; }
    .mobile-nav > ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      padding: 8px 10px;
      border-bottom: 0px solid rgba(0, 0, 0, 0.1);
      border-top: 0px solid rgba(255, 255, 255, 0.3); }
    .mobile-nav > ul li li a {
      font-size: 18px;
      padding: 4px 10px 4px 30px; }
    .mobile-nav > ul li li li a {
      padding: 4px 10px 4px 60px; }
    .mobile-nav > ul li.has-child > a:after {
      content: "";
      display: block;
      float: right;
      color: #fff;
      margin: 4px 0 0 0;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #fff; }
    .mobile-nav > ul li.has-child.down > a:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff; }
    .mobile-nav > ul li.has-child a.open-subs {
      color: tint(#fff, 85%); }

.mobile-nav .nav-append {
  padding: 30px 10px; }
  .mobile-nav .nav-append .lang {
    margin: 0 0 20px 0;
    display: block; }

.thumbnails {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  max-width: 1000px; }
  .thumbnails li {
    display: inline-block;
    margin: 0 5% 20px 0;
    max-width: 40%; }
    @media (min-width: 690px) {
      .thumbnails li {
        max-width: 25%; } }
    .thumbnails li a {
      display: block; }
    .thumbnails li h5 {
      margin-top: 0; }

.team {
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  .team:after {
    content: "";
    display: table;
    clear: both; }
  .team .frontendadmin_edit {
    clear: both;
    display: block !important;
    text-align: center; }
    .team .frontendadmin_edit:after {
      content: " ^^"; }

.search {
  display: block;
  position: relative;
  margin-top: 44px; }

input[type="search"].search-input {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  padding: 4px 30px 4px 6px; }

.search-button {
  position: absolute;
  top: 9px;
  right: 10px;
  border: none;
  background: url(../img/search.svg) top left no-repeat transparent;
  width: 19px;
  height: 27px;
  font: 0/0 a;
  color: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .search-button:hover {
    opacity: 0.8; }

.pagination {
  margin: 1em 0;
  padding: 0;
  list-style: none; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      display: block;
      padding: 0 10px; }
      .pagination li a:hover {
        text-decoration: none;
        color: #01209f; }
    .pagination li.disabled a {
      cursor: default;
      color: tint(#555, 50%); }
      .pagination li.disabled a:hover {
        color: tint(#555, 50%); }

.thumbnails {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  max-width: 1000px; }
  .thumbnails li {
    display: inline-block;
    margin: 0 1% 20px 0;
    max-width: 40%; }
    @media (min-width: 690px) {
      .thumbnails li {
        max-width: 15%; } }
    .thumbnails li a {
      display: block;
      opacity: 0.8; }
      .thumbnails li a:hover {
        opacity: 1.0; }

.team {
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  .team:after {
    content: "";
    display: table;
    clear: both; }
  .team .frontendadmin_edit {
    clear: both;
    display: block !important;
    text-align: center; }
    .team .frontendadmin_edit:after {
      content: " ^^"; }

table.calendar {
  width: 100%;
  font-size: 14px;
  border: 1px solid #01209f; }
  table.calendar tr {
    font-weight: normal; }
    table.calendar tr.daysofweek td {
      font-weight: bold;
      height: auto;
      background: #01209f;
      color: #fff;
      text-align: center;
      border: 0 none; }
    table.calendar tr td {
      padding: 4px;
      height: 80px;
      vertical-align: top;
      width: 14.2857143%;
      border: 1px solid #bbbbbb;
      background: #fff; }
  table.calendar .header {
    text-align: right; }
  table.calendar .daycell {
    text-align: left; }
  table.calendar .eventcell a .starttime {
    font-weight: normal;
    color: #555; }
  table.calendar .eventdesc {
    display: block; }

a.cal-arrow,
.eventcell a {
  border-radius: 3px;
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 5px;
  margin: 0 0 4px 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #01209f; }
  a.cal-arrow:hover,
  .eventcell a:hover {
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    color: #012feb; }

a.cal-arrow {
  font-weight: inherit; }

/*--- homepage dates------*/
.date {
  background: #01209f;
  width: 120px;
  padding: 2px;
  float: left;
  margin: 0 10px 20px 0; }

.month {
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #01209f;
  font-weight: bold;
  text-align: center;
  display: block; }

.day {
  color: #fff;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  display: block; }

.agenda_title {
  margin-top: 0; }

/*---- calendar event page styles ----*/
.agenda_container {
  clear: both; }

.agenda_container .event_details {
  float: left;
  width: 550px; }

.event_details h1 {
  margin-top: 0; }

.agenda_container .date {
  width: 50px;
  padding: 4px;
  float: left;
  margin: 0 10px 36px 0; }

.agenda_container .date .month {
  background: #fff;
  font-size: 14px;
  line-height: 18px; }

.agenda_container .date .day {
  font-size: 36px;
  line-height: 48px; }

.agenda_container h2 {
  margin: 0 0 18px 0; }

.sm-event-list {
  padding-top: 66px; }

@media (min-width: 690px) {
  .sidebar-date {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%; } }

@media (min-width: 690px) {
  .sidebar-date-title {
    width: 83.0508474576%;
    float: right;
    margin-right: 0; } }

.event-page .date {
  width: 100%;
  height: auto; }
  .event-page .date .month {
    font-size: 18px;
    line-height: 18px;
    padding: 4px;
    margin-bottom: 6px; }
  .event-page .date .day {
    font-size: 72px;
    line-height: 72px; }

@media (min-width: 690px) {
  .event-page__cal-wrap {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%; } }

@media (min-width: 690px) {
  .event-page__title-wrap {
    width: 83.0508474576%;
    float: right;
    margin-right: 0; } }

ul.tabs {
  margin: 1em 0 0 0;
  padding: 0px;
  list-style: none; }

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: -1px;
  background: #eee;
  border: 1px solid #eee;
  border-bottom: 1px solid #999;
  margin-right: 6px;
  font-size: 0.65em; }

ul.tabs li.current {
  border: 1px solid #999;
  border-bottom: 1px solid #fff;
  background: #fff; }

.tab-content {
  display: none;
  border: 1px solid #999;
  padding: 15px;
  margin-bottom: 1em; }

.tab-content.current {
  display: inherit; }
