@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  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); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

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

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1; }

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0; }

.justified-gallery > .entry-visible > img, .justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px; }

/* ----------------------------------------------------------------------------
********************************      TYPOGRAPHY      *************************
-----------------------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 1.375; }

p {
  line-height: 1.375;
  margin-bottom: 1em;
  margin-top: 0; }
  p.note {
    color: #999;
    font-size: .9em;
    font-style: italic;
    margin-top: 1.5em; }

a {
  color: #3780BE;
  text-decoration: underline; }
  a:hover {
    color: #3780BE;
    text-decoration: none; }
  a:focus {
    color: #3780BE;
    text-decoration: none; }
  a.no-underline {
    text-decoration: none; }
    a.no-underline:hover {
      text-decoration: underline; }

h1 {
  line-height: 1.2;
  margin-bottom: .3em;
  margin-top: 2em; }
  h1:first-of-type {
    margin-top: 1em; }
  h1 + h2,
  h1 + h3,
  h1 + h4 {
    margin-top: .5em; }

h2 {
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 1.5em; }
  h2 + h3,
  h2 + h4 {
    margin-top: .5em; }

h3 {
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.8em; }
  h3 + h4 {
    margin-top: .5em; }

h4 {
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 2em;
  text-transform: uppercase; }

.content ul,
.content ol {
  margin: 1em 0; }
  .content ul li,
  .content ol li {
    margin: .25em 0; }

blockquote {
  border-left: 5px solid #dedede;
  margin: 2em 0;
  padding: 1em 2em; }
  blockquote .quote {
    color: #999;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.4; }
  blockquote .quote-author {
    color: #999;
    font-size: .9em;
    font-weight: bold;
    margin-top: 1.2em;
    text-transform: uppercase; }

.sidebar h2 {
  line-height: 1.1;
  margin-bottom: .3em;
  margin-top: 1.2em; }
  .sidebar h2 + h3 {
    margin-top: .7em; }

.sidebar h3 {
  line-height: 1.2;
  margin-bottom: .1em;
  margin-top: 1.2em; }
  .sidebar h3 + h4 {
    margin-top: .7em; }

.sidebar h4 {
  line-height: 1.2;
  margin-bottom: .1em;
  margin-top: 1.2em; }

.sidebar .sub-nav h2 {
  margin-top: 0; }

footer p {
  line-height: 1.5; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn-wrap {
  display: flex; }
  .btn-wrap.right {
    justify-content: flex-end; }
  .btn-wrap.center {
    justify-content: center; }

.btn {
  display: block;
  line-height: 1.23;
  padding: .56em 1.4em;
  text-decoration: none;
  width: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  white-space: nowrap;
  border: 0; }

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* show a hand cursor on hover; some argue that we
  should keep the default arrow cursor for buttons */
  cursor: pointer; }

.content-reveal {
  border-color: #ddd; }
  .content-reveal .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd; }
    .content-reveal .panel-heading h3 {
      color: #666666;
      font-size: 1.125em;
      font-style: normal;
      margin: 0;
      position: relative;
      cursor: pointer; }
      .content-reveal .panel-heading h3:hover {
        text-decoration: underline; }
      .content-reveal .panel-heading h3:after {
        content: '\f078';
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
    .content-reveal .panel-heading.collapsed h3:after {
      content: '\f054'; }

.gallery {
  margin: 20px 0; }
  .gallery img {
    float: left;
    margin: 0 5px 5px 0; }
    @media screen and (max-width: 400px) {
      .gallery img {
        width: 100%; } }
  .gallery p {
    clear: both;
    display: none;
    padding-bottom: .8em;
    padding-top: .4em;
    text-align: center; }
  .gallery .img-thumbnail {
    height: 176px;
    width: auto; }
  @media screen and (max-width: 400px) {
    .gallery a.fancybox {
      cursor: default;
      pointer-events: none; }
    .gallery p {
      display: block; } }

.gallery-swiper {
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .gallery-swiper {
      margin: 0 auto 25px;
      width: 100% !important;
      height: auto !important; } }
  .gallery-swiper.center {
    margin: 0 auto 25px; }
  .gallery-swiper.right {
    float: right; }
  @media screen and (max-width: 767px) {
    .gallery-swiper img {
      max-width: 100%; } }
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    background: none;
    height: 40px;
    margin-top: -10px;
    width: 25px; }
    .gallery-swiper .swiper-button-next .fa,
    .gallery-swiper .swiper-button-prev .fa {
      color: #fff;
      font-size: 24px; }
  .gallery-swiper .swiper-caption {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 5px 10px 9px;
    position: absolute;
    text-align: left;
    width: 100%; }

