@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; } }

/*! jQuery UI - v1.12.1 - 2017-10-04
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../js/main/app/lib/plugins/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../js/main/app/lib/plugins/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../js/main/app/lib/plugins/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*@import "bootstrap/print";*/
/*@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  /*    color: $link-hover-color;
      text-decoration: underline;*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*@import "bootstrap/type";*/
/*@import "bootstrap/code";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/*@import "bootstrap/tables";*/
/*@import "bootstrap/forms";*/
/*@import "bootstrap/buttons";*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*@import "bootstrap/dropdowns";*/
/*@import "bootstrap/button-groups";*/
/*@import "bootstrap/input-groups";*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*@import "bootstrap/navbar";*/
/*@import "bootstrap/breadcrumbs";*/
/*@import "bootstrap/pagination";*/
/*@import "bootstrap/pager";*/
/*@import "bootstrap/labels";*/
/*@import "bootstrap/badges";*/
/*@import "bootstrap/jumbotron";*/
/*@import "bootstrap/thumbnails";*/
/*@import "bootstrap/alerts";*/
/*@import "bootstrap/progress-bars";*/
/*@import "bootstrap/media";*/
/*@import "bootstrap/list-group";*/
/*@import "bootstrap/panels";*/
.embed-responsive, .text-box .media {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .text-box .media .embed-responsive-item,
.embed-responsive iframe,
.text-box .media iframe,
.embed-responsive embed,
.text-box .media embed,
.embed-responsive object,
.text-box .media object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9, .text-box .media {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3, .text-box .embed-responsive-4by3.media {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";*/
/*@import "bootstrap/close";*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/*@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------*\
    BASE
\*------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "helvetica-neue-light";
  src: url("../../fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"), url("../../fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue-roman";
  src: url("../../fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("../../fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue-medium";
  src: url("../../fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"), url("../../fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff");
}
@font-face {
  font-family: "helvetica-neue-bold";
  src: url("../../fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("../../fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff");
}
#tbclient {
  display: block;
}

body,
html {
  height: 100%;
}

body {
  background: white;
  color: #525252;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
}

.content {
  flex: 1;
}

.overflow {
  overflow: hidden;
}

.vmiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.underline {
  text-decoration: underline;
}

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

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

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

input,
select {
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  box-shadow: none;
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  outline: none !important;
}

.clearfix {
  clear: both;
}

button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .container--bigger {
    max-width: 1550px;
    width: auto;
  }
}

.row-xs-eqheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.row-xs-eqheight > div {
  min-height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .row-sm-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-sm-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .row-md-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-md-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row-lg-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-lg-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row-xl-eqheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .row-xl-eqheight > div {
    min-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight {
  height: auto;
}

_:-webkit-full-screen:not(:root:root),
.row-xs-eqheight > div {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  _:-webkit-full-screen:not(:root:root),
.row-sm-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  _:-webkit-full-screen:not(:root:root),
.row-md-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  _:-webkit-full-screen:not(:root:root),
.row-lg-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight {
    height: auto;
  }
}

@media only screen and (min-width: 1600px) {
  _:-webkit-full-screen:not(:root:root),
.row-xl-eqheight > div {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.row-xs-default {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .row-sm-default {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .row-md-default {
    display: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .row-lg-default {
    display: initial;
  }
}

@media only screen and (min-width: 1600px) {
  .row-xl-default {
    display: initial;
  }
}

@media only screen and (max-width: 767px) {
  .row-xs-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-sm-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-md-buffer {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-lg-buffer {
    margin-bottom: 30px;
  }
}

.row--nopadding {
  margin: 0;
}
.row--nopadding > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row--small {
  margin: 0 -7px;
}
.row--small > div[class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}
.row--vcenter > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.row--vbottom > div[class*=col-] {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

@media only screen and (min-width: 992px) {
  .col-div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    left: 50%;
    display: block;
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    content: "";
  }
}

.icon--invert {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.panel-heading > * {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.table {
  display: table;
  width: 100%;
}
.table__row {
  display: table-row;
}
.table__cell {
  display: table-cell;
  vertical-align: top;
}

.site-logo {
  display: block;
  margin: 0 auto;
}
.site-logo img {
  display: block;
  width: 100%;
}
.site-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: inherit;
}

@media only screen and (max-width: 991px) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.pac-container {
  z-index: 10000 !important;
}
.pac-container:after {
  content: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@media print {
  .no-print,
.no-print * {
    display: none !important;
  }
}
/*------------------------------------*\
    ESSENTIALS
\*------------------------------------*/
.website-alerts {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
}
.website-alerts.affix, .website-alerts.affix-bottom {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .website-alerts.affix, .website-alerts.affix-bottom {
    top: 0 !important;
  }
}
.website-alerts__alert {
  position: relative;
  display: none;
  background: #76b180;
  color: white;
  text-align: center;
}
.website-alerts__alert .container {
  position: relative;
}
.website-alerts__alert--primary {
  background: #337ab7;
}
.website-alerts__alert--info {
  background: #5bc0de;
}
.website-alerts__alert--success {
  background: #5cb85c;
}
.website-alerts__alert--warning {
  background: #f0ad4e;
}
.website-alerts__alert--error {
  background: #a40000;
}
.website-alerts__close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 1em;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .website-alerts__close {
    top: 22px;
    transition: 0.2s 0s;
  }
  .website-alerts__close:hover, .website-alerts__close:focus {
    opacity: 0.6;
  }
}
.website-alerts__message {
  padding: 15px 40px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .website-alerts__message {
    padding: 20px 30px;
    font-size: 0.875em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.website-alerts__message a {
  border-bottom: 1px solid;
  color: inherit;
}

.body-backdrop {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background-color: black;
  content: "";
  opacity: 0;
  transition: 0.3s 0s opacity, 0s 0.3s top;
}
@media only screen and (min-width: 992px) {
  .body-backdrop {
    z-index: 100;
    transition: 0.3s 0s opacity, 0s 0s top;
  }
}

.text-box {
  margin: 0 0 20px 0;
  color: #8b8b8b;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .text-box {
    margin: 0 0 30px 0;
  }
}
.text-box:last-child {
  margin-bottom: 0;
}
.text-box iframe {
  margin: 0 0 30px 0;
  width: 100%;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5 {
  margin: 0 0 20px 0;
  padding-top: 10px;
  color: black;
}
.text-box h1:first-child,
.text-box h2:first-child,
.text-box h3:first-child,
.text-box h4:first-child,
.text-box h5:first-child {
  padding-top: 0;
}
.text-box h1:last-child,
.text-box h2:last-child,
.text-box h3:last-child,
.text-box h4:last-child,
.text-box h5:last-child {
  margin-bottom: 0;
}
.text-box .media {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .text-box .media {
    margin: 0 0 30px 0;
  }
}
.text-box .media:last-child {
  margin-bottom: 0;
}
.text-box .media iframe {
  margin-bottom: 0;
}
.text-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.text-box img.left, .text-box img.leftAlone {
  margin-right: auto;
  margin-left: 0;
}
.text-box img.right, .text-box img.rightAlone {
  margin-right: 0;
  margin-left: auto;
}
.text-box .captionImage {
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .text-box .captionImage {
    padding: 0 0 20px 0;
  }
}
.text-box .captionImage:last-child {
  padding-bottom: 0;
}
.text-box p {
  padding: 0 0 15px 0;
  line-height: 160%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .text-box p {
    padding: 0 0 20px 0;
    line-height: 180%;
    font-size: 1em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.text-box p:last-child {
  padding-bottom: 0;
}
.text-box p.caption {
  padding: 5px 0 0 0;
  font-style: italic;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .text-box p.caption {
    padding: 10px 0 0 0;
    font-size: 1em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.text-box ul,
.text-box ol {
  padding: 0 0 15px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .text-box ul,
.text-box ol {
    padding: 0 0 20px 0;
  }
}
.text-box ul:last-child,
.text-box ol:last-child {
  padding-bottom: 0;
}
.text-box ul li,
.text-box ol li {
  padding: 0 0 5px 20px;
  line-height: 180%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .text-box ul li,
.text-box ol li {
    padding: 0 0 5px 10px;
    padding-left: 30px;
    font-size: 1em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.text-box ul li:last-child,
.text-box ol li:last-child {
  padding-bottom: 0;
}
.text-box ul li:before {
  display: block;
  float: left;
  margin: 8px 0 0 -22px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  color: #00004d;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .text-box ul li:before {
    margin: 12px 0 0 -30px;
  }
}
.text-box ol {
  counter-reset: textBoxOl;
}
.text-box ol li:before {
  display: block;
  float: left;
  margin: 0 0 0 -22px;
  color: black;
  content: counter(textBoxOl) ".";
  counter-increment: textBoxOl;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .text-box ol li:before {
    margin-left: -30px;
  }
}
.text-box a {
  color: black;
}
@media only screen and (min-width: 992px) {
  .text-box a {
    transition: 0.2s 0s;
  }
}
.text-box button {
  padding: 0;
  border: none;
  background: none;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
.text-box b,
.text-box strong {
  color: #00004d;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
.section--dark .text-box b,
.section--dark .text-box strong {
  color: inherit;
}
.text-box--big p {
  line-height: 180%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .text-box--big p {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.text-box--small p {
  line-height: 180%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .text-box--small p {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.text-box--center {
  text-align: center;
}
.text-box--center ul {
  text-align: inherit;
}
.text-box--center img {
  margin: 0 auto !important;
}
.text-box .icon {
  display: block;
  margin: 0 0 20px 0;
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  .text-box .icon {
    margin: 0 0 50px 0;
  }
}

.heading {
  margin: 0 0 15px 0;
  color: #00004d;
}
@media only screen and (max-width: 991px) {
  .heading br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .heading {
    margin: 0 0 30px 0;
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading + .intro {
  margin: 10px 0 0 0;
}
.section--dark .heading {
  color: inherit;
}
.heading--lv1, .text-box h1 {
  line-height: 120%;
  font-size: 1.375em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .heading--lv1, .text-box h1 {
    font-size: 2.125em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
  }
}
.heading--lv2, .text-box h2 {
  line-height: 120%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .heading--lv2, .text-box h2 {
    font-size: 1.625em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.heading--lv3, .text-box h3 {
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .heading--lv3, .text-box h3 {
    font-size: 1.375em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.heading--lv4, .text-box h4 {
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .heading--lv4, .text-box h4 {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}
.heading--lv5, .text-box h5 {
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .heading--lv5, .text-box h5 {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
  }
}
.heading:last-child {
  margin-bottom: 0;
}
.heading--green {
  color: #00004d;
}
.heading--center {
  text-align: center;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--no-padding {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading a {
  color: inherit;
}
.heading .icon {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  font-size: 1.5em;
}

@media only screen and (min-width: 992px) {
  .heading-box--center {
    text-align: center;
  }
}

.subheading {
  display: block;
  margin: 0 0 2px 0;
  color: rgba(0, 0, 77, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .subheading {
    font-size: 0.625em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.subheading--center {
  text-align: center;
}
.subheading--underline {
  position: relative;
  display: block;
  color: #00004d;
}
.subheading--underline:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  max-width: 55px;
  width: 100%;
  border-top: 3px solid;
  content: "";
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section--dark .subheading {
  color: inherit;
}

.photo {
  /*max-width: 320px;*/
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .photo {
    /*display: inline-block;*/
  }
}
@media only screen and (min-width: 768px) {
  .photo {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .photo {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .photo {
    max-width: none;
  }
}
.photo--zoom {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .photo--zoom:hover .photo__image, .photo--zoom:focus .photo__image {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .photo--zoom .photo__image {
    transition: 0.2s 0s;
  }
}
.photo__bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}
.photo__link {
  position: relative;
  display: block;
  color: inherit;
}
.photo__video-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 15px 10px 10px 10px;
  background: black;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper {
    padding: 30px 25px 20px 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}
.photo__video-helper:before {
  display: block;
  margin: 0 auto 15px auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  content: "";
}
@media only screen and (min-width: 992px) {
  .photo__video-helper:before {
    margin-bottom: 20px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
  }
}
.photo__caption {
  display: block;
  padding: 10px 0 0 0;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
.photo__caption a {
  color: inherit;
}

.photo-list__item {
  margin: 0 0 20px 0;
}

.field {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #e1e1e1;
  background: white;
  color: #525252;
  text-align: left;
  cursor: text;
  transition: 0.2s 0s;
}
@media only screen and (min-width: 992px) {
  .field {
    margin: 0 0 15px 0;
  }
}
.field[data-label]:before {
  position: relative;
  top: 20px;
  display: inline;
  content: attr(data-label);
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0s;
  transition: 0.2s 0s;
}
.field[data-label] .field__input, .field[data-label] .login-area input, .login-area .field[data-label] input,
.field[data-label] .login-area textarea,
.login-area .field[data-label] textarea,
.field[data-label] .login-area select,
.login-area .field[data-label] select {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.field[data-label] .field__text, .field[data-label] .field[data-label]:before {
  position: absolute;
  top: 50%;
  padding: 0 10px;
  max-width: 85%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 130%;
  opacity: 0.75;
  transition-delay: 0.1s;
  transition: 0.2s 0s;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
  .field[data-label] .field__text, .field[data-label] .field[data-label]:before {
    padding: 0 15px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.field--focus[data-label], .field--filled[data-label] {
  color: #202020;
}
.field--focus[data-label]:before, .field--filled[data-label]:before {
  top: 3px;
  opacity: 0.8;
  transition-delay: 0.1s;
}
.field--focus[data-label] .field__text, .field--focus[data-label] .field[data-label]:before, .field--filled[data-label] .field__text, .field--filled[data-label] .field[data-label]:before {
  opacity: 0;
  transition-delay: 0s;
}
.field--focus[data-label] .field__input, .field--focus[data-label] .login-area input, .login-area .field--focus[data-label] input,
.field--focus[data-label] .login-area textarea,
.login-area .field--focus[data-label] textarea,
.field--focus[data-label] .login-area select,
.login-area .field--focus[data-label] select, .field--filled[data-label] .field__input, .field--filled[data-label] .login-area input, .login-area .field--filled[data-label] input,
.field--filled[data-label] .login-area textarea,
.login-area .field--filled[data-label] textarea,
.field--filled[data-label] .login-area select,
.login-area .field--filled[data-label] select {
  opacity: 1;
}
.field--alert {
  border-color: #a40000;
  color: #a40000;
}
.field--alert:before,
.field--alert .field__text,
.field--alert .field[data-label]:before {
  color: inherit;
}
.field--success {
  border-color: rgba(92, 184, 92, 0.3);
  color: #5cb85c;
}
.field--success:before,
.field--success .field__text,
.field--success .field[data-label]:before {
  color: inherit;
}
.field--focused {
  border-color: black;
}
.field--inline {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .field--inline {
    margin-right: 20px;
  }
}
.field--rating .rating__star {
  margin: 0 5px;
  font-size: 1.5em;
  cursor: pointer;
}
.field--password {
  margin: 0;
}
.field--password .field__input, .field--password .login-area input, .login-area .field--password input,
.field--password .login-area textarea,
.login-area .field--password textarea,
.field--password .login-area select,
.login-area .field--password select {
  height: 51px;
  background: #e1e1e1;
  letter-spacing: 0.15em;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
.field--password .field__input[readonly], .field--password .login-area input[readonly], .login-area .field--password input[readonly],
.field--password .login-area textarea[readonly],
.login-area .field--password textarea[readonly],
.field--password .login-area select[readonly],
.login-area .field--password select[readonly] {
  background: #ffffff;
}
.field--password .field__after {
  margin-bottom: -51px;
  line-height: 51px;
}
.field--disabled {
  background: #f0f0f0;
}
.field--disabled .field__input, .field--disabled .login-area input, .login-area .field--disabled input,
.field--disabled .login-area textarea,
.login-area .field--disabled textarea,
.field--disabled .login-area select,
.login-area .field--disabled select {
  background: none;
}
.field--upload {
  position: relative;
  display: block;
  margin: 45px 0 0;
  min-height: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .field--upload:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    border-radius: 4px;
    background-color: black;
    color: white;
    content: "Browse";
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}
.field--upload .field__input, .field--upload .login-area input, .login-area .field--upload input,
.field--upload .login-area textarea,
.login-area .field--upload textarea,
.field--upload .login-area select,
.login-area .field--upload select {
  opacity: 0;
}
.field--upload .field__value {
  position: absolute;
  right: 125px;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  border: 1px solid #dcd5cf;
  border-radius: 4px;
  color: black;
  letter-spacing: 0.05em;
  line-height: 30px;
  opacity: 1;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .field--upload .field__value {
    font-size: 1em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.field--textarea .field__text, .login-area textarea .field__text, .field--textarea .field[data-label]:before, .login-area textarea .field[data-label]:before {
  top: 25px !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  max-height: 500px;
  height: 150px;
  line-height: 140%;
  resize: vertical;
  transition: none;
}
@media only screen and (min-width: 992px) {
  .field--textarea .field__input, .login-area textarea .field__input, .field--textarea .login-area input, .login-area .field--textarea input, .login-area textarea input,
.field--textarea .login-area textarea,
.login-area .field--textarea textarea,
.login-area textarea textarea,
.field--textarea .login-area select,
.login-area .field--textarea select,
.login-area textarea select {
    height: 250px;
  }
}
.field--select:after, .login-area select:after {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .field--select:after, .login-area select:after {
    right: 15px;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
.field--select .field__input, .login-area select .field__input, .field--select .login-area input, .login-area .field--select input, .login-area select input,
.field--select .login-area textarea,
.login-area .field--select textarea,
.login-area select textarea,
.field--select .login-area select,
.login-area .field--select select,
.login-area select select {
  position: relative;
  z-index: 1;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field--select .field__input::-ms-expand, .login-area select .field__input::-ms-expand, .field--select .login-area input::-ms-expand, .login-area .field--select input::-ms-expand, .login-area select input::-ms-expand,
.field--select .login-area textarea::-ms-expand,
.login-area .field--select textarea::-ms-expand,
.login-area select textarea::-ms-expand,
.field--select .login-area select::-ms-expand,
.login-area .field--select select::-ms-expand,
.login-area select select::-ms-expand {
  display: none;
}
.field--select .field__input:before, .login-area select .field__input:before, .field--select .login-area input:before, .login-area .field--select input:before, .login-area select input:before,
.field--select .login-area textarea:before,
.login-area .field--select textarea:before,
.login-area select textarea:before,
.field--select .login-area select:before,
.login-area .field--select select:before,
.login-area select select:before {
  content: "";
}
.field--select option, .login-area select option {
  padding: 2px 15px;
}
.field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
  overflow: visible;
  margin-bottom: 10px;
  border: none;
  background: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .field--radio, .login-area input[type=radio], .field--checkbox, .login-area input[type=checkbox] {
    margin-bottom: 15px;
  }
}
.field--radio.field--checked .field__value, .login-area input.field--checked[type=radio] .field__value, .field--checkbox.field--checked .field__value, .login-area input.field--checked[type=checkbox] .field__value {
  opacity: 1;
}
.field--radio .field__text, .login-area input[type=radio] .field__text, .field--radio .field[data-label]:before, .login-area input[type=radio] .field[data-label]:before, .field--checkbox .field__text, .login-area input[type=checkbox] .field__text, .field--checkbox .field[data-label]:before, .login-area input[type=checkbox] .field[data-label]:before {
  margin: 0 0 10px 0;
}
.field--radio .field__input, .login-area input[type=radio] .field__input, .field--radio .login-area input, .login-area .field--radio input, .login-area input[type=radio] input,
.field--radio .login-area textarea,
.login-area .field--radio textarea,
.login-area input[type=radio] textarea,
.field--radio .login-area select,
.login-area .field--radio select,
.login-area input[type=radio] select, .field--checkbox .field__input, .login-area input[type=checkbox] .field__input, .field--checkbox .login-area input, .login-area .field--checkbox input, .login-area input[type=checkbox] input,
.field--checkbox .login-area textarea,
.login-area .field--checkbox textarea,
.login-area input[type=checkbox] textarea,
.field--checkbox .login-area select,
.login-area .field--checkbox select,
.login-area input[type=checkbox] select {
  position: relative;
  top: 1px;
  float: left;
  width: auto;
  height: auto;
  opacity: 0;
  cursor: pointer;
}
.field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .field--radio .field__value, .login-area input[type=radio] .field__value, .field--checkbox .field__value, .login-area input[type=checkbox] .field__value {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.field--radio .field__value a, .login-area input[type=radio] .field__value a, .field--checkbox .field__value a, .login-area input[type=checkbox] .field__value a {
  border-bottom: 1px solid;
  color: black;
}
.field--radio--inline, .field--checkbox--inline {
  display: inline-block;
}
.field--radio:before, .login-area input[type=radio]:before {
  position: absolute;
  margin: 2px 0 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 1px #e1e1e1;
  content: "";
  vertical-align: middle;
}
.field--radio.field--checked:before, .login-area input.field--checked[type=radio]:before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}
.field--radio .field__value, .login-area input[type=radio] .field__value {
  padding-left: 30px;
}
.field--checkbox:before, .login-area input[type=checkbox]:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  background: white;
  content: "";
  vertical-align: middle;
  text-align: center;
  font-size: 0.625em;
  font-family: "icomoon";
  line-height: 14px;
}
.field--checkbox.field--checked:before, .login-area input.field--checked[type=checkbox]:before {
  border-color: black;
  background: black;
  box-shadow: 0 0 0 2px inset white;
}
.field--qty {
  overflow: hidden;
  padding: 0;
  height: auto !important;
  border: none;
  background: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.field--qty .field__control {
  position: relative;
  width: 20px;
  color: inherit;
  color: #b5b5b5;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  cursor: pointer;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field--qty .field__control--minus:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  width: 9px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: black;
  content: "";
}
.field--qty .field__control--plus:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  margin-top: -5px;
  margin-right: -1px;
  width: 2px;
  height: 10px;
  background: black;
  content: "";
}
.field--qty .field__control .icon {
  vertical-align: middle;
}
.field--qty .field__text, .field--qty .field[data-label]:before {
  width: 100%;
  text-align: center;
}
.field--qty .field__input, .field--qty .login-area input, .login-area .field--qty input,
.field--qty .login-area textarea,
.login-area .field--qty textarea,
.field--qty .login-area select,
.login-area .field--qty select {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: white;
  color: inherit;
  vertical-align: top;
  text-align: center;
  min-width: 0;
  -ms-flex: 1 0%;
}
.field--qty .icon:before {
  font-weight: bold;
}
.field--datepicker {
  position: relative;
}
.field--datepicker:after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  content: "";
  font-family: icomoon;
  pointer-events: none;
}
.field--big .field__input, .field--big .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .field--big .field__input, .field--big .login-area input, .login-area .field--big input,
.field--big .login-area textarea,
.login-area .field--big textarea,
.field--big .login-area select,
.login-area .field--big select {
    height: 55px;
    font-size: 2em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.field--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.field--flex .field__text, .field--flex .field[data-label]:before {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .field--flex .field__text, .field--flex .field[data-label]:before {
    line-height: 35px;
  }
}
.field--flex .field__input, .field--flex .login-area input, .login-area .field--flex input,
.field--flex .login-area textarea,
.login-area .field--flex textarea,
.field--flex .login-area select,
.login-area .field--flex select {
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}
.field__input, .login-area input,
.login-area textarea,
.login-area select {
  box-sizing: border-box !important;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: none;
  background: none;
  box-shadow: none;
  color: #202020;
  text-align: ingherit;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .field__input, .login-area input,
.login-area textarea,
.login-area select {
    padding: 0 15px;
    height: 35px;
    transition: 0.2s 0s;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.field__input.visa_electron, .login-area input.visa_electron,
.login-area textarea.visa_electron,
.login-area select.visa_electron, .field__input.visa, .login-area input.visa,
.login-area textarea.visa,
.login-area select.visa {
  background-image: url(../img/ic-card-visa.png);
}
.field__input.mastercard, .login-area input.mastercard,
.login-area textarea.mastercard,
.login-area select.mastercard {
  background-image: url(../img/ic-card-master.png);
}
.field__input::-webkit-input-placeholder, .login-area input::-webkit-input-placeholder,
.login-area textarea::-webkit-input-placeholder,
.login-area select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.field__input--autoresize {
  padding-right: 20px;
  opacity: 0;
}
.field__input--autoresize + .field__input, .login-area .field__input--autoresize + input,
.login-area .field__input--autoresize + textarea,
.login-area .field__input--autoresize + select {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.field__text, .field[data-label]:before {
  display: block;
  padding: 5px 10px 0 10px;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 0.563em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .field__text, .field[data-label]:before {
    padding: 5px 15px 0 15px;
  }
}
.field__text a, .field[data-label]:before a {
  color: black;
}
.field__value {
  display: block;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
.field__value b {
  font-weight: inherit;
}
.field__after {
  position: relative;
  float: right;
  margin: 0 10px -44px 0;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .field__after {
    margin-right: 20px;
  }
}
.field__after--button {
  margin-right: 0;
  width: 50px;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.field__after .icon {
  display: block;
  color: black;
  font-size: 1.5em;
  line-height: inherit;
}
.field__alert {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 5px 10px;
  width: calc(100% + 2px);
  background: #a40000;
  color: white;
  text-align: left;
  line-height: 120%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .field__alert {
    padding: 5px 15px;
    font-size: 0.688em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}
.field__alert:before {
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #a40000 transparent;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.field .field__remove {
  float: right;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}

.fake-field {
  padding: 0 10px;
  height: 30px;
  border: 1px solid transparent;
  background: #ffffff;
  color: black;
  line-height: 30px;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}

.field-tabs__pane {
  margin: -20px 0 20px 0;
  padding: 15px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .field-tabs__pane {
    margin: -40px 0 40px 0;
    padding: 30px;
  }
}
.field-tabs__img {
  float: left;
  margin: 0 15px 5px 0;
}
@media only screen and (min-width: 992px) {
  .field-tabs__img {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .field-tabs__content {
    overflow: hidden;
  }
}
.field-tabs__content:after {
  display: block;
  clear: both;
  content: "";
}
.field-tabs__content p {
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .field-tabs__content p {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}

.form-wrapper {
  padding: 30px 20px;
  background: #f0f0f0;
}

.form-swap {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
  background: none;
  text-align: right;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}

.form {
  position: relative;
}
.form__submit {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
.form__submit--loading span {
  position: relative;
  display: block;
  padding-left: 30px;
  text-indent: -999em;
}
.form__submit span {
  position: relative;
}
.form__submit span .spinner {
  margin-top: -2px;
}

.iframe-form {
  width: 100%;
  border: 1px solid #e1e1e1;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 2px solid transparent;
  border-radius: 2px;
  background: black;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .button {
    display: inline-block;
    padding: 14px 25px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
    transition: 0.2s 0s;
  }
  .button:not(.button--disabled):hover, .button:not(.button--disabled):focus {
    background: #262626;
  }
}
.button .icon {
  position: relative;
  top: -2px;
  margin: 0 7px;
  vertical-align: middle;
  font-size: 1.5em;
}
.button .icon:first-child {
  margin-left: 0;
}
.button .icon:last-child {
  margin-right: 0;
}
.button--blue {
  background-color: #3865e6;
  color: white;
}
@media only screen and (min-width: 992px) {
  .button--blue:not(.button--disabled):hover, .button--blue:not(.button--disabled):focus {
    background-color: #6588ec;
  }
}
.button--dark-blue {
  background-color: rgba(243, 244, 248, 0.2);
  color: white;
}
@media only screen and (min-width: 992px) {
  .button--dark-blue:not(.button--disabled):hover, .button--dark-blue:not(.button--disabled):focus {
    background-color: rgba(211, 214, 229, 0.2);
  }
}
.button--opacity {
  background-color: rgba(0, 0, 77, 0.1);
  color: #00004d;
}
@media only screen and (min-width: 992px) {
  .button--opacity:not(.button--disabled):hover, .button--opacity:not(.button--disabled):focus {
    background-color: rgba(0, 0, 77, 0.2);
  }
}
.section--light .button--opacity {
  background-color: transparent;
  color: black;
}
@media only screen and (min-width: 992px) {
  .section--light .button--opacity:not(.button--disabled):hover, .section--light .button--opacity:not(.button--disabled):focus {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.section--dark .button--opacity {
  border-color: transparent;
  background-color: white;
}
.button--small {
  padding: 8px 12px;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .button--small {
    padding: 9px 15px;
    font-size: 0.625em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
  }
}
.button--big {
  padding: 15px 20px;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .button--big {
    padding: 20px 40px;
  }
}
.button--alone {
  min-width: 190px;
}
.button--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button--disabled {
  opacity: 0.3;
  cursor: default;
}
@media only screen and (min-width: 992px) {
  .button--disabled:hover, .button--disabled:focus {
    opacity: 0.3;
  }
}
.button--loading {
  position: relative;
  color: transparent;
}
.button--loading svg {
  opacity: 0;
}
.button--loading .icon,
.button--loading span {
  opacity: 0;
}

.button-box--center {
  text-align: center;
}
.button-box--right {
  text-align: right;
}
.button-box--inline .button {
  display: inline-block;
  margin-bottom: 10px;
}
.button-box--inline .button:not(:last-child) {
  margin-right: 10px;
}
.button-box .button {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .button-box .button {
    margin-right: 10px;
  }
  .button-box .button:last-child {
    margin-right: 0;
  }
}
.button-box .button:last-child {
  margin-bottom: 0;
}

.button-link {
  position: relative;
  z-index: 1;
  padding: 0;
  border: none;
  background: none;
  color: #00004d;
  text-transform: uppercase;
  line-height: 140%;
  cursor: pointer;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .button-link {
    font-size: 0.75em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
    transition: 0.2s 0s;
  }
  .button-link:hover, .button-link:focus {
    color: navy;
  }
}

.back-button {
  display: inline-block;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.688em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .back-button {
    transition: 0.2s 0s;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
  .back-button:hover, .back-button:focus {
    color: black;
  }
}
.back-button:before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-width: 1px 1px 0 0;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vspace {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .vspace {
    padding-bottom: 50px;
  }
}
.vspace--small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .vspace--small {
    padding-bottom: 30px;
  }
}
.vspace:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .vspace[class*=col-] {
    padding-bottom: 0;
  }
}
.vspace > .heading:last-child {
  margin-bottom: 0;
}

.slider {
  position: relative;
  text-align: center;
}
.slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: inherit;
  vertical-align: top;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .slider__button {
    width: 55px;
    height: 55px;
    transition: 0.2s 0s;
  }
  .slider__button:hover, .slider__button:focus {
    opacity: 1;
  }
}
.slider__button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: "";
}
@media only screen and (min-width: 768px) {
  .slider__button:before {
    width: 25px;
    height: 25px;
  }
}
.slider__button--prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg) skew(15deg, 15deg);
  -ms-transform: translate(-25%, -50%) rotate(-135deg) skew(15deg, 15deg);
  transform: translate(-25%, -50%) rotate(-135deg) skew(15deg, 15deg);
}
.slider__button--next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg) skew(15deg, 15deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg) skew(15deg, 15deg);
  transform: translate(-75%, -50%) rotate(45deg) skew(15deg, 15deg);
}
.slider__item {
  position: relative;
  display: none;
}
.slider__item:first-child {
  display: block;
}
.slider__image {
  display: block;
  width: 100%;
}
.slider__dots ul {
  list-style: none;
}
.slider__dots li {
  display: inline-block;
}
.slider__dots li.slick-active button:before {
  background: black;
}
.slider__dots button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  text-align: left;
  font-size: 0;
}
.slider__dots button:before {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b9b9b9;
  content: "";
}

@media only screen and (min-width: 992px) {
  .slider-section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .slider-section .button-box {
    margin: 60px 0 0 0;
  }
}

.section {
  position: relative;
  margin: 0 0 40px 0;
  /*overflow: hidden;*/
}
@media only screen and (min-width: 992px) {
  .section {
    margin: 0 0 100px 0;
  }
}
.section:first-child {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section:first-child {
    margin-top: 100px;
  }
}
.section:first-child.section--border, .section:first-child.section--bg {
  margin-top: 0;
}
.section:last-child.section--border, .section:last-child.section--bg {
  margin-bottom: 0;
}
.section--border, .section--bg {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .section--border, .section--bg {
    padding: 100px 0;
  }
}
.section--border:last-child, .section--bg:last-child {
  margin-bottom: 0;
}
.section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
  margin-top: -40px;
}
@media only screen and (min-width: 992px) {
  .section--border + .section--border, .section--border + .section--bg, .section--bg + .section--border, .section--bg + .section--bg {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .section--bigbg {
    padding: 200px 0;
  }
}
.section--border {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.section--border:last-child {
  border-bottom: none;
}
.section--border + .section--border {
  border-top: 0;
}
.section--dark {
  background: black;
  color: white;
}
.section--light {
  background: white;
  color: inherit;
}
.section--loading {
  position: relative;
  z-index: 1;
}
.section--loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
@media only screen and (min-width: 992px) {
  .section--min {
    min-height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .section--small {
    padding: 40px 0;
  }
}
.section--viewport {
  box-sizing: border-box;
  min-height: 100vh;
}
.section--no-padding {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .section--no-padding {
    padding: 0;
  }
}
.section__body {
  padding: 30px 0;
  background: #f6f6f6;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
.section__header {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section__header {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .section__header {
    padding-bottom: 100px;
  }
}
.section__header:last-child {
  padding-bottom: 0;
}
.section__header--dropdown {
  cursor: pointer;
}
.section__header--dropdown h1 {
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .section__header--dropdown h1:before {
    position: absolute;
    top: 40%;
    right: 0;
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: black;
    content: "";
    pointer-events: none;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
  }
}
.section__heading {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
.section__main-photo {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .section__photo {
    margin: 30px auto 0 auto;
  }
}
.section__photo--perma {
  margin: 30px auto 40px auto;
}
.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: center center no-repeat;
  background-size: cover;
}
.section__bg.visible-xs {
  background: fixed center 0 no-repeat;
  background-size: cover;
}
.section__bg--left {
  right: 50%;
}
.section__bg--right {
  left: 50%;
}
.section__div {
  display: block;
  margin: 0;
  margin: 20px 0;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
}
@media only screen and (min-width: 992px) {
  .section__div {
    margin: 50px 0;
  }
}
.section__div:first-child {
  margin-top: 0;
}
.section__div:last-child {
  margin-bottom: 0;
}
.header:not(.header--index) + .content > .section .content-header {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .header:not(.header--index) + .content > .section .content-header {
    padding-top: 60px;
  }
}

.more-info {
  display: block;
  margin: -15px auto 0 auto;
  padding: 0;
  width: 100px;
  border: none;
  background: none;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}

.modal {
  z-index: 1050 !important;
  padding: 0 !important;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .modal {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .modal .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.modal--fullscreen {
  text-align: left;
}
.modal--fullscreen .modal__content {
  margin: 0;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
.modal__content {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px 50px 15px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: inherit;
  pointer-events: all;
}
@media only screen and (max-width: 991px) {
  .modal__content {
    overflow: auto;
    min-height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    padding: 50px;
    max-width: 770px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content--w500 {
    max-width: 500px;
  }
}
.modal__content--no-padding {
  padding: 0;
}
.modal__close {
  position: relative;
  z-index: 1;
  display: block;
  float: right;
  background: none;
  color: inherit;
  vertical-align: top;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (max-width: 991px) {
  .modal__close {
    position: absolute;
    top: 25px;
    left: 15px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #00004d;
    color: white;
    text-align: center;
    line-height: 55px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: 0.2s;
  }
  .modal__close:hover, .modal__close:focus {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .modal__close .icon {
    position: relative;
    top: -2px;
    vertical-align: middle;
    font-size: 1.5em;
  }
}
.modal__center {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  pointer-events: none;
}
.modal__helper {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .modal__helper {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .modal__helper {
    padding: 30px 10px;
  }
}
.modal__text {
  display: block;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__text {
    text-align: center;
  }
}
.modal__text p {
  letter-spacing: 0.05em;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
.modal__header {
  position: relative;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .modal__header {
    border-bottom: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 991px) {
  .modal__header .heading {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal__header .modal__close {
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    line-height: 64px;
  }
}
.modal__table {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .modal__table {
    margin: 50px 0 0 0;
  }
}
.modal__logo {
  display: block;
  margin: 0 auto;
  max-width: 99px;
}
@media only screen and (min-width: 992px) {
  .modal__logo {
    float: left;
    max-width: 156px;
  }
}
.modal__logo img {
  display: block;
  width: 100%;
}

.modal-backdrop {
  background: black;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.blink {
  -webkit-animation: blink 0.4s step-end infinite;
  -moz-animation: blink 0.4s step-end infinite;
  -o-animation: blink 0.4s step-end infinite;
  animation: blink 0.4s step-end infinite;
}

@-webkit-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@-moz-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@-o-keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@keyframes blink {
  10% {
    background-color: #ff8c8c;
  }
  20% {
    background-color: #ffd68c;
  }
  30% {
    background-color: #8cff8c;
  }
  40% {
    background-color: #8cffff;
  }
  50% {
    background-color: #8cb5ff;
  }
  60% {
    background-color: #d68cff;
  }
  70% {
    background-color: #ff8cff;
  }
  80% {
    background-color: #ff6bf7;
  }
  90% {
    background-color: #ff6bb5;
  }
  0%, 100% {
    background-color: #ff6b6b;
  }
}
@media only screen and (min-width: 992px) {
  @-webkit-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @-moz-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @-o-keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
  @keyframes blink {
    10% {
      background-color: #ff8c8c;
    }
    20% {
      background-color: #ffd68c;
    }
    30% {
      background-color: #8cff8c;
    }
    40% {
      background-color: #8cffff;
    }
    50% {
      background-color: #8cb5ff;
    }
    60% {
      background-color: #d68cff;
    }
    70% {
      background-color: #ff8cff;
    }
    80% {
      background-color: #ff6bf7;
    }
    90% {
      background-color: #ff6bb5;
    }
    0%, 100% {
      background-color: #ff6b6b;
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    0%, 100% {
      transform: rotate(0);
    }
  }
}
@keyframes parrot {
  0% {
    left: -20px;
  }
  100% {
    left: 100%;
  }
}
.login-area {
  text-align: center;
}
.login-area .form__submit {
  width: 100%;
}

#ForgotPassword {
  float: right;
  margin: 10px 0 0 0;
  text-decoration: underline;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
#ForgotPassword a {
  color: inherit;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  padding: 12px 0;
  width: 100%;
  background: #00004d;
  color: white;
  fill: white;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 55px;
    box-shadow: 0 1px 2px #e1e1e1;
    transition: 0.3s 0s background-color;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    position: relative;
    padding: 15px 0;
    text-align: center;
  }
}
.header__site-logo {
  position: relative;
  z-index: 10;
  margin: 0 auto 0 0;
  width: 183px;
}
@media only screen and (min-width: 992px) {
  .header__site-logo {
    width: 170px;
  }
}
.header__top {
  text-align: right;
}
.header__phone {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}

.header-options {
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .header-options {
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle;
  }
}
.header-options:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .header-options__item {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-options__item {
    float: left;
    margin: 0 30px 0 0;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  .header-options__item:last-child {
    margin-right: 0;
  }
}
.header-options__item br {
  display: none;
}
.header-options__link {
  display: block;
  border: none;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .header-options__link {
    transition: 0.2s 0s;
  }
  .header-options__link:hover, .header-options__link:focus {
    opacity: 1;
  }
}
.header-options__link .icon {
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 991px) {
  .header-options__link .icon {
    display: none;
  }
}

.toggle-menu {
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  margin: -10px -15px -10px 0;
  padding: 0;
  width: 45px;
  height: 55px;
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
}
.toggle-menu__lines {
  position: absolute;
  top: 45%;
  right: 28%;
  left: 28%;
  display: block;
  height: 2px;
  border: 1px solid;
  border-width: 1px 0 1px 0;
  transition: background 0 0.1s;
}
.toggle-menu__lines:before, .toggle-menu__lines:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  border-top: 2px solid;
  content: "";
  transition-delay: 0.1s, 0s;
  transition-duration: 0.1s, 0.1s;
}
.header--index .toggle-menu__lines:before, .header--index .toggle-menu__lines:after {
  background: white;
}
.toggle-menu__lines:before {
  top: -7px;
  transition-property: top, transform;
}
.toggle-menu__lines:after {
  bottom: -7px;
  transition-property: bottom, transform;
}
body.menu-active .toggle-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.menu-active .toggle-menu__lines {
  border: none;
}
body.menu-active .toggle-menu__lines::before, body.menu-active .toggle-menu__lines::after {
  transition-delay: 0s, 0.1s;
}
body.menu-active .toggle-menu__lines:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu-active .toggle-menu__lines:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  margin: 0 0 30px 0;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .menu {
    display: inline-block;
    text-align: center;
  }
}
.menu__item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
@media only screen and (min-width: 992px) {
  .menu__item {
    display: inline-block;
    margin: 0 40px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item:last-child {
    margin-right: 0;
  }
}
.menu__item--sub .menu__link:after {
  display: inline-block;
  margin: 3px 0 0 10px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-width: 2px 2px 0 0;
  content: "";
  pointer-events: none;
  -webkit-transform: rotate(45deg) skew(5deg, 5deg);
  -ms-transform: rotate(45deg) skew(5deg, 5deg);
  transform: rotate(45deg) skew(5deg, 5deg);
}
@media only screen and (max-width: 991px) {
  .menu__item--sub .menu__link:after {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--sub .menu__link:after {
    position: relative;
    top: -3px;
    margin: 0 0 0 5px;
    width: 5px;
    height: 5px;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(135deg) skew(5deg, 5deg);
    -ms-transform: rotate(135deg) skew(5deg, 5deg);
    transform: rotate(135deg) skew(5deg, 5deg);
  }
}
@media only screen and (max-width: 991px) {
  .menu__item--sub.menu__item--hover .menu__link:after {
    margin-top: 5px;
    -webkit-transform: rotate(135deg) skew(5deg, 5deg);
    -ms-transform: rotate(135deg) skew(5deg, 5deg);
    transform: rotate(135deg) skew(5deg, 5deg);
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--hover .menu__link:before {
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
    z-index: -1;
    content: "";
  }
}
@media only screen and (min-width: 992px) {
  .menu__item--hover .submenu {
    display: block;
  }
}
.menu__link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (max-width: 991px) {
  .menu__link {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu__link {
    font-size: 1em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
@media only screen and (min-width: 992px) {
  .menu__link--button {
    padding: 10px 18px;
    background: #ffffff;
    color: black;
    transition: 0.2s;
  }
  .menu__link--button:hover, .menu__link--button:focus {
    background: rgba(255, 255, 255, 0.7);
    color: black;
  }
}
.menu__back {
  display: block;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
  background: white;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
.menu__back:before {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  content: "";
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (max-width: 991px) {
  .menu-nav {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 100%;
    z-index: 100;
    width: 100%;
    background: #00004d;
    opacity: 0;
    transition: 0.3s 0s opacity, 0s 0.2s left;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .menu-nav__helper {
    overflow: auto;
    padding: 15px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav__helper {
    text-align: right;
  }
}
.menu-nav__button {
  position: relative;
  z-index: 10;
}

body.menu-active {
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  body.menu-active {
    position: fixed;
    -webkit-overflow-scrolling: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  body.menu-active {
    padding-right: 17px;
  }
}
body.menu-active .menu-nav {
  left: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  body.menu-active .menu-nav {
    transition: 0.3s 0s opacity;
  }
}

.submenu-nav {
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .submenu-nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    margin-right: -999em;
    margin-left: -999em;
    padding: 0 999em;
    width: 100%;
    background: #00004d;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .submenu-nav .container {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .submenu-nav__helper {
    box-sizing: border-box;
    padding: 25px 0 40px 0;
    height: 100%;
  }
}
.submenu-nav__heading {
  display: block;
  float: left;
  text-align: left;
  opacity: 0.4;
  font-size: 2em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .submenu-nav__heading {
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu-nav__heading {
    width: 260px;
  }
}

.submenu {
  color: inherit;
  list-style: none;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .submenu {
    padding: 0 0 25px 0;
  }
}
.submenu__item {
  display: block;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    margin: 0 0 10px 0;
  }
}
.submenu__item:last-child {
  margin-bottom: 0;
}
.submenu__link {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (max-width: 991px) {
  .submenu__link {
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__link {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
    transition: 0.2s 0s;
  }
  .submenu__link:hover, .submenu__link:focus {
    color: white;
  }
}
.submenu__icon {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .submenu__icon {
    width: 57px;
  }
}
.submenu__icon img {
  display: block;
  width: 100%;
}
.submenu__title {
  display: table-cell;
  padding: 0 0 0 10px;
  height: 30px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .submenu__title {
    padding: 0 0 0 15px;
    height: 57px;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}

body.submenu-active .body-backdrop {
  top: 0;
  z-index: 1;
  background: white;
  opacity: 0.7;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 35px 0 10px 0;
  background: #00001d;
  color: white;
  text-align: center;
  fill: white;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 45px 0 15px 0;
    text-align: left;
  }
}
.footer__header {
  margin: 0 0 30px 0;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .footer__header {
    padding: 0 0 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer__content {
  margin: 0 0 45px 0;
}
@media only screen and (min-width: 992px) {
  .footer__content {
    margin: 0 0 15px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer__logo {
  margin: 0 auto 20px;
  max-width: 107px;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    margin: 0 auto 30px 0;
    max-width: 146px;
  }
}
.footer__logo:last-child {
  margin-bottom: 0;
}
.footer__menu-toggle {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 160px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 40px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
.footer__address {
  color: inherit;
  opacity: 0.5;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}

.footer-contact {
  list-style: none;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .footer-contact {
    margin: 0 0 40px 0;
  }
}
.footer-contact__item {
  display: inline-block;
  margin: 0 0 0 40px;
}
.footer-contact__link {
  color: inherit;
  line-height: 140%;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .footer-contact__link {
    font-size: 1.188em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
    transition: 0.2s 0s;
  }
  .footer-contact__link:hover, .footer-contact__link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
}

.footer-menu {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.footer-menu__item {
  min-width: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex: 1 1 0%;
}
.footer-menu__link {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .footer-menu__link {
    transition: 0.2s all;
  }
}

.footer-submenu {
  margin-top: 30px;
  list-style: none;
}
.footer-submenu__item {
  margin-bottom: 15px;
}
.footer-submenu__link {
  color: inherit;
  line-height: 140%;
  opacity: 0.5;
  font-size: 1em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .footer-submenu__link {
    transition: 0.2s all;
  }
  .footer-submenu__link:hover, .footer-submenu__link:focus {
    opacity: 1;
  }
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  line-height: 140%;
  font-size: 0.563em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (max-width: 991px) {
  .copyright {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .copyright {
    float: right;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.copyright a {
  color: white;
  opacity: 0.8;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.content {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .content {
    padding-top: 55px;
  }
}
.menu-bar {
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .menu-bar {
    display: none;
  }
}
.menu-bar-toggle {
  display: block;
  padding: 0;
  padding: 5px 0;
  border: none;
  background: none;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 0.5em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
.menu-bar-toggle:after {
  float: right;
  margin: 1px 0 0 10px;
  width: 0;
  height: 0;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.menu-bar-list {
  list-style: none;
  vertical-align: bottom;
}
@media only screen and (max-width: 991px) {
  .menu-bar-list {
    margin: 10px 0 0 0;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-bar-list {
    overflow: hidden;
  }
}
.menu-bar-list__item {
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 992px) {
  .menu-bar-list__item {
    float: left;
    margin: 0 50px 0 0;
  }
}
.menu-bar-list__item:last-child {
  margin-right: 0;
}
.menu-bar-list__link {
  display: block;
  margin: 0 -100%;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  color: #00004d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .menu-bar-list__link {
    margin: 0;
    padding: 20px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
    transition: 0.2s 0s;
  }
  .menu-bar-list__link:hover, .menu-bar-list__link:focus {
    color: navy;
  }
}
.menu-bar-list__link--active {
  border-bottom: 2px solid #00004d;
  background: white;
  color: #00004d;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .menu-bar-list__link--active {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
  }
}

.content-header {
  z-index: 1;
  padding: 20px 0;
  background: #f0f0f0;
}
@media only screen and (max-width: 991px) {
  .content-header {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .content-header {
    margin-top: -155px;
    padding: 60px 0;
  }
}
.content-header__intro {
  max-width: 620px;
}
.content-header__intro p {
  line-height: 160%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-light";
}
@media only screen and (min-width: 992px) {
  .content-header__intro p {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "helvetica-neue-light";
  }
}

.pagination {
  text-align: center;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination__container {
  overflow: hidden;
}
.pagination__nav {
  display: inline-block;
  width: 85px;
  border: 1px solid #e1e1e1;
  background: white;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 35px;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .pagination__nav {
    width: 125px;
    line-height: 44px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
    transition: 0.2s;
  }
  .pagination__nav:hover, .pagination__nav:focus {
    background: #f7f7f7;
  }
}
.pagination__nav--prev {
  float: left;
}
.pagination__nav--next {
  float: right;
}
.pagination__pages {
  display: inline-block;
  overflow: hidden;
}
.pagination__item {
  float: left;
  margin: 0 2px;
  width: 31px;
  border: 1px solid #e1e1e1;
  background: white;
  color: black;
  line-height: 35px;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .pagination__item {
    margin: 0 7px;
    width: 40px;
    line-height: 44px;
    transition: 0.2s;
  }
  .pagination__item:not(.pagination__item--active):hover, .pagination__item:not(.pagination__item--active):focus {
    background: #f7f7f7;
  }
}
.pagination__item--active {
  background: #f7f7f7;
  opacity: 1;
}
.contact-info {
  list-style: none;
}
.contact-info__heading {
  float: left;
  width: 50%;
  color: #00004d;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .contact-info__heading {
    width: 60%;
    font-size: 1.25em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}
.contact-info__item {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  line-height: 140%;
}
@media only screen and (min-width: 992px) {
  .contact-info__item {
    padding: 25px 0;
  }
}
.contact-info__item:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.contact-info__item a,
.contact-info__item p {
  display: block;
  overflow: hidden;
  color: inherit;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .contact-info__item a,
.contact-info__item p {
    font-size: 1em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
    transition: 0.2s 0s;
  }
}

.map {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.map__box {
  position: absolute;
  top: 50%;
  background: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
  .map__box {
    margin-left: -60px;
    padding: 40px 60px;
    width: 330px;
  }
}

#map {
  height: 300px;
}
@media only screen and (max-width: 991px) {
  #map {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 992px) {
  #map {
    height: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  #map {
    height: 500px;
  }
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.category {
  padding: 0 0 0 15px;
  border-left: 3px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .category {
    padding: 0 0 0 35px;
  }
}
.category__heading {
  display: block;
  margin: 0 0 15px 0;
  color: #00004d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .category__heading {
    margin: 0 0 25px 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}

.category-list {
  list-style: none;
}
.category-list__item {
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 992px) {
  .category-list__item {
    margin: 0 0 10px 0;
  }
}
.category-list__link {
  color: rgba(0, 0, 77, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 120%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .category-list__link {
    transition: 0.2s;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
  .category-list__link:hover, .category-list__link:focus {
    color: #00004d;
  }
}
.category-list__link--active {
  color: #00004d;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .category-list__link--active {
    font-size: 0.875em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}

.banner {
  position: relative;
  z-index: 1;
  padding: 0;
  background: white center center no-repeat;
  background-size: cover;
  text-align: left;
}
.banner-slider {
  text-align: left;
}
.banner-slider .section__bg {
  background-position: top right;
  background-attachment: initial;
}
@media only screen and (min-width: 992px) {
  .banner-slider .section__bg {
    background-position: center center;
  }
}
.banner-slider__item {
  position: relative;
  z-index: 1;
  padding: 30px 0 50px 0;
  background: center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .banner-slider__item {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider__item {
    padding: 20px 0 0 0;
  }
}
.banner-slider__item.slick-current {
  opacity: 1;
}
.banner-slider__item .container {
  position: relative;
  height: 100%;
}
.banner-slider__container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.banner-slider__container > .section__bg {
  background-position: right center;
  background-size: contain;
}
.banner-slider__content {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .banner-slider__content {
    margin: 0 0 30px 0;
    padding: 40px 45px 40px 45px;
    background: white;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider__content {
    padding: 50px 65px 50px 65px;
  }
}
.banner-slider__title {
  display: block;
  color: #00004d;
  line-height: 120%;
  font-size: 1.375em;
  font-weight: 400;
  font-family: "helvetica-neue-light";
}
@media only screen and (min-width: 992px) {
  .banner-slider__title {
    font-size: 2.5em;
    font-weight: 400;
    font-family: "helvetica-neue-light";
  }
}
.banner-slider__description {
  display: block;
  margin: 30px 0 0 0;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-light";
}
@media only screen and (min-width: 992px) {
  .banner-slider__description {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "helvetica-neue-light";
  }
}
.banner-slider__photo {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .banner-slider__photo {
    margin: 0 50px 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .banner-slider__button {
    float: left;
    margin-top: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-slider__button {
    min-width: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-slider .slider__nav {
    display: none;
  }
}
.banner-slider .slider__dots {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__dots {
    bottom: 10px;
  }
}
.banner-slider .slider__dots li {
  margin: 0 3px;
}
.banner-slider .slider__dots button {
  padding: 12px 0;
  width: auto;
  height: auto;
}
.banner-slider .slider__dots button:before {
  margin: 0;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: rgba(0, 0, 77, 0.5);
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__dots button:before {
    width: 48px;
    height: 3px;
  }
}
.banner-slider .slider__button {
  position: absolute;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__button {
    width: calc((100vw - 970px + 30px - 17px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .banner-slider .slider__button {
    width: calc((100vw - 1200px + 30px - 17px) / 2);
  }
}
.banner-slider .slider__button:before {
  content: none;
}
@media only screen and (min-width: 992px) {
  .banner-slider .slider__button:before {
    width: 35px;
    height: 35px;
    border-width: 2px 2px 0 0;
  }
}
.banner-slider .slider__button--prev {
  left: 0;
  cursor: url(../../img/chevron--left.png) 0 15, auto;
}
.banner-slider .slider__button--next {
  right: 0;
  cursor: url(../../img/chevron.png) 15 15, auto;
}
.banner-slider .slider__box,
.banner-slider .slider__cycle,
.banner-slider .slick-track,
.banner-slider .slick-list {
  height: 100%;
}

.features .section__div {
  height: 15px;
}
@media only screen and (min-width: 992px) {
  .features .section__div {
    height: 35px;
  }
}

.features-list {
  overflow: hidden;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .features-list {
    margin: 0 -20px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .features-list {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 992px) {
  .features-list__item {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .features-list__item {
    padding: 0 30px;
  }
}
.features-list__table {
  display: table;
  width: 100%;
}
.features-list__helper {
  display: table-cell;
  vertical-align: middle;
}
.features-list__title {
  display: block;
  color: #00004d;
  line-height: 120%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-light";
}
@media only screen and (min-width: 992px) {
  .features-list__title {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "helvetica-neue-light";
  }
}
.features-list__info {
  display: block;
  margin: 5px 0 0 0;
  color: #8b8b8b;
  line-height: 160%;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .features-list__info {
    margin: 15px 0 0 0;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.features-list__icon {
  display: block;
  padding: 0 15px 0 0;
  width: 80px;
  vertical-align: top;
}
@media only screen and (min-width: 992px) {
  .features-list__icon {
    display: table-cell;
    padding: 0 20px 0 0;
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .features-list__icon {
    padding: 0 30px 0 0;
    width: 110px;
  }
}
.features-list__icon img {
  margin: 0 15px 0 0;
  max-width: 100%;
}
.features-list .icon-delivery {
  position: relative;
  left: -5px;
  font-size: 1.75em;
}
.services-example {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .services-example {
    padding: 40px 0;
  }
}
.services-example__photo {
  padding: 10px;
  background: white;
}
@media only screen and (min-width: 992px) {
  .services-example__photo {
    padding: 30px;
    box-shadow: 0 0 50px -30px rgba(0, 0, 0, 0.5);
  }
}
.services-example__photo figcaption {
  padding: 5px 0 0 0;
  text-align: left;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .services-example__photo figcaption {
    padding: 10px 0 0 0;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}

.services-box {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  list-style: none;
}
.services-box__item {
  display: table-row;
  border: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .services-box__item {
    display: table-cell;
    width: 25%;
  }
}
.services-box__link {
  display: block;
  overflow: hidden;
  background: #fbfbfb;
  color: #00004d;
}
@media only screen and (min-width: 992px) {
  .services-box__link {
    padding: 0 10px;
    height: 245px;
    color: black;
    transition: 0.3s 0s color, 0.3s 0s background-color;
  }
  .services-box__link:hover, .services-box__link:focus {
    background: #00004d;
    color: white;
  }
  .services-box__link:hover .services-box__helper, .services-box__link:focus .services-box__helper {
    top: -160px;
  }
  .services-box__link:hover .services-box__description, .services-box__link:focus .services-box__description {
    top: 0;
    opacity: 1;
  }
}
.services-box__helper {
  position: relative;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .services-box__helper {
    display: table;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .services-box__helper {
    transition: 0.3s 0s top;
  }
}
.services-box__icon {
  display: block;
  height: 75px;
  color: #00004d;
  text-align: center;
  font-size: 2.5em;
  line-height: 75px !important;
}
@media only screen and (max-width: 991px) {
  .services-box__icon {
    display: table-cell;
    width: 75px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  .services-box__icon {
    height: 200px;
    font-size: 5em;
    line-height: 200px !important;
  }
}
.services-box__icon img {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.services-box__title {
  display: block;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (max-width: 991px) {
  .services-box__title {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  .services-box__title {
    margin: 0 0 30px 0;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
@media only screen and (min-width: 1200px) {
  .services-box__title {
    font-size: 1.125em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.services-box__description {
  position: relative;
  top: 30px;
  display: none;
  line-height: 140%;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .services-box__description {
    display: block;
    font-size: 0.875em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
    transition: 0.5s 0s opacity;
  }
}

.services-list {
  list-style: none;
}
.services-list__item {
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 1px 0;
}
@media only screen and (min-width: 992px) {
  .services-list__item {
    padding: 50px 0;
  }
}
.services-list__item:first-child {
  border-width: 1px 0 1px 0;
}
.services-list__title {
  color: inherit;
  color: #00004d;
  line-height: 140%;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (max-width: 991px) {
  .services-list__title {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .services-list__title {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "helvetica-neue-medium";
  }
}
.services-list__description {
  line-height: 140%;
  opacity: 0.6;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .services-list__description {
    font-size: 1em;
    font-weight: 400;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.services-list__button {
  color: inherit;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .services-list__button {
    font-size: 1em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
  }
}
.services-list__button:before {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 8px;
  height: 8px;
  border: 1px solid #00004d;
  border-width: 2px 2px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-banner {
  position: relative;
  color: #00004d;
}
@media only screen and (max-width: 991px) {
  .content-banner {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .content-banner .text-box img {
    margin: 0 auto;
  }
}
.content-banner__container {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  background: #d5e0ed;
}
@media only screen and (min-width: 992px) {
  .content-banner__container {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .content-banner__container {
    padding: 135px 0;
  }
}
.content-banner__container .section__bg {
  background-position: left center;
}
.content-banner__heading {
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-medium";
}
@media only screen and (min-width: 992px) {
  .content-banner__heading {
    font-size: 2.125em;
    font-weight: 400;
    font-family: "helvetica-neue-light";
  }
}
@media only screen and (max-width: 991px) {
  .content-banner__button {
    display: block;
    margin: 0 auto 10px auto;
    width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .content-banner__button {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .content-banner__button {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-banner__button:first-of-type {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .feature-content {
    text-align: center;
  }
}

.accreditations {
  padding: 20px 0;
  background: #f7f7f7;
  color: #555555;
}
@media only screen and (max-width: 991px) {
  .accreditations {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .accreditations {
    padding: 50px 0;
  }
}
.accreditations .heading,
.accreditations .text-box {
  color: inherit;
}
.accreditations__heading {
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 992px) {
  .accreditations-list {
    border-left: 1px solid #e1e1e1;
  }
}
.accreditations-list__photo {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  background: #f7f7f7;
  line-height: 60px;
}
@media only screen and (min-width: 992px) {
  .accreditations-list__photo {
    height: 120px;
    line-height: 120px;
  }
}
.accreditations-list__photo img {
  display: inline-block;
}
.accreditations-list__img {
  position: relative;
  top: -3px;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .accreditations-list .slider__dots {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .accreditations-list .slider__dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    text-align: center;
  }
}
.accreditations-list .slider__dots li {
  margin: 0 3px;
}
.accreditations-list .slider__dots button {
  padding: 12px 0;
  width: auto;
  height: auto;
}
.accreditations-list .slider__dots button:before {
  margin: 0;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: rgba(0, 0, 77, 0.5);
}
.media-section {
  background: #f7f7f7;
}
@media only screen and (min-width: 992px) {
  .media-section {
    padding: 55px 0;
  }
}

.media-slider__cycle {
  margin: 0 -15px;
}
.media-slider__item {
  margin: 0 15px;
}
.media-slider__title {
  display: block;
  margin: 0 0 20px 0;
  color: #525252;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
.media-slider__photo {
  margin: 0 0 10px 0;
  padding: 20px 15px;
  border: 1px solid #e1e1e1;
  background: white;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .media-slider__photo {
    margin: 0 0 20px 0;
    padding: 35px;
  }
}
.media-slider__photo img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.media-slider__button {
  display: block;
  color: #00004d;
  text-transform: uppercase;
  line-height: 140%;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
.media-slider .slider__nav {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .media-slider .slider__nav {
    margin: 30px 0 0 0;
  }
}
.media-slider .slider__button {
  margin: 0 5px;
  width: 100px;
  height: 35px;
  border: 1px solid #00004d;
  color: #00004d;
  text-transform: uppercase;
  line-height: 35px;
  opacity: 1;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-bold";
}
@media only screen and (min-width: 992px) {
  .media-slider .slider__button {
    margin: 0 10px;
    width: 125px;
    height: 50px;
    line-height: 50px;
    font-size: 0.75em;
    font-weight: 400;
    font-family: "helvetica-neue-bold";
  }
}
.media-slider .slider__button:before {
  width: auto;
  height: auto;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-slider .slider__button--prev:before {
  content: "Previous";
}
.media-slider .slider__button--next:before {
  content: "Next";
}

.blog .section__header {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .blog .section__header {
    padding-bottom: 50px;
  }
}
.blog__date {
  display: block;
  margin: 0 0 5px 0;
  opacity: 0.7;
  font-size: 0.625em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .blog__date {
    margin: 0 0 10px 0;
    font-size: 0.938em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}

.blog-list__item {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .blog-list__item {
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
  }
}
.blog-list__item:last-child {
  margin-bottom: 0;
}
.blog-list__date {
  display: block;
  margin: 2px 0 5px 0;
  color: rgba(0, 0, 77, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
  font-size: 0.563em;
  font-weight: 700;
  font-family: "Arial", Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .blog-list__date {
    font-size: 0.625em;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
  }
}
.blog-list__title {
  display: inline-block;
  max-width: 600px;
  color: #00004d;
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .blog-list__title {
    margin: 0 0 15px 0;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.blog-list__title a {
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .blog-list__title a {
    transition: 0.2s;
  }
  .blog-list__title a:hover, .blog-list__title a:focus {
    color: black;
  }
}
.blog-list__description {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .blog-list__description {
    margin: 0 0 30px 0;
  }
}

.next-article {
  padding: 20px 0;
  border: 1px solid #e1e1e1;
  border-width: 1px 0 1px 0;
}
@media only screen and (min-width: 992px) {
  .next-article {
    padding: 40px 0;
  }
}
.next-article__title {
  display: block;
  color: #00004d;
  line-height: 120%;
  font-size: 1em;
  font-weight: 400;
  font-family: "helvetica-neue-roman";
}
@media only screen and (min-width: 992px) {
  .next-article__title {
    font-size: 1.25em;
    font-weight: 400;
    font-family: "helvetica-neue-roman";
  }
}
.next-article__title a {
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .next-article__title a {
    transition: 0.2s;
  }
  .next-article__title a:hover, .next-article__title a:focus {
    color: black;
  }
}
@media only screen and (min-width: 992px) {
  .next-article__button {
    float: right;
  }
}

.back-section {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .back-section {
    padding: 25px 0;
  }
}

.social {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .social {
    text-align: left;
  }
}
.social__item {
  display: inline-block;
  margin: 0 3px;
}
.social__item:first-child {
  margin-left: 0;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  vertical-align: top;
  text-align: center;
  font-size: 1.125em;
  line-height: 39px;
}
@media only screen and (min-width: 768px) {
  .social__link {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 1.5em;
    line-height: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .social__link {
    transition: 0.2s 0s;
  }
  .social__link:hover, .social__link:focus {
    background: rgba(255, 255, 255, 0.25);
  }
}


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