table.listing {
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
  border-spacing: 0; }
  table.listing th {
    font-weight: bold;
    padding: .5em .75em; }
  table.listing thead th {
    background-color: rgba(102, 102, 102, 0.4);
    color: #fff; }
  table.listing tbody th {
    font-style: italic; }
  table.listing td {
    padding: .5em .75em; }
  table.listing.aroundTable {
    border: 1px solid rgba(102, 102, 102, 0.4); }
  table.listing.betweenRows th,
  table.listing.betweenRows td {
    border-bottom: 1px solid rgba(102, 102, 102, 0.4); }
  table.listing.betweenColumns th,
  table.listing.betweenColumns td {
    border-right: 1px solid rgba(102, 102, 102, 0.4); }
    @media screen and (max-width: 767px) {
      table.listing.betweenColumns th,
      table.listing.betweenColumns td {
        border-right: 0; } }
  table.listing.betweenColumns tr td:last-child,
  table.listing.betweenColumns tr th:last-child {
    border-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    table.listing.rows.odd tbody tr:nth-child(odd) th,
    table.listing.rows.odd tbody tr:nth-child(odd) td {
      background-color: rgba(102, 102, 102, 0.1); } }
  @media screen and (min-width: 992px) {
    table.listing.rows.odd tbody tr:nth-child(odd) th,
    table.listing.rows.odd tbody tr:nth-child(odd) td {
      background-color: rgba(102, 102, 102, 0.1); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    table.listing.rows.even tbody tr:nth-child(even) th,
    table.listing.rows.even tbody tr:nth-child(even) td {
      background-color: rgba(102, 102, 102, 0.1); } }
  @media screen and (min-width: 992px) {
    table.listing.rows.even tbody tr:nth-child(even) th,
    table.listing.rows.even tbody tr:nth-child(even) td {
      background-color: rgba(102, 102, 102, 0.1); } }

@media screen and (max-width: 767px) {
  table.listing {
    width: 100%; }
    table.listing thead {
      display: none; }
    table.listing tr:nth-of-type(2n) {
      background-color: inherit; }
    table.listing tr td:first-child {
      background: rgba(102, 102, 102, 0.4);
      font-size: 1.1em;
      font-weight: bold;
      color: #fff; }
    table.listing tbody td {
      display: block;
      text-align: center; }
      table.listing tbody td::before {
        content: attr(data-th);
        display: block;
        text-align: center; } }

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

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

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

.text-danger {
  color: #a94442; }

.image.right {
  float: right;
  margin: 15px 0 15px 20px; }

.image.center {
  margin: 20px auto;
  text-align: center; }
  .image.center img {
    margin: 0 auto; }

.image.left {
  float: left;
  margin: 5px 20px 10px 0; }

@media screen and (min-width: 768px) {
  .image.imageThumbnail {
    width: 14%; }
  .image.imageSmall {
    width: 31%; }
  .image.imageMedium {
    width: 40%; }
  .image.imageLarge {
    width: 65%; }
  .image.imageFull {
    width: 100%; } }

.image p.caption {
  font-size: .9em;
  font-style: italic;
  text-align: center; }

.img-thumbnail {
  border: 3px solid #eee;
  padding: 1px; }

.sidebar .image {
  text-align: center; }
  .sidebar .image img {
    margin: 0 auto; }

@media screen and (max-width: 767px) {
  .img-responsive {
    float: none !important;
    margin: 1em auto !important;
    max-width: 100%; }
    .img-responsive img {
      max-width: 100%; }
  .image.left,
  .image.right {
    float: none !important;
    margin: 1em auto !important;
    padding-bottom: 2em; } }

.divider {
  clear: both;
  font-size: 2em;
  margin-top: -.5em; }
  .divider.default {
    padding-top: 1em; }
  .divider.smaller {
    padding-top: .5em; }
  .divider.larger {
    padding-top: 2em; }
  .divider + h1,
  .divider + h2,
  .divider + h3,
  .divider + h4 {
    margin-top: 0; }
  .divider hr {
    border-top: 1px solid #ccc;
    margin-top: 0; }
    .divider hr.default {
      margin-bottom: 1em; }
    .divider hr.smaller {
      margin-bottom: .5em; }
    .divider hr.larger {
      margin-bottom: 2em; }

.documents {
  margin-bottom: 2em; }
  .documents .listing {
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em; }
    .documents .listing li {
      text-indent: .37em; }
      .documents .listing li::before {
        color: #666666;
        content: '\f016';
        font-family: 'FontAwesome';
        font-size: 1.1em;
        margin-left: -1.7em;
        padding-right: .2em;
        position: relative; }
  .content .documents ul.listing li {
    margin-bottom: .6em;
    margin-top: 0; }
  .documents .cards .card {
    align-items: center;
    background: linear-gradient(180deg, #fcfcfc, #f0f0f0);
    border-radius: .35rem;
    box-shadow: 0 0 0 1px rgba(102, 102, 102, 0.2) inset, 0 0 0 0 transparent;
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: -webkit-flex;
    /* Safari */
    margin-bottom: .5em;
    padding: .75em 1.25em;
    text-decoration: none;
    width: 100%; }
    .documents .cards .card .link {
      text-decoration: underline; }
      .documents .cards .card .link:hover {
        text-decoration: none; }
  .documents .cards .doc-icon::before {
    color: #666666;
    content: '\f016';
    font-family: 'FontAwesome';
    font-size: 2.2em;
    padding-right: .7em;
    position: relative; }
  .documents .size {
    color: #b3b3b3;
    font-size: .8em; }
  .documents .description {
    color: #999999;
    font-size: .9em;
    line-height: 1.3;
    margin-top: .3em;
    text-indent: 0; }
  .documents li.pdf::before,
  .documents .doc-icon.pdf::before {
    color: #e20c00;
    content: '\f1c1'; }
  .documents li.doc::before, .documents li.docx::before,
  .documents .doc-icon.doc::before,
  .documents .doc-icon.docx::before {
    color: #2b5798;
    content: '\f1c2'; }
  .documents li.ppt::before, .documents li.pptx::before, .documents li.pps::before, .documents li.ppsx::before,
  .documents .doc-icon.ppt::before,
  .documents .doc-icon.pptx::before,
  .documents .doc-icon.pps::before,
  .documents .doc-icon.ppsx::before {
    color: #d24625;
    content: '\f1c4'; }
  .documents li.xls::before, .documents li.xlsx::before,
  .documents .doc-icon.xls::before,
  .documents .doc-icon.xlsx::before {
    color: #02723b;
    content: '\f1c3'; }
  .documents li.gif::before, .documents li.jpg::before,
  .documents .doc-icon.gif::before,
  .documents .doc-icon.jpg::before {
    color: #ff9408;
    content: '\f1c5'; }
  .documents li.txt::before,
  .documents .doc-icon.txt::before {
    content: '\f0f6'; }
  .documents li.zip::before,
  .documents .doc-icon.zip::before {
    color: #974b00;
    content: '\f1c6'; }

.logo-print {
  display: none; }

.admin-panel {
  background-color: rgba(110, 110, 110, 0.7);
  bottom: 0;
  display: block;
  padding: 8px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  color: #fff; }
  .admin-panel a {
    color: #fff; }
    .admin-panel a:hover {
      color: #fff;
      text-decoration: none; }

#dev-notes h2 {
  margin-top: 1em; }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.crumbs {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .crumbs {
      display: none; } }
  .crumbs ul {
    list-style: none;
    padding: 0; }
  .crumbs li {
    display: inline-block; }
    .crumbs li:after {
      padding: 0 .5em; }
    .crumbs li:last-child:after {
      content: none; }
    .crumbs li a {
      text-decoration: underline; }
      .crumbs li a:hover {
        text-decoration: none; }

.top-nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .top-nav {
      display: block; } }
  .top-nav ul li a {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .main-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease; }
    .main-nav.open {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); } }

@media screen and (min-width: 768px) {
  .main-nav {
    margin: 0;
    transform: none;
    visibility: visible;
    position: static; } }

.main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .main-nav > ul > li {
    display: block; }
    @media screen and (min-width: 768px) {
      .main-nav > ul > li {
        position: relative;
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .main-nav > ul > li.mobile-only {
        display: none; } }
    .main-nav > ul > li > a {
      text-decoration: none;
      padding: 1em 1.5em;
      display: block;
      line-height: 1em; }
      @media screen and (min-width: 768px) {
        .main-nav > ul > li > a {
          display: inline-block; } }

.main-nav-toggle {
  float: right;
  background: none;
  border: 0;
  padding: 0 5px; }
  @media screen and (min-width: 768px) {
    .main-nav-toggle {
      display: none; } }

.main-nav ul li .dropdownMenu {
  visibility: hidden;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  opacity: 0;
  transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  -moz-transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  -webkit-transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  display: none; }
  @media screen and (min-width: 768px) {
    .main-nav ul li .dropdownMenu {
      display: block; } }

.main-nav ul li:hover > ul.dropdownMenu {
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s; }

.main-nav > ul > li > ul.dropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 100; }
  .main-nav > ul > li > ul.dropdownMenu > li {
    margin-left: 0;
    margin-right: 0;
    display: block; }
    .main-nav > ul > li > ul.dropdownMenu > li > a {
      display: block;
      padding: .6em .8em;
      white-space: normal;
      width: 100%;
      text-decoration: none; }
      .main-nav > ul > li > ul.dropdownMenu > li > a:hover {
        background: none; }
    .main-nav > ul > li > ul.dropdownMenu > li:last-child a:hover {
      border-radius: 0 0 4px 4px; }

.sub-nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .sub-nav {
      display: block; } }
  .sub-nav ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
    .sub-nav ul li {
      margin: 0; }
      .sub-nav ul li a {
        display: block;
        padding: .5em 0;
        text-decoration: none; }

.sub-nav-mobile {
  padding: 0 15px; }
  .sub-nav-mobile .panel-heading {
    padding: 15px 0;
    display: block;
    text-decoration: none; }
    .sub-nav-mobile .panel-heading h2 {
      margin: 0;
      position: relative; }
      .sub-nav-mobile .panel-heading h2:after {
        content: '\f078';
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
    .sub-nav-mobile .panel-heading.collapsed h2:after {
      content: '\f054'; }
  .sub-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sub-nav-mobile ul li:last-child {
      border-bottom: 0; }
    .sub-nav-mobile ul li a {
      display: block;
      padding: .625em 0;
      text-decoration: none; }
    .sub-nav-mobile ul li.active a {
      font-weight: bold; }

.pagination .next,
.pagination .previous {
  display: none; }
  @media screen and (min-width: 768px) {
    .pagination .next,
    .pagination .previous {
      display: inline; } }

/* ----------------------------------------------------------------------------
********************************      SHARED      *****************************
-----------------------------------------------------------------------------*/
.fa-twitter-square {
  color: #55acee; }

.fa-linkedin-square {
  color: #007bb5; }

.fa-facebook-square {
  color: #3b5998; }

.fa-pinterest-square {
  color: #cb2027; }

.fa-google-plus-square {
  color: #dd4b39; }

.fa-envelope-square {
  color: #2cb757; }

.share-buttons {
  font-size: 28px; }

input.danger {
  border: 1px solid rgba(248, 7, 4, 0.4);
  box-shadow: inset 0 0 3px rgba(255, 0, 0, 0.5);
  color: #f00;
  padding: 3px 10px; }

@media screen and (min-width: 768px) {
  .clear-sm {
    clear: both; } }

@media screen and (min-width: 992px) {
  .clear-sm {
    clear: none; } }

@media screen and (min-width: 992px) {
  .clear-md {
    clear: both; } }

.center {
  text-align: center; }

.signature {
  margin: 0;
  text-align: center;
  width: 100%; }
  .signature a {
    background-image: url("https://nlc-helpers.s3.amazonaws.com/tcg-signature.png");
    background-repeat: no-repeat;
    display: block;
    height: 0 !important;
    margin: 15px auto 0;
    overflow: hidden;
    padding-top: 24px;
    width: 120px; }
    .signature a:hover {
      background-position: 0 -24px; }

/* ----------------------------------------------------------------------------
********************************      PRINT      ******************************
-----------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: none !important; }
  p {
    font-size: 12pt; }
  header,
  .sidebar,
  .crumbs,
  footer {
    display: none !important; }
  .logo-print {
    display: block;
    margin: 20px auto;
    text-align: center; }
  .content {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    left: 0 !important;
    right: 0 !important; }
  h1 {
    overflow: visible !important;
    height: auto !important; }
  a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #06c; }
  table,
  table td,
  .hr hr,
  .divider hr {
    border-color: #999; } }

/* ----------------------------------------------------------------------------
********************************      TYPOGRAPHY      *************************
-----------------------------------------------------------------------------*/
.main-content p,
.main-content ul {
  font-size: 1.1em; }

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 2.4em;
  color: #245F91;
  margin-bottom: .6em; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  color: #174369; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 1.5em; } }

h2 a {
  color: #174369;
  text-decoration: none;
  transition: all .3s; }

h2 a:hover {
  text-decoration: underline; }

h1 + h2 {
  margin-top: 1em; }

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.35em;
  color: #245F91; }

.main-content ol,
.main-content ul {
  padding-left: 1em;
  margin: 0 0 1em; }
  .main-content ol li,
  .main-content ul li {
    margin: .4em 0; }

.teaser {
  border: 1px solid rgba(23, 67, 105, 0.3);
  border-radius: 10px;
  padding: 1em;
  display: block;
  text-decoration: none;
  position: relative;
  background-color: rgba(23, 67, 105, 0.75); }
  .teaser h3 {
    margin: 0;
    color: #fff;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: normal; }
  .teaser p {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #fff; }

.embed {
  width: 450px; }
  @media screen and (max-width: 991px) {
    .embed {
      width: 400px; } }
  @media screen and (max-width: 767px) {
    .embed {
      width: 100%; } }
  .embed .embed-content {
    max-width: 100%; }
  .embed.right {
    float: right;
    margin: 0 0 20px 20px; }
    @media screen and (max-width: 767px) {
      .embed.right {
        float: none;
        margin: 20px 0; } }

footer p {
  color: #fff; }
  footer p.note {
    color: rgba(255, 255, 255, 0.4); }

footer ul {
  margin-top: 0; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #245F91;
  margin-bottom: 1.4em;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.2em;
  transition: .5s;
  padding: .76em 1em; }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 1em;
      padding: .56em .9em; } }
  .btn:hover {
    color: #fff;
    background-color: #174369; }
  .btn.white {
    background-color: #fff;
    color: #245F91;
    box-shadow: 0 0 3px rgba(23, 67, 105, 0.7); }
    .btn.white:hover {
      background-color: #174369;
      color: #fff; }
  .btn:after {
    content: '\f054';
    font-family: 'FontAwesome';
    margin-left: .7em; }

.gallery-swiper .swiper-caption {
  background-color: #666;
  color: #fff;
  font-style: italic; }

.image.right {
  margin: 0 0 15px 20px; }

.image.center {
  margin: 20px auto; }

.image.left {
  margin: 5px 20px 10px 0; }

@media screen and (max-width: 767px) {
  .image.left, .image.center, .image.right {
    padding-bottom: 0; } }

.image p.caption {
  color: #666;
  margin-top: 5px; }

.img-thumbnail {
  padding: 8px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  border-radius: 0;
  border: 0; }

@media screen and (max-width: 767px) {
  .img-responsive {
    margin: 0 auto !important; } }

.sidebar .image {
  margin: 15px 0; }

.sidebar h2 {
  font-size: 1.4em;
  padding-bottom: .15em; }

.category-reveal {
  border-radius: 5px;
  margin-bottom: 5px; }
  .category-reveal .category-reveal-body {
    padding: 15px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .category-reveal .category-reveal-body {
        display: block; } }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.crumbs {
  font-size: .8em;
  margin: 2em 0; }
  .crumbs li {
    color: gray; }
    .crumbs li:after {
      content: ">"; }
    .crumbs li a {
      color: gray; }

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .top-nav ul li {
    display: inline-block; }
    .top-nav ul li::after {
      content: "•";
      padding: 0 0.7em; }
    .top-nav ul li:last-child::after {
      content: none; }
  .top-nav ul li {
    color: rgba(36, 95, 145, 0.5); }
  .top-nav ul li a {
    font-size: 1.25em;
    color: #174369;
    text-transform: uppercase; }
    .top-nav ul li a:hover {
      color: #245F91;
      text-decoration: underline; }

.main-nav {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .main-nav {
      text-align: left;
      padding: 2em 0 1em;
      top: -400px;
      width: 100%; }
      .main-nav.open {
        top: 0;
        padding-top: 75px; } }
  @media screen and (min-width: 768px) {
    .main-nav ul {
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .main-nav ul {
      background-color: #245F91; } }
  .main-nav ul > li {
    padding: 0 1em; }
    @media screen and (max-width: 991px) {
      .main-nav ul > li {
        padding: 0 .4em; } }
    .main-nav ul > li > a {
      font-family: 'Roboto Condensed', sans-serif;
      color: #245F91;
      text-transform: uppercase;
      font-size: 1.6em;
      padding: .45em .6em;
      transition: .4s;
      border-radius: 5px; }
      @media screen and (max-width: 991px) {
        .main-nav ul > li > a {
          padding: .6em .6em; } }
      @media screen and (max-width: 767px) {
        .main-nav ul > li > a {
          padding: .6em 1em;
          color: #fff; } }
      @media screen and (min-width: 768px) {
        .main-nav ul > li > a:hover, .main-nav ul > li > a:focus {
          background-color: #245F91;
          color: #fff; } }
    @media screen and (min-width: 768px) {
      .main-nav ul > li.active > a,
      .main-nav ul > li.open > a {
        background-color: #245F91;
        color: #fff; } }
    .main-nav ul > li.open > a {
      background-color: #245F91; }

.main-nav-toggle {
  color: #245F91;
  padding: 0 0 0 .5em;
  margin: .35em 0;
  font-size: 2.3em;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 150; }

.main-nav > ul > li > ul.dropdownMenu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  width: 250px;
  background-color: #fff;
  border-radius: 0;
  padding: .3em 0;
  left: 0; }
  .main-nav > ul > li > ul.dropdownMenu > li {
    padding: 0 .5em; }
    .main-nav > ul > li > ul.dropdownMenu > li > a {
      font-size: 1.15em;
      text-align: left;
      color: #174369;
      padding: .2em 0;
      margin: .2em 0;
      padding-left: 15px;
      border-radius: 0; }
      .main-nav > ul > li > ul.dropdownMenu > li > a:hover {
        color: #2e7aba; }

.sub-nav {
  background-color: rgba(23, 67, 105, 0.3);
  border-radius: 5px;
  padding: 1em; }
  .sub-nav h2 {
    font-size: 1.25em;
    font-weight: bold; }
  .sub-nav ul {
    margin-top: .1em; }
    .sub-nav ul li a {
      color: #666666;
      font-size: .95em;
      display: inline-block;
      text-indent: -.75em;
      padding-left: .75em; }
      .sub-nav ul li a:before {
        content: '\2022\00a0'; }

.sub-nav-mobile {
  background-color: rgba(23, 67, 105, 0.15); }
  .sub-nav-mobile .panel-heading h2 i {
    margin-right: .3em; }
  .sub-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sub-nav-mobile ul li {
      border-bottom: 1px solid rgba(23, 67, 105, 0.2); }
      .sub-nav-mobile ul li:last-child {
        border-bottom: 0; }
      .sub-nav-mobile ul li a {
        color: #245F91;
        display: block;
        font-size: 16px;
        padding: 10px 0;
        text-decoration: none; }
        .sub-nav-mobile ul li a:hover {
          text-decoration: underline; }
      .sub-nav-mobile ul li.active a {
        font-weight: bold; }

/* ----------------------------------------------------------------------------
********************************      SHARED      *****************************
-----------------------------------------------------------------------------*/
.filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2em; }
  @media screen and (max-width: 450px) {
    .filters {
      display: block; } }

.filter {
  width: 320px;
  background-color: rgba(23, 67, 105, 0.75);
  border-radius: 5px;
  padding: 13px 15px;
  margin-bottom: 1em;
  margin-right: 1em;
  flex: 0 0 30%; }
  @media screen and (max-width: 767px) {
    .filter {
      flex: 0 0 46%; } }
  .filter .panel-heading {
    padding: 0; }
  .filter a {
    text-decoration: none; }
  .filter h2 {
    margin: 0;
    font-size: 1.2em;
    color: #fff;
    font-weight: normal; }
  .filter label {
    color: #fff; }

.search-products-wrap {
  flex: 1 1 30%; }
  @media screen and (max-width: 767px) {
    .search-products-wrap {
      width: 100%; } }

.search-products {
  padding: 9px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 96%; }

.ui-widget {
  padding: 15px 0; }

ul.ui-menu {
  background-color: #fff;
  max-width: 300px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  z-index: 2; }
  ul.ui-menu li > div {
    padding: .3em .5em; }

.ui-autocomplete-input {
  max-width: 100%; }

.ui-state-active {
  background-color: rgba(23, 67, 105, 0.1);
  font-weight: bold;
  color: #174369; }

@media screen and (min-width: 400px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 2em; } }

.grid .grid-block {
  text-align: center; }
  @media screen and (min-width: 400px) {
    .grid .grid-block {
      flex: 0 0 48%;
      margin: 0 1% 1.5em; } }
  @media screen and (min-width: 768px) {
    .grid .grid-block {
      flex: 0 0 31%;
      margin: 0 1% 1.5em; } }
  @media screen and (min-width: 992px) {
    .grid .grid-block {
      flex: 0 0 23%;
      margin: 0 1% 1.5em; } }
  .grid .grid-block .grid-image {
    border-radius: 5px;
    position: relative; }
    .grid .grid-block .grid-image .tags,
    .grid .grid-block .grid-image .activeSubstances {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    .grid .grid-block .grid-image picture {
      position: relative;
      z-index: 2; }
    .grid .grid-block .grid-image img {
      max-width: 100%; }
  .grid .grid-block h2 {
    font-size: 1.4em;
    margin-top: .4em; }

.list {
  margin: 2em 0; }
  .list .list-block {
    display: flex;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em; }
    @media screen and (max-width: 450px) {
      .list .list-block {
        display: block; } }
  .list .list-image {
    flex: 0 0 27%;
    margin-right: 2em; }
    @media screen and (max-width: 450px) {
      .list .list-image {
        margin: 0 0 1.5em 0; } }
    .list .list-image img {
      max-width: 100%; }
  .list .list-copy h2 {
    margin-top: 0;
    font-size: 1.8em; }

.table {
  width: 100%;
  margin-bottom: 2em; }
  .table.border {
    border-top: 1px solid rgba(102, 102, 102, 0.4);
    border-left: 1px solid rgba(102, 102, 102, 0.4); }
  .table .table-row {
    display: flex; }
    .table .table-row:nth-child(2n - 1) {
      background-color: rgba(102, 102, 102, 0.1); }
  .table .table-cell {
    padding: .5em 1.2em;
    flex: 1 1 30%; }
    .table .table-cell.right {
      text-align: right; }
  .table.border .table-cell {
    border-bottom: 1px solid rgba(102, 102, 102, 0.4);
    border-right: 1px solid rgba(102, 102, 102, 0.4); }
  .table a {
    color: #245F91; }

.tabs {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(23, 67, 105, 0.15); }
  .tabs a {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: .65em 1.3em;
    text-decoration: none;
    color: #174369; }
    @media screen and (max-width: 450px) {
      .tabs a {
        flex: 1 0 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center; } }
    .tabs a:hover {
      background-color: rgba(23, 67, 105, 0.15); }

.tags {
  margin-bottom: 1.5em; }

/* ----------------------------------------------------------------------------
********************************      PRINT      ******************************
-----------------------------------------------------------------------------*/
body {
  margin: 0;
  background: #245F91; }

.page-wrap {
  background-color: #fff; }

.container {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 992px) {
    .container.narrow {
      width: 970px; } }

.content-wrap {
  background-color: #fff; }

.page {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/img/pattern.png);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/img/pattern.png);
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/img/pattern.png); }

@media screen and (min-width: 992px) {
  .content {
    display: flex; } }

.main-content {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .main-content.with-sidebar {
      width: 74%; } }

.sidebar {
  margin-top: 5em;
  margin-bottom: 5em; }
  @media screen and (min-width: 992px) {
    .sidebar {
      width: 243px;
      border-left: 1px solid #ccc;
      margin-left: 20px;
      padding-left: 20px; } }

.text .container {
  padding: 0 10em 1em; }
  @media screen and (max-width: 767px) {
    .text .container {
      padding: 0 1em 1em 1em; } }
  .text .container p {
    line-height: 1.55em; }

.main-content .text:first-of-type .container {
  background-image: url(/img/slimak.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 230px; }

.images-wrap {
  text-align: center; }
  .images-wrap:nth-child(2n + 1) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(/img/bg-image-r.jpg);
    background-size: cover;
    background-position: center center; }
  .images-wrap .images {
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .images-wrap .images .image {
      width: 100%;
      max-width: 350px;
      padding-bottom: 53%;
      overflow: hidden;
      position: relative;
      margin-bottom: 1.5%;
      border: 5px solid rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 767px) {
        .images-wrap .images .image {
          margin: .5em auto;
          padding-bottom: 34%; } }
      @media screen and (max-width: 450px) {
        .images-wrap .images .image {
          padding-bottom: 56%; } }
      @media screen and (min-width: 768px) {
        .images-wrap .images .image {
          width: 32%;
          padding-bottom: 21%; } }
      .images-wrap .images .image img {
        max-width: 101%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .5s; }
        @media screen and (min-width: 768px) {
          .images-wrap .images .image img:hover {
            width: 110%;
            max-width: 110%; } }
    .images-wrap .images.one {
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .images-wrap .images.one .image {
          width: 100%;
          padding-bottom: 33%; } }

.gallery-wrap {
  height: 500px; }
  @media screen and (max-width: 767px) {
    .gallery-wrap {
      height: 400px; } }

.text-two-columns {
  padding-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .text-two-columns {
      display: flex;
      justify-content: space-between; } }
  .text-two-columns div {
    flex: 0 0 45%;
    text-align: center; }

header {
  border-bottom: 8px solid #245F91; }
  @media screen and (max-width: 767px) {
    header {
      background-repeat: repeat; } }
  header .header-phone {
    color: #fff;
    font-size: 1.5em;
    padding: .5em;
    display: inline-block; }
  header .header-container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 100; }
  header .logo {
    flex: 0 0 354px;
    display: block; }
    @media screen and (max-width: 767px) {
      header .logo {
        flex: 0 0 250px;
        margin: 0; } }
    @media screen and (max-width: 767px) {
      header .logo .logo-desktop {
        display: none; } }
    @media screen and (min-width: 768px) {
      header .logo .logo-mobile {
        display: none; } }
    header .logo img {
      max-width: 100%; }
  header .links {
    height: 56px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 767px) {
      header .links {
        display: none; } }
    header .links a {
      text-decoration: none;
      display: block;
      color: #fff;
      font-weight: bold;
      padding: 1.05em 1em;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      header .links a:hover {
        text-decoration: underline; }
  header .header-block {
    height: 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 106;
    align-items: center; }
    @media screen and (max-width: 767px) {
      header .header-block {
        height: 75px;
        background: none; } }

.sr-only {
  text-align: center;
  font-size: 1em;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 5px;
  padding: .3em 1em;
  width: 250px; }

.sidebar img {
  max-width: 100%; }

footer {
  background: linear-gradient(#174369, #245F91); }
  footer p {
    font-size: 1em; }
  footer .footer-block {
    justify-content: space-between;
    padding-top: 2em;
    gap: 20px; }
    @media screen and (min-width: 768px) {
      footer .footer-block {
        display: flex; } }
  footer div.katalog {
    max-width: 300px; }
  footer .adresa img {
    max-width: 300px; }
  footer h2 {
    color: rgba(255, 255, 255, 0.95);
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: .5px; }
    @media screen and (max-width: 767px) {
      footer h2 {
        margin-top: 2em; } }
  footer a,
  footer a:hover,
  footer a:focus,
  footer ul {
    color: rgba(255, 255, 255, 0.75); }
  footer h2,
  footer .phone,
  footer .email a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    color: #fff; }
  footer .phone {
    margin-bottom: .4em; }
    footer .phone:before {
      content: '\f098';
      font-family: 'FontAwesome';
      display: block;
      float: left;
      margin-right: .5em;
      font-size: 1.1em; }
  footer .email {
    margin-bottom: .4em; }
    footer .email:before {
      content: '\f0e0';
      font-family: 'FontAwesome';
      display: block;
      float: left;
      margin-right: .5em;
      font-size: 1.3em; }
  footer .copyright {
    font-size: .87em; }
  footer .fa-facebook-official {
    font-size: 2em; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer ul {
    margin-left: 1em;
    padding-left: 0; }
    footer ul li {
      padding: .3em 0; }

.adresa p.phone:before {
  margin-bottom: 85px; }

.intro {
  text-align: center;
  background-color: #245F91;
  padding-bottom: 2em;
  margin-bottom: 2em; }
  .intro .container {
    max-width: 900px; }
  .intro h1,
  .intro p {
    color: #fff; }
  .intro h1 {
    font-weight: normal; }
  .intro p {
    margin-bottom: 1.5em; }

@media screen and (min-width: 768px) {
  .carousel-wrap {
    margin-top: -19px; } }

@media screen and (max-width: 767px) {
  .hp-swiper {
    display: none; } }

.hp-swiper .swiper-button-prev,
.hp-swiper .swiper-button-next {
  background: none; }
  @media screen and (max-width: 767px) {
    .hp-swiper .swiper-button-prev,
    .hp-swiper .swiper-button-next {
      display: none; } }
  .hp-swiper .swiper-button-prev:after,
  .hp-swiper .swiper-button-next:after {
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 2.5em;
    font-weight: light;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }

.hp-swiper .swiper-button-prev:after {
  content: '\f104'; }

.hp-swiper .swiper-button-next:after {
  content: '\f105'; }

.hp-swiper .caption {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.51);
  color: #fff;
  text-decoration: none;
  padding: 1em; }
  .hp-swiper .caption h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 2em;
    color: #fff;
    margin: 0; }
  .hp-swiper .caption p {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: .5em; }

.hp-swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 30px;
  left: auto;
  width: auto; }

.hp-swiper .swiper-pagination-bullet {
  border: 1px solid #4A4A4A;
  background: none;
  width: 10px;
  height: 10px;
  opacity: 1; }

.hp-swiper .swiper-pagination-bullet-active {
  background-color: #4A4A4A; }

.main-sections {
  padding: 2em 0; }
  @media screen and (min-width: 768px) {
    .main-sections {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .main-sections .section {
    width: 100%;
    max-width: 536px;
    padding-bottom: 53%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 767px) {
      .main-sections .section {
        margin: 1em auto; } }
    @media screen and (min-width: 768px) {
      .main-sections .section {
        width: 32%;
        padding-bottom: 25%; } }
    .main-sections .section img {
      max-width: 101%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all .5s; }
      @media screen and (min-width: 768px) {
        .main-sections .section img:hover {
          width: 110%;
          max-width: 110%; } }
    .main-sections .section p {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 600;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: .4em 1em;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.7);
      color: #174369;
      letter-spacing: .3px;
      transition: all .3s;
      height: 52px;
      font-size: 1.6em; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .main-sections .section p {
          font-size: 1em;
          height: 36px; } }
      @media screen and (min-width: 768px) {
        .main-sections .section p:hover {
          height: 100%;
          font-size: 1.4em; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .main-sections .section p:hover {
          height: 38px;
          font-size: 1em; } }
      @media screen and (min-width: 992px) {
        .main-sections .section p:hover {
          padding-top: 10%; } }
      @media screen and (min-width: 1200px) {
        .main-sections .section p:hover {
          padding-top: 15%; } }
      .main-sections .section p .small {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-transform: none;
        padding-top: .5em;
        display: inline-block; }

.search {
  margin: 0 0 25px; }
  .search form {
    display: flex; }
  .search .search-input {
    flex-grow: 1; }
    .search .search-input input {
      border: 1px solid #ccc;
      border-radius: 3px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      padding: 7px;
      width: 100%; }
      .search .search-input input:hover {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      .search .search-input input:focus {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .search button.search-btn {
    padding: 7px 12px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 0; }
    .search button.search-btn:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.content ul.search-results {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 0; }
  .content ul.search-results h3 a {
    color: #666;
    margin-bottom: 10px; }
  .content ul.search-results .link {
    color: #999;
    font-size: 14px;
    margin: 5px 0; }

.form-columns {
  display: flex;
  justify-content: space-between;
  text-align: left; }
  @media screen and (max-width: 450px) {
    .form-columns {
      flex-wrap: wrap; } }
  .form-columns .half-column {
    flex: 0 0 48%;
    margin-bottom: 1.3em; }
    @media screen and (max-width: 450px) {
      .form-columns .half-column {
        flex: 0 0 100%; } }
  .form-columns .full-column {
    flex: 0 0 100%;
    margin-bottom: 1.3em; }
  .form-columns input,
  .form-columns textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: .3em .5em; }
    .form-columns input:focus,
    .form-columns textarea:focus {
      box-shadow: 0 0 3px rgba(23, 67, 105, 0.4);
      border-color: rgba(23, 67, 105, 0.4); }
    .form-columns input.parsley-error,
    .form-columns textarea.parsley-error {
      box-shadow: 0 0 3px rgba(217, 83, 79, 0.5);
      border-color: rgba(217, 83, 79, 0.5); }
  .form-columns .parsley-errors-list {
    margin-bottom: 0; }
    .form-columns .parsley-errors-list li {
      color: #D9534F; }
  .form-columns .required,
  .form-columns .parsley-required {
    color: #D9534F; }
