@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,600,600i,700,700i);/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/Content/images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.dealerlocator .mapContainer {
	height: 752px;
	height: 47rem;
	z-index: 1;
}

.dealerlocator .console {
	top: 13em;
	border: 1px solid #C5C5C5;
	color: #7D7B7B;
}

.dealerlocator .console > div {
	float: left;
}

.dealerlocator .console > .flt-right {
	float: right;
}

/* .dealerlocator .console .myPosition {
	max-width: 62px;
	width: 44%;
	vertical-align: middle;
	margin: 0 1em;
	box-sizing: border-box;
}

.dealerlocator .console .myPosition {
	right: 0;
	position: absolute;
	top: 33em;
}

.dealerlocator .console .myPosition > div {
	background-position: 25% 0;
	background-color: #FFFFFF;
}

.dealerlocator .console .myPosition.markerStatus > div,
.dealerlocator .console .myPosition:hover > div {
	background-position: 25% 100%;
} */

.dealerlocator .console .sliderX {
	left: 600px;
	display: none;
}

.dealerlocator .console .filterContainer.open .sliderX {
	display: none;
}

.dealerlocator .console ul,
.dealerlocator .console li {
	display: inline-block;
}

.filterSwitch + div ul {
	width: 100%;
	vertical-align: top;
}

.dealerlocator .inputContainer {
	width: 55%;
}

.dealerlocator select {
	z-index: 1;
}

.dealerlocator .results .filters .customSelect,
.dealerlocator .results .filters select {
	margin-bottom: 0;
	/*height: 1.5em;
	line-height: 1.5em;
	font-size:1em;*/
	line-height:1em;
	/*height:1em;
	background-color: #FFFFFF;*/
}

.dealerlocator .customSelect {
	position: relative;
}

.dealerlocator .customSelect::after {
	content:"";
	height: 36px;
	width: 36px;
	position:absolute;
	right: 0;
	top: 50%;
	margin-top: -18px;
	background-repeat: no-repeat;
}

.dealerlocator .customSelect::after {
	background-position: -180px 0;
}

.dealerlocator .disabled + .customSelect.select-region {
	opacity: 0.7;
}
.dealerlocator .select-region option, .dealerlocator .select-region + .customSelect .customSelectInner {
	text-transform: uppercase;
}
.dealerlocator .disabled + .customSelect.select-region.disabled::after {
	background: none;
}
/*
.dealerlocator input::after {
	background-position: -144px 0;
}*/

.dealerlocator .inputContainer > div {
	vertical-align: middle;
}

.results .customSelect-container {
	display: inline-block;
	width: 100%;
}
.dealerlocator .customSelect-container + .customSelect-container {
	margin-top: 0;
}


.dealerlocator .filterContainer {
	width: 45%;
}

.dealerlocator .console .new-map-search {
	display: none;
	float: right;
	width: 44%;
}

.dealerlocator .console .new-map-search .button {
	margin-top: -1em;
	position: absolute;
	right: 1.5em;
	top: 50%;
}

.dealerlocator .filterContainer ul > li > div {
	position: absolute;
	top: 100%;
	left:0;
	right:0;
	background-color: #FFFFFF;
	padding: 1em 0 2.5em 2.5%;
	display: none;
	border: 1px solid #C5C5C5;
	cursor: default;
}

.dealerlocator .filterContainer ul > li.selected > div { /* Mettere anche open al filterContainer e active al mobileFilterSwitch quando uno di questi è selected */
	display: block;
  z-index: 100;
}

.dealerlocator .filterContainer li li {
	width: 13.5%;
	vertical-align: top;
	cursor: pointer;
	font-weight: bold;
}

.dealerlocator .filterContainer li li.active {
	color: #00377D;
}

.dealerlocator .filterContainer li li{
	opacity: 0.5;
}

.dealerlocator .filterContainer li li.active {
	opacity: 1;
}

.dealerlocator .filterContainer figcaption {
	padding-bottom: 0.5em;
	text-align: center;
}

.dealerlocator .console .results {
	z-index: 1;
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	position: absolute;
	top: 6em;
	width: 28em;
	display: none;
}

.dealerlocator .results .blue, .detailsContainer .blue,
.dealerlocator .results .blue *, .detailsContainer .blue * {
	color: #00579F !important;
}

.dealerlocator .results strong, .detailsContainer strong {
	/*color: #00579F;*/
	color: #00387d;
	font-weight: bold;
}

.dealerlocator .results .filters {
	border-bottom: 1px solid #C5C5C5;
	overflow: hidden;
}

/* .dealerlocator .results .filters .block {
	height: 3em;
	line-height: 3em;
} */
/*
.dealerlocator .results .cardsContainer {
	max-height: 456px;
	max-height: 28.5rem;
	overflow: auto;
	transition: max-height 0.75s ease-out;
} */

/* .dealerlocator .results.closed .cardsContainer {
	max-height: 0;
} */

.cardsContainer .block {
	line-height: 1.2;
}

/* .dealerlocator .cardsContainer .card.selected{
	background-color: #f2f2f2;
} */

.mapContainer .marker.selected,
.dealerlocator .cardsContainer .card.selected .marker {
	background-image: url(/Content/images/selected-marker.png);
	background-position: center -74px;
	background-repeat: no-repeat;
}

.mapContainer .tooltip-detail{
	background-color: #ffffff;
	position: absolute;
	top: 421px;
	z-index: 1000;
	width: 85%;
	left: 5.3%;
	padding: 15px 5px 15px 5px;
	box-sizing: border-box;
}

.tooltip-detail.selected p{
	color: #7D7B7B;
}

.tooltip-detail.selected .dealer-name{
	font-weight: bold;
	color: #00579F;
}

.tooltip-detail.selected::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 25px;
	left: 50%;
	margin-left: -14px;
	top: -24px;
	display: block;
	background-image: url(/Content/images/tooltip-top-arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.tooltip-detail.selected .tooltip-close{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	box-sizing:border-box;
	margin: -10px 0px 10px 5px;
}

.tooltip-detail.selected .close-button{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	box-sizing:border-box;
	background-position: left top;
	background-repeat: no-repeat;
}

.tooltip-detail.selected .marker{
	transform: scale(0.7,0.7);
	margin-left: -5px;
	margin-top: -10px;
}


.mapContainer .tooltip-detail.selected .marker{
	background-image: url(/Content/images/selected-marker.png);
	background-position: center -74px;
	background-repeat: no-repeat;
}

#wrapper .dealerlocator .results .card {
	padding: 1em;
	border-radius: 0 !important;
	border-width: 0 0 1px 0;
	border-top: 1px solid #C5C5C5;
	border-bottom: none;
	margin: 0;
}

#wrapper .dealerlocator .results .card p {
	line-height: 1.3em;
}

#wrapper .dealerlocator .results .card:first-child {
	border-top: none;
}

#wrapper.loading::after {
	background-color: #eee;
	opacity: 0.5;
	background-image: url(/Content/images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.5;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.dealerlocator .results .button {
	margin-left: 0;
	margin-right: 12px;
	margin-top: 1em;
}

.dealerlocator .results .button:first-child {
	margin-right: 1em;
}

/* .dealerlocator .typeFilter, .filtersPanel .categoryFilter, .mobileFilterSwitch {
	display: none;
} */

/* .dealerlocator .typeFilter ul > li > span {
	text-transform: uppercase;
	margin: 0 0.5em;
	line-height: 2em;
	padding: 0 15px;
	position: relative;
} */

.dealerlocator .typeFilter ul > li.selected > span,
.dealerlocator .typeFilter ul > li:hover > span {
	color: #00579F;
	font-weight: bold;
}

.dealerlocator .typeFilter ul > li.selected .injected-svg {
  transform: rotate(180deg);
}

.dealerlocator .typeFilter ul > li.selected > span::before {
	bottom: -1.6em;
}

.dealerlocator .resultSwitch,
.dealerlocator .typeFilter ul > li {
	cursor: pointer;
}

.dealerlocator .results .favourite {
	height: 22px;
	width: 22px;
	margin-bottom: 0.5em;
	cursor: pointer;
	display: inline-block;
	background-position: -223px -7px;
}

.dealerlocator .results .favourite.checked {
	background-position: -223px -43px;
}
/*
.dealerlocator .mobileFilterSwitch,
.dealerlocator .console .myPosition {
	border: 1px solid #1164a9;
}

.dealerlocator .console .mobileFilterSwitch > div,
.dealerlocator .console .myPosition > div,
.marker {
	background-image: url('../../assets/images/dealerlocator/DLicons2.png');
}
.dealerlocator .console .mobileFilterSwitch > div,
.dealerlocator .console .myPosition > div {
	cursor: pointer;
	width: 100%;
	height: 0px;
	padding: 0px 0px 100%;
	background-repeat: no-repeat;
	background-size: 500% 200%;
} */

.dealerlocator .mobileFilterSwitch.active div {
	background-position: 0 100%;
}

.dealerlocator .velina-white,
.dealerlocator .console {
	position: absolute;
	/* left: 50%; */
	box-sizing: border-box;
}

.dealerlocator .console {
	top: 13em;
	width: 1200px;
	/* margin-left: -600px; */
	border: 1px solid #C5C5C5;
	color: #7D7B7B;
	z-index: 1;
}

.dealerlocator .velina-white {
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
	padding: 2em 0;
	width: 300px;
	box-shadow: 2px 0px 10px #cccccc;
}

.no-rgba .dealerlocator .velina-white {
	width: 600px;
	margin-left: -300px;
	background-color: #FFFFFF;
	opacity: 0.8;
}

.velina-white p {
	padding: 0 4%;
	color: #7D7B7B;
}

.velina-white .blackButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
}

.loader,
.dealerlocator .velina-white.loading {
	background-image: url(/Content/images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	visibility: visible;
}
.dealerlocator .velina-white.loading {
	width: 80px;
	height: 80px;
}

/* .marker {
	width: 24px;
	height: 40px;
	padding-top: 8px;
	background-position: -267px -75px;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
} */

.dealerlocator .resultSwitch {
	position: relative;
	padding-right: 2em;
}

.timetable-tooltip .tooltip-trigger::after,
.dealerlocator .resultSwitch::after {
	content: "";
	background-image: url(/Content/images/arrows.png);
	position: absolute;
	width: 10px;
	height: 8px;
	background-position: -40px -30px;
}
.dealerlocator .resultSwitch::after {
	top: 50%;
	margin-top: -4px;
	right: 1em;
}

.dealerlocator .results.closed .resultSwitch::after {
	background-position: -30px -30px;
}

.dealerlocator .results.closed {
	border-bottom: none;
}

/* .dealerlocator .results .show,
.dealerlocator .results.closed .hide {
	display: none;
} */

.dealerlocator .results .hide,
.dealerlocator .results.closed .show {
	display: inline;
}

.dealerlocator .results table {
	font-size: 0.9em;
}

/*.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint {
	left: 50% !important;
	margin-left: -600px !important;;
	width: 1200px !important;;
	right: 0 !important;
}

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint > div {
	left: 0;
	margin-right: 120px;
	right: 18px;
	left: auto !important;
	top: -2.3em !important;
}

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint > div > div:first-child{
	display: none;
}

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint > div > div {
	background-color: #ffffff;
	border: 1px solid #1164a9;
	display: block;
	height: 24px !important;
	width: 24px !important;
}

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint > div > div::after {
	content: "+";
	height: 20px;
	margin-top: -10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	color: #999999;
}

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint > div > div + div + div {
	top: 30px !important;
}

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint > div > div + div + div::after{
	content: "-";
}*/

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint {
	left: 50% !important;
	margin-left: -600px !important;
	width: 1200px !important;
	right: 0 !important;
}

.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint > div {
	left: auto !important;
	margin-right: 2em;
	right: 0;
	top: -6em !important;
}

.typeFilter .clear-filters {
	position: absolute;
	right: 2em;
	bottom: 1em;
}

.typeFilter .clear-filters.disabled {
	display: none;
}

.timetable td:first-child {
	text-transform: capitalize;
}

.timetable .title {
	margin: 0;
}

/* DEALER DETAILS */
.dealerlocator .detailsOverlay {
	display: none;
}
.detailsOpen .detailsOverlay {
	display: inherit;
}
.detailsOpen .console {
	display: none;
}
.detailsOpen .mapContainer {
	left: -3000px;
	position: absolute !important;
	top: -3000px;
	visibility: hidden;
}
.dealerlocator .detailsContainer .detailsContent {
	border: 1px solid #c5c5c5;
	padding: 16px;
	color: #7D7B7B;
}

.detailsContainer .line, .detailsContainer .nested.line {
	margin: 8px 0;
	margin: 0.5rem 0;
	padding-bottom: 1.5rem;
}

.detailsContainer .dealer-info .favourite .fav-icon::before {
	background-position: -223px -7px;
	background-repeat: no-repeat;
	content: "";
	margin-right: 5px;
	position: relative;
	height: 22px;
	width: 22px;
}
.detailsContainer .dealer-info .favourite.checked .fav-icon::before {
	background-position: -223px -43px;
}
.dealer-info .dealer-name,
.detailsContainer .dealer-info .favourite .fav-icon::before,
.detailsContainer .dealer-info .favourite span {
	display: inline-block;
	vertical-align: middle;
}
.detailsContainer .dealer-info .favourite span {
	font-size: 14px;
}
.detailsContainer .dealer-photo {
	padding-top: 1rem;
}
.dealer-photo img {
    width: 75%;
}
.detailsContainer .dealer-sched .marker {
	margin: 0 auto;
	display: block;
}
.detailsContainer .dealer-sched table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.detailsContainer .dealer-sched table th {
	padding-left: 0;
	color: #00387d;
	width: 25%;
	text-align: right;
}
.detailsContainer .dealer-sched table th > *,
.detailsContainer .dealer-sched table td > * {
	display: block;
	line-height: 1.1em;
	margin-bottom: 5px;
}
.detailsContainer .dealer-sched table th, .detailsContainer .dealer-sched table td {
	padding-bottom: 8px;
}
.detailsContainer .dealer-sched .td-address span.dealer-address {
	display: block;
}
.detailsContainer .dealer-sched table a {
	color: #7D7B7B;
}
.detailsContainer .dealer-sched table .td-website {
	max-width: 350px;
	display: block;
}
.detailsContainer .associated-dealers .multiple-content .dealer-sched table {
	min-height: 200px;
}
.detailsContainer .associated-dealers .dealer-sched table .td-website {
	max-width: 200px;
}
.detailsContainer .dealer-sched table .dealer-email,
.detailsContainer .dealer-sched table .dealer-website {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.detailsContainer .dealer-sched table .dealer-website {
	text-decoration: underline;
}
.detailsContainer .dealer-sched .buttons {
	min-width: 6em;
}
.detailsContainer .dealer-info .logo-container {
	margin-top: 16px;
}

.dealerlocator .awards-container img,
.detailsContainer .dealer-info .logo-container img {
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 100px;
	max-width: 100%;
}
.detailsContainer .awards-container {
	margin-top: 2rem;
	text-align: right;
}
.dealerlocator .awards-container label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.dealerlocator .awards-container img {
	margin: 8px auto;
}
.detailsContainer h4.title {
	font-size: 1em;
}
.detailsContainer .timetable td {
	text-align: center;
	white-space: nowrap;
}
.detailsContainer .timetable td:first-child {
	padding-left: 0;
	text-align: left;
}
.detailsContainer .timetable td.end + td {
	padding-left: 25px;
}
.detailsContainer .timetable-container + .eqpm-container > .block {
	border-left: 1px solid #cccccc;
	padding-left: 1em !important;
}
.detailsContainer .eqpm-container .slideshow-content {
	left: 0;
	margin-top: 6px;
}
.detailsContainer .eqpm-container figcaption span {
	font-size: 0.7em;
	display: block;
	text-align: center;
	margin: 6px 0 12px;
}
.detailsContainer .eqpm-container figure img {
  	width: auto;
	margin: 0 auto;
	max-width: 100%;
}
.detailsContainer .associated-dealers .slideshow-mask {
	padding-top: 0.5em;
}
.detailsContainer  .arrows-container {
	line-height: 2.5em;
	top: 0;
	right: 0;
}
.detailsContainer .arrows-container .arrows {
	background-color: #e5e5e5;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	width: 1.2em;
	visibility: hidden;
}
.detailsContainer .arrows-container .arrows:first-child {
	margin-right: 8px;
}
.detailsContainer .border-left {
	padding-left: 1em !important;
}
.associated-dealers .dealer-sched:first-child {
	border: 0 none;
	padding-left: 0;
}
.associated-dealers .dealer-sched {
	border-left: 1px solid #cccccc;
	padding: 0 1.5em;
}
.cardsContainer .card .awards,
.cardsContainer .card .brands {
	text-align: right;
}
.dealerlocator .award {
	padding-bottom: 0.5rem;
	display: inline-block;
}
.cardsContainer .card .brands img {
	height: 20px;
	margin-bottom: 5px;
	width: auto;
}
.awards .tooltip-trigger {
	background-position: -323px -43px;
	cursor: pointer;
	height: 25px;
	width: 19px;
}
.tooltip-container {
	position: relative;
}
.tooltip-container .tooltip {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 360px;
	left: -380px;
	padding-right: 20px;
	z-index: 9;
}
.tooltip-container .tooltip__content {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 1px 2px 5px #999999;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.tooltip .tooltip__text {
	max-height: 150px;
	overflow: auto;
	padding-left: 0.5em;
}
.tooltip-container .tooltip-right {
	left: auto;
	right: -380px;
	padding-right: 0;
	padding-left: 20px;
}
.timetable-tooltip {
	margin-top: 2.5em;
	display: inline-block;
}
.timetable-tooltip .tooltip-trigger {
	height: 30px;
	width: 21px;
	padding-bottom: 6px;
	background-position: -355px -40px;
	margin: 0 auto;
}
.timetable-tooltip .tooltip-trigger::after {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.timetable-accordion .multi-content,
.tooltip-container .tooltip__content {
	min-height: 60px;
}
.timetable-tooltip:hover .tooltip-trigger {
	background-position: -355px -4px;
}
.timetable-tooltip:hover .tooltip-trigger::after {
	background-position: 0 -21px;
}
.awards-container img {
	width: auto;
	max-width: 100%;
}
.tooltip-container:hover .tooltip {
	display: block;
}
.dealerlocator .customSelect::after,
.dealerlocator .results .favourite,
.detailsContainer .dealer-info .favourite .fav-icon::before,
.timetable-accordion .multi-trigger::before,
.tooltip-container .tooltip-trigger,
.tooltip-container .tooltip::before {
	background-image: url(/Content/images/DLicons2.png);
}
.tooltip-container .tooltip::before {
	content: "";
	background-position: -294px -11px;
	height: 12px;
	width: 20px;
	margin-top: -6px;
	margin-right: -16px;
	right: 22px;
	position: absolute;
	top: 50%;
	transform: rotateZ(90deg);
}
.tooltip-container .tooltip-right::before {
	left: 22px;
	right: auto;
	margin-right: auto;
	margin-left: -16px;
	transform: rotateZ(-90deg);
}

.mapTooltip {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333;
	font-family: "GillSans",Arial,sans-serif;
	font-size: 12px;
	padding: 2px 10px;
	position: absolute;
	z-index: 1;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
	.dealerlocator .velina-white,
	.dealerlocator .console {
		width: 96%;
		margin-left: 2%;
	}
	.gmnoprint.gm-style-cc + .gm-style-cc + .gmnoprint {
		width: 96% !important;
		margin-left: 2% !important;
		left: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	.dealerlocator .console {
		left: 0;
	}
	.touch .dealerlocator .mapContainer {
		width: 96%;
	}
}@media screen and (max-width: 767px) {
	#wrapper .dealerlocator .results .card {
		padding: 1em 0.5em;
	}
	.dealerlocator .associated-dealers .dealer-sched {
		padding-left: 0 !important;
		border-left: none;
	}
	.detailsContainer .arrows-container {
		position: static;
		text-align: right;
	}
	.dealerlocator .mapContainer {
		width: 90%;
		margin-top: 21rem;
	}
	.dealerlocator .inputContainer {
		padding: 0 4%;
	}
	.marker > span {
		font-size: 15px;
	}
	.detailsContainer .dealer-sched .marker {
		margin: 0;
	}
	.detailsContainer .timetable td {
		font-size: 11px;
	}
	.dealerlocator .console .new-map-search {
		height: 3em;
		padding-left: 0;
	}
	.dealerlocator .console .new-map-search .resultsString {
		width: 94%;
		padding: 0 3%;
	}
}@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*STEYR COLORS*/
.breadcrumbs, main, body > footer .wrapper, body > header .top-bar .wrapper, body > header nav, body > header .nav-background-wrapper {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 1.125rem;
  width: 100%; }

.accordion-panel {
  position: relative; }
  .accordion-panel .accordion-panel-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .accordion-panel .accordion-panel-header h3 {
      margin: 0; }
    .accordion-panel .accordion-panel-header .status-icon {
      height: 1.25rem;
      width: 1.25rem;
      margin-left: 1rem;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .accordion-panel .accordion-panel-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s; }

.arrow-list .arrow-item {
  border-right: 1px solid #d3d3d3;
  margin: 0;
  position: relative; }
  .arrow-list .arrow-item .link-triangle {
    display: none; }
  .arrow-list .arrow-item.active {
    border-right: 3px solid #f1b514; }
    .arrow-list .arrow-item.active .link-triangle {
      position: absolute;
      top: 1rem;
      right: 0;
      border-style: solid;
      height: 0;
      width: 0;
      border-color: transparent #f1b514 transparent transparent;
      border-width: 8px 8px 8px 0;
      display: block;
      right: -1px; }
      .arrow-list .arrow-item.active .link-triangle > span {
        position: absolute;
        top: -8px;
        right: -13px;
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent #fff transparent transparent;
        border-width: 8px 8px 8px 0; }

.arrow-list.arrow-next .arrow-item.active + * {
  border-right: 3px solid #f1b514; }

article h2,
article h3 {
  margin-bottom: 0.5rem; }

article time {
  font-style: italic; }

@media screen and (min-width: 601px) {
  article > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0; }
    article > section > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1 1; }
    article > section + section {
      border-top: 1px solid #e4e5e7; }
    article > section .media-wrapper {
      margin: 0 2.25rem 0 0; }
    article > section:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      article > section:nth-child(odd) .media-wrapper {
        margin: 0 0 0 2.25rem; } }

@media screen and (max-width: 600px) {
  article > section {
    display: block;
    margin: 2rem 0; }
    article > section .media-wrapper {
      margin: 0 0 2rem; } }

article ~ .questions ul {
  background: #003e85;
  border-radius: 1rem;
  color: #fff;
  padding: 1rem 1.125rem; }

article ~ .questions li {
  margin: 1rem 0 1rem 1.125rem; }

.box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  overflow: hidden; }
  .box.lightblue {
    background: #e4ebf3; }
  .box.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .box.vertical .box-header {
      border-bottom: 1px solid #d3d3d3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 1rem 1.125rem;
      width: 100%; }
      .box.vertical .box-header h3 {
        margin-bottom: 0;
        text-transform: none; }
      .box.vertical .box-header svg {
        cursor: pointer;
        height: 20px; }
    .box.vertical .box-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 1rem 1.125rem;
      width: 100%; }

@media screen and (max-width: 600px) {
  .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .box.vertical > * {
      margin-bottom: 0; }
    .box > * {
      margin-bottom: 2rem; } }

.breadcrumbs {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 0 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  padding: 0.5rem 2.25rem;
  position: relative;
  z-index: 19; }
  @media screen and (max-width: 900px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs a {
    text-transform: uppercase; }
    .breadcrumbs a::after {
      color: #7d7b7b;
      content: '-';
      cursor: default;
      margin: 0 0.5rem; }

a,
button,
.button {
  display: inline-block;
  outline: 0;
  white-space: nowrap; }
  a:not(:disabled),
  button:not(:disabled),
  .button:not(:disabled) {
    cursor: pointer; }
  a svg,
  button svg,
  .button svg {
    height: 0.75em;
    width: 0.75em;
    margin-left: .3em; }
  a.back svg, a.cancel svg, a.previous svg,
  button.back svg,
  button.cancel svg,
  button.previous svg,
  .button.back svg,
  .button.cancel svg,
  .button.previous svg {
    margin-left: 0; }
  a.next svg, a.more svg,
  button.next svg,
  button.more svg,
  .button.next svg,
  .button.more svg {
    margin-right: 0; }

a {
  color: #003e85;
  text-decoration: none; }
  a svg {
    fill: #003e85; }
  a:hover {
    color: #004f97; }
    a:hover svg {
      fill: #004f97; }

button,
.button {
  background: #003e85;
  border: 1px solid #003e85;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4rem;
  padding: 0.25rem 0.8rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in; }
  button .injected-svg,
  .button .injected-svg {
    fill: #fff; }
  button:disabled,
  .button:disabled {
    opacity: .5; }
  button:not(:disabled):hover,
  .button:not(:disabled):hover {
    background: #004f97;
    color: #fff; }
  button:not(:disabled):active,
  .button:not(:disabled):active {
    background: #86bced; }
  button.light,
  .button.light {
    border: 0px;
    color: #003e85;
    -webkit-transition: color, border 0.2s ease-in;
    transition: color, border 0.2s ease-in;
    background: transparent !important; }
    button.light svg,
    .button.light svg {
      fill: #003e85; }
    button.light, button.light:hover, button.light:active,
    .button.light,
    .button.light:hover,
    .button.light:active {
      background: #fff; }
    button.light:hover,
    .button.light:hover {
      color: #004f97; }
      button.light:hover svg,
      .button.light:hover svg {
        fill: #004f97; }
    button.light:disabled,
    .button.light:disabled {
      color: #424242; }
      button.light:disabled svg,
      .button.light:disabled svg {
        fill: #424242; }
  button.borderless,
  .button.borderless {
    border: 1px solid transparent;
    color: #003e85;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in; }
    button.borderless svg,
    .button.borderless svg {
      fill: #003e85; }
    button.borderless, button.borderless:hover, button.borderless:active,
    .button.borderless,
    .button.borderless:hover,
    .button.borderless:active {
      background: #fff; }
    button.borderless:hover,
    .button.borderless:hover {
      color: #004f97; }
      button.borderless:hover svg,
      .button.borderless:hover svg {
        fill: #004f97; }
    button.borderless:disabled,
    .button.borderless:disabled {
      color: #424242; }
      button.borderless:disabled svg,
      .button.borderless:disabled svg {
        fill: #424242; }
  button.bigger,
  .button.bigger {
    font-size: 1.3em; }

.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1rem;
  border: 1px solid #d3d3d3;
  border-radius: 1rem; }
  .card-grid > *:last-child {
    margin-right: auto; }
  .card-grid .card-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
    max-width: 33.33333%;
    padding: 1rem 1rem;
    position: relative; }
    @media screen and (max-width: 600px) {
      .card-grid .card-wrapper {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 601px) and (max-width: 900px) {
      .card-grid .card-wrapper {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    .card-grid .card-wrapper .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
    .card-grid .card-wrapper .ribbon {
      right: 3px; }
    @media screen and (max-width: 600px) {
      .card-grid .card-wrapper .ribbon {
        right: .25em; } }

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0; }
  .card-list .card-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 1rem 0;
    position: relative; }
  @media screen and (max-width: 600px) {
    .card-list .ribbon {
      top: 1.2rem; } }

.card {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 0; }
  .card.video h3, .card.image h3 {
    margin-top: 0;
    white-space: normal; }
  .card.video .media-wrapper, .card.image .media-wrapper {
    border-radius: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
    .card.video .media-wrapper img, .card.image .media-wrapper img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .card.video .media-wrapper .video-icon, .card.image .media-wrapper .video-icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .card.video .media-wrapper .video-icon, .card.image .media-wrapper .video-icon {
          margin-left: -30px; } }
      .card.video .media-wrapper .video-icon img, .card.image .media-wrapper .video-icon img {
        max-width: 60px; }
  .card.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media screen and (max-width: 600px) {
      .card.horizontal {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (max-width: 600px) {
      .card.horizontal .media-wrapper {
        padding: 1rem 0 0 1.125rem; } }
    @media screen and (min-width: 601px) {
      .card.horizontal .media-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto; } }
    .card.horizontal .media-wrapper img {
      position: static;
      -webkit-transform: none;
              transform: none; }
    .card.horizontal .content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1; }
      @media screen and (max-width: 600px) {
        .card.horizontal .content {
          padding: 2rem 1.125rem 0; } }
      @media screen and (min-width: 601px) {
        .card.horizontal .content {
          padding: 2rem 1rem 0; } }
      .card.horizontal .content.columns {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .card.horizontal .actions {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1rem; }
      .card.horizontal .actions > * {
        margin-right: 1.125rem; }
  .card a h3 {
    cursor: pointer; }
  .card h3 + .subtitle {
    margin-bottom: 0; }
  .card .subtitle {
    font-size: 1rem;
    margin-top: 0;
    text-transform: none; }
  .card .header {
    border-bottom: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase; }
    .card .header > * {
      margin: 0;
      padding: 1.125rem;
      width: 47%;
      white-space: -moz-pre-wrap;
      white-space: -pre-wrap;
      white-space: -o-pre-wrap;
      word-wrap: break-word;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: inherit; }
  .card .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0.5rem 1rem; }
    .card .content h3 {
      margin-top: 1rem;
      word-break: break-word; }
    .card .content h4 {
      font-weight: normal;
      font-style: italic; }
  .card .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5rem 1rem 2rem;
    text-transform: uppercase; }
    .card .actions a,
    .card .actions button,
    .card .actions .button {
      margin-top: 0.25rem; }
    .card .actions.vertical {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .card .actions.vertical a,
      .card .actions.vertical button,
      .card .actions.vertical .button {
        margin-bottom: 1rem;
        text-transform: uppercase; }
        .card .actions.vertical a:last-child,
        .card .actions.vertical button:last-child,
        .card .actions.vertical .button:last-child {
          margin-bottom: 0; }
  .card .buttons-wrapper {
    margin-top: 1rem;
    text-align: right; }
  .card.video {
    position: relative; }
    .card.video .locked-div {
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      position: absolute;
      z-index: 1; }
    .card.video.locked .locked-div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #e4e5e7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-weight: 700;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .card.video.locked .locked-div > * {
        margin-bottom: 0.5rem; }
      .card.video.locked .locked-div svg {
        height: 1.5rem;
        width: 1.5rem;
        fill: #e4e5e7; }

@media screen and (max-width: 600px) {
  .card-grid .card-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .card-grid .card-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; } }

.carousel-wrapper {
  display: block;
  margin-bottom: 1rem; }
  @media screen and (min-width: 601px) {
    .carousel-wrapper {
      padding: 0.5rem; } }

.owl-carousel {
  padding: 0 3rem;
  position: relative; }
  @media screen and (max-width: 600px) {
    .owl-carousel {
      padding: 0 2rem; } }
  .owl-carousel .media-wrapper {
    margin-bottom: 1em; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none; }
    .owl-carousel .owl-nav button {
      height: 3rem;
      width: 3rem;
      background-color: transparent;
      border: 0;
      margin-top: -1.5rem;
      outline: none;
      padding: 0;
      pointer-events: all; }
      @media screen and (max-width: 600px) {
        .owl-carousel .owl-nav button {
          height: 2rem;
          width: 2rem; } }
      .owl-carousel .owl-nav button svg {
        height: 3rem;
        width: 3rem;
        fill: #003e85;
        margin: 0; }
        @media screen and (max-width: 600px) {
          .owl-carousel .owl-nav button svg {
            height: 2rem;
            width: 2rem; } }
      .owl-carousel .owl-nav button.owl-prev svg {
        height: 3rem;
        width: 3rem; }
        @media screen and (max-width: 600px) {
          .owl-carousel .owl-nav button.owl-prev svg {
            height: 2rem;
            width: 2rem; } }
      .owl-carousel .owl-nav button.owl-prev.disabled {
        opacity: .5; }
        .owl-carousel .owl-nav button.owl-prev.disabled svg {
          cursor: default; }
      .owl-carousel .owl-nav button.owl-next svg {
        height: 3rem;
        width: 3rem; }
        @media screen and (max-width: 600px) {
          .owl-carousel .owl-nav button.owl-next svg {
            height: 2rem;
            width: 2rem; } }
      .owl-carousel .owl-nav button.owl-next.disabled {
        opacity: .5; }
        .owl-carousel .owl-nav button.owl-next.disabled svg {
          cursor: default; }
    .owl-carousel .owl-nav svg {
      height: 3rem;
      width: 3rem;
      cursor: pointer;
      -webkit-transition: fill .2s ease-in;
      transition: fill .2s ease-in; }
  .owl-carousel .owl-dots {
    position: absolute;
    top: 2.25rem;
    right: 0;
    bottom: auto;
    left: auto;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    pointer-events: none; }
    .owl-carousel .owl-dots > .owl-dot {
      height: 1.25rem;
      width: 1.25rem;
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 100%;
      display: inline-block;
      margin: 0 0.25rem 0;
      pointer-events: all;
      position: relative; }
      .owl-carousel .owl-dots > .owl-dot.active {
        background-color: #fff; }
        .owl-carousel .owl-dots > .owl-dot.active span {
          position: absolute;
          top: 0.1875rem;
          right: 0.1875rem;
          bottom: auto;
          left: auto;
          height: 0.875rem;
          width: 0.875rem;
          background-color: #f1b514;
          border-radius: 100%;
          display: inline-block;
          margin: auto; }
  .owl-carousel .card {
    margin: 0 1.125rem; }
    @media screen and (max-width: 600px) {
      .owl-carousel .card {
        margin: 0 1rem; } }
    @media screen and (min-width: 901px) {
      .owl-carousel .card {
        margin: 0 2.25rem; } }

.checkbox {
  cursor: pointer;
  margin-bottom: 1.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .checkbox svg {
    height: 1rem;
    width: 1rem;
    fill: none;
    vertical-align: sub; }
    .checkbox svg .border {
      fill: #003e85;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .checkbox svg .background {
      fill: #fff;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .checkbox svg .checkmark {
      fill: #fff;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .checkbox input {
    display: none;
    pointer-events: none; }
    .checkbox input:disabled + svg .border, .checkbox input:disabled:checked + svg .border {
      fill: rgba(0, 62, 133, 0.5); }
    .checkbox input:disabled + svg .background, .checkbox input:disabled:checked + svg .background {
      opacity: 1; }
    .checkbox input:disabled:checked + svg .background {
      opacity: 0; }
    .checkbox input:disabled ~ span {
      color: rgba(0, 62, 133, 0.5); }
    .checkbox input:checked + svg .checkmark {
      opacity: 1; }
    .checkbox input:checked + svg .background,
    .checkbox input:checked + svg .border {
      fill: #003e85;
      opacity: 1; }
  .checkbox span {
    color: #000; }

.read-only-mode .checkbox input:disabled ~ label,
.read-only-mode .checkbox input:disabled ~ span {
  color: #7d7b7b; }

.read-only-mode .checkbox input:disabled:checked + .injected-svg .border {
  fill: rgba(0, 62, 133, 0.5); }

.read-only-mode .checkbox input:disabled:checked + .injected-svg .background {
  fill: rgba(0, 62, 133, 0.5); }

.read-only-mode .checkbox input:disabled:not(:checked) + .injected-svg {
  opacity: 1; }

@media screen and (min-width: 901px) {
  .comments .comment-add {
    text-align: right; }
    .comments .comment-add.open {
      text-align: left;
      width: 50%; } }

.comments ul {
  margin: 0;
  padding: 0; }

.comments li {
  list-style: none;
  margin: 1rem 0 2rem;
  padding-left: 3rem;
  position: relative; }
  .comments li h4 {
    color: #003e85;
    margin-bottom: 0; }
  .comments li .meta {
    font-style: italic;
    margin-bottom: 0.5rem; }
  .comments li .avatar {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-radius: 100%; }

.comments .comment-add-form {
  display: none; }

.comments .comment-add.open .comment-add-form {
  display: block; }

.comments .comment-add.open .comment-add-button {
  display: none; }

.comments .comment-add.open span {
  display: none; }

.comments #comment-add-form-title-input.text + span {
  display: block; }

.comments #comment-add-form-title-input + span {
  bottom: auto;
  color: #424242;
  content: '>';
  cursor: pointer;
  display: none;
  height: .8em;
  left: auto;
  position: absolute;
  right: .2rem;
  top: 0.1em;
  width: .8em; }

html,
body {
  margin: 0;
  overflow-x: hidden;
  padding: 0; }

body {
  background: #fff;
  color: #7d7b7b;
  line-height: 1;
  min-height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 601px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 600px) {
    body {
      padding-top: 66px; } }

* {
  font-family: 'Lato', Arial, Helvetica, sans-serif; }

.spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1; }

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1em;
  margin-top: 0; }

h1,
h2,
h3,
.subtitle {
  text-transform: uppercase; }

h1,
h2,
h3 {
  color: #003e85; }

h1 {
  font-size: 1.875rem; }

h2 {
  font-size: 1.5rem; }

h3,
.subtitle {
  font-size: 1.125rem; }

.subtitle {
  color: #7d7b7b;
  font-style: italic; }

.bordered-title {
  border-bottom: 2px solid #e4e5e7;
  margin: 2rem 0;
  padding-bottom: 0.5rem;
  position: relative; }
  .bordered-title::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #003e85;
    content: ''; }
    @media screen and (min-width: 601px) {
      .bordered-title::after {
        height: 0;
        width: 20%; } }
    @media screen and (max-width: 600px) {
      .bordered-title::after {
        height: 0;
        width: 60%; } }

main {
  display: block;
  margin: 2rem auto; }
  main > header {
    margin-bottom: 2rem; }
    main > header h1 {
      margin: 0; }

input,
textarea,
.placeholder {
  font-size: 16px !important; }

select .placeholder {
  font-size: 16px !important;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (max-width: 900px) {
  input,
  textarea,
  .placeholder {
    font-size: 14px !important; }
  select .placeholder {
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%; } }

input::-ms-clear {
  display: none; }

.grecaptcha-badge {
  z-index: 1; }

textarea {
  resize: vertical; }

body > footer {
  background: #003e85;
  color: #fff; }
  @media screen and (max-width: 900px) {
    body > footer {
      font-size: 0.8rem; } }
  body > footer a {
    display: block; }
  body > footer a:hover {
    color: #fff; }
  body > footer a,
  body > footer h4 {
    color: inherit; }
  body > footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body > footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem; }
  body > footer .footer-links {
    background: -webkit-gradient(linear, left top, left bottom, from(#003e85), to(#004f97));
    background: linear-gradient(to bottom, #003e85, #004f97);
    font-size: 0.8rem; }
    body > footer .footer-links section {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 1rem 1.125rem; }
      @media screen and (max-width: 600px) {
        body > footer .footer-links section {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 400px; } }
      @media screen and (min-width: 601px) and (max-width: 900px) {
        body > footer .footer-links section {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; } }
      @media screen and (min-width: 901px) {
        body > footer .footer-links section {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1 1; } }
    body > footer .footer-links h4 {
      border-bottom: 2px solid rgba(255, 255, 255, 0.3);
      margin: 0 0 1rem;
      padding: 0.5rem 0;
      position: relative;
      text-transform: uppercase; }
      body > footer .footer-links h4::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -2px;
        left: 0;
        border-bottom: 2px solid #fff;
        content: '';
        width: 40%; }
    body > footer .footer-links a {
      margin: 0 0 0.5rem; }
  body > footer .quick-links a {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-right: 0; }
  body > footer .top-service .logo {
    height: 42px; }
    @media screen and (max-width: 600px) {
      body > footer .top-service .logo {
        height: 30px; } }
  @media screen and (max-width: 600px) {
    body > footer .social nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  body > footer .social a {
    height: 1.5rem;
    width: 1.5rem; }
    @media screen and (min-width: 601px) {
      body > footer .social a {
        margin-right: 0.5rem; } }
    body > footer .social a svg {
      height: 1.5rem;
      width: 1.5rem;
      margin: 0; }
  body > footer .bottom-bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem; }
    @media screen and (max-width: 600px) {
      body > footer .bottom-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    body > footer .bottom-bar > * {
      margin-bottom: 1rem;
      margin-top: 1rem; }
      @media screen and (min-width: 601px) {
        body > footer .bottom-bar > * {
          margin-left: 1.125rem;
          margin-right: 1.125rem; } }
    body > footer .bottom-bar .logo {
      height: 46px;
      margin-left: 0; }
    body > footer .bottom-bar nav {
      margin-bottom: 1rem; }
    body > footer .bottom-bar a + a {
      margin-left: 1rem; }
      body > footer .bottom-bar a + a::before {
        content: '\2022';
        margin-right: 1rem; }

.input-field {
  margin: 8px 0 16px;
  position: relative; }
  .input-field .popover-trigger {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0.5rem;
    left: auto;
    height: 1.25rem;
    width: 1.25rem; }
  .input-field [type='text'],
  .input-field [type='password'],
  .input-field [type='email'],
  .input-field [type='tel'],
  .input-field textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #424242;
    border-radius: 0;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    margin: 0;
    max-height: 52px;
    min-height: 52px;
    min-width: 100%;
    outline: none;
    padding: 22px 1rem 0.5rem;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .input-field [type='text'] + label,
    .input-field [type='password'] + label,
    .input-field [type='email'] + label,
    .input-field [type='tel'] + label,
    .input-field textarea + label {
      color: #000;
      cursor: text;
      left: 1rem;
      position: absolute;
      top: 1.5rem;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      white-space: nowrap; }
    .input-field [type='text']:not(:disabled):active, .input-field [type='text']:not(:disabled):focus, .input-field [type='text']:not(:disabled).filled,
    .input-field [type='password']:not(:disabled):active,
    .input-field [type='password']:not(:disabled):focus,
    .input-field [type='password']:not(:disabled).filled,
    .input-field [type='email']:not(:disabled):active,
    .input-field [type='email']:not(:disabled):focus,
    .input-field [type='email']:not(:disabled).filled,
    .input-field [type='tel']:not(:disabled):active,
    .input-field [type='tel']:not(:disabled):focus,
    .input-field [type='tel']:not(:disabled).filled,
    .input-field textarea:not(:disabled):active,
    .input-field textarea:not(:disabled):focus,
    .input-field textarea:not(:disabled).filled {
      background: #fff; }
      .input-field [type='text']:not(:disabled):active + label, .input-field [type='text']:not(:disabled):focus + label, .input-field [type='text']:not(:disabled).filled + label,
      .input-field [type='password']:not(:disabled):active + label,
      .input-field [type='password']:not(:disabled):focus + label,
      .input-field [type='password']:not(:disabled).filled + label,
      .input-field [type='email']:not(:disabled):active + label,
      .input-field [type='email']:not(:disabled):focus + label,
      .input-field [type='email']:not(:disabled).filled + label,
      .input-field [type='tel']:not(:disabled):active + label,
      .input-field [type='tel']:not(:disabled):focus + label,
      .input-field [type='tel']:not(:disabled).filled + label,
      .input-field textarea:not(:disabled):active + label,
      .input-field textarea:not(:disabled):focus + label,
      .input-field textarea:not(:disabled).filled + label {
        color: #424242;
        left: 1rem;
        top: 2px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
    .input-field [type='text']:not(:disabled).has-error,
    .input-field [type='password']:not(:disabled).has-error,
    .input-field [type='email']:not(:disabled).has-error,
    .input-field [type='tel']:not(:disabled).has-error,
    .input-field textarea:not(:disabled).has-error {
      border-bottom: 2px solid #da0000; }
      .input-field [type='text']:not(:disabled).has-error ~ .input-field-error,
      .input-field [type='password']:not(:disabled).has-error ~ .input-field-error,
      .input-field [type='email']:not(:disabled).has-error ~ .input-field-error,
      .input-field [type='tel']:not(:disabled).has-error ~ .input-field-error,
      .input-field textarea:not(:disabled).has-error ~ .input-field-error {
        display: block; }
    .input-field [type='text']:not(:disabled).has-error-required,
    .input-field [type='password']:not(:disabled).has-error-required,
    .input-field [type='email']:not(:disabled).has-error-required,
    .input-field [type='tel']:not(:disabled).has-error-required,
    .input-field textarea:not(:disabled).has-error-required {
      border-bottom: 2px solid #da0000; }
      .input-field [type='text']:not(:disabled).has-error-required ~ .input-field-error-required,
      .input-field [type='password']:not(:disabled).has-error-required ~ .input-field-error-required,
      .input-field [type='email']:not(:disabled).has-error-required ~ .input-field-error-required,
      .input-field [type='tel']:not(:disabled).has-error-required ~ .input-field-error-required,
      .input-field textarea:not(:disabled).has-error-required ~ .input-field-error-required {
        display: block; }
    .input-field [type='text']:disabled,
    .input-field [type='password']:disabled,
    .input-field [type='email']:disabled,
    .input-field [type='tel']:disabled,
    .input-field textarea:disabled {
      border-bottom: 0;
      color: #424242;
      pointer-events: none; }
      .input-field [type='text']:disabled + label,
      .input-field [type='password']:disabled + label,
      .input-field [type='email']:disabled + label,
      .input-field [type='tel']:disabled + label,
      .input-field textarea:disabled + label {
        color: #424242; }
      .input-field [type='text']:disabled.filled,
      .input-field [type='password']:disabled.filled,
      .input-field [type='email']:disabled.filled,
      .input-field [type='tel']:disabled.filled,
      .input-field textarea:disabled.filled {
        background: #fff; }
        .input-field [type='text']:disabled.filled + label,
        .input-field [type='password']:disabled.filled + label,
        .input-field [type='email']:disabled.filled + label,
        .input-field [type='tel']:disabled.filled + label,
        .input-field textarea:disabled.filled + label {
          color: #424242;
          left: 1rem;
          top: 2px;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
  .input-field textarea {
    line-height: 1.5rem;
    min-height: 3.5rem; }
  .input-field [type='password'] ~ .show-password,
  .input-field [type='text'] ~ .show-password {
    position: absolute;
    top: auto;
    right: 0.5rem;
    bottom: 0.25rem;
    left: auto;
    cursor: pointer; }
    .input-field [type='password'] ~ .show-password svg,
    .input-field [type='text'] ~ .show-password svg {
      height: 1.25rem;
      width: 1.25rem;
      pointer-events: none; }
  .input-field.search-input span:first-of-type {
    position: absolute;
    top: auto;
    right: 0.5rem;
    bottom: 0.5rem;
    left: auto;
    color: #424242;
    content: '>';
    height: 1em;
    width: 1em; }
    .input-field.search-input span:first-of-type svg {
      cursor: pointer;
      fill: #424242; }
      .input-field.search-input span:first-of-type svg:hover {
        fill: #da0000; }
  .input-field .input-field-error,
  .input-field .input-field-error-required {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -1rem;
    left: auto;
    color: #da0000;
    display: none;
    font-size: 0.75rem;
    padding: 0 1rem; }

.read-only-mode .input-field input:disabled,
.read-only-mode .input-field textarea:disabled {
  border: 0; }
  .read-only-mode .input-field input:disabled + label,
  .read-only-mode .input-field textarea:disabled + label {
    color: #424242 !important;
    top: 2px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0s 0s;
    transition: all 0s 0s; }

.select2-results__message {
  display: none; }
  .select2-results__message.show {
    display: block; }

.country-flag {
  margin-right: 8px;
  height: 15px; }

.country-id {
  text-transform: uppercase;
  margin-right: 5px; }

.select-field {
  margin: 8px 0 16px;
  max-height: 52px;
  position: relative; }
  .select-field select,
  .select-field label {
    display: none; }
  .select-field label {
    position: absolute;
    top: 24px;
    right: auto;
    bottom: auto;
    left: 1.125rem;
    font-size: 0.8rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1; }
  .select-field.filled, .select-field.open {
    background: #fff; }
    .select-field.filled .placeholder, .select-field.open .placeholder {
      color: #7d7b7b;
      left: 1rem;
      overflow: auto;
      top: 2px;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      width: 100% !important; }
  .select-field.inited .placeholder {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%; }
  .select-field .select-field-error,
  .select-field .select-field-error-required {
    position: static;
    top: auto;
    right: auto;
    bottom: -1rem;
    left: auto;
    color: #da0000;
    display: none;
    font-size: 0.75rem;
    padding: 0 1rem; }
  .select-field.has-error .select2 {
    border-bottom: 2px solid #da0000; }
    .select-field.has-error .select2 .select-field-error {
      display: block; }
  .select-field.has-error-required .select2 {
    border-bottom: 2px solid #da0000; }
    .select-field.has-error-required .select2 ~ .select-field-error-required {
      display: block; }

.select2-container--default.select2 {
  z-index: 1; }

.select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #424242;
  border-radius: 0;
  height: auto;
  max-height: 52px;
  outline: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 22px;
    max-height: 52px;
    min-height: 52px;
    padding: 22px 2.25rem 0.5rem 1rem; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 7px;
    height: auto;
    right: 0;
    top: auto; }
    .select2-container--default .select2-selection--single .select2-selection__arrow .injected-svg {
      fill: #424242; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: block;
    height: 1em; }

.select2-container--default .select2-results__option {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .select2-container--default .select2-results__option [aria-selected='true'] {
    background: #7d7b7b; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #d3d3d3;
  color: #7d7b7b; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: transparent;
  border-bottom: 1px solid #d3d3d3; }

.select2-container--default.select2-container--disabled + label {
  color: #424242; }

.select2-container--default.select2-container--disabled .select2-selection__arrow .injected-svg {
  fill: #d3d3d3; }

.select2-container--default .select2-search--dropdown {
  padding: 0.5rem 1rem;
  position: relative; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #424242;
    border-radius: 0;
    font-size: 0.8rem;
    margin: 0;
    outline: none;
    padding-left: 0;
    padding-right: 1.5rem; }
  .select2-container--default .select2-search--dropdown .inline-svg {
    position: absolute;
    top: auto;
    right: 1rem;
    bottom: 0.75rem;
    left: auto; }

.select2-dropdown {
  background: #fff;
  border: 0;
  border-radius: 0; }
  .select2-dropdown.select2-dropdown--below {
    border-top: 3px solid #424242; }

.read-only-mode .select2-container--default.select2-container--disabled .select2-selection--single {
  border: 0; }

.read-only-mode .select2-container--default .select2-selection__arrow {
  display: none; }

.select2-container--default {
  width: 1px; }
  .select2-container--default + .select2-container--below {
    width: auto; }

.server-error,
.form-submitted {
  border-style: solid;
  border-width: 2px;
  display: none;
  margin: 1rem 0;
  padding: 1rem 1.125rem;
  text-align: left; }
  .server-error.show,
  .form-submitted.show {
    display: block; }

.server-error {
  border-color: #da0000;
  color: #da0000; }

.form-submitted {
  border-color: #7d7b7b;
  color: #7d7b7b; }

body > header .locator-icon {
  height: 2.3rem !important;
  width: 2.3rem !important; }

body > header .whats-on-icon {
  height: 2.9rem !important;
  width: 2.9rem !important; }
  body > header .whats-on-icon .st0 {
    fill: #fff; }

body > header .top-bar {
  background: #fff;
  position: relative;
  z-index: 60; }
  body > header .top-bar .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5px; }
    body > header .top-bar .wrapper .notifications-wrapper {
      cursor: pointer; }
      body > header .top-bar .wrapper .notifications-wrapper #no-notifications {
        display: none;
        text-transform: none;
        color: #003e85;
        padding: 0;
        padding-top: 10px; }
      body > header .top-bar .wrapper .notifications-wrapper div {
        border: none !important; }
      body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper {
        padding-bottom: 0 !important; }
        @media screen and (max-width: 600px) {
          body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper {
            right: -7.5rem; } }
        body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications #notifications-loader {
          position: absolute;
          pointer-events: none;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: rgba(255, 255, 255, 0.7);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          opacity: 0;
          -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
          transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
          z-index: 99999;
          padding: 0; }
          body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications #notifications-loader svg.circular {
            top: -15px; }
          body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications #notifications-loader.show {
            opacity: 1;
            -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
            transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
            width: 100%;
            height: 100%;
            pointer-events: all; }
          body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications #notifications-loader .spinner {
            height: 60px; }
        body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications .top-bar-dropdown {
          max-width: 340px;
          max-height: 50vh;
          overflow: auto;
          padding: 0 0 10px 0;
          border: 1px solid #d3d3d3 !important; }
          @media screen and (max-width: 600px) {
            body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications .top-bar-dropdown {
              max-height: 70vh; } }
          @media screen and (max-width: 600px) {
            body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications .top-bar-dropdown::after {
              right: 7.5rem; } }
          @media screen and (max-width: 600px) {
            body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications .top-bar-dropdown::before {
              right: 7.5rem; } }
          body > header .top-bar .wrapper .notifications-wrapper .top-bar-dropdown-wrapper.notifications .top-bar-dropdown .notifications-internal-wrapper {
            display: block; }
      body > header .top-bar .wrapper .notifications-wrapper .set-as-read {
        font-size: 0.7rem;
        display: inline-block;
        text-align: right;
        text-transform: none;
        padding: 1rem 0.8rem;
        padding-bottom: 0; }
      body > header .top-bar .wrapper .notifications-wrapper .notifications-divider {
        border: none;
        padding: 1rem 0.8rem;
        font-weight: bold;
        color: #003e85; }
      body > header .top-bar .wrapper .notifications-wrapper .notification-redirect {
        padding: 0;
        border: 0 !important; }
      body > header .top-bar .wrapper .notifications-wrapper .notification {
        border: 1px solid #e5eef5 !important;
        padding: 0;
        margin-bottom: 1px; }
        body > header .top-bar .wrapper .notifications-wrapper .notification.not-read {
          background-color: #e5eef5; }
        body > header .top-bar .wrapper .notifications-wrapper .notification .notification-icon {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          padding: 5px 0 !important;
          position: relative; }
          body > header .top-bar .wrapper .notifications-wrapper .notification .notification-icon svg {
            color: black;
            width: 55px;
            height: 55px;
            margin-left: 10px; }
          body > header .top-bar .wrapper .notifications-wrapper .notification .notification-icon .action-required {
            position: absolute;
            bottom: 5px;
            right: 8px;
            width: auto;
            background: #f1b513;
            padding: 0;
            border-radius: 50%;
            height: 18px;
            width: 19px; }
            body > header .top-bar .wrapper .notifications-wrapper .notification .notification-icon .action-required svg {
              height: 13px;
              width: 13px;
              margin: 0;
              margin-left: 3px; }
        body > header .top-bar .wrapper .notifications-wrapper .notification .notification-body {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          text-transform: none;
          padding: 10px 0 !important;
          color: #7d7b7b; }
          body > header .top-bar .wrapper .notifications-wrapper .notification .notification-body p {
            white-space: normal;
            text-align: left;
            margin: 5px 0;
            padding-right: 15px; }
          body > header .top-bar .wrapper .notifications-wrapper .notification .notification-body b {
            font-size: 0.9rem;
            color: #003e85; }
          body > header .top-bar .wrapper .notifications-wrapper .notification .notification-body span {
            font-size: 0.765rem;
            opacity: .75; }
      body > header .top-bar .wrapper .notifications-wrapper .notifications-rows {
        display: block;
        padding: 0; }
    body > header .top-bar .wrapper .menu-actions-wrapper {
      width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 600px) {
        body > header .top-bar .wrapper .menu-actions-wrapper {
          width: auto; } }
      @media screen and (max-width: 900px) {
        body > header .top-bar .wrapper .menu-actions-wrapper {
          margin: 0; }
          body > header .top-bar .wrapper .menu-actions-wrapper span.action-label {
            color: #fff; } }
    @media screen and (max-width: 900px) and (max-width: 600px) {
      body > header .top-bar .wrapper .menu-actions-wrapper span.action-label {
        display: none; } }
      body > header .top-bar .wrapper .menu-actions-wrapper .menu-action-spacer {
        height: 5px; }
      body > header .top-bar .wrapper .menu-actions-wrapper > div {
        display: inline-block;
        text-align: center;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        font-size: 0.675rem; }
        @media screen and (max-width: 600px) {
          body > header .top-bar .wrapper .menu-actions-wrapper > div {
            -ms-flex-preferred-size: 15%;
                flex-basis: 15%;
            margin: 0 15px; } }
    @media screen and (min-width: 901px) {
      body > header .top-bar .wrapper > * {
        margin: 0 -1.875rem; } }
    @media screen and (max-width: 600px) {
      body > header .top-bar .wrapper > * {
        margin: 0 1rem; }
        body > header .top-bar .wrapper > *:last-child {
          margin-right: 0.5rem; } }
  body > header .top-bar svg {
    height: 24px;
    width: 24px;
    fill: #7d7b7b; }
  body > header .top-bar .select2-container--default .select2-selection--single {
    min-height: 0; }
    body > header .top-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-top: 0.5rem; }
  body > header .top-bar .input-field input {
    padding-right: 2.25rem;
    padding-top: 0.5rem; }
  body > header .top-bar .notifications-count {
    background: #7d7b7b;
    color: #fff; }
  body > header .top-bar .search-form input,
  body > header .top-bar .search-form label {
    font-size: 16px;
    max-height: none;
    min-height: auto; }
  @media screen and (max-width: 900px) {
    body > header .top-bar .search-form input,
    body > header .top-bar .search-form label {
      font-size: 14px; } }
  body > header .top-bar .search-form input {
    margin-bottom: 0 !important;
    padding-right: 1.375rem;
    width: 330px; }
    body > header .top-bar .search-form input.filled + label, body > header .top-bar .search-form input:focus + label {
      top: -4px !important; }
    body > header .top-bar .search-form input + label {
      top: 10px; }
  body > header .top-bar .search-form .inline-svg {
    height: 0.875rem;
    width: 0.875rem;
    position: absolute;
    top: 10px;
    right: 7px;
    bottom: 0;
    left: auto; }
  body > header .top-bar .has-dropdown {
    position: relative;
    z-index: 1; }
  body > header .top-bar .dropdown-opener {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 24px;
    margin: 0 auto !important; }
    @media screen and (max-width: 900px) {
      body > header .top-bar .dropdown-opener {
        margin: 1rem; } }
  body > header .top-bar .top-bar-dropdown-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0.2s;
    transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0.2s;
    background: #fff;
    z-index: 1; }
    body > header .top-bar .top-bar-dropdown-overlay.open {
      max-height: 100vh;
      opacity: 0.8;
      -webkit-transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0s;
      transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0s; }
  body > header .top-bar .top-bar-dropdown-wrapper {
    position: absolute;
    top: 1.5rem;
    right: -1.5rem;
    bottom: auto;
    left: auto;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0.2s;
    transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0.2s;
    overflow: hidden;
    padding: 1rem 0;
    z-index: 1; }
    @media screen and (min-width: 601px) {
      body > header .top-bar .top-bar-dropdown-wrapper {
        right: 0.8rem !important; } }
    body > header .top-bar .top-bar-dropdown-wrapper.open {
      max-height: 100vh;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0s;
      transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0s; }
    body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      background: #fff;
      border: 1px solid #d3d3d3;
      border-radius: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 300px;
      padding: 0 1.125rem; }
      body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown::after, body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown::before {
        position: absolute;
        top: 0.2rem;
        right: 1.5rem;
        bottom: auto;
        left: auto;
        border-bottom: 0.8rem solid #fff;
        border-left: 0.75rem solid transparent;
        border-right: 0.75rem solid transparent;
        content: ''; }
      body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown::before {
        border-bottom-color: #d3d3d3; }
      body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown::after {
        margin-top: 1px; }
      body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown a,
      body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown div {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.8rem;
        padding: 1rem 0;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%; }
        body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown a + a,
        body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown a + div,
        body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown div + a,
        body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown div + div {
          border-top: 1px solid #d3d3d3; }
        body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown a > span,
        body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown div > span {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 0px;
                  flex: 1 0; }
      body > header .top-bar .top-bar-dropdown-wrapper .top-bar-dropdown .logo {
        margin-right: 1.125rem;
        max-height: 1.25rem;
        max-width: 60px; }
  body > header .top-bar .profile > span {
    height: 1.6rem;
    width: 1.6rem; }
    body > header .top-bar .profile > span.dropdown-opener {
      background: #7d7b7b;
      border-radius: 100%;
      color: #fff;
      display: block;
      font-size: 0.8rem;
      line-height: 1.5rem;
      text-align: center;
      margin: 0 auto; }
  body > header .top-bar .profile .user-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    body > header .top-bar .profile .user-info h6,
    body > header .top-bar .profile .user-info p {
      margin: 0; }
    body > header .top-bar .profile .user-info h6 {
      color: #003e85;
      font-size: 0.8rem;
      margin-bottom: 0.5rem; }
    body > header .top-bar .profile .user-info p {
      text-transform: none; }
  body > header .top-bar .company-switcher {
    min-width: 220px; }
    @media screen and (max-width: 900px) {
      body > header .top-bar .company-switcher {
        display: none; } }
    body > header .top-bar .company-switcher .select2-selection__rendered {
      max-height: none;
      min-height: auto;
      padding-right: 2.25rem; }
    body > header .top-bar .company-switcher .select2-selection__arrow {
      bottom: 7px;
      right: 10px !important; }
    body > header .top-bar .company-switcher .dropdown-icon {
      height: 0.875rem;
      width: 0.875rem; }
    body > header .top-bar .company-switcher .placeholder {
      top: -7px; }

body > header .home {
  display: block;
  margin-right: 1.125rem; }
  body > header .home svg {
    height: auto;
    width: 100%;
    margin: 0;
    max-height: 1.25rem;
    max-width: 263px; }

@media screen and (max-width: 900px) {
  body > header {
    height: auto !important; }
    body > header .home img {
      margin-left: -4px;
      margin-top: 0.4rem;
      max-width: 70%; }
    body > header .wrapper {
      padding-right: 0.25rem !important; }
    body > header nav {
      margin: 0 0 0 1.125rem !important; } }

body > header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 900px) {
    body > header .main-menu .main-menu-content .profile {
      display: none !important; } }
  @media screen and (min-width: 901px) {
    body > header .main-menu .user {
      display: none !important; } }
  body > header .main-menu .user h3 {
    margin: 0;
    text-transform: none;
    padding: 0.25rem 0;
    width: auto; }
  body > header .main-menu .user p {
    margin: 0;
    padding: 0.25rem 0;
    text-transform: none;
    color: #7d7b7b;
    font-weight: normal;
    width: auto; }
  body > header .main-menu .user .notch-window {
    background: #0e5195;
    background: -webkit-gradient(linear, left top, right top, from(#0a4f93), to(#0e5396));
    background: linear-gradient(to right, #0a4f93, #0e5396); }
  body > header .main-menu .user .menu-arrow {
    fill: #003e85; }
  @media screen and (min-width: 901px) {
    body > header .main-menu .user .menu-arrow {
      display: none !important; } }
  @media screen and (min-width: 901px) {
    body > header .main-menu .search-dealer {
      display: none !important; } }
  body > header .main-menu .search-dealer .inline-svg {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    top: 10px;
    right: 7px;
    bottom: 0;
    left: auto;
    fill: #424242; }
  body > header .main-menu .equipment .notch-window {
    background: #0e5195;
    background: -webkit-gradient(linear, left top, right top, from(#0a4f93), to(#0e5396));
    background: linear-gradient(to right, #0a4f93, #0e5396); }
  body > header .main-menu .equipment .menu-arrow {
    fill: #003e85; }
  @media screen and (min-width: 901px) {
    body > header .main-menu .equipment .menu-arrow {
      display: none !important; } }
  body > header .main-menu .plm .notch-window {
    background: #0e5195;
    background: -webkit-gradient(linear, left top, right top, from(#0f5497), to(#115a9c));
    background: linear-gradient(to right, #0f5497, #115a9c); }
  body > header .main-menu .plm .menu-arrow {
    fill: #003e85; }
  @media screen and (min-width: 901px) {
    body > header .main-menu .plm .menu-arrow {
      display: none !important; } }
  body > header .main-menu .dealers-services .notch-window {
    background: #0e5195;
    background: -webkit-gradient(linear, left top, right top, from(#155c9e), to(#1461a2));
    background: linear-gradient(to right, #155c9e, #1461a2); }
  body > header .main-menu .dealers-services .menu-arrow {
    fill: #003e85; }
  @media screen and (min-width: 901px) {
    body > header .main-menu .dealers-services .menu-arrow {
      display: none !important; } }
  body > header .main-menu .whats-on .notch-window {
    background: #0e5195;
    background: -webkit-gradient(linear, left top, right top, from(#1763a4), to(#1767a7));
    background: linear-gradient(to right, #1763a4, #1767a7); }
  body > header .main-menu .whats-on .menu-arrow {
    fill: #003e85; }
  @media screen and (min-width: 901px) {
    body > header .main-menu .whats-on .menu-arrow {
      display: none !important; } }

body > header nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
  z-index: 50; }
  body > header nav .injected-svg {
    fill: #fff; }

body > header .nav-background-wrapper {
  position: absolute;
  left: 50%;
  padding: 0; }
  body > header .nav-background-wrapper .nav-background {
    position: relative;
    left: -50%;
    background: #fff;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    height: 95px;
    z-index: 30; }

body > header .menu {
  height: 22px;
  width: 22px;
  cursor: pointer;
  display: none !important; }
  @media screen and (max-width: 900px) {
    body > header .menu {
      display: inline-block !important; } }
  body > header .menu svg {
    display: block;
    -webkit-transition: opacity 0.2s ease-in 0s;
    transition: opacity 0.2s ease-in 0s;
    top: 10px;
    right: 10px;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      body > header .menu svg {
        top: 14px; } }
    body > header .menu svg:nth-child(1) {
      display: block; }
    body > header .menu svg:nth-child(2) {
      display: none; }
  body > header .menu.open svg:nth-child(1) {
    display: none; }
  body > header .menu.open svg:nth-child(2) {
    display: block; }

body > header .has-submenu,
body > header .no-submenu {
  cursor: pointer; }
  body > header .has-submenu .preview h4,
  body > header .no-submenu .preview h4 {
    margin: 0 !important;
    padding: 1.125rem 0 0; }
  body > header .has-submenu .line-breaker,
  body > header .no-submenu .line-breaker {
    display: block; }

body > header .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1px;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: max-height 0.6s, border-color 0.6s ease-in, margin 0s linear 0.6s, padding-top 0.6s;
  transition: max-height 0.6s, border-color 0.6s ease-in, margin 0s linear 0.6s, padding-top 0.6s; }
  body > header .submenu.open {
    margin: 0;
    max-height: 430px;
    padding-top: 10px;
    -webkit-transition: max-height 0.6s, border-color 0s, margin 0s linear 0s, padding-top 0.6s;
    transition: max-height 0.6s, border-color 0s, margin 0s linear 0s, padding-top 0.6s;
    z-index: 1000; }
    @media screen and (min-width: 901px) and (max-width: 1200px) {
      body > header .submenu.open {
        height: 430px; } }
    body > header .submenu.open .notch .notch-container {
      margin-top: 0; }

body > header .notch {
  height: 10px;
  left: 2px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  top: 0;
  z-index: 1000; }
  body > header .notch .notch-container {
    background: -webkit-gradient(linear, left top, right top, from(#003e85), to(#1968a9));
    background: linear-gradient(to right, #003e85, #1968a9);
    height: 10px;
    margin-top: -10px;
    -webkit-transition: margin-top 0.2s linear;
    transition: margin-top 0.2s linear; }
  body > header .notch .notch-window {
    border-left: 10000px solid #fff;
    border-right: 10000px solid #fff;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 10px;
    left: -10000px;
    position: absolute;
    width: 100px; }
    body > header .notch .notch-window svg {
      height: 10px;
      width: 10px;
      position: absolute;
      top: 0; }
      body > header .notch .notch-window svg:first-child {
        left: 0; }
      body > header .notch .notch-window svg:last-child {
        right: 0; }

@media screen and (max-width: 600px) {
  body > header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; } }

@media screen and (max-width: 900px) {
  body > header {
    background: -webkit-gradient(linear, left top, right top, from(#003e85), to(#1968a9));
    background: linear-gradient(to right, #003e85, #1968a9);
    background-color: #003e85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 66px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 20; }
    body > header .top-bar .wrapper {
      padding: 0; } }
    @media screen and (max-width: 900px) and (max-width: 900px) {
      body > header .top-bar .wrapper .has-dropdown:not(.drawer) {
        display: none !important; } }

@media screen and (max-width: 900px) {
    body > header .top-bar svg {
      fill: #fff; }
    body > header .top-bar .notifications-count {
      background: #fff;
      color: #003e85; }
    body > header .top-bar .profile {
      display: none; }
    body > header .top-bar .search-form {
      display: none; }
    body > header .main-menu {
      position: fixed;
      top: 65px;
      right: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.6s;
      transition: max-height 0.6s;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-height: 0;
      text-transform: uppercase;
      width: 100%;
      z-index: 20; }
      body > header .main-menu.open {
        max-height: 100vh; }
      body > header .main-menu.open {
        max-height: 100vh;
        overflow: scroll; }
      body > header .main-menu .main-menu-content {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        body > header .main-menu .main-menu-content .vertical-spout {
          display: none; }
        body > header .main-menu .main-menu-content .has-submenu,
        body > header .main-menu .main-menu-content .no-submenu {
          border-bottom: 1px solid #d3d3d3;
          color: #003e85;
          font-weight: bold;
          padding: 1rem;
          position: relative;
          text-align: left;
          width: 100%; }
          body > header .main-menu .main-menu-content .has-submenu .menu-arrow,
          body > header .main-menu .main-menu-content .no-submenu .menu-arrow {
            position: absolute;
            top: 0;
            right: 0;
            height: 16px;
            width: 16px;
            display: block;
            margin: 18px 16px;
            pointer-events: none;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
            -webkit-transition: -webkit-transform 0.2s ease-in;
            transition: -webkit-transform 0.2s ease-in;
            transition: transform 0.2s ease-in;
            transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }
            body > header .main-menu .main-menu-content .has-submenu .menu-arrow.rotated,
            body > header .main-menu .main-menu-content .no-submenu .menu-arrow.rotated {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            body > header .main-menu .main-menu-content .has-submenu .menu-arrow svg,
            body > header .main-menu .main-menu-content .no-submenu .menu-arrow svg {
              fill: #003e85; }
          body > header .main-menu .main-menu-content .has-submenu .icon,
          body > header .main-menu .main-menu-content .no-submenu .icon {
            display: none; }
          body > header .main-menu .main-menu-content .has-submenu .notch,
          body > header .main-menu .main-menu-content .no-submenu .notch {
            display: none; }
          body > header .main-menu .main-menu-content .has-submenu .line-breaker,
          body > header .main-menu .main-menu-content .no-submenu .line-breaker {
            display: none; }
        body > header .main-menu .main-menu-content .submenu.open {
          margin: 0.5rem -1rem -1rem;
          padding: 0; }
        body > header .main-menu .main-menu-content .submenu .links {
          background: #e4e5e7;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          font-weight: normal;
          width: 100%; }
          body > header .main-menu .main-menu-content .submenu .links a,
          body > header .main-menu .main-menu-content .submenu .links p {
            border-top: 1px solid #d3d3d3;
            color: #424242;
            margin: 0;
            padding: 1rem 0.5rem 1rem 2.25rem;
            width: 100%; }
          body > header .main-menu .main-menu-content .submenu .links p {
            position: relative; }
        body > header .main-menu .main-menu-content .submenu .preview,
        body > header .main-menu .main-menu-content .submenu .submenu-preview {
          display: none !important; }
        body > header .main-menu .main-menu-content .subsubmenu {
          max-height: 0;
          overflow: hidden;
          -webkit-transition: max-height ease-in-out 0.6s;
          transition: max-height ease-in-out 0.6s;
          width: 0; }
          body > header .main-menu .main-menu-content .subsubmenu .links a {
            padding-left: 4.5rem; }
    body > header nav {
      margin: 0 0 0 0.5rem; }
    body > header .nav-background-wrapper {
      display: none; }
    body > header .top-bar {
      background: transparent; } }

@media screen and (min-width: 901px) {
  body > header .top-bar {
    border-bottom: 1px solid #d3d3d3; }
    body > header .top-bar .menu,
    body > header .top-bar .search {
      display: none; }
  body > header nav {
    height: 88px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#003e85), to(#1968a9));
    background: linear-gradient(to right, #003e85, #1968a9);
    background-color: #003e85;
    border-radius: 0 0 1rem 1rem;
    color: #fff;
    margin-top: -1px;
    padding: 0 2.25rem;
    position: relative; }
    body > header nav .icon {
      height: 1.5rem;
      width: 1.5rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 0.5rem 0 0; }
    body > header nav .equipment .icon,
    body > header nav .plm .icon {
      height: 2rem;
      width: 2rem; }
  body > header .main-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1; }
    body > header .main-menu .main-menu-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; }
      body > header .main-menu .main-menu-content > span img,
      body > header .main-menu .main-menu-content > span svg {
        pointer-events: none; }
      body > header .main-menu .main-menu-content > * {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        max-width: 190px;
        text-transform: uppercase; }
        body > header .main-menu .main-menu-content > * + * {
          margin-left: 2.25rem; }
  body > header .submenu {
    position: absolute;
    top: 88px;
    right: 0;
    bottom: auto;
    left: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #fff;
    border: 1px solid transparent;
    border-top: 0;
    opacity: 1;
    padding: 0;
    z-index: 20; }
    body > header .submenu.open {
      border-color: #d3d3d3;
      border-top: 0;
      -webkit-box-shadow: 0 5px 10px rgba(66, 66, 66, 0.3);
              box-shadow: 0 5px 10px rgba(66, 66, 66, 0.3);
      opacity: 1;
      padding: 10px 0; }
    body > header .submenu .links,
    body > header .submenu .preview {
      padding: 1rem 1.125rem; }
    body > header .submenu h4 {
      color: #7d7b7b;
      font-weight: normal;
      text-align: center;
      text-transform: uppercase; }
    body > header .submenu .links {
      border-right: 1px solid #d3d3d3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 320px;
              flex: 1 0 320px;
      font-size: 1rem;
      height: auto;
      margin-top: 10px;
      max-width: 320px; }
      body > header .submenu .links > p,
      body > header .submenu .links > a {
        color: #7d7b7b;
        margin: 0;
        padding: 1rem 0;
        position: relative; }
        body > header .submenu .links > p:hover,
        body > header .submenu .links > a:hover {
          color: #003e85; }
        body > header .submenu .links > p.active,
        body > header .submenu .links > a.active {
          color: #003e85;
          font-weight: bold; }
      body > header .submenu .links h4 {
        border-bottom: 1px solid #d3d3d3;
        font-size: 0.8rem;
        margin: 0;
        padding-bottom: 0.5rem; }
      body > header .submenu .links .icon-wrapper {
        background: #003e85; }
    body > header .submenu .vertical-spout {
      margin-left: -15px;
      opacity: 0;
      padding-top: 4px;
      position: relative;
      -webkit-transition: opacity, margin-top ease-in-out 0.6s;
      transition: opacity, margin-top ease-in-out 0.6s; }
      body > header .submenu .vertical-spout svg {
        height: 20px;
        width: 20px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
        body > header .submenu .vertical-spout svg path {
          fill: #f1b514; }
      body > header .submenu .vertical-spout::after {
        border-right: 3px solid #f1b514;
        content: '';
        display: block;
        height: 80px;
        margin-top: -5px;
        width: 80%; }
      body > header .submenu .vertical-spout::before {
        content: '';
        left: 8px;
        position: absolute;
        top: 6px;
        z-index: 100000;
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent #fff transparent transparent;
        border-width: 8px 8px 8px 0; }
    body > header .submenu .subsubmenu {
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1; }
      body > header .submenu .subsubmenu .links {
        border-right: 0;
        max-width: 250px;
        width: 250px; }
      body > header .submenu .subsubmenu a {
        padding: 1rem;
        width: 100%; }
        body > header .submenu .subsubmenu a img {
          min-height: 355px; }
        body > header .submenu .subsubmenu a h4 {
          margin-bottom: 0;
          margin-top: 1rem; }
    body > header .submenu .preview {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3 1; }
      body > header .submenu .preview h4 {
        font-size: 1rem;
        margin: 0.5rem 0 0; }
    body > header .submenu .media-wrapper {
      height: 0;
      overflow: hidden;
      padding-bottom: 40%; } }

body > header.not-logged .wrapper a {
  margin: 0; }

body > header.not-logged .home {
  margin-top: 0.25rem;
  max-height: 100%; }

body > header.not-logged .login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    body > header.not-logged .login {
      color: #fff; } }
  @media screen and (min-width: 901px) {
    body > header.not-logged .login {
      color: #7d7b7b; } }
  body > header.not-logged .login .injected-svg {
    fill: #7d7b7b;
    margin: 0 0.5rem 0 0; }
    @media screen and (max-width: 600px) {
      body > header.not-logged .login .injected-svg {
        fill: #fff; } }

@media screen and (max-width: 600px) {
  body > header .drawer .top-bar-dropdown-wrapper {
    right: -4.5rem; } }

@media screen and (max-width: 600px) {
  body > header .drawer .top-bar-dropdown-wrapper .top-bar-dropdown::after {
    right: 4.5rem; } }

@media screen and (max-width: 600px) {
  body > header .drawer .top-bar-dropdown-wrapper .top-bar-dropdown::before {
    right: 4.5rem; } }

@media screen and (max-width: 900px) {
  body > header .drawer .dropdown-opener {
    margin: 0; } }

body > header .drawer .top-bar-dropdown h4 {
  margin: 1rem 0 0; }

body > header .drawer .top-bar-dropdown a {
  position: relative; }

body > header .drawer .top-bar-dropdown .injected-svg {
  fill: #003e85; }
  body > header .drawer .top-bar-dropdown .injected-svg.post {
    position: absolute;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
    height: 1rem;
    width: 1rem; }
  body > header .drawer .top-bar-dropdown .injected-svg.pre {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem; }

body > header.my-profile .notch {
  top: 88px; }
  @media screen and (max-width: 900px) {
    body > header.my-profile .notch {
      display: none; } }
  body > header.my-profile .notch .notch-container {
    background: -webkit-gradient(linear, left top, right top, from(#003e85), to(#1968a9));
    background: linear-gradient(to right, #003e85, #1968a9);
    margin-top: 0; }
  body > header.my-profile .notch .notch-window {
    left: auto;
    right: -9966px;
    width: 125px; }

.header-backdrop {
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0.2s;
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 19; }
  .header-backdrop.open {
    max-height: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0s;
    transition: opacity 0.2s ease-in 0s, max-height 0s ease-in 0s; }

.lightbox {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  width: 100%;
  z-index: 1000000; }
  .lightbox.open {
    opacity: 1; }
    .lightbox.open .lightbox-content {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .lightbox .lightbox-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    max-width: 95%;
    padding: 3rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .lightbox .lightbox-content {
        position: absolute;
        top: 0;
        right: 5%;
        bottom: 0;
        left: 5%; }
        .lightbox .lightbox-content img {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          max-height: 100%;
          width: auto; }
        .lightbox .lightbox-content .arrow-left,
        .lightbox .lightbox-content .arrow-right {
          top: 50%; }
        .lightbox .lightbox-content .st0 {
          fill: none; }
        .lightbox .lightbox-content .download-button {
          margin-top: 1rem !important; } }
    .lightbox .lightbox-content img {
      border-radius: 1rem; }
    .lightbox .lightbox-content .download-button {
      margin-bottom: -2rem;
      margin-top: 2rem;
      text-transform: uppercase; }
      .lightbox .lightbox-content .download-button svg {
        height: 1.5rem;
        width: 1.5rem;
        vertical-align: middle; }
    .lightbox .lightbox-content > button {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      bottom: auto;
      left: auto;
      background: transparent;
      border: 0;
      padding: 0.5rem 0.5rem; }
      .lightbox .lightbox-content > button svg {
        height: 2rem;
        width: 2rem;
        fill: #000;
        margin: 0; }
    .lightbox .lightbox-content .arrow-left {
      display: none;
      position: absolute;
      left: 0; }
      .lightbox .lightbox-content .arrow-left svg {
        height: 2rem;
        width: 2rem; }
    .lightbox .lightbox-content .arrow-right {
      display: none;
      position: absolute;
      right: 0; }
      .lightbox .lightbox-content .arrow-right svg {
        height: 2rem;
        width: 2rem; }
  .lightbox .lightbox-picture {
    height: auto;
    width: 100%; }

.list {
  border: 1px solid #d3d3d3;
  border-radius: 1rem; }
  .list .list-header,
  .list .list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0.625rem; }
    .list .list-header:last-child,
    .list .list-item:last-child {
      border-bottom: 0; }
    .list .list-header.collapsed .collapse,
    .list .list-item.collapsed .collapse {
      max-height: 0; }
    .list .list-header.collapsed .collapse-icon svg,
    .list .list-item.collapsed .collapse-icon svg {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    .list .list-header .collapse,
    .list .list-item .collapse {
      max-height: 150px;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-in;
      transition: max-height 0.2s ease-in; }
    .list .list-header .left-icon,
    .list .list-item .left-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 1.125rem;
      width: 1.25rem; }
      .list .list-header .left-icon svg,
      .list .list-item .left-icon svg {
        height: 1.25rem;
        width: 1.25rem; }
    .list .list-header .content,
    .list .list-item .content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .list .list-header .content.columns,
      .list .list-item .content.columns {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .list .list-header .content.columns > .col,
        .list .list-item .content.columns > .col {
          padding: 0 0.5rem; }
    .list .list-header .collapse-icon,
    .list .list-item .collapse-icon {
      cursor: pointer;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 1.125rem;
      width: 0.875rem; }
      .list .list-header .collapse-icon svg,
      .list .list-item .collapse-icon svg {
        height: 0.875rem;
        width: 0.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
  .list .list-header span {
    color: #003e85;
    font-weight: bold;
    text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    .list .list-header .left-icon {
      display: none; }
    .list .list-header .columns :not(:first-child) {
      display: none; } }
  .list .list-item {
    position: relative; }
    .list .list-item .ribbon {
      top: 0; }
    @media screen and (max-width: 600px) {
      .list .list-item .content.columns {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .list .list-item .content.columns .col + .col {
          margin-top: 0.5rem; } }
    .list .list-item .content h4 {
      color: #424242;
      margin-bottom: 0.25rem; }
    .list .list-item .content a h4 {
      color: #003e85; }
    .list .list-item .content b {
      color: #424242; }
    .list .list-item .content .description {
      font-style: italic;
      margin: 0; }
    @media screen and (max-width: 600px) {
      .list .list-item .content .key {
        color: #000;
        text-transform: uppercase; } }
    @media screen and (min-width: 601px) {
      .list .list-item .content .key {
        display: none; } }
    .list .list-item .collapse-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }

img {
  height: auto;
  max-width: 100%; }
  img.inline-svg {
    display: none; }

.injected-svg {
  fill: #003e85; }

.media-wrapper {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 1rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 100%; }
  .media-wrapper img {
    display: block; }

.modal {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 1rem 0;
  top: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  width: 100%;
  z-index: 1000; }
  @media screen and (max-width: 600px) {
    .modal {
      max-width: 100vh; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal {
      right: 0;
      top: 0; } }
  .modal.open {
    opacity: 1; }
  .modal .modal-header {
    padding: 1rem 1.125rem;
    width: 100%; }
    .modal .modal-header h2,
    .modal .modal-header h3 {
      margin-bottom: 0;
      margin-top: 3rem; }
  .modal .message-modal-ok-redirect svg {
    fill: #fff; }
  .modal .modal-body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    max-width: 900px;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 600px) {
      .modal .modal-body {
        max-width: 90%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .modal .modal-body {
        margin: 0; } }
    .modal .modal-body.modal-body-sm {
      width: 600px; }
    .modal .modal-body .download-button {
      margin-bottom: -2rem;
      margin-top: 2rem;
      text-transform: uppercase; }
    .modal .modal-body .modal-content {
      padding: 1rem 1.125rem; }
    .modal .modal-body .modal-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 1rem 1.125rem;
      width: 100%; }
      @media screen and (max-width: 600px) {
        .modal .modal-body .modal-actions {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .modal .modal-body .modal-actions button {
        font-size: 1rem; }
        @media screen and (max-width: 600px) {
          .modal .modal-body .modal-actions button {
            margin-top: 0.25rem; } }
  .modal .modal-picture {
    height: auto;
    width: 100%; }
  .modal .modal-close-button {
    position: absolute;
    top: 1rem;
    right: 1.125rem;
    bottom: auto;
    left: auto;
    background: transparent;
    border: 0;
    padding: 0; }
    .modal .modal-close-button:hover {
      background: transparent; }
    .modal .modal-close-button svg {
      height: 1.5rem;
      width: 1.5rem;
      fill: #424242; }
  .modal #message-modal.align-center {
    width: 70%;
    -webkit-box-shadow: 2px 6px 54px 4px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 6px 54px 4px rgba(0, 0, 0, 0.32);
    max-width: unset; }
    .modal #message-modal.align-center #message-modal-cancel svg {
      display: none; }
    .modal #message-modal.align-center .warning-icon {
      text-align: center;
      height: 105px; }
      .modal #message-modal.align-center .warning-icon svg {
        -webkit-transform: scale(0.6);
                transform: scale(0.6); }
    .modal #message-modal.align-center .success-icon {
      text-align: center; }
      .modal #message-modal.align-center .success-icon svg {
        height: 70px; }
        .modal #message-modal.align-center .success-icon svg path {
          fill: #66c453; }
    .modal #message-modal.align-center .modal-content {
      text-align: center;
      color: #000; }
    .modal #message-modal.align-center .modal-header h3 {
      text-align: center;
      text-transform: none;
      font-size: 1.3rem;
      margin-top: 0; }
      .modal #message-modal.align-center .modal-header h3 span {
        text-transform: uppercase; }

@media only screen and (max-width: 600px) {
  #message-modal.align-center {
    width: 90% !important; } }

#server-error-modal {
  min-width: 300px; }

.offers {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 601px) {
    .offers {
      height: 200px;
      width: 550px; } }
  @media screen and (max-width: 600px) {
    .offers {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .offers.hidden {
    display: none; }
  .offers .offer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1.125rem;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .offers .offer {
        min-height: 130px; } }
    @media screen and (min-width: 601px) {
      .offers .offer.square {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px; } }
    .offers .offer h3 {
      color: inherit;
      font-weight: normal;
      line-height: 1.125rem;
      text-transform: none;
      width: 100%; }
    .offers .offer .next {
      -ms-flex-item-align: end;
          align-self: flex-end;
      background: transparent;
      border: 0; }
    .offers .offer .error {
      color: #da0000;
      font-size: 0.8rem;
      margin-left: 0.5rem;
      margin-top: -1rem;
      visibility: hidden; }
      .offers .offer .error.show {
        visibility: visible; }
    .offers .offer.light {
      background: #fff;
      color: #003e85; }
      .offers .offer.light button svg {
        fill: #003e85; }
    .offers .offer.dark {
      background: radial-gradient(circle at center, #004f97 0, #003e85 100%);
      color: #fff; }
      .offers .offer.dark svg {
        fill: #fff; }

.pagination-container {
  margin: 1rem -1.125rem; }
  .pagination-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0; }
    .pagination-container ul.one-page {
      display: none; }
    .pagination-container ul .next,
    .pagination-container ul .previous {
      width: 100px; }
      .pagination-container ul .next span,
      .pagination-container ul .previous span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .pagination-container ul .active a,
    .pagination-container ul .disabled a {
      color: #7d7b7b; }
    .pagination-container ul .active svg,
    .pagination-container ul .disabled svg {
      fill: #7d7b7b; }
    .pagination-container ul li {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      margin: 0 1rem; }

@media screen and (max-width: 900px) {
  .pagination-container .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .pagination-container .pagination li.prev, .pagination-container .pagination li.next, .pagination-container .pagination li.active {
      display: block; }
      .pagination-container .pagination li.prev a, .pagination-container .pagination li.next a, .pagination-container .pagination li.active a {
        white-space: nowrap; } }

.ribbon {
  position: absolute;
  top: 2rem;
  right: -0.8rem;
  bottom: auto;
  left: auto; }
  @media screen and (max-width: 600px) {
    .ribbon {
      right: -0.6rem;
      top: 1.1rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ribbon {
      min-width: 150px; } }
  .ribbon .ribbon-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #004f97;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8rem;
    line-height: 1.6rem;
    padding: 0 1rem;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2; }
    @media screen and (max-width: 600px) {
      .ribbon .ribbon-content {
        font-size: 12px;
        line-height: 1.2rem; }
        .ribbon .ribbon-content .ribbon-shadow {
          position: absolute;
          top: 1.1rem;
          right: 0;
          bottom: auto;
          left: auto;
          height: 0.6rem;
          width: 0.6rem; }
          .ribbon .ribbon-content .ribbon-shadow::before {
            height: 1.2rem;
            width: 1.2rem; } }
    .ribbon .ribbon-content .ribbon-icon {
      height: 16px;
      width: 16px;
      margin-right: 0.5rem; }
      .ribbon .ribbon-content .ribbon-icon svg {
        display: block; }
        .ribbon .ribbon-content .ribbon-icon svg, .ribbon .ribbon-content .ribbon-icon svg g, .ribbon .ribbon-content .ribbon-icon svg * {
          fill: #fff; }
  .ribbon .ribbon-shadow {
    position: absolute;
    top: 1.5rem;
    right: 0;
    bottom: auto;
    left: auto;
    height: 0.8rem;
    width: 0.8rem;
    overflow: hidden; }
    .ribbon .ribbon-shadow::before {
      height: 1.6rem;
      width: 1.6rem;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
      background-color: #003e85;
      border-radius: 100%;
      content: ''; }
    @media screen and (max-width: 600px) {
      .ribbon .ribbon-shadow {
        position: absolute;
        top: 1.1rem;
        right: 0;
        bottom: auto;
        left: auto;
        height: 0.6rem;
        width: 0.6rem; }
        .ribbon .ribbon-shadow::before {
          height: 1.2rem;
          width: 1.2rem; } }

.switch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }
  .switch .switch-text {
    color: #424242;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 5px;
    text-align: right;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    vertical-align: middle; }
  .switch input {
    display: none; }
    .switch input + .switch-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .switch input + .switch-button .switch-cursor {
        position: relative;
        width: 2.625rem; }
        .switch input + .switch-button .switch-cursor > span {
          background: #424242;
          border-radius: 0.5rem;
          display: block;
          height: 1rem;
          margin-top: 0.25rem;
          width: 2.625rem; }
          .switch input + .switch-button .switch-cursor > span::before {
            height: 1.5rem;
            width: 1.5rem;
            position: absolute;
            top: 0;
            right: auto;
            left: 0;
            background: #fff;
            border-radius: 0.75rem;
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
                    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            content: '';
            -webkit-transition: background 0.2s linear, left 0.2s ease-in-out;
            transition: background 0.2s linear, left 0.2s ease-in-out; }
    .switch input:checked + .switch-button .switch-text {
      color: #003e85; }
    .switch input:checked + .switch-button .switch-cursor > span {
      background: #003e85; }
      .switch input:checked + .switch-button .switch-cursor > span::before {
        position: absolute;
        top: 0;
        right: auto;
        left: 1.125rem;
        background: #004f97; }

@media screen and (min-width: 901px) {
  .tabs {
    margin: 0 -2.25rem; } }

.tabs > nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*overflow-x: auto;
    overflow-y: hidden;*/
  overflow: visible; }
  .tabs > nav.hidden {
    display: none; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tabs > nav {
      overflow: visible;
      overflow-y: visible; } }
  @media screen and (max-width: 600px) {
    .tabs > nav {
      border-bottom: 1px solid #d3d3d3;
      overflow-x: scroll;
      overflow-y: hidden; } }
  .tabs > nav.overflowing::after {
    content: '';
    display: block;
    min-width: 3rem;
    height: 20px; }
  .tabs > nav > a {
    color: #7d7b7b;
    display: block;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap; }
    .tabs > nav > a.hidden {
      display: none; }
    @media screen and (min-width: 601px) {
      .tabs > nav > a {
        padding: 1rem 2.25rem; } }
    @media screen and (max-width: 600px) {
      .tabs > nav > a {
        padding: 1rem 1.125rem; } }
    .tabs > nav > a .spout > svg {
      display: none; }
    @media screen and (max-width: 600px) {
      .tabs > nav > a > span {
        position: relative; } }
    .tabs > nav > a.current {
      color: #003e85; }
      .tabs > nav > a.current .spout {
        bottom: 1rem;
        position: absolute;
        z-index: 10; }
        @media screen and (min-width: 601px) {
          .tabs > nav > a.current .spout {
            left: 2.25rem; } }
        @media screen and (max-width: 600px) {
          .tabs > nav > a.current .spout {
            left: 0.5rem; } }
        .tabs > nav > a.current .spout > svg {
          display: block;
          height: 16px;
          left: 0;
          margin: 0;
          position: absolute;
          top: 12px;
          width: 16px; }
      @media screen and (max-width: 600px) {
        .tabs > nav > a.current .spout > svg {
          display: none; } }
      .tabs > nav > a.current::after {
        bottom: -2px !important;
        position: absolute;
        top: auto;
        right: 2.25rem;
        bottom: 0;
        left: 48px;
        border-bottom: 3px solid #e9bc00;
        content: ''; }
        @media screen and (max-width: 600px) {
          .tabs > nav > a.current::after {
            border-bottom: 0; } }
      @media screen and (max-width: 600px) {
        .tabs > nav > a.current > span::after {
          position: absolute;
          top: 30px;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          border-bottom: 3px solid #e9bc00; } }
    .tabs > nav > a + a.no-border::before {
      border-left: none !important; }
    .tabs > nav > a + a::before {
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: 0;
      border-left: 1px solid #424242;
      content: '';
      height: 1.25rem;
      margin-top: -0.625rem; }
  @media screen and (max-width: 600px) {
    .tabs > nav .notifications-count {
      font-size: 0.5rem;
      height: 0.75rem;
      line-height: 0.75rem;
      min-width: 0.75rem; } }
  @media screen and (min-width: 601px) {
    .tabs > nav .notifications-count {
      right: 0.625rem;
      top: 0.5rem; } }

@media screen and (max-width: 600px) {
  .tabs.no-overflow > nav > a {
    text-align: center; }
    .tabs.no-overflow > nav > a span {
      white-space: normal;
      display: inline-block; }
      .tabs.no-overflow > nav > a span::after {
        top: 41px; } }

.tabs .tab-content {
  display: none;
  margin: 2rem 2.25rem; }
  @media screen and (max-width: 600px) {
    .tabs .tab-content {
      margin: 1rem 0; } }
  .tabs .tab-content.current {
    display: block; }

@media screen and (min--moz-device-pixel-ratio: 0) {
  .tabs > nav > a.current .spout {
    bottom: .9rem; }
  .tabs > nav > a.current .spout > svg {
    top: 10px; } }

.crop {
  height: 0; }
  .crop.crop-1-1 {
    padding-bottom: 100%; }
  .crop.crop-4-3 {
    padding-bottom: 75%; }
  .crop.crop-16-9 {
    padding-bottom: 56.25%; }
  .crop.crop-5-2 {
    padding-bottom: 40%; }
  .crop.crop-32-9 {
    padding-bottom: 28.125%; }
  .crop.crop-48-9 {
    padding-bottom: 18.75%; }

.notifications-wrapper {
  position: relative; }

.notifications-count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  bottom: auto;
  left: auto;
  right: 1.8rem !important;
  background: #f1b514;
  border-radius: 0.5rem;
  color: #003e85;
  font-size: 0.8rem;
  height: 1rem;
  line-height: 1rem;
  min-width: 1rem;
  padding: 0 0.25rem;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .notifications-count {
      right: -0.5rem !important; } }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0); } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0); } }

.md-radio {
  margin: 8px 0; }
  .md-radio.md-radio-inline {
    display: inline-block; }
  .md-radio input[type="radio"] {
    display: none; }
    .md-radio input[type="radio"]:checked + label:before {
      border-color: #004f97;
      -webkit-animation: ripple 0.2s linear forwards;
              animation: ripple 0.2s linear forwards; }
    .md-radio input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .md-radio input[type="radio"]:disabled, .md-radio input[type="radio"]:disabled::after, .md-radio input[type="radio"]:disabled::before,
    .md-radio input[type="radio"]:disabled ~ label,
    .md-radio input[type="radio"]:disabled ~ label::after,
    .md-radio input[type="radio"]:disabled ~ label::before {
      opacity: .5; }
  .md-radio label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom; }
    .md-radio label:before, .md-radio label:after {
      position: absolute;
      content: '';
      border-radius: 50%;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-property: border-color, -webkit-transform;
      transition-property: border-color, -webkit-transform;
      transition-property: transform, border-color;
      transition-property: transform, border-color, -webkit-transform; }
    .md-radio label:before {
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 2px solid #7d7b7b; }
    .md-radio label:after {
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      -webkit-transform: scale(0);
              transform: scale(0);
      background: #004f97; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  margin-top: 3rem; }
  @media screen and (max-width: 900px) {
    .progress-bar {
      margin-bottom: 1rem;
      margin-top: 2rem; } }
  .progress-bar ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    max-width: 100%;
    padding: 0; }
  .progress-bar li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: center;
    width: 200px; }
    .progress-bar li .circle-step,
    .progress-bar li .label {
      color: #d3d3d3; }
    .progress-bar li .label {
      font-size: 1rem;
      height: 2rem;
      padding-bottom: 10px;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        .progress-bar li .label {
          font-size: 0.75rem; } }
    .progress-bar li .circle-step {
      background-color: #d3d3d3;
      border-radius: 50%;
      display: inline-block;
      height: 25px;
      position: relative;
      top: -2px;
      width: 25px;
      z-index: 10; }
    .progress-bar li:not(.step-0)::before {
      position: absolute;
      top: 41px;
      right: 50%;
      bottom: auto;
      left: auto;
      border-top: 2px solid #d3d3d3;
      content: '';
      height: 1px;
      width: 100%; }
    .progress-bar li.completed .label {
      color: #004f97;
      font-weight: bold; }
    .progress-bar li.completed .circle-step {
      background-color: #f1b514; }
    .progress-bar li.completed::before {
      border-color: #f1b514; }

ul.primary-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.primary-list li {
    margin-bottom: 0.5rem; }
  ul.primary-list li::before {
    color: #004f97;
    content: '\2022';
    margin-right: 0.5rem; }

ol.primary-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ol.primary-list li {
    counter-increment: item;
    margin-bottom: 1rem;
    padding-left: 2.25rem;
    position: relative; }
  ol.primary-list li::before {
    background: #004f97;
    border-radius: 100%;
    color: #fff;
    content: counter(item);
    display: inline-block;
    height: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -18px;
    width: 25px; }

.modal #write-customer-center-modal .modal-content {
  padding: 1.125rem 2.25rem 1.125rem 2.25rem; }
  .modal #write-customer-center-modal .modal-content :not(output):-moz-ui-invalid {
    box-shadow: none; }
  .modal #write-customer-center-modal .modal-content h3 {
    margin-top: 3rem; }
  @media screen and (max-width: 600px) {
    .modal #write-customer-center-modal .modal-content .g-recaptcha {
      transform: scale(0.87);
      -webkit-transform: scale(0.87);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

.modal #write-customer-center-modal .checkbox {
  margin: 1rem 0; }

.modal #write-customer-center-modal .modal-actions {
  border-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  margin-top: 1.125rem; }

.modal #write-customer-center-modal .modal-privacy-checkbox {
  display: block;
  margin: 2rem 0rem; }

.modal #write-customer-center-success .box {
  color: #003e85;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1rem 2.25rem; }

.popover {
  background: #003e85;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: none;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-right: -2.125rem;
  padding: 0.5rem 1rem;
  position: fixed;
  text-transform: none;
  width: 200px;
  z-index: 21; }
  .popover > span {
    position: absolute;
    top: auto;
    right: 1.5rem;
    bottom: -0.25rem;
    left: auto;
    height: 0;
    width: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.25rem solid #003e85;
    content: ''; }

img.popover-trigger {
  display: none; }

svg.popover-trigger {
  cursor: pointer; }

#global-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100vh;
  width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  z-index: 99999; }
  #global-loader.show {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    width: 100vw; }
  #global-loader.stay-hidden {
    display: none !important; }

.spinner {
  height: 100px;
  width: 100%;
  position: relative;
  stroke: #003e85; }
  .spinner::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .spinner .circular {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    margin: auto;
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  .spinner .path {
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

/**
 *   Input customizations for MyNH
 **/
.input-field [type='text'],
.input-field [type='password'],
.input-field [type='email'],
.input-field [type='tel'] {
  border-bottom: 1px solid #424242; }
  .input-field [type='text']:focus,
  .input-field [type='password']:focus,
  .input-field [type='email']:focus,
  .input-field [type='tel']:focus {
    border-bottom: 2px solid #003e85; }
  .input-field [type='text'] + label,
  .input-field [type='password'] + label,
  .input-field [type='email'] + label,
  .input-field [type='tel'] + label {
    color: #7d7b7b;
    opacity: .5; }

.input-field.search-input span:first-of-type svg:hover {
  fill: #003e85; }

.input-field .input-field-reset {
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 4px;
  top: 24px;
  width: 16px; }

.input-field input:not(#field-email):invalid ~ .input-field-error,
.input-field textarea:invalid ~ .input-field-error {
  display: inline; }

.input-field .input-field-error {
  color: #da0000;
  display: none;
  font-size: .8rem; }

.input-field [type='password'] ~ .show-password,
.input-field [type='text'] ~ .show-password {
  right: 30px;
  width: 1rem; }

.select-field .placeholder {
  opacity: .5; }

.select-field select:invalid ~ .input-field-error {
  display: inline; }

.select-field .input-field-error {
  color: #da0000;
  display: none;
  font-size: .8rem;
  margin-left: 1rem; }

.select2-container--open .select2-dropdown {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.9);
          box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  top: 0.5rem; }
  .select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top: 0 !important; }

.select2-container--default {
  z-index: 1000000; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: transparent !important;
    font-weight: 600;
    color: #424242; }
  .select2-container--default .select2-results__option {
    color: #424242; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: transparent; }

.select2-container--default .select2-selection--single {
  min-height: 46px; }

.select2-selection__arrow {
  right: 20px !important;
  width: 1rem !important; }
  .select2-selection__arrow svg {
    height: 1rem;
    width: 1rem;
    margin: 4px;
    margin: 8px 0 0 0; }

#page-404,
#page-5xx,
#page-error {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 65vh;
  padding-top: 2rem;
  text-align: center; }
  #page-404 img,
  #page-5xx img,
  #page-error img {
    height: 128px;
    width: 128px; }
  #page-404 .display-1,
  #page-5xx .display-1,
  #page-error .display-1 {
    border-bottom: 4px solid #003e85;
    color: #003e85;
    display: inline;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1; }
  #page-404 .display-2,
  #page-5xx .display-2,
  #page-error .display-2 {
    color: #003e85;
    font-size: 1rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    text-transform: uppercase; }
  #page-404 p,
  #page-404 button,
  #page-5xx p,
  #page-5xx button,
  #page-error p,
  #page-error button {
    font-size: 18px;
    margin-bottom: 0; }
  #page-404 button,
  #page-5xx button,
  #page-error button {
    margin-left: 0.5rem;
    padding-top: 9px; }

#page-error {
  display: none; }

#page-dashboard {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  #page-dashboard .equipment-card,
  #page-dashboard .equipment-card-empty,
  #page-dashboard .product-card,
  #page-dashboard .product-card-empty {
    display: none; }
  #page-dashboard .dashboard-section {
    border: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #page-dashboard .dashboard-section .card-wrapper {
      max-width: 33.33333%; }
      #page-dashboard .dashboard-section .card-wrapper article.card .media-wrapper {
        min-height: 250px; }
        #page-dashboard .dashboard-section .card-wrapper article.card .media-wrapper img {
          max-width: none; }
        #page-dashboard .dashboard-section .card-wrapper article.card .media-wrapper.crop-32-9 {
          min-height: 300px; }
          #page-dashboard .dashboard-section .card-wrapper article.card .media-wrapper.crop-32-9 img {
            max-width: auto; }
        #page-dashboard .dashboard-section .card-wrapper article.card .media-wrapper.crop-48-9 {
          min-height: 350px; }
          #page-dashboard .dashboard-section .card-wrapper article.card .media-wrapper.crop-48-9 img {
            max-width: none; }
      @media screen and (min-width: 601px) {
        #page-dashboard .dashboard-section .card-wrapper.card-fixed-min-height .card {
          min-height: 460px; } }
      #page-dashboard .dashboard-section .card-wrapper.colspan-2 {
        max-width: 66.66667%;
        min-width: 66.66667%; }
      #page-dashboard .dashboard-section .card-wrapper.colspan-3 {
        max-width: 100%;
        min-width: 100%; }
      #page-dashboard .dashboard-section .card-wrapper .notification {
        top: 5.8rem;
        right: 4px; }
        #page-dashboard .dashboard-section .card-wrapper .notification .ribbon-content {
          background-color: #f1b514;
          color: #004f97; }
      #page-dashboard .dashboard-section .card-wrapper .card .field-wrapper:first-of-type {
        margin-top: 2rem; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #page-dashboard .dashboard-section .card-wrapper .card.add-card {
        border: 1px dashed rgba(0, 62, 133, 0.5);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #003e85;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (max-width: 600px) {
          @supports (-webkit-overflow-scrolling: touch) {
            #page-dashboard .dashboard-section .card-wrapper .card.add-card {
              height: 452px; } } }
        #page-dashboard .dashboard-section .card-wrapper .card.add-card strong {
          color: #003e85; }
        #page-dashboard .dashboard-section .card-wrapper .card.add-card .media-wrapper {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          height: initial;
          padding: 2.25rem;
          width: 100%; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            #page-dashboard .dashboard-section .card-wrapper .card.add-card .media-wrapper {
              min-height: 250px; } }
          #page-dashboard .dashboard-section .card-wrapper .card.add-card .media-wrapper svg,
          #page-dashboard .dashboard-section .card-wrapper .card.add-card .media-wrapper img {
            fill: #003e85;
            opacity: .5;
            width: 100%;
            min-height: 200px; }
        #page-dashboard .dashboard-section .card-wrapper .card.add-card .actions {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      #page-dashboard .dashboard-section .card-wrapper .card.item-list {
        border: 1px solid #004f97;
        -webkit-box-shadow: none;
                box-shadow: none; }
        #page-dashboard .dashboard-section .card-wrapper .card.item-list .header {
          border-color: #004f97;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        #page-dashboard .dashboard-section .card-wrapper .card.item-list .actions {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        #page-dashboard .dashboard-section .card-wrapper .card.item-list .content {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #page-dashboard .dashboard-section .card-wrapper .card.item-list .content .carousel-wrapper {
            max-width: 100%; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            #page-dashboard .dashboard-section .card-wrapper .card.item-list .content .carousel-wrapper {
              padding: 0; }
              #page-dashboard .dashboard-section .card-wrapper .card.item-list .content .carousel-wrapper .owl-carousel {
                padding: 0 2.8rem; }
                #page-dashboard .dashboard-section .card-wrapper .card.item-list .content .carousel-wrapper .owl-carousel .owl-stage-outer {
                  max-width: 180px; }
                  #page-dashboard .dashboard-section .card-wrapper .card.item-list .content .carousel-wrapper .owl-carousel .owl-stage-outer .owl-item {
                    max-width: 180px; } }
        #page-dashboard .dashboard-section .card-wrapper .card.item-list.plm-unlock .content {
          color: #004f97;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-dealer .no-dealer {
        display: block; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-dealer .all-dealers {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-dealer .actions.with-dealer {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-dealer .actions.no-dealer {
        display: block; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-default-dealer .no-default-dealer {
        display: block; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-default-dealer .actions.with-dealer {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-default-dealer .actions.no-dealer {
        display: block; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.no-default-dealer .all-dealers {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.single-dealer .all-dealers {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer.single-dealer .actions {
        padding-left: 0; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .no-dealer,
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .no-default-dealer {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .actions > .button {
          height: auto;
          margin-right: 1.125rem; }
        #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .actions.no-dealer {
          display: none; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content {
        padding-bottom: 0; }
        #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content > div {
          border: 1px solid #e4ebf3;
          border-radius: 1rem;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1 1;
          margin: 1rem 0;
          padding: 40px 20px;
          position: relative; }
          #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content > div ul {
            list-style: none;
            padding: 0;
            margin: 0;
            padding-right: 38px; }
            #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content > div ul li {
              margin-bottom: 0.25rem; }
            #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content > div ul li:first-child {
              color: #004f97;
              font-weight: bold;
              margin-bottom: 0.5rem; }
          #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content > div .holland-logo {
            position: absolute;
            right: 25px;
            top: 45px;
            width: 40px; }
          #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .content > div .service-logo {
            position: absolute;
            right: 25px;
            top: 65px;
            width: 40px; }
      #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .actions {
        padding-left: 20px;
        padding-right: 20px; }
        @media screen and (max-width: 600px) {
          #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .actions {
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .actions a:first-child {
              margin-bottom: 0.5rem; } }
        #page-dashboard .dashboard-section .card-wrapper .card.my-dealer .actions.with-dealer {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card .card > .content, #page-dashboard .dashboard-section .card-wrapper.product-card .card > .content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 4rem; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card article, #page-dashboard .dashboard-section .card-wrapper.product-card article {
        text-align: center; }
        #page-dashboard .dashboard-section .card-wrapper.equipment-card article .media-wrapper, #page-dashboard .dashboard-section .card-wrapper.product-card article .media-wrapper {
          border-radius: 0; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card .content, #page-dashboard .dashboard-section .card-wrapper.product-card .content {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-top: 1rem; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card .actions, #page-dashboard .dashboard-section .card-wrapper.product-card .actions {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #page-dashboard .dashboard-section .card-wrapper.plm-subscriptions-card .subscription {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1rem 0; }
        #page-dashboard .dashboard-section .card-wrapper.plm-subscriptions-card .subscription > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          #page-dashboard .dashboard-section .card-wrapper.plm-subscriptions-card .subscription > div:first-child {
            min-width: 4.5rem;
            padding: 1.125rem; }
          #page-dashboard .dashboard-section .card-wrapper.plm-subscriptions-card .subscription > div p {
            margin-top: 0; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card-empty .card, #page-dashboard .dashboard-section .card-wrapper.product-card-empty .card {
        border: 2px dashed #003e85;
        -webkit-box-shadow: none;
                box-shadow: none;
        text-align: center; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card-empty .media-wrapper, #page-dashboard .dashboard-section .card-wrapper.product-card-empty .media-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 210px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        #page-dashboard .dashboard-section .card-wrapper.equipment-card-empty .media-wrapper svg, #page-dashboard .dashboard-section .card-wrapper.product-card-empty .media-wrapper svg {
          opacity: .5;
          width: 160px; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card-empty .content, #page-dashboard .dashboard-section .card-wrapper.product-card-empty .content {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 1.125rem;
        padding: 1rem 2.25rem; }
        #page-dashboard .dashboard-section .card-wrapper.equipment-card-empty .content > *, #page-dashboard .dashboard-section .card-wrapper.product-card-empty .content > * {
          display: block; }
        #page-dashboard .dashboard-section .card-wrapper.equipment-card-empty .content em, #page-dashboard .dashboard-section .card-wrapper.product-card-empty .content em {
          text-transform: uppercase; }
      #page-dashboard .dashboard-section .card-wrapper.equipment-card-empty .actions, #page-dashboard .dashboard-section .card-wrapper.product-card-empty .actions {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #page-dashboard .dashboard-section .card-wrapper.academy-card .card .unlocked-video {
        display: block;
        padding-left: 0; }
      #page-dashboard .dashboard-section .card-wrapper.academy-card .card .find-video {
        display: block;
        margin-left: 1rem; }
      #page-dashboard .dashboard-section .card-wrapper.academy-card .card .locked-video {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper.academy-card .card.locked .unlocked-video {
        display: none; }
      #page-dashboard .dashboard-section .card-wrapper.academy-card .card.locked .locked-video {
        display: block; }
      #page-dashboard .dashboard-section .card-wrapper.carousel-article-card a {
        white-space: normal; }
      #page-dashboard .dashboard-section .card-wrapper.carousel-article-card .media-wrapper {
        border-radius: 0;
        width: 100%; }
    @media screen and (max-width: 600px) {
      #page-dashboard .dashboard-section .ribbon,
      #page-dashboard .dashboard-section .notification {
        right: .45rem !important;
        top: 1.5rem; } }
  @media screen and (min-width: 601px) and (max-width: 900px) {
    #page-dashboard .dashboard-section .card-wrapper {
      max-width: 50%; }
      #page-dashboard .dashboard-section .card-wrapper.colspan-2 {
        max-width: 100%;
        min-width: 100%; } }
  @media screen and (max-width: 600px) {
    #page-dashboard .dashboard-section .card-wrapper {
      max-width: 100%; }
      #page-dashboard .dashboard-section .card-wrapper.colspan-2 {
        max-width: 100%;
        min-width: 100%; } }
  #page-dashboard .copyright {
    font-size: 0.75rem;
    font-style: italic; }

/* Common parts */
.visibility-modal {
  z-index: 0;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  width: 100%;
  overflow-y: auto;
  pointer-events: none; }
  .visibility-modal.open {
    z-index: 500;
    opacity: 1;
    pointer-events: auto; }
  .visibility-modal .body {
    padding: 0.5rem 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 900px;
    position: fixed;
    width: 100%;
    max-height: 510px;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .visibility-modal .body .sub-section.hidden {
      display: none; }
    .visibility-modal .body .sub-section.success .header {
      margin-top: -15px; }
      .visibility-modal .body .sub-section.success .header .title h3 {
        text-transform: uppercase; }
      .visibility-modal .body .sub-section.success .header .title svg .st0 {
        fill: #6baa5f; }
    .visibility-modal .body .sub-section.success .content {
      margin-top: 1rem;
      margin-bottom: 1rem;
      margin-left: 15px; }
    .visibility-modal .body .sub-section.success .button.close-button {
      background-color: #003e85;
      color: #d3d3d3;
      margin-left: 15px; }
    .visibility-modal .body .sub-section.set-multy-visibility .set-visibility {
      border-top: 1px solid #d3d3d3; }
    .visibility-modal .body .sub-section.set-multy-visibility .reassigned-dealers .card-wrapper {
      padding: 1rem; }
      .visibility-modal .body .sub-section.set-multy-visibility .reassigned-dealers .card-wrapper .card.dealer.image {
        padding: 1rem;
        /* .holland-logo {
                right: 187px;
                top: -34px;
              } */ }
        .visibility-modal .body .sub-section.set-multy-visibility .reassigned-dealers .card-wrapper .card.dealer.image .checkbox {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
        .visibility-modal .body .sub-section.set-multy-visibility .reassigned-dealers .card-wrapper .card.dealer.image .content {
          display: block;
          position: relative;
          margin-top: 0;
          padding: 0; }
    .visibility-modal .body .sub-section .padding {
      padding-left: 1rem;
      padding-right: 1rem; }
    .visibility-modal .body .close-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      cursor: pointer; }
      .visibility-modal .body .close-icon svg {
        height: 30px;
        width: 30px;
        fill: #003e87; }
        .visibility-modal .body .close-icon svg #path814 {
          stroke: #003e87 !important; }
    .visibility-modal .body .header {
      padding: 0;
      width: 100%; }
      .visibility-modal .body .header .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .visibility-modal .body .header .title h3 {
          margin: 0;
          color: #003e85;
          font-size: 1.125rem;
          text-transform: none;
          text-transform: initial; }
          .visibility-modal .body .header .title h3 .dealer-name {
            text-transform: uppercase; }
        .visibility-modal .body .header .title svg {
          height: 40px;
          width: 40px;
          fill: #6bc25a; }
    .visibility-modal .body .alert-associated {
      margin-top: 15px; }
      .visibility-modal .body .alert-associated .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .visibility-modal .body .alert-associated .title h3 {
          margin-left: 10px;
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          text-transform: initial; }
        .visibility-modal .body .alert-associated .title svg {
          height: 50px;
          width: 50px; }
      .visibility-modal .body .alert-associated .info p {
        line-height: 20px; }
        .visibility-modal .body .alert-associated .info p .dealer-name {
          text-transform: uppercase; }
    .visibility-modal .body .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      .visibility-modal .body .content .alert-msg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0.5rem 0; }
        .visibility-modal .body .content .alert-msg.hidden {
          display: none !important; }
        .visibility-modal .body .content .alert-msg svg {
          height: 30px;
          width: 30px;
          margin-right: 10px; }
      .visibility-modal .body .content .visibility {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
        padding: 1.5rem 0;
        position: relative; }
        .visibility-modal .body .content .visibility .switch {
          position: absolute;
          left: 160px; }
    .visibility-modal .body .reassign-container {
      margin-bottom: 1.5rem;
      margin-top: 1.5rem; }
      .visibility-modal .body .reassign-container .label {
        color: #7d7b7b;
        margin-left: 0.5rem; }
        .visibility-modal .body .reassign-container .label.checkbox svg {
          height: 35px;
          width: 35px; }
      .visibility-modal .body .reassign-container .reassign.action .select-dealer-container.isModal {
        width: 40%; }
      .visibility-modal .body .reassign-container .reassign.action .button.reassing {
        background-color: transparent;
        border: 1px solid #7d7b7b;
        color: #003e85;
        padding: 0.2rem 1rem; }
        .visibility-modal .body .reassign-container .reassign.action .button.reassing svg {
          fill: #003e85; }
  .visibility-modal .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem 0.5rem;
    width: 100%; }
    .visibility-modal .actions button {
      padding: 0.2rem 0.8rem; }
      .visibility-modal .actions button.close-button {
        background-color: transparent;
        border: none;
        color: #003e85; }

.visibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 901px) {
    .visibility {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .visibility.inactive {
    opacity: 0.5;
    pointer-events: none; }
  .visibility.plm-connect:not(.active) {
    opacity: 0.5;
    pointer-events: none; }
    .visibility.plm-connect:not(.active).on {
      opacity: 1;
      cursor: pointer;
      pointer-events: auto !important; }
  .visibility .customised-toggle input {
    display: none; }
    .visibility .customised-toggle input + .switch-button .switch-cursor > span {
      height: 1.1rem;
      width: 2.9rem; }
      .visibility .customised-toggle input + .switch-button .switch-cursor > span::before {
        background-image: url(/Content/images/Closed_Eye.svg);
        background-size: 20px;
        background-position: center;
        content: '';
        background-repeat: no-repeat;
        top: -3px;
        height: 1.9rem;
        width: 1.9rem;
        border-radius: 1rem; }
    .visibility .customised-toggle input:checked + .switch-button .switch-cursor > span {
      height: 1.1rem;
      width: 2.9rem; }
      .visibility .customised-toggle input:checked + .switch-button .switch-cursor > span::before {
        background-image: url(/Content/images/Icon-eye.svg);
        background-size: 20px;
        content: '';
        background-repeat: no-repeat;
        background-position: center;
        top: -3px;
        height: 1.9rem;
        width: 1.9rem;
        border-radius: 1rem; }

.visibility-modal.requests .body {
  padding: 1rem; }
  .visibility-modal.requests .body .header {
    margin-top: -15px; }
    .visibility-modal.requests .body .header .title h3 {
      text-transform: uppercase; }
    .visibility-modal.requests .body .header .title svg .st0 {
      fill: #6baa5f; }
  .visibility-modal.requests .body .content {
    margin-bottom: 1rem;
    margin-left: 0.5rem; }
  .visibility-modal.requests .body .close-button {
    background-color: #003e85;
    color: #d3d3d3; }

@media (min-width: 320px) and (max-width: 768px) {
  #dealer-visibility-page .visibility-info, #page-my-account-new .visibility-info {
    padding: 0 1rem; }
    #dealer-visibility-page .visibility-info ul, #page-my-account-new .visibility-info ul {
      padding: 0; }
  #dealer-visibility-page #requests-section, #dealer-visibility-page .dealer-manage, #page-my-account-new #requests-section, #page-my-account-new .dealer-manage {
    margin: 0 1rem; }
    #dealer-visibility-page #requests-section .tabs-navigation.overflowing, #dealer-visibility-page .dealer-manage .tabs-navigation.overflowing, #page-my-account-new #requests-section .tabs-navigation.overflowing, #page-my-account-new .dealer-manage .tabs-navigation.overflowing {
      margin: 1rem 0; }
      #dealer-visibility-page #requests-section .tabs-navigation.overflowing .counter-product, #dealer-visibility-page .dealer-manage .tabs-navigation.overflowing .counter-product, #page-my-account-new #requests-section .tabs-navigation.overflowing .counter-product, #page-my-account-new .dealer-manage .tabs-navigation.overflowing .counter-product {
        right: 0px; }
    #dealer-visibility-page #requests-section .tab-content.requests.current, #dealer-visibility-page .dealer-manage .tab-content.requests.current, #page-my-account-new #requests-section .tab-content.requests.current, #page-my-account-new .dealer-manage .tab-content.requests.current {
      margin: 0 !important; }
      #dealer-visibility-page #requests-section .tab-content.requests.current .response, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response, #page-my-account-new #requests-section .tab-content.requests.current .response, #page-my-account-new .dealer-manage .tab-content.requests.current .response {
        padding: 0 1rem; }
        #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .header, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .header, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .header, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .header {
          padding: 0; }
        #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details {
          display: inline-block;
          width: 100%; }
          #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .name, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .name, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .name, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .name {
            width: 100%;
            margin-bottom: 10px; }
          #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .pin, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .pin, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .pin, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .pin {
            width: 60%;
            float: left; }
          #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .visibility, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .visibility, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .visibility, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .visibility {
            margin-top: 20px;
            float: left; }
            #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .visibility.product-info, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .visibility.product-info, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .visibility.product-info, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .visibility.product-info {
              width: 60%; }
          #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .show-linked, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .show-linked, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .show-linked, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .show-linked {
            width: 100%;
            margin-top: 70px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 80px; }
            #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .show-linked p, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .show-linked p, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .show-linked p, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .show-linked p {
              display: block;
              color: #003e85;
              font-size: 13px;
              text-transform: uppercase;
              margin-right: 10px; }
            #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .show-linked svg, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .show-linked svg, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .main.equipment-details .show-linked svg, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .main.equipment-details .show-linked svg {
              height: 15px;
              width: 15px; }
        #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .footer, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .footer, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .footer, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .footer {
          border-top: 1px solid #d3d3d3; }
          #dealer-visibility-page #requests-section .tab-content.requests.current .response .row .item .footer .button, #dealer-visibility-page .dealer-manage .tab-content.requests.current .response .row .item .footer .button, #page-my-account-new #requests-section .tab-content.requests.current .response .row .item .footer .button, #page-my-account-new .dealer-manage .tab-content.requests.current .response .row .item .footer .button {
            font-size: 13px;
            white-space: normal;
            text-align: left;
            padding: 0 1rem; }
      #dealer-visibility-page #requests-section .tab-content.requests.current .show-all-request .button, #dealer-visibility-page .dealer-manage .tab-content.requests.current .show-all-request .button, #page-my-account-new #requests-section .tab-content.requests.current .show-all-request .button, #page-my-account-new .dealer-manage .tab-content.requests.current .show-all-request .button {
        font-size: 12px; } }

#dealer-visibility-page, #page-my-account-new {
  padding: 0; }
  #dealer-visibility-page div.name-requests, #page-my-account-new div.name-requests {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  #dealer-visibility-page div.pin-wrapper-requests, #page-my-account-new div.pin-wrapper-requests {
    -ms-flex-preferred-size: 40% !important;
        flex-basis: 40% !important; }
  #dealer-visibility-page div.hasSecondaryPin .pin.primary-pin, #page-my-account-new div.hasSecondaryPin .pin.primary-pin {
    margin-bottom: 6px; }
  #dealer-visibility-page div.hasSecondaryPin span.value, #page-my-account-new div.hasSecondaryPin span.value {
    margin-left: 5px !important; }
  #dealer-visibility-page div.pin, #page-my-account-new div.pin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
    #dealer-visibility-page div.pin .value, #page-my-account-new div.pin .value {
      margin-left: 5px;
      max-width: 20px; }
  #dealer-visibility-page .async-loader, #page-my-account-new .async-loader {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
    transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
    z-index: 99999; }
    #dealer-visibility-page .async-loader.show, #page-my-account-new .async-loader.show {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
      transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
      width: 100%;
      height: 100%; }
  #dealer-visibility-page .hidden, #page-my-account-new .hidden {
    display: none; }
  #dealer-visibility-page .no-product, #page-my-account-new .no-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px; }
  #dealer-visibility-page .bold, #page-my-account-new .bold {
    font-weight: bold !important; }
  #dealer-visibility-page .visibility-info, #page-my-account-new .visibility-info {
    margin-bottom: 2rem; }
  #dealer-visibility-page .empty, #page-my-account-new .empty {
    color: #003e85;
    background-color: transparent;
    border: none; }
  #dealer-visibility-page .blu-svg, #page-my-account-new .blu-svg {
    fill: #003e85 !important; }
  #dealer-visibility-page .tabs-navigation a, #page-my-account-new .tabs-navigation a {
    position: relative; }
  #dealer-visibility-page .tabs-navigation .counter-product, #page-my-account-new .tabs-navigation .counter-product {
    background-color: #e9bc00;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 25px;
    top: 1px;
    font-size: 10px; }
    #dealer-visibility-page .tabs-navigation .counter-product.hidden, #page-my-account-new .tabs-navigation .counter-product.hidden {
      display: none; }
  #dealer-visibility-page .hidden, #page-my-account-new .hidden {
    display: none; }
  #dealer-visibility-page .info-visibility ul, #page-my-account-new .info-visibility ul {
    list-style-type: none; }
  #dealer-visibility-page .column, #dealer-visibility-page .requests-container .requests .response .row .equipment-details .pin,
  #dealer-visibility-page .requests-container .requests .response .row .equipment-details .linked-devices, #page-my-account-new .requests-container .requests .response .row .equipment-details #dealer-visibility-page .pin, #page-my-account-new .requests-container .requests .response .row .equipment-details #dealer-visibility-page .linked-devices, #page-my-account-new .column, #dealer-visibility-page .requests-container .requests .response .row .equipment-details #page-my-account-new .pin, #dealer-visibility-page .requests-container .requests .response .row .equipment-details #page-my-account-new .linked-devices, #page-my-account-new .requests-container .requests .response .row .equipment-details .pin,
  #page-my-account-new .requests-container .requests .response .row .equipment-details .linked-devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  #dealer-visibility-page .requests-container, #page-my-account-new .requests-container {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    margin: 0 1rem;
    -webkit-box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.3);
    position: relative; }
    #dealer-visibility-page .requests-container.hidden, #page-my-account-new .requests-container.hidden {
      display: none; }
    #dealer-visibility-page .requests-container .show-all-request, #page-my-account-new .requests-container .show-all-request {
      padding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-top: 1px solid #d3d3d3; }
      #dealer-visibility-page .requests-container .show-all-request.hidden, #page-my-account-new .requests-container .show-all-request.hidden {
        display: none; }
    #dealer-visibility-page .requests-container .top-tabs nav, #page-my-account-new .requests-container .top-tabs nav {
      border-bottom: 1px solid #d3d3d3;
      margin: 2rem 4.25rem; }
    #dealer-visibility-page .requests-container .requests, #page-my-account-new .requests-container .requests {
      display: none;
      margin: 0.5rem 2.25rem; }
      #dealer-visibility-page .requests-container .requests.current, #page-my-account-new .requests-container .requests.current {
        display: block; }
      #dealer-visibility-page .requests-container .requests .expand, #page-my-account-new .requests-container .requests .expand {
        color: #003e85;
        background-color: transparent;
        border: none; }
        #dealer-visibility-page .requests-container .requests .expand svg, #page-my-account-new .requests-container .requests .expand svg {
          fill: #003e85; }
      #dealer-visibility-page .requests-container .requests .response, #page-my-account-new .requests-container .requests .response {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        overflow: hidden;
        -webkit-transition: max-height 0.15s ease-out;
        transition: max-height 0.15s ease-out;
        padding: 0 2rem; }
        #dealer-visibility-page .requests-container .requests .response.open, #page-my-account-new .requests-container .requests .response.open {
          max-height: 100%;
          -webkit-transition: max-height 0.25s ease-in;
          transition: max-height 0.25s ease-in; }
        #dealer-visibility-page .requests-container .requests .response.hidden, #page-my-account-new .requests-container .requests .response.hidden {
          display: none; }
        #dealer-visibility-page .requests-container .requests .response .row, #page-my-account-new .requests-container .requests .response .row {
          border: 1px solid #d3d3d3;
          border-radius: 1rem;
          margin: 1rem 0; }
          #dealer-visibility-page .requests-container .requests .response .row .item, #page-my-account-new .requests-container .requests .response .row .item {
            margin: 0 0 1.5rem 0; }
            #dealer-visibility-page .requests-container .requests .response .row .item .days-container, #page-my-account-new .requests-container .requests .response .row .item .days-container {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              padding: 0.5rem 1rem 0;
              font-size: 0.92rem;
              font-weight: bold;
              color: #e0b904; }
              #dealer-visibility-page .requests-container .requests .response .row .item .days-container.alert, #page-my-account-new .requests-container .requests .response .row .item .days-container.alert {
                color: #b72108; }
            #dealer-visibility-page .requests-container .requests .response .row .item.duplicate .header,
            #dealer-visibility-page .requests-container .requests .response .row .item.duplicate .description,
            #dealer-visibility-page .requests-container .requests .response .row .item.duplicate .days, #page-my-account-new .requests-container .requests .response .row .item.duplicate .header,
            #page-my-account-new .requests-container .requests .response .row .item.duplicate .description,
            #page-my-account-new .requests-container .requests .response .row .item.duplicate .days {
              display: none; }
          #dealer-visibility-page .requests-container .requests .response .row .header, #page-my-account-new .requests-container .requests .response .row .header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            border-bottom: 1px solid #d3d3d3;
            padding: 0 1rem; }
            #dealer-visibility-page .requests-container .requests .response .row .header .description,
            #dealer-visibility-page .requests-container .requests .response .row .header .days, #page-my-account-new .requests-container .requests .response .row .header .description,
            #page-my-account-new .requests-container .requests .response .row .header .days {
              padding: 0 1rem; }
            #dealer-visibility-page .requests-container .requests .response .row .header .description, #page-my-account-new .requests-container .requests .response .row .header .description {
              color: #424242; }
              #dealer-visibility-page .requests-container .requests .response .row .header .description.hidden, #page-my-account-new .requests-container .requests .response .row .header .description.hidden {
                display: none; }
            #dealer-visibility-page .requests-container .requests .response .row .header .days, #page-my-account-new .requests-container .requests .response .row .header .days {
              margin-left: auto;
              color: #e0b904;
              font-size: 0.8rem;
              font-weight: bold; }
              #dealer-visibility-page .requests-container .requests .response .row .header .days.alert, #page-my-account-new .requests-container .requests .response .row .header .days.alert {
                color: #b72108; }
          #dealer-visibility-page .requests-container .requests .response .row .equipment-details, #page-my-account-new .requests-container .requests .response .row .equipment-details {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 0.5rem;
            padding: 0 1rem; }
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details .switch, #page-my-account-new .requests-container .requests .response .row .equipment-details .switch {
              margin-left: 10px; }
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details .visibility, #page-my-account-new .requests-container .requests .response .row .equipment-details .visibility {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; }
              #dealer-visibility-page .requests-container .requests .response .row .equipment-details .visibility .voice, #page-my-account-new .requests-container .requests .response .row .equipment-details .visibility .voice {
                text-align: right; }
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details > div, #page-my-account-new .requests-container .requests .response .row .equipment-details > div {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -ms-flex-preferred-size: 20%;
                  flex-basis: 20%;
              padding: 0 5px; }
              #dealer-visibility-page .requests-container .requests .response .row .equipment-details > div.pin, #page-my-account-new .requests-container .requests .response .row .equipment-details > div.pin {
                min-width: 300px; }
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details .voice, #page-my-account-new .requests-container .requests .response .row .equipment-details .voice {
              font-size: 0.8rem;
              color: #c4c4c4; }
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details .name, #page-my-account-new .requests-container .requests .response .row .equipment-details .name {
              text-transform: uppercase;
              font-weight: bold;
              font-size: 14px; }
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details .pin,
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details .linked-devices, #page-my-account-new .requests-container .requests .response .row .equipment-details .pin,
            #page-my-account-new .requests-container .requests .response .row .equipment-details .linked-devices {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              #dealer-visibility-page .requests-container .requests .response .row .equipment-details .pin .value,
              #dealer-visibility-page .requests-container .requests .response .row .equipment-details .linked-devices .value, #page-my-account-new .requests-container .requests .response .row .equipment-details .pin .value,
              #page-my-account-new .requests-container .requests .response .row .equipment-details .linked-devices .value {
                margin-left: 5px; }
            #dealer-visibility-page .requests-container .requests .response .row .equipment-details .show-linked, #page-my-account-new .requests-container .requests .response .row .equipment-details .show-linked {
              cursor: pointer;
              -webkit-transition: all 0.50s ease-out;
              transition: all 0.50s ease-out;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end; }
              #dealer-visibility-page .requests-container .requests .response .row .equipment-details .show-linked p, #page-my-account-new .requests-container .requests .response .row .equipment-details .show-linked p {
                display: none; }
              #dealer-visibility-page .requests-container .requests .response .row .equipment-details .show-linked svg, #page-my-account-new .requests-container .requests .response .row .equipment-details .show-linked svg {
                -webkit-transition: -webkit-transform 0.35s ease-out;
                transition: -webkit-transform 0.35s ease-out;
                transition: transform 0.35s ease-out;
                transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
                height: 20px;
                width: 20px; }
              #dealer-visibility-page .requests-container .requests .response .row .equipment-details .show-linked.rotate svg, #page-my-account-new .requests-container .requests .response .row .equipment-details .show-linked.rotate svg {
                -webkit-transform: rotate(-180deg);
                        transform: rotate(-180deg); }
          #dealer-visibility-page .requests-container .requests .response .row .linked-container, #page-my-account-new .requests-container .requests .response .row .linked-container {
            padding: 0 1rem;
            margin-top: 1rem; }
            #dealer-visibility-page .requests-container .requests .response .row .linked-container .wrapper-flex, #page-my-account-new .requests-container .requests .response .row .linked-container .wrapper-flex {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; }
              #dealer-visibility-page .requests-container .requests .response .row .linked-container .wrapper-flex > div, #page-my-account-new .requests-container .requests .response .row .linked-container .wrapper-flex > div {
                -ms-flex-preferred-size: 16.66666666666667%;
                    flex-basis: 16.66666666666667%; }
              #dealer-visibility-page .requests-container .requests .response .row .linked-container .wrapper-flex .value, #page-my-account-new .requests-container .requests .response .row .linked-container .wrapper-flex .value {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                font-size: 0.8rem;
                color: #c4c4c4;
                margin-bottom: 10px; }
          #dealer-visibility-page .requests-container .requests .response .row .footer, #page-my-account-new .requests-container .requests .response .row .footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding: 1rem 0.5rem 0;
            margin-top: 1.5rem; }
            #dealer-visibility-page .requests-container .requests .response .row .footer button, #page-my-account-new .requests-container .requests .response .row .footer button {
              padding: 0.15rem 0.8rem; }
      #dealer-visibility-page .requests-container .requests .bottom-section, #page-my-account-new .requests-container .requests .bottom-section {
        border-top: 1px solid #d3d3d3;
        padding: 1.5rem; }

div.pin-wrapper {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important; }

div.linked-devices .value {
  margin-left: 5px; }

.empty-dealers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px; }

.msg-no-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px; }

#tab-by-dealer .hidden {
  display: none; }

#tab-by-dealer.search-content .select2-selection__rendered {
  padding: 22px 3.25rem 0.5rem 1rem !important; }

#tab-by-dealer.search-content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.5rem; }
  #tab-by-dealer.search-content .header.hidden {
    display: none; }
  #tab-by-dealer.search-content .header .label.select {
    margin-left: 2rem; }
  #tab-by-dealer.search-content .header .default-visibility-container {
    margin-left: auto;
    text-transform: uppercase; }
  #tab-by-dealer.search-content .header .select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 2rem; }

#tab-by-dealer.search-content .checkbox svg {
  height: 1.3rem;
  width: 1.3rem; }

#tab-by-dealer.search-content .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #tab-by-dealer.search-content .toolbar.hidden {
    display: none; }
  #tab-by-dealer.search-content .toolbar .select-all {
    margin-left: 52px;
    position: relative; }
    #tab-by-dealer.search-content .toolbar .select-all .checkbox input:checked + svg .background,
    #tab-by-dealer.search-content .toolbar .select-all .checkbox input:checked + svg .border {
      fill: #003e85;
      opacity: 1; }
    #tab-by-dealer.search-content .toolbar .select-all .checkbox svg rect.border {
      fill: #848283; }
    #tab-by-dealer.search-content .toolbar .select-all.minus .minus-icon {
      visibility: visible; }
    #tab-by-dealer.search-content .toolbar .select-all.minus .plus-icon {
      visibility: hidden; }
    #tab-by-dealer.search-content .toolbar .select-all svg.minus-icon {
      visibility: hidden;
      position: relative;
      left: -24px;
      border: 0; }
    #tab-by-dealer.search-content .toolbar .select-all svg.plus-icon {
      visibility: visible; }
  #tab-by-dealer.search-content .toolbar .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #tab-by-dealer.search-content .toolbar .filters .filter {
      margin: 0 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #tab-by-dealer.search-content .toolbar .filters .filter .icon svg {
        height: 24px;
        width: 24px;
        fill: #003e85;
        stroke: #003e85; }
      #tab-by-dealer.search-content .toolbar .filters .filter .select-field.inited.filled {
        margin: 0; }
        #tab-by-dealer.search-content .toolbar .filters .filter .select-field.inited.filled .select2-selection__rendered {
          padding: 14px 3.25rem 0.5rem 1rem !important; }
        #tab-by-dealer.search-content .toolbar .filters .filter .select-field.inited.filled .select2-container--default .select2-selection--single .select2-selection__rendered {
          color: #004f97; }
        #tab-by-dealer.search-content .toolbar .filters .filter .select-field.inited.filled .injected-svg.dropdown-icon {
          fill: #004f97; }
        #tab-by-dealer.search-content .toolbar .filters .filter .select-field.inited.filled .select2-container--default .select2-selection--single {
          border-bottom: none !important; }
        #tab-by-dealer.search-content .toolbar .filters .filter .select-field.inited.filled .select2-container--default .select2-selection--single .select2-selection__arrow {
          bottom: 16px; }

#tab-by-dealer.search-content .response {
  -webkit-box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.3); }
  #tab-by-dealer.search-content .response.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    margin: 1rem 0; }
    #tab-by-dealer.search-content .response.current.hidden {
      display: none; }
    #tab-by-dealer.search-content .response.current.associated .row {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
      #tab-by-dealer.search-content .response.current.associated .row.first {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      #tab-by-dealer.search-content .response.current.associated .row.second {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      #tab-by-dealer.search-content .response.current.associated .row.third {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #tab-by-dealer.search-content .response.current.associated .row.fourth {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
    #tab-by-dealer.search-content .response.current .manage-visibility {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      padding: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    #tab-by-dealer.search-content .response.current .row {
      border-bottom: 1px solid #d3d3d3;
      padding: 0.8rem 0; }
      #tab-by-dealer.search-content .response.current .row .linked-container:last-of-type .wrapper-flex .details-container {
        border-bottom: none !important; }
      #tab-by-dealer.search-content .response.current .row .linked-container {
        margin-top: 1rem; }
        #tab-by-dealer.search-content .response.current .row .linked-container .wrapper-flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          #tab-by-dealer.search-content .response.current .row .linked-container .wrapper-flex .empty-div {
            -ms-flex-preferred-size: 15%;
                flex-basis: 15%; }
          #tab-by-dealer.search-content .response.current .row .linked-container .wrapper-flex .details-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-preferred-size: 76%;
                flex-basis: 76%;
            padding: 0 1rem;
            border-bottom: 1px solid #d3d3d3; }
            #tab-by-dealer.search-content .response.current .row .linked-container .wrapper-flex .details-container .name {
              -ms-flex-preferred-size: 14.28571428571429%;
                  flex-basis: 14.28571428571429%;
              font-weight: 600; }
              #tab-by-dealer.search-content .response.current .row .linked-container .wrapper-flex .details-container .name p {
                margin: 0; }
            #tab-by-dealer.search-content .response.current .row .linked-container .wrapper-flex .details-container .value {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              font-size: 0.8rem;
              color: #c4c4c4;
              margin-bottom: 10px;
              -ms-flex-preferred-size: 60%;
                  flex-basis: 60%; }
              #tab-by-dealer.search-content .response.current .row .linked-container .wrapper-flex .details-container .value span:last-of-type {
                margin-left: 5px;
                color: #7d7b7b; }
      #tab-by-dealer.search-content .response.current .row.device .search-visibility-details {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      #tab-by-dealer.search-content .response.current .row.device .name {
        -ms-flex-preferred-size: 13.5% !important;
            flex-basis: 13.5% !important; }
      #tab-by-dealer.search-content .response.current .row .search-visibility-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details .pin {
          -ms-flex-preferred-size: 17.6%;
              flex-basis: 17.6%; }
          @media screen and (max-width: 1024px) {
            #tab-by-dealer.search-content .response.current .row .search-visibility-details .pin .value {
              font-size: 11px !important; } }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details > div {
          -ms-flex-preferred-size: 12.5%;
              flex-basis: 12.5%; }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details .alert-icon {
          position: relative;
          text-align: right; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .alert-icon svg {
            height: 25px;
            width: 25px; }
            @media screen and (max-width: 1024px) {
              #tab-by-dealer.search-content .response.current .row .search-visibility-details .alert-icon svg {
                margin-left: 10px; } }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .alert-icon:hover .popover {
            display: block;
            position: absolute;
            text-align: left;
            top: -49px;
            right: -48px; }
            #tab-by-dealer.search-content .response.current .row .search-visibility-details .alert-icon:hover .popover::after {
              content: '';
              position: absolute;
              left: 47%;
              top: 100%;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 5px solid #003e85;
              border-top-color: #003e85;
              border-top-style: solid;
              border-top-width: 5px;
              clear: both; }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details .visibility {
          -webkit-box-align: center !important;
              -ms-flex-align: center !important;
                  align-items: center !important; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .visibility.plm-connect {
            -webkit-box-align: center !important;
                -ms-flex-align: center !important;
                    align-items: center !important; }
          @media screen and (max-width: 1024px) {
            #tab-by-dealer.search-content .response.current .row .search-visibility-details .visibility {
              -webkit-box-align: start !important;
                  -ms-flex-align: start !important;
                      align-items: flex-start !important; } }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .visibility.off {
            opacity: 0.5; }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details .name {
          text-transform: uppercase;
          font-weight: 600;
          overflow: hidden; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .name p {
            width: 90%;
            word-wrap: break-word;
            font-size: 15px;
            margin: 0; }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details .check-equipment {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-preferred-size: 8%;
              flex-basis: 8%; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .check-equipment .checkbox input:checked + svg .background,
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .check-equipment .checkbox input:checked + svg .border {
            fill: #003e85;
            opacity: 1; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .check-equipment .checkbox {
            position: absolute;
            left: 50px;
            margin-bottom: 0; }
            #tab-by-dealer.search-content .response.current .row .search-visibility-details .check-equipment .checkbox svg rect.border {
              fill: #848283; }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details .name {
          -ms-flex-preferred-size: 14.5%;
              flex-basis: 14.5%; }
        #tab-by-dealer.search-content .response.current .row .search-visibility-details .sub-disposition {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .sub-disposition .switch {
            margin-left: 5px; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .sub-disposition .voice {
            font-size: 0.8rem;
            color: #c4c4c4;
            text-align: right; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .sub-disposition .value {
            font-size: 13px;
            max-width: 100% !important; }
          #tab-by-dealer.search-content .response.current .row .search-visibility-details .sub-disposition.show-linked {
            cursor: pointer;
            -webkit-transition: all 0.50s ease-out;
            transition: all 0.50s ease-out;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 1rem; }
            #tab-by-dealer.search-content .response.current .row .search-visibility-details .sub-disposition.show-linked svg {
              -webkit-transition: -webkit-transform 0.35s ease-out;
              transition: -webkit-transform 0.35s ease-out;
              transition: transform 0.35s ease-out;
              transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
              margin-left: auto;
              height: 20px;
              width: 20px; }
            #tab-by-dealer.search-content .response.current .row .search-visibility-details .sub-disposition.show-linked.rotate svg {
              -webkit-transform: rotate(-180deg);
                      transform: rotate(-180deg); }

#tab-my-product div.linked-devices {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }
  #tab-my-product div.linked-devices .value {
    margin-left: 5px; }

#tab-my-product .filters {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #tab-my-product .filters .filter {
    margin: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #tab-my-product .filters .filter .icon svg {
      height: 24px;
      width: 24px;
      fill: #003e85;
      stroke: #003e85; }
    #tab-my-product .filters .filter .select-field.inited.filled {
      margin: 0; }
      #tab-my-product .filters .filter .select-field.inited.filled .select2-selection__rendered {
        padding: 14px 3.25rem 0.5rem 1rem !important; }
      #tab-my-product .filters .filter .select-field.inited.filled .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #004f97; }
      #tab-my-product .filters .filter .select-field.inited.filled .injected-svg.dropdown-icon {
        fill: #004f97; }
      #tab-my-product .filters .filter .select-field.inited.filled .select2-container--default .select2-selection--single {
        border-bottom: none !important; }
      #tab-my-product .filters .filter .select-field.inited.filled .select2-container--default .select2-selection--single .select2-selection__arrow {
        bottom: 16px; }
  #tab-my-product .filters.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#tab-my-product .search-container {
  margin-bottom: 2rem; }
  #tab-my-product .search-container .search-section {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #tab-my-product .search-container .search-section #input-for-search {
      border-left: none;
      border-top: none;
      border-right: none;
      border-bottom: 1px solid;
      margin-left: 2rem;
      color: #7d7b7b;
      text-transform: uppercase;
      width: 400px; }
    #tab-my-product .search-container .search-section svg.search-icon {
      height: 15px;
      width: 15px;
      margin-left: -23px;
      fill: #7F7366; }
  #tab-my-product .search-container .search-result {
    position: relative; }
    #tab-my-product .search-container .search-result .filter-list {
      overflow: hidden;
      height: 0;
      position: absolute;
      top: -16px;
      left: 314px;
      background-color: white;
      padding: 0;
      -webkit-transition: height 0.4s ease-in-out;
      transition: height 0.4s ease-in-out;
      width: 300px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      z-index: 11;
      padding: 0 0.8rem;
      list-style-type: none;
      -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
              box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3); }
      #tab-my-product .search-container .search-result .filter-list.open {
        height: 150px;
        overflow: auto; }
      #tab-my-product .search-container .search-result .filter-list .label {
        font-weight: 600;
        padding: 0.5rem 0;
        color: #424242; }
      #tab-my-product .search-container .search-result .filter-list .item {
        cursor: pointer; }

#tab-my-product .wrapper-responses {
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
  padding: 2rem;
  -webkit-box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.3); }
  #tab-my-product .wrapper-responses .response.show-equipment {
    border: 1px solid #d3d3d3;
    border-radius: 1rem; }
    #tab-my-product .wrapper-responses .response.show-equipment .description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #d3d3d3;
      padding: 1rem;
      color: #424242;
      font-weight: 600; }
    #tab-my-product .wrapper-responses .response.show-equipment .equipments {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        padding: 2rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .details > div {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%; }
        #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .details .name {
          text-transform: uppercase;
          font-weight: bold; }
        #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .details .sub-disposition {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .details .sub-disposition .voice {
            font-size: 0.8rem;
            color: #c4c4c4; }
        #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .details .show-linked {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .details .show-linked svg {
            height: 20px;
            width: 20px; }
      #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .linked-container .wrapper-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 1rem 2rem; }
        #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .linked-container .wrapper-flex .name {
          text-transform: uppercase;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%; }
        #tab-my-product .wrapper-responses .response.show-equipment .equipments .row .linked-container .wrapper-flex .value {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 0.8rem;
          color: #c4c4c4;
          margin-bottom: 10px;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%; }
  #tab-my-product .wrapper-responses .response.show-dealers-company {
    margin-top: 3rem; }
    #tab-my-product .wrapper-responses .response.show-dealers-company .labels {
      color: #003e85;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem;
      border-bottom: 1px solid #d3d3d3;
      margin-bottom: 10px; }
      #tab-my-product .wrapper-responses .response.show-dealers-company .labels .empty {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
      #tab-my-product .wrapper-responses .response.show-dealers-company .labels span:not(:first-child) {
        -ms-flex-preferred-size: 16%;
            flex-basis: 16%; }
    #tab-my-product .wrapper-responses .response.show-dealers-company .dealers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #tab-my-product .wrapper-responses .response.show-dealers-company .dealers.associated .row {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
        #tab-my-product .wrapper-responses .response.show-dealers-company .dealers.associated .row.first {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        #tab-my-product .wrapper-responses .response.show-dealers-company .dealers.associated .row.second {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        #tab-my-product .wrapper-responses .response.show-dealers-company .dealers.associated .row.third {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        #tab-my-product .wrapper-responses .response.show-dealers-company .dealers.associated .row.fourth {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
      #tab-my-product .wrapper-responses .response.show-dealers-company .dealers .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1rem;
        border-bottom: 1px solid #d3d3d3; }
        #tab-my-product .wrapper-responses .response.show-dealers-company .dealers .row .name {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
          text-transform: uppercase;
          font-weight: bold; }
        #tab-my-product .wrapper-responses .response.show-dealers-company .dealers .row .visibility {
          -ms-flex-preferred-size: 18%;
              flex-basis: 18%; }

.visibility-modal.by-dealer .hidden {
  display: none; }

.visibility-modal.by-dealer .sub-section .reassigned-dealers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .visibility-modal.by-dealer .sub-section .reassigned-dealers .holland-logo {
    position: absolute;
    right: 104px !important;
    top: -37px !important; }

.visibility-modal.by-dealer .sub-section.set-default-visibility .header {
  margin-bottom: 1rem; }

.visibility-modal.by-dealer .sub-section.set-default-visibility .content {
  margin: 1rem 0; }

.visibility-modal.by-dealer .sub-section.set-multy-visibility .header .title h3.hidden {
  display: none; }

.visibility-modal.by-dealer .sub-section.set-multy-visibility .alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003e85; }
  .visibility-modal.by-dealer .sub-section.set-multy-visibility .alert-msg svg {
    height: 30px;
    width: 30px; }

.visibility-modal.by-dealer .tooltip {
  position: absolute;
  bottom: 10px;
  left: 110px; }
  .visibility-modal.by-dealer .tooltip svg {
    height: 20px;
    width: 20px; }
  .visibility-modal.by-dealer .tooltip:hover .popover {
    display: block;
    position: absolute;
    top: -78px;
    left: 15px; }
    .visibility-modal.by-dealer .tooltip:hover .popover::after {
      content: '';
      position: absolute;
      left: 47%;
      top: 100%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 5px solid #003e85;
      border-top-color: #003e85;
      border-top-style: solid;
      border-top-width: 5px;
      clear: both; }

.visibility-modal.by-product .hidden {
  display: none; }

.visibility-modal.by-product .sub-section .reassigned-dealers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .visibility-modal.by-product .sub-section .reassigned-dealers .holland-logo {
    position: absolute;
    right: 104px !important;
    top: -37px !important; }

.visibility-modal.by-product .sub-section.set-default-visibility .header {
  margin-bottom: 1rem; }

.visibility-modal.by-product .sub-section.set-default-visibility .content {
  margin: 1rem 0; }

.visibility-modal.by-product .sub-section.set-multy-visibility .header .title h3.hidden {
  display: none; }

.visibility-modal.by-product .sub-section.set-multy-visibility .alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003e85; }
  .visibility-modal.by-product .sub-section.set-multy-visibility .alert-msg svg {
    height: 30px;
    width: 30px; }

.visibility-modal.by-product .tooltip {
  position: absolute;
  bottom: 0px;
  left: 30px; }
  .visibility-modal.by-product .tooltip svg {
    height: 20px;
    width: 20px; }
  .visibility-modal.by-product .tooltip:hover .popover {
    display: block;
    position: absolute;
    left: -65px;
    top: -69px; }
    .visibility-modal.by-product .tooltip:hover .popover::after {
      content: '';
      position: absolute;
      left: 47%;
      top: 100%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 5px solid #003e85;
      border-top-color: #003e85;
      border-top-style: solid;
      border-top-width: 5px;
      clear: both; }

/*  Utils */
.clean-button, #tab-by-dealer.search-content .header .default-visibility-container button {
  background-color: transparent;
  border: none;
  color: #003e85; }

.center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

#search-by-section .top-tabs.tabs nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 2rem 2.25rem; }

#search-by-section .select-dealer-container {
  margin-left: 15px; }

#search-by-section-mobile {
  display: none; }

@media (min-width: 320px) and (max-width: 767px) {
  #search-by-section-mobile {
    display: block;
    margin-top: 1rem; }
    #search-by-section-mobile .alert-msg-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 1rem; }
      #search-by-section-mobile .alert-msg-mobile svg {
        height: 45px;
        width: 45px; }
  #search-by-section {
    display: none; } }

textarea:focus,
input:focus,
*:focus {
  outline: none; }

.no-overflow {
  overflow-y: hidden !important; }

.loaders .dv-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100vh;
  width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  z-index: 999999; }
  .loaders .dv-loader.show {
    -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    width: 100vw; }

.spinner {
  height: 100px;
  width: 100%;
  position: relative;
  stroke: #003e85; }
  .spinner::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .spinner .circular {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    margin: auto;
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  .spinner .path {
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round; }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.dealer-card {
  margin-top: 1rem;
  position: relative;
  width: 32%; }
  @media screen and (max-width: 900px) {
    .dealer-card {
      width: 48%; } }
  @media screen and (max-width: 600px) {
    .dealer-card {
      width: 100%; } }
  .dealer-card .radio-wrapper {
    display: none; }
  .dealer-card .content {
    margin-top: 40px;
    margin-right: 60px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .dealer-card .content {
        margin-top: 14px; } }
    .dealer-card .content hr {
      border: none; }
    .dealer-card .content .email-label,
    .dealer-card .content .phone-label {
      font-weight: bold; }
  .dealer-card .actions {
    padding: 0; }
    .dealer-card .actions > a,
    .dealer-card .actions > button {
      margin-bottom: 0.5rem; }
    .dealer-card .actions .show-default-dealer,
    .dealer-card .actions .edit-default-dealer {
      border-top: 1px solid #d3d3d3;
      padding: 1.125rem 1.125rem 0px 1.125rem;
      width: 100%; }
      .dealer-card .actions .show-default-dealer .md-radio label,
      .dealer-card .actions .edit-default-dealer .md-radio label {
        text-transform: capitalize; }
      .dealer-card .actions .show-default-dealer .md-radio label::before,
      .dealer-card .actions .edit-default-dealer .md-radio label::before {
        top: -4px; }
      .dealer-card .actions .show-default-dealer .md-radio label::after,
      .dealer-card .actions .edit-default-dealer .md-radio label::after {
        top: 1px; }
    .dealer-card .actions .show-default-dealer {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #003e85;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-height: 50px;
      text-transform: uppercase; }
      .dealer-card .actions .show-default-dealer span {
        cursor: pointer; }
        .dealer-card .actions .show-default-dealer span svg {
          width: 24px; }
    .dealer-card .actions .edit-default-dealer {
      display: none; }
    .dealer-card .actions .radio-selection {
      font-size: 0.8rem; }
  .dealer-card .radio {
    display: none;
    position: absolute;
    right: 38px;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    width: 20px; }
    .dealer-card .radio label {
      padding: 0; }
  .dealer-card .holland-logo {
    position: absolute;
    right: -40px;
    top: 10px;
    width: 60px; }
  .dealer-card .service-logo {
    position: absolute;
    right: -40px;
    top: 40px;
    width: 60px; }
  .dealer-card .details-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2rem 1.125rem; }
    .dealer-card .details-footer .button {
      height: auto;
      margin-right: 1.125rem; }
  .dealer-card .tooltip {
    position: absolute;
    right: 75px;
    top: 3.6rem;
    z-index: 11;
    display: none;
    width: 1.1rem; }
    .dealer-card .tooltip .tooltiptext {
      visibility: hidden;
      width: 252px;
      background-color: #003e85;
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 10px;
      position: absolute;
      z-index: 1;
      bottom: 159%;
      left: 50%;
      margin-left: -125px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      font-size: 0.8rem;
      line-height: 18px; }
      .dealer-card .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #003e85 transparent transparent transparent; }
    .dealer-card .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1; }

#page-dealer {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  @media screen and (max-width: 600px) {
    #page-dealer .dealer-section {
      border: 0; }
      #page-dealer .dealer-section .photo-card {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      #page-dealer .dealer-section .logo-card {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      #page-dealer .dealer-section .address-card {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #page-dealer .dealer-section .service-wrapper {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      #page-dealer .dealer-section .associated-products-card {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
  #page-dealer .dealer-section .card-wrapper {
    max-width: 33.33333%; }
    #page-dealer .dealer-section .card-wrapper.colspan-2 {
      max-width: 66.66667%;
      min-width: 66.66667%; }
    #page-dealer .dealer-section .card-wrapper.colspan-3 {
      max-width: 100%;
      min-width: 100%; }
  @media screen and (min-width: 601px) and (max-width: 900px) {
    #page-dealer .dealer-section .card-wrapper {
      max-width: 50%; }
      #page-dealer .dealer-section .card-wrapper.colspan-2 {
        max-width: 100%;
        min-width: 100%; } }
  @media screen and (max-width: 600px) {
    #page-dealer .dealer-section .card-wrapper {
      max-width: 100%; }
      #page-dealer .dealer-section .card-wrapper.colspan-2 {
        max-width: 100%;
        min-width: 100%; } }
  #page-dealer .card.borderless {
    -webkit-box-shadow: none;
            box-shadow: none; }
    #page-dealer .card.borderless .header {
      border-bottom-color: transparent; }
  #page-dealer .photo-card .image {
    height: auto; }
  @media screen and (max-width: 600px) {
    #page-dealer .photo-card .ribbon {
      right: 6px;
      top: 2rem; } }
  @media screen and (min-width: 601px) {
    #page-dealer .photo-card .ribbon {
      right: 3px; } }
  #page-dealer .address-card .content {
    padding: 0.5rem; }
    #page-dealer .address-card .content hr {
      border-color: transparent; }
    #page-dealer .address-card .content b {
      color: #003e85; }
    #page-dealer .address-card .content > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #page-dealer .address-card .content > div > div:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%; }
    #page-dealer .address-card .content .line-height {
      margin-bottom: 0.5rem; }
    #page-dealer .address-card .content a:not(.button) {
      color: #7d7b7b; }
  #page-dealer .logo-card .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left; }
    #page-dealer .logo-card .content > * {
      margin-bottom: 1rem; }
    #page-dealer .logo-card .content img {
      max-width: 250px; }
  #page-dealer .service-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1rem;
    border: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%; }
  #page-dealer .hours-card .hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #page-dealer .hours-card .hours > div {
      width: 33.33333%;
      margin-bottom: 1rem; }
  #page-dealer .support-provided-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1px solid #d3d3d3;
    margin-right: 1px solid #d3d3d3;
    width: 100%; }
    @media screen and (min-width: 601px) {
      #page-dealer .support-provided-card {
        border-left: 1px solid #d3d3d3; } }
    @media screen and (min-width: 901px) {
      #page-dealer .support-provided-card {
        border-right: 1px solid #d3d3d3;
        height: 100%;
        padding: 3rem; } }
    #page-dealer .support-provided-card .button {
      margin-top: 1rem; }
  #page-dealer .top-service-card .item-list {
    background: #004f97;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem; }
    #page-dealer .top-service-card .item-list p:nth-last-child(1) {
      margin: 0px; }
    #page-dealer .top-service-card .item-list img {
      width: 180px;
      cursor: pointer; }
  #page-dealer .associated-products-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #page-dealer .associated-products-card .content h3 {
      padding: 0; }
    @media screen and (min-width: 601px) {
      #page-dealer .associated-products-card .content .plm {
        border-left: 1px solid #d3d3d3;
        padding-left: 3rem; } }
    @media screen and (max-width: 600px) {
      #page-dealer .associated-products-card .content .plm {
        border-top: 1px solid #d3d3d3; } }
    #page-dealer .associated-products-card .content > div {
      width: 100%; }
      @media screen and (min-width: 601px) {
        #page-dealer .associated-products-card .content > div {
          width: 50%; } }
      #page-dealer .associated-products-card .content > div .products {
        padding-top: 2rem; }
  #page-dealer .product-stamp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    @media screen and (max-width: 600px) {
      #page-dealer .product-stamp {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 601px) {
      #page-dealer .product-stamp {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    #page-dealer .product-stamp .product-stamp-content {
      border: 1px solid #004f97;
      border-radius: 1rem;
      -webkit-box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.9);
              box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.9);
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 250px;
              flex: 0 1 250px;
      max-width: 150px;
      min-height: 120px;
      padding: .5rem;
      text-align: center; }
      #page-dealer .product-stamp .product-stamp-content img {
        max-width: 80px; }
      #page-dealer .product-stamp .product-stamp-content h3 {
        margin: 0.5rem 0; }
        @media screen and (max-width: 600px) {
          #page-dealer .product-stamp .product-stamp-content h3 {
            font-size: 0.8rem; } }
      #page-dealer .product-stamp .product-stamp-content em {
        font-size: 0.75rem; }
    @media screen and (min-width: 601px) {
      #page-dealer .product-stamp .product-stamp-unlink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #page-dealer .product-stamp .product-stamp-unlink button {
      height: 32px;
      width: 32px;
      background: none;
      border: 0;
      padding: 0; }
      #page-dealer .product-stamp .product-stamp-unlink button svg {
        height: 32px;
        width: 32px;
        cursor: pointer;
        margin: 0; }
    #page-dealer .product-stamp .product-stamp-message {
      display: none;
      width: 100%; }
      #page-dealer .product-stamp .product-stamp-message b {
        color: #003e85; }
      #page-dealer .product-stamp .product-stamp-message .box {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 1rem 1.125rem; }

.change-dealer-modal {
  max-height: 95vh; }
  .change-dealer-modal .modal-content {
    overflow: auto;
    width: 100%; }
    .change-dealer-modal .modal-content .dealer-list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2rem; }
      .change-dealer-modal .modal-content .dealer-list-item .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        .change-dealer-modal .modal-content .dealer-list-item .left h3 {
          margin-bottom: 0.5rem; }
        .change-dealer-modal .modal-content .dealer-list-item .left button {
          width: 150px;
          margin-top: auto; }
      .change-dealer-modal .modal-content .dealer-list-item .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative; }
        .change-dealer-modal .modal-content .dealer-list-item .right .checkbox {
          text-align: right; }
          .change-dealer-modal .modal-content .dealer-list-item .right .checkbox label {
            padding: 0 20px 0 0; }
        .change-dealer-modal .modal-content .dealer-list-item .right .holland-logo,
        .change-dealer-modal .modal-content .dealer-list-item .right .service-logo {
          max-width: 50px;
          margin-bottom: 0.5rem; }
        .change-dealer-modal .modal-content .dealer-list-item .right .ribbon {
          right: -3.3rem;
          top: 0; }
  .change-dealer-modal .modal-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media screen and (max-width: 600px) {
      .change-dealer-modal .modal-actions {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 600px) {
      .change-dealer-modal .modal-actions button {
        margin: 0 0 0.5rem; } }
    @media screen and (min-width: 601px) {
      .change-dealer-modal .modal-actions button {
        margin-left: 1.125rem;
        margin-right: 0 !important; }
        .change-dealer-modal .modal-actions button:first-child {
          margin-left: 0;
          margin-right: 1.125rem !important; } }

.dealerlocator {
  height: calc(100vh - 58px);
  min-height: 800px;
  position: relative; }
  .dealerlocator #dealer-locator-cancel-button {
    margin-right: 0 !important;
    margin-top: 0 !important; }
    .dealerlocator #dealer-locator-cancel-button svg {
      padding-top: 8px; }
  .dealerlocator #dealer-locator-save-button {
    display: none;
    margin: 0;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    display: inline-block;
    white-space: inherit; }
    .dealerlocator #dealer-locator-save-button svg {
      padding-top: 8px; }
  .dealerlocator #dealer-locator-search-box {
    font-size: 14px; }
  .dealerlocator .responsive-wrapper {
    height: 100%;
    margin: auto;
    max-width: 1230px;
    position: relative; }
  @media screen and (min-width: 601px) {
    .dealerlocator .desktop-hidden {
      display: none; } }
  .dealerlocator .console {
    background: #fff;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    margin: 0;
    padding: 0;
    top: 9.5em;
    width: 100%;
    z-index: 15; }
    @media screen and (min-width: 601px) and (max-width: 900px) {
      .dealerlocator .console {
        top: 1em; } }
    .dealerlocator .console > div {
      padding: 1rem 1.125rem; }
      .dealerlocator .console > div > h2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 0; }
      .dealerlocator .console > div:first-child {
        border-bottom: 1px solid #d3d3d3; }
      .dealerlocator .console > div:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
        @media screen and (max-width: 600px) {
          .dealerlocator .console > div:last-child {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 0 0 1rem; }
            @supports (-webkit-overflow-scrolling: touch) {
              .dealerlocator .console > div:last-child {
                height: 140px; } } }
        .dealerlocator .console > div:last-child .customSelect-container {
          padding: 0; }
    .dealerlocator .console select {
      height: 2rem; }
    .dealerlocator .console .filterContainer {
      width: 100%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 40%;
              flex: 1 1 40%;
      padding-bottom: 2px; }
      .dealerlocator .console .filterContainer div {
        line-height: 1em; }
      .dealerlocator .console .filterContainer .filtersPanel {
        width: 100%; }
      .dealerlocator .console .filterContainer .typeFilter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1;
        padding: 0.25rem 1.125rem; }
        .dealerlocator .console .filterContainer .typeFilter > span {
          font-weight: 700;
          color: #003e85;
          text-transform: uppercase; }
        .dealerlocator .console .filterContainer .typeFilter ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          margin: 0;
          padding: 0; }
          .dealerlocator .console .filterContainer .typeFilter ul li {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
            text-transform: uppercase;
            text-align: center; }
            .dealerlocator .console .filterContainer .typeFilter ul li figure {
              margin-left: 0;
              margin-right: 0; }
        .dealerlocator .console .filterContainer .typeFilter .filterSwitch .injected-svg {
          height: 0.875rem;
          width: 0.875rem;
          margin-left: 0.5rem;
          vertical-align: bottom; }
        .dealerlocator .console .filterContainer .typeFilter .filterSwitch + div {
          border-radius: 0 0 1rem 1rem;
          border-top: 0;
          margin: -1rem -1px 0; }
      @media screen and (max-width: 600px) {
        .dealerlocator .console .filterContainer {
          display: none;
          position: fixed;
          background: white;
          top: 0;
          left: 0;
          height: 100vh;
          z-index: 10;
          padding: 40px 0;
          overflow: auto; }
          .dealerlocator .console .filterContainer .close-mobile {
            display: block;
            z-index: 10000; }
          .dealerlocator .console .filterContainer .categoryFilter {
            display: none; }
          .dealerlocator .console .filterContainer .typeFilter {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 40px 20px 0;
            position: relative; }
            .dealerlocator .console .filterContainer .typeFilter > span {
              color: #7d7b7b;
              text-transform: none;
              line-height: 20px;
              margin-bottom: 1rem; }
            .dealerlocator .console .filterContainer .typeFilter ul {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              .dealerlocator .console .filterContainer .typeFilter ul > li {
                text-align: left; }
                .dealerlocator .console .filterContainer .typeFilter ul > li .injected-svg {
                  display: none; }
                .dealerlocator .console .filterContainer .typeFilter ul > li > div {
                  position: static;
                  width: 100%;
                  border: none;
                  display: block; }
                  .dealerlocator .console .filterContainer .typeFilter ul > li > div > ul {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column; }
                    .dealerlocator .console .filterContainer .typeFilter ul > li > div > ul > li {
                      width: 100%; }
                      .dealerlocator .console .filterContainer .typeFilter ul > li > div > ul > li.active figcaption {
                        color: #003e85;
                        font-weight: bold; }
                      .dealerlocator .console .filterContainer .typeFilter ul > li > div > ul > li figure {
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex; }
                        .dealerlocator .console .filterContainer .typeFilter ul > li > div > ul > li figure img {
                          width: 48px; }
                        .dealerlocator .console .filterContainer .typeFilter ul > li > div > ul > li figure figcaption {
                          color: #7d7b7b;
                          font-weight: normal;
                          padding: 0; } }
    @media screen and (max-width: 600px) {
      .dealerlocator .console {
        top: 1em;
        margin: 0 1.125rem;
        width: auto;
        right: 0; } }
    .dealerlocator .console > div {
      float: none; }
    .dealerlocator .console .close-mobile {
      display: none;
      position: absolute;
      top: 70px;
      right: 10px;
      height: 20px;
      width: 20px; }
    .dealerlocator .console .inputContainer {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media screen and (max-width: 600px) {
        .dealerlocator .console .inputContainer {
          padding: 0; } }
      .dealerlocator .console .inputContainer > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0; }
        .dealerlocator .console .inputContainer > * .select-field,
        .dealerlocator .console .inputContainer > * .input-field {
          margin: 0 1.125rem; }
          @media screen and (max-width: 600px) {
            .dealerlocator .console .inputContainer > * .select-field,
            .dealerlocator .console .inputContainer > * .input-field {
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 auto;
                      flex: 1 1 auto; } }
      @media screen and (max-width: 600px) {
        .dealerlocator .console .inputContainer {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          .dealerlocator .console .inputContainer > div {
            width: 100%;
            margin-top: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; } }
      .dealerlocator .console .inputContainer .geolocalization {
        position: static;
        margin: 0 1.125rem;
        height: 40px;
        width: 40px;
        min-width: 40px;
        border: 2px solid #004f97;
        border-radius: 0.5rem; }
        .dealerlocator .console .inputContainer .geolocalization > svg {
          margin: 5px; }
        @media screen and (min-width: 601px) {
          .dealerlocator .console .inputContainer .geolocalization {
            display: none; } }
  .dealerlocator .mapContainer {
    bottom: 0;
    height: auto;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%; }
  .dealerlocator .marker {
    cursor: pointer;
    position: relative; }
    .dealerlocator .marker.selected > svg .st2 {
      fill: #f1b514; }
    .dealerlocator .marker > div {
      color: #003e85;
      font-size: 1rem;
      font-weight: bold;
      position: absolute;
      text-align: center;
      top: 6px;
      width: 100%; }
    .dealerlocator .marker > svg {
      height: 42px;
      width: 42px;
      display: block; }
      .dealerlocator .marker > svg .st2 {
        fill: #003e85; }
  .dealerlocator .results {
    background: #fff;
    border: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    top: 20em;
    z-index: 10;
    opacity: 0; }
    @media screen and (min-width: 601px) {
      .dealerlocator .results {
        max-width: 50%;
        min-width: 500px; } }
    @media screen and (max-width: 600px) {
      .dealerlocator .results {
        top: 16em;
        bottom: 0;
        width: auto;
        position: absolute;
        left: 1.125rem;
        right: 1.125rem; } }
    @media screen and (max-width: 600px) {
      .dealerlocator .results .filters .select2.select2-container,
      .dealerlocator .results .filters h3 {
        font-size: 0.8rem; } }
    .dealerlocator .results .mobile-filter {
      height: 40px;
      width: 40px;
      border-radius: 0.5rem;
      border: 2px solid #003e85;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0;
      position: static;
      display: none; }
      @media screen and (max-width: 600px) {
        .dealerlocator .results .mobile-filter {
          display: block; } }
      .dealerlocator .results .mobile-filter svg {
        margin: 5px;
        height: 26px;
        width: 26px; }
    .dealerlocator .results.closed {
      bottom: auto; }
      @media screen and (max-width: 600px) {
        .dealerlocator .results.closed {
          bottom: auto; } }
      .dealerlocator .results.closed .filters .resultSwitch .show {
        display: none; }
      .dealerlocator .results.closed .filters .resultSwitch .hide {
        display: block; }
      .dealerlocator .results.closed .cardsContainer {
        height: 0; }
    .dealerlocator .results .cardsContainer {
      margin-bottom: auto;
      overflow: auto;
      width: 100%; }
      .dealerlocator .results .cardsContainer p {
        margin: 0.25rem 0; }
      .dealerlocator .results .cardsContainer br {
        line-height: 0.8; }
    .dealerlocator .results .filters {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .dealerlocator .results .filters > div:nth-child(2) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        @media screen and (min-width: 601px) {
          .dealerlocator .results .filters > div:nth-child(2) {
            padding: 0.3rem; } }
      .dealerlocator .results .filters .select-field {
        width: 100%;
        margin: 0;
        margin-top: -15px; }
        @media screen and (min-width: 601px) {
          .dealerlocator .results .filters .select-field {
            min-width: 185px; } }
      .dealerlocator .results .filters .resultSwitch {
        min-width: 72px; }
        @media screen and (max-width: 600px) {
          .dealerlocator .results .filters .resultSwitch {
            display: none !important; } }
        .dealerlocator .results .filters .resultSwitch .hide {
          display: none; }
    .dealerlocator .results .box-footer {
      padding: 1rem 1.125rem;
      border-top: 1px solid #d3d3d3;
      width: 100%; }
      .dealerlocator .results .box-footer .button {
        margin-top: 0; }
    .dealerlocator .results .card {
      border-radius: 0;
      border-top: 1px solid #d3d3d3;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 1rem 1.125rem;
      position: relative; }
      @media screen and (max-width: 600px) {
        .dealerlocator .results .card {
          padding-left: 0.5rem;
          padding-right: 0.5rem; } }
      .dealerlocator .results .card:first-child {
        border-top: 0;
        margin-top: 0; }
      .dealerlocator .results .card:last-child {
        border-bottom: 0; }
      @media screen and (max-width: 600px) {
        .dealerlocator .results .card .row {
          overflow: scroll; }
          .dealerlocator .results .card .row > .block.d5.t3.s5 {
            margin-left: auto; } }
      .dealerlocator .results .card.selected > .row > .block:nth-child(1) svg .st2 {
        fill: #f1b514; }
      .dealerlocator .results .card .tooltip-container {
        display: none; }
      .dealerlocator .results .card .favourite {
        display: none; }
      .dealerlocator .results .card > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .dealerlocator .results .card > .row > .block:nth-child(1) {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 20%; }
          @media screen and (max-width: 600px) {
            .dealerlocator .results .card > .row > .block:nth-child(1) {
              max-width: 33px;
              padding-top: 2px;
              padding-right: 9px; }
              .dealerlocator .results .card > .row > .block:nth-child(1) .marker svg {
                height: 32px;
                width: 32px; }
              .dealerlocator .results .card > .row > .block:nth-child(1) .marker > div {
                font-size: .8rem;
                top: 5px; } }
        .dealerlocator .results .card > .row > .block:nth-child(2) {
          width: 62%; }
        .dealerlocator .results .card > .row > .block:nth-child(3) {
          width: 10%; }
          .dealerlocator .results .card > .row > .block:nth-child(3) .checkbox svg {
            height: 1.5rem;
            width: 1.5rem; }
        .dealerlocator .results .card > .row > .block:nth-child(4) {
          margin-left: 20%;
          position: absolute;
          right: 34px;
          top: 60px; }
          @media screen and (max-width: 600px) {
            .dealerlocator .results .card > .row > .block:nth-child(4) {
              right: 10px; } }
  .dealerlocator .timetable-accordion {
    display: none; }
  .dealerlocator .gm-bundled-control {
    right: 40px !important; }
    @media screen and (max-width: 600px) {
      .dealerlocator .gm-bundled-control {
        bottom: 50vh !important; } }
  .dealerlocator .geolocalization-map {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    bottom: 85px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 22px;
    width: 28px;
    z-index: 1000; }
    .dealerlocator .geolocalization-map img {
      opacity: .8;
      height: 20px;
      width: 20px; }
      .dealerlocator .geolocalization-map img:hover {
        opacity: 1; }
    @media screen and (max-width: 600px) {
      .dealerlocator .geolocalization-map {
        display: none; } }
  .dealerlocator .detailsOverlay {
    background: white;
    border: 1px solid #d3d3d3;
    margin: 130px auto 0;
    max-height: 100%;
    max-width: 1200px;
    overflow: auto; }
    .dealerlocator .detailsOverlay .detailsContent {
      border: 0; }
      .dealerlocator .detailsOverlay .detailsContent .dealer-photo {
        padding: 1rem;
        width: 33.33333%; }
      .dealerlocator .detailsOverlay .detailsContent .dealer-sched {
        width: 50%; }

.viewSwitch {
  position: fixed;
  bottom: 24px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: -16px;
  z-index: 100; }
  .viewSwitch > div {
    background-color: white;
    border: 1px solid #003e85;
    margin-bottom: -1px;
    margin-right: 14px;
    z-index: 1000;
    height: 48px;
    width: 48px; }
    .viewSwitch > div:first-child {
      border-top-left-radius: 14px; }
    .viewSwitch > div:last-child {
      border-bottom-left-radius: 14px; }
    .viewSwitch > div.active svg {
      opacity: 1; }
    .viewSwitch > div svg {
      height: 32px;
      width: 32px;
      margin: 7px;
      fill: #003e85;
      opacity: .5; }

.velina-white {
  visibility: hidden !important; }

.tooltip-detail {
  border-radius: 1rem;
  -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3); }
  .tooltip-detail > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px; }
    .tooltip-detail > .row > .brands {
      position: absolute;
      right: 10px;
      top: 75px !important; }
    .tooltip-detail > .row .block.d3.t5.s3.center {
      padding-top: 10px; }
    .tooltip-detail > .row .timetable-tooltip {
      display: none; }
    .tooltip-detail > .row p, .tooltip-detail > .row a {
      margin: 0.25rem 0; }
  .tooltip-detail .ctas a {
    display: inline-block;
    margin-left: 37px;
    margin-top: 0.5rem; }
  .tooltip-detail .ctas .details {
    display: none; }
  .tooltip-detail .close-button {
    background-image: none;
    right: 9px;
    top: 5px; }

.customSelect-container {
  padding: 0 1rem; }

.mobile-results-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #aadaff;
  z-index: 8; }

.modal {
  overflow-y: auto; }
  .modal .modal-body.dealer-locator-modal {
    height: 100vh;
    max-height: calc(100vh - .5rem);
    max-width: calc(100vw - .5rem);
    min-height: 900px;
    min-width: calc(100vw - .5rem);
    overflow: hidden;
    padding: 0; }
    .modal .modal-body.dealer-locator-modal .dealerlocator {
      min-height: 100%;
      min-width: 100%; }
      .modal .modal-body.dealer-locator-modal .dealerlocator .console {
        top: 1em; }
      .modal .modal-body.dealer-locator-modal .dealerlocator .results {
        top: 11.5em; }
        @media screen and (min-width: 601px) {
          .modal .modal-body.dealer-locator-modal .dealerlocator .results {
            max-width: 400px; } }
    .modal .modal-body.dealer-locator-modal .detailsOverlay {
      border: none;
      margin: 0;
      max-width: 100%; }
    .modal .modal-body.dealer-locator-modal .console {
      margin: 2rem auto 0; }
    .modal .modal-body.dealer-locator-modal .results {
      top: 12.5rem !important; }
    @media screen and (max-width: 600px) {
      .modal .modal-body.dealer-locator-modal .filters h3 {
        display: none; }
      .modal .modal-body.dealer-locator-modal .filters .customSelect-container {
        padding-left: 0; }
      .modal .modal-body.dealer-locator-modal .console {
        margin: 1rem 0.5rem 0;
        top: .8rem; }
        .modal .modal-body.dealer-locator-modal .console h2 {
          font-size: 1.2rem; }
      .modal .modal-body.dealer-locator-modal .results {
        top: 15.5rem !important;
        left: 0.5rem;
        right: 0.5rem; }
      .modal .modal-body.dealer-locator-modal .typeFilter {
        padding-top: 0; }
      .modal .modal-body.dealer-locator-modal .filterContainer svg {
        top: 15px; } }
    .modal .modal-body.dealer-locator-modal .modal-close-button {
      z-index: 10;
      background: white;
      border-radius: 100px;
      padding: 2px;
      height: 28px;
      width: 28px;
      top: 8px;
      right: 8px; }
      .modal .modal-body.dealer-locator-modal .modal-close-button svg {
        margin: 0; }

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  position: fixed !important;
  bottom: 95px !important;
  left: 20px !important; }

#page-dealers-find {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100vw;
  padding: 0;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 901px) {
    #page-dealers-find {
      margin: -125px 0 0; }
      #page-dealers-find .desktop-hidden {
        display: none; } }
  #page-dealers-find select {
    width: 100%; }
  #page-dealers-find.dealers-find-geo-filter .filterContainer {
    display: none; }
  #page-dealers-find.dealers-find-geo-filter input[name='city'] {
    display: none; }
  #page-dealers-find.dealers-find-geo-filter .details {
    display: none; }

#page-my-dealers .loading {
  margin: 1rem 1.125rem; }

#page-my-dealers .radio-wrapper {
  display: block;
  margin: 0 10px;
  padding: 20px 0px;
  border-top: 1px solid #d3d3d3;
  line-height: 20px; }
  #page-my-dealers .radio-wrapper .radio {
    position: static;
    display: inline;
    margin-left: 10px; }
  #page-my-dealers .radio-wrapper span {
    display: inline;
    margin-left: 25px; }

#page-my-dealers .button.hidden {
  display: none; }

#page-my-dealers > .box {
  border: 1px solid #d3d3d3;
  padding: 1rem 1.125rem; }
  #page-my-dealers > .box .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 600px) {
      #page-my-dealers > .box .box-content {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0;
        padding-top: 0; } }
    @media screen and (min-width: 601px) {
      #page-my-dealers > .box .box-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #page-my-dealers > .box .box-content button {
      margin: 0 0.5rem; }
    #page-my-dealers > .box .box-content .search-button {
      margin-right: auto; }
    @media screen and (max-width: 600px) {
      #page-my-dealers > .box .box-content .buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #page-my-dealers > .box .box-content .buttons-wrapper button {
          margin: 0 0 0.5rem; } }

#page-my-dealers .card-wrapper .card .checkbox {
  position: relative;
  left: 10px;
  top: 10px;
  display: none; }

#page-my-dealers #save-default-dealer-button {
  display: none; }

#page-my-dealers .dealer-card .holland-logo {
  top: 90px; }

#page-my-dealers .dealer-card .service-logo {
  top: 120px; }

#page-my-dealers .dealer-card .content > h3 {
  padding-top: 2rem; }

#page-my-dealers .dealer-card .content .val {
  font-weight: 600; }

#page-my-dealers .dealers {
  border: 0; }

@media screen and (max-width: 600px) {
  #page-my-dealers .ribbon {
    right: .45rem;
    top: 1.7rem; } }

#editorials-article .header-detail {
  padding-left: 1rem; }
  @media screen and (max-width: 600px) {
    #editorials-article .header-detail {
      margin-bottom: 0; } }
  #editorials-article .header-detail h2 {
    margin: 0; }

#editorials-article .ribbon {
  top: 1rem; }

#editorials-article .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 600px) {
    #editorials-article .content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (min-width: 601px) {
    #editorials-article .content-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

#editorials-article .single-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.66667%;
          flex: 1 0 66.66667%;
  padding: 1.125rem; }

#editorials-article .news {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33333%;
          flex: 1 0 33.33333%;
  padding: 1.125rem; }
  @media screen and (max-width: 600px) {
    #editorials-article .news .cards-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      overflow-x: auto; } }
  #editorials-article .news .card-wrapper {
    margin-bottom: 2rem;
    position: relative; }
    #editorials-article .news .card-wrapper .media-wrapper {
      border-radius: 0; }
    @media screen and (max-width: 600px) {
      #editorials-article .news .card-wrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 90%;
                flex: 1 0 90%;
        margin-right: 1.125rem; } }

#editorials-article .top-back {
  margin-bottom: 1rem;
  text-transform: uppercase; }

#editorials-article .bottom-back {
  margin-bottom: 1rem;
  text-transform: uppercase; }

@media screen and (min-width: 601px) {
  #editorials-article .single section {
    border-top: 0; } }

#editorials-article .single .media-wrapper {
  -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3); }

#editorials-article .single .media-wrapper-wrapper {
  position: relative; }

#page-editorials .higlights > article {
  display: none; }

#page-editorials a.more {
  text-transform: uppercase; }

#page-editorials h1 {
  margin: 0; }
  @media screen and (min-width: 901px) {
    #page-editorials h1 {
      padding-left: 1rem; } }

#page-editorials .main-article {
  display: block;
  padding: 1.5rem 0; }
  @media screen and (min-width: 901px) {
    #page-editorials .main-article {
      padding-left: 1rem;
      padding-right: 1rem; } }
  #page-editorials .main-article .media-wrapper {
    margin-bottom: 0.5rem; }

#page-editorials .article {
  border-top: 1px solid #e4e5e7; }
  #page-editorials .article .media-wrapper .video-icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media screen and (min-width: 901px) {
    #page-editorials .article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 1.125rem;
      padding: 2rem 0; }
      #page-editorials .article:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      #page-editorials .article > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1 1; }
      #page-editorials .article .media-wrapper {
        margin: 0 2.25rem 0 0; }
      #page-editorials .article:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        #page-editorials .article:nth-child(even) .media-wrapper {
          margin: 0 0 0 2.25rem; } }
  @media screen and (max-width: 900px) {
    #page-editorials .article {
      display: block;
      padding: 1.5rem 0; }
      #page-editorials .article .media-wrapper {
        margin-bottom: 0.5rem; } }

#page-configuration-archive {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }
  #page-configuration-archive header {
    margin-bottom: 0; }
  #page-configuration-archive .new-configuration-btn {
    position: absolute;
    top: 0;
    right: 1.125rem;
    bottom: auto;
    left: auto;
    font-size: 1rem; }
    @media screen and (max-width: 600px) {
      #page-configuration-archive .new-configuration-btn {
        position: static; } }
  #page-configuration-archive .header {
    color: #003e85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      #page-configuration-archive .header {
        display: none; } }
    #page-configuration-archive .header .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0;
      padding: 0.5rem 0; }
      #page-configuration-archive .header .content > span {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33%;
                flex: 1 1 33%; }
        #page-configuration-archive .header .content > span:first-child {
          margin-left: 3rem; }
    #page-configuration-archive .header .actions {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%;
      padding: 0.5rem 1rem; }
    #page-configuration-archive .header > *:first-child {
      width: 200px; }
  #page-configuration-archive .card {
    text-transform: uppercase; }
    @media screen and (min-width: 601px) {
      #page-configuration-archive .card .content {
        padding: 0; } }
    @media screen and (max-width: 600px) {
      #page-configuration-archive .card .content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 1rem; } }
    #page-configuration-archive .card .content > div {
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 600px) {
        #page-configuration-archive .card .content > div:first-child {
          margin-left: 0; } }
    #page-configuration-archive .card .media-wrapper {
      border-radius: 1rem;
      margin: 0.5rem 1rem; }
      @media screen and (max-width: 600px) {
        #page-configuration-archive .card .media-wrapper {
          border-radius: 0;
          margin: 0.5rem auto;
          padding: 0; } }
      @media screen and (min-width: 601px) {
        #page-configuration-archive .card .media-wrapper {
          height: 120px;
          width: 200px; } }
    #page-configuration-archive .card .actions {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      #page-configuration-archive .card .actions svg {
        height: 1.5rem;
        width: 1.5rem;
        vertical-align: middle; }
      @media screen and (max-width: 600px) {
        #page-configuration-archive .card .actions a {
          margin: 0; }
          #page-configuration-archive .card .actions a + a {
            margin-top: 1rem; } }
    #page-configuration-archive .card .col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%; }
      @media screen and (max-width: 600px) {
        #page-configuration-archive .card .col {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      #page-configuration-archive .card .col:first-child {
        margin-left: 3rem; }
    #page-configuration-archive .card .key {
      display: none; }
      @media screen and (max-width: 600px) {
        #page-configuration-archive .card .key {
          display: inline;
          font-weight: bold; } }
  #page-configuration-archive .no-items-available {
    text-align: center;
    padding: 50px 0px; }

#page-configuration-create iframe {
  border: 0;
  height: 350px;
  overflow: hidden;
  width: 100%; }

#edit-job-title-modal {
  color: #424242; }
  #edit-job-title-modal h2 {
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 2rem;
    margin-top: 3rem;
    text-align: center;
    text-transform: none; }
    @media screen and (max-width: 600px) {
      #edit-job-title-modal h2 {
        margin-top: 0.5rem; } }
  #edit-job-title-modal .job-titles {
    margin: auto;
    max-width: 400px;
    overflow: hidden;
    padding: 1rem 2.25rem; }
    #edit-job-title-modal .job-titles .radio,
    #edit-job-title-modal .job-titles > span {
      display: block;
      margin-bottom: 1rem; }
    #edit-job-title-modal .job-titles .radio {
      display: block;
      font-size: 1rem;
      margin-left: 3rem; }
      #edit-job-title-modal .job-titles .radio label {
        margin-left: 1rem; }
    #edit-job-title-modal .job-titles hr {
      border: none;
      border-bottom: 1px solid #7d7b7b;
      margin: 1rem 0; }
    #edit-job-title-modal .job-titles > span svg {
      fill: #7d7b7b;
      margin-bottom: -2px;
      margin-right: 4px; }
  #edit-job-title-modal .box {
    background: #e4ebf3;
    border-radius: 0.5rem;
    display: none;
    margin: 1rem auto;
    max-width: 1000px;
    padding: 1rem; }
    #edit-job-title-modal .box svg {
      height: 3rem;
      width: 3rem;
      fill: #da0000;
      min-width: 3rem; }
    #edit-job-title-modal .box span {
      margin-left: 1rem; }
  #edit-job-title-modal footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

#user-manager-modal {
  width: 80%;
  max-width: unset;
  padding: 0 20px;
  -webkit-box-shadow: 2px 6px 54px 4px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 6px 54px 4px rgba(0, 0, 0, 0.32); }
  #user-manager-modal .modal-header h2 {
    margin-top: 10px; }
  #user-manager-modal .modal-actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #user-manager-modal h3.modal-content-section-title {
    padding: 10px 20px;
    border-bottom: 1px solid #d3d3d3; }
  #user-manager-modal .modal-content-section {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    margin-bottom: 30px; }
    #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-left: 46px;
      margin-bottom: 40px; }
      #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row .modal-delete-user {
        border: 1px solid #d3d3d3;
        margin-right: 20px; }
        #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row .modal-delete-user:first-of-type {
          margin-left: -25px; }
      #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row div {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row div.user-manager-pending {
          display: block;
          position: relative; }
          #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row div.user-manager-pending svg {
            position: absolute;
            top: -4px;
            left: 60px;
            height: 25px;
            width: 35px; }
        #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row div label {
          color: #424242;
          opacity: .5;
          font-size: 0.875rem;
          margin-bottom: 10px; }
        #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row div span {
          font-size: 1rem;
          color: #424242; }

@media only screen and (max-width: 360px) {
  #user-manager-modal {
    padding: 0 5px; } }

@media only screen and (max-width: 600px) {
  #user-manager-modal {
    width: 90%; }
    #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row {
      padding-left: 20px; }
      #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row.modal-content-section-content-row-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #user-manager-modal .modal-content-section .modal-content-section-content .modal-content-section-content-row.modal-content-section-content-row-buttons button {
          margin-left: 0 !important;
          margin-right: 10px !important; } }

#page-company-management .input-field p {
  color: #000;
  margin: 0;
  margin-top: 5px; }

#page-company-management .input-field label {
  color: #7d7b7b;
  font-size: 0.845rem;
  opacity: .5; }

#page-company-management .input-field.flat {
  padding-left: 15px; }

#page-company-management .vertical {
  border: 1px solid #d3d3d3;
  padding: 1rem; }

#page-company-management .actions {
  margin-bottom: 1rem;
  text-align: right; }

#page-company-management .box-content {
  padding: 0 1.125rem; }
  @media screen and (min-width: 601px) {
    #page-company-management .box-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 600px) {
    #page-company-management .box-content > div {
      width: 100%; } }
  @media screen and (min-width: 601px) {
    #page-company-management .box-content > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      #page-company-management .box-content > div.full-width {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; } }

#page-company-management .box-company {
  padding: 1rem; }
  #page-company-management .box-company .box-header {
    border: 0; }

#page-company-management .box-plm-academy .box-header {
  border: 0; }

#page-company-management .box-billing {
  padding: 1rem; }
  #page-company-management .box-billing .box-header {
    border: 0; }
  #page-company-management .box-billing .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.125rem; }
    @media screen and (max-width: 600px) {
      #page-company-management .box-billing .box-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #page-company-management .box-billing .box-content div {
      width: 95%; }

#page-company-management .box-marketing {
  border: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem; }
  #page-company-management .box-marketing .box-header {
    border: 0; }
  #page-company-management .box-marketing .checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #page-company-management .box-marketing .checkboxes > * {
      width: 33.33333%; }
      @media screen and (max-width: 600px) {
        #page-company-management .box-marketing .checkboxes > * {
          width: 100%; } }
  #page-company-management .box-marketing .open-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem; }
    #page-company-management .box-marketing .open-questions > * {
      width: 48%; }
      @media screen and (max-width: 600px) {
        #page-company-management .box-marketing .open-questions > * {
          width: 100%; } }

#page-company-management .box.find {
  padding-top: 0 !important; }
  #page-company-management .box.find .box-content {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #page-company-management .box.find .box-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (max-width: 600px) {
      #page-company-management .box.find .box-content .search-button {
        margin-left: auto; } }
    @media screen and (min-width: 601px) {
      #page-company-management .box.find .box-content .search-button {
        margin-left: 1.125rem; } }
    @media screen and (max-width: 600px) {
      #page-company-management .box.find .box-content .add-user-button {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%; } }
    #page-company-management .box.find .box-content button {
      margin: auto 1rem; }

#page-company-management #users .box-users .box-header > div,
#page-company-management #users .box-users .box-content > div {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 600px) {
    #page-company-management #users .box-users .box-header > div,
    #page-company-management #users .box-users .box-content > div {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #page-company-management #users .box-users .box-header > div > div,
  #page-company-management #users .box-users .box-content > div > div {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #page-company-management #users .box-users .box-header > div > div.signUpDate,
    #page-company-management #users .box-users .box-content > div > div.signUpDate {
      display: none; }
    #page-company-management #users .box-users .box-header > div > div.locked,
    #page-company-management #users .box-users .box-content > div > div.locked {
      display: none; }
    #page-company-management #users .box-users .box-header > div > div.myself,
    #page-company-management #users .box-users .box-content > div > div.myself {
      display: none; }
    @media screen and (max-width: 600px) {
      #page-company-management #users .box-users .box-header > div > div,
      #page-company-management #users .box-users .box-content > div > div {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (min-width: 601px) {
      #page-company-management #users .box-users .box-header > div > div.surname, #page-company-management #users .box-users .box-header > div > div.name, #page-company-management #users .box-users .box-header > div > div.job-title, #page-company-management #users .box-users .box-header > div > div.status, #page-company-management #users .box-users .box-header > div > div.action,
      #page-company-management #users .box-users .box-content > div > div.surname,
      #page-company-management #users .box-users .box-content > div > div.name,
      #page-company-management #users .box-users .box-content > div > div.job-title,
      #page-company-management #users .box-users .box-content > div > div.status,
      #page-company-management #users .box-users .box-content > div > div.action {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%; }
      #page-company-management #users .box-users .box-header > div > div.email,
      #page-company-management #users .box-users .box-content > div > div.email {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%; }
      #page-company-management #users .box-users .box-header > div > div.action,
      #page-company-management #users .box-users .box-content > div > div.action {
        font-size: 0.8rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
  #page-company-management #users .box-users .box-header > div svg,
  #page-company-management #users .box-users .box-content > div svg {
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer; }

#page-company-management #users .box-users .box-header .mobile-label,
#page-company-management #users .box-users .box-content .mobile-label {
  display: none; }
  @media screen and (max-width: 600px) {
    #page-company-management #users .box-users .box-header .mobile-label,
    #page-company-management #users .box-users .box-content .mobile-label {
      display: block;
      font-weight: bold;
      min-width: 40%;
      text-transform: uppercase; } }

#page-company-management #users .box-users .box-header h5,
#page-company-management #users .box-users .box-content h5 {
  margin-top: 0.3rem;
  margin-right: 0.3rem; }

#page-company-management #users .box-users .box-header {
  justify-items: center; }
  #page-company-management #users .box-users .box-header h5 {
    color: #003e85;
    text-transform: uppercase; }
    #page-company-management #users .box-users .box-header h5 svg {
      height: 1rem;
      width: 1rem;
      margin-left: .2rem; }
  @media screen and (max-width: 600px) {
    #page-company-management #users .box-users .box-header {
      display: none; } }

#page-company-management #users .box-users .box-content {
  padding: 0; }
  #page-company-management #users .box-users .box-content > div {
    min-height: 3rem;
    padding: 1rem 1.125rem; }
    #page-company-management #users .box-users .box-content > div:not(:last-child) {
      border-bottom: 1px solid #d3d3d3; }

#page-company-management .hidden {
  display: none; }

#page-company-management #add-user {
  display: none;
  min-width: 900px;
  margin-bottom: 3rem; }
  @media screen and (max-width: 900px) {
    #page-company-management #add-user {
      border: 1px solid #d3d3d3;
      border-radius: 1rem;
      padding: 1rem; } }
  @media screen and (max-width: 900px) {
    #page-company-management #add-user {
      min-width: 100%; } }
  #page-company-management #add-user .input-field, #page-company-management #add-user .select-field {
    width: 100%;
    padding-right: 1.125rem; }
  #page-company-management #add-user .input-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    #page-company-management #add-user .input-form div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #page-company-management #add-user .input-form div .input-field, #page-company-management #add-user .input-form div .select-field {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1 1;
        padding-right: 1.125rem; }
      #page-company-management #add-user .input-form div .input-field {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      #page-company-management #add-user .input-form div .select-field {
        max-height: 52px; }
    @media screen and (max-width: 900px) {
      #page-company-management #add-user .input-form div {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
            -ms-flex-direction: inherit;
                flex-direction: inherit; }
      #page-company-management #add-user .input-form .input-field, #page-company-management #add-user .input-form .select-field {
        width: 100%; } }
  @media screen and (max-width: 900px) {
    #page-company-management #add-user .input-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #page-company-management #add-user .input-form div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1 1; } }
  #page-company-management #add-user .button-send {
    margin-top: 3rem; }
  #page-company-management #add-user .email-error {
    color: #da0000; }
  #page-company-management #add-user .email-error-container {
    margin-top: 1rem; }
  #page-company-management #add-user .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    width: 100%; }
    #page-company-management #add-user .modal-content > div {
      width: 48%; }
      @media screen and (max-width: 900px) {
        #page-company-management #add-user .modal-content > div {
          width: 100%; } }

#page-company-management .top-tabs nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 2rem 2.25rem; }
  @media screen and (max-width: 600px) {
    #page-company-management .top-tabs nav {
      margin: 2rem 0; }
      #page-company-management .top-tabs nav a {
        margin-bottom: 1px;
        width: 50%;
        text-align: center; } }

#page-my-account section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #page-my-account section.my-apps .card-wrapper .card svg {
    width: 100% !important; }
  #page-my-account section.my-apps .card-wrapper .card-footer {
    bottom: 30px;
    text-align: center;
    width: 100%;
    margin-top: -40px;
    border-top: 1px solid #d3d3d3;
    line-height: 40px; }
    #page-my-account section.my-apps .card-wrapper .card-footer p {
      display: inline; }
    #page-my-account section.my-apps .card-wrapper .card-footer svg {
      height: 14px;
      width: 14px; }
      #page-my-account section.my-apps .card-wrapper .card-footer svg g {
        fill: #003e85; }
  @media screen and (max-width: 900px) {
    #page-my-account section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (min-width: 901px) {
    #page-my-account section {
      margin: -2.25rem; } }
  #page-my-account section .card-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
    padding: 2.25rem; }
    #page-my-account section .card-wrapper a {
      width: 100%; }
      #page-my-account section .card-wrapper a:hover svg {
        fill: #003e85; }
    #page-my-account section .card-wrapper .card {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      min-height: 13rem;
      padding: 2.25rem;
      text-align: center; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #page-my-account section .card-wrapper .card {
          display: block; } }
      #page-my-account section .card-wrapper .card svg {
        height: 4rem;
        width: 4rem;
        margin-bottom: 1rem; }
      #page-my-account section .card-wrapper .card h3 {
        white-space: normal; }

@media only screen and (max-width: 600px) {
  #page-my-account .card-wrapper {
    padding: 1.25rem !important; } }

@media screen and (max-width: 600px) {
  .body-page-my-profile .select2-dropdown {
    width: 12rem !important; } }

#page-my-profile .phone-group {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #page-my-profile .phone-group .input-field {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }
    @media screen and (max-width: 600px) {
      #page-my-profile .phone-group .input-field {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; }
        #page-my-profile .phone-group .input-field input {
          width: 100%; } }
  #page-my-profile .phone-group .select-input {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media screen and (max-width: 600px) {
      #page-my-profile .phone-group .select-input {
        width: 50%; } }
    #page-my-profile .phone-group .select-input .select2 {
      width: 100% !important; }

@media screen and (max-width: 600px) {
  #page-my-profile {
    width: 100%; }
    #page-my-profile .field-phone {
      width: 100%; } }

#page-my-profile .box.vertical {
  padding-top: 0;
  margin-bottom: 2rem; }
  #page-my-profile .box.vertical .box-header h3 {
    text-transform: uppercase; }
  #page-my-profile .box.vertical .box-vertical-separator {
    width: 115%;
    /* position: absolute; */
    height: 1px;
    background: #d3d3d3;
    display: flow-root;
    margin-left: -40px;
    margin-right: -40px; }

#page-my-profile > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 600px) {
    #page-my-profile > header {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (min-width: 601px) {
    #page-my-profile > header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 601px) {
    #page-my-profile > header h2 {
      margin: 0; } }

#page-my-profile .box-content,
#page-my-profile .modal-content,
#password-modal .box-content,
#password-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #page-my-profile .box-content > div,
  #page-my-profile .modal-content > div,
  #password-modal .box-content > div,
  #password-modal .modal-content > div {
    width: 45%; }
    @media screen and (max-width: 600px) {
      #page-my-profile .box-content > div,
      #page-my-profile .modal-content > div,
      #password-modal .box-content > div,
      #password-modal .modal-content > div {
        width: 100%; } }
    @media screen and (min-width: 601px) and (max-width: 900px) {
      #page-my-profile .box-content > div,
      #page-my-profile .modal-content > div,
      #password-modal .box-content > div,
      #password-modal .modal-content > div {
        width: 100%; } }
    @media screen and (min-width: 901px) and (max-width: 1200px) {
      #page-my-profile .box-content > div,
      #page-my-profile .modal-content > div,
      #password-modal .box-content > div,
      #password-modal .modal-content > div {
        width: 48%; } }

#page-my-profile .vertical,
#password-modal .vertical {
  border: 1px solid #d3d3d3;
  padding: 1.125rem; }
  #page-my-profile .vertical .box-header,
  #password-modal .vertical .box-header {
    border-bottom: 0px; }

#page-my-profile .password-change input,
#password-modal .password-change input {
  min-width: 60%;
  width: 60%; }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    #page-my-profile .password-change input,
    #password-modal .password-change input {
      min-width: 55%;
      width: 55%; } }
  @media screen and (max-width: 600px) {
    #page-my-profile .password-change input,
    #password-modal .password-change input {
      min-width: 100%;
      width: 100%; } }

#page-my-profile .password-change .show-password,
#password-modal .password-change .show-password {
  right: 40%; }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    #page-my-profile .password-change .show-password,
    #password-modal .password-change .show-password {
      right: 45%; } }
  @media screen and (max-width: 600px) {
    #page-my-profile .password-change .show-password,
    #password-modal .password-change .show-password {
      right: 0; } }

@media screen and (min-width: 601px) {
  #page-my-profile .password-change,
  #page-my-profile .password-field,
  #password-modal .password-change,
  #password-modal .password-field {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 600px) {
  #page-my-profile .password-change .change-password-button,
  #page-my-profile .password-field .change-password-button,
  #password-modal .password-change .change-password-button,
  #password-modal .password-field .change-password-button {
    margin-top: 0.5rem; } }

@media screen and (min-width: 601px) {
  #page-my-profile .password-change .change-password-button,
  #page-my-profile .password-field .change-password-button,
  #password-modal .password-change .change-password-button,
  #password-modal .password-field .change-password-button {
    margin-left: 1.125rem; } }

#page-my-profile #button-cancel,
#page-my-profile #button-save,
#password-modal #button-cancel,
#password-modal #button-save {
  display: none; }

@media screen and (max-width: 600px) {
  #password-modal .popover-trigger {
    right: 0; } }

@media screen and (min-width: 601px) {
  #password-modal .popover-trigger {
    right: -1.125rem; } }

#page-settings p.delete-account-request {
  padding-top: 20px; }
  #page-settings p.delete-account-request a {
    color: #7d7b7b;
    text-decoration: underline; }

#page-settings .popover {
  margin-left: 8px; }

#page-settings select {
  font-size: 1rem !important; }

#page-settings .actions {
  margin-bottom: 1rem; }
  @media screen and (min-width: 601px) {
    #page-settings .actions {
      text-align: right; } }

#page-settings .box-settings,
#page-settings .box-company {
  border: 1px solid #d3d3d3; }

#page-settings #evo-tab {
  min-width: 150px; }

#page-settings #evo {
  margin-top: 0; }

#page-settings h3 {
  text-transform: uppercase; }

#page-settings .popover-trigger {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.5rem; }

#page-settings .box-content,
#page-settings .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #page-settings .box-content > div,
  #page-settings .modal-content > div {
    width: 45%; }
    @media screen and (max-width: 600px) {
      #page-settings .box-content > div,
      #page-settings .modal-content > div {
        width: 100%; } }
    @media screen and (min-width: 601px) and (max-width: 900px) {
      #page-settings .box-content > div,
      #page-settings .modal-content > div {
        width: 100%; } }
    @media screen and (min-width: 901px) and (max-width: 1200px) {
      #page-settings .box-content > div,
      #page-settings .modal-content > div {
        width: 48%; } }

#page-settings #button-cancel,
#page-settings #button-save {
  display: none; }

#page-settings .top-tabs nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 2rem 2.25rem; }
  @media screen and (max-width: 600px) {
    #page-settings .top-tabs nav {
      margin: 2rem 0; }
      #page-settings .top-tabs nav a {
        margin-bottom: 1px;
        width: 50%;
        text-align: center; } }

#page-delete-profile {
  padding-bottom: 10%; }
  #page-delete-profile .delete-profile-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    #page-delete-profile .delete-profile-text svg {
      height: 70px; }
    #page-delete-profile .delete-profile-text p {
      margin-top: 0; }
    #page-delete-profile .delete-profile-text h3 {
      margin-top: 20px; }
  #page-delete-profile .delete-profile-actions {
    text-align: center; }
    #page-delete-profile .delete-profile-actions button {
      margin-right: 10px;
      margin-top: 20px; }
      #page-delete-profile .delete-profile-actions button.go-back {
        background: transparent;
        border: none;
        color: #003e85; }

@media only screen and (max-width: 600px) {
  #page-delete-profile .delete-profile-text {
    text-align: left; }
  #page-delete-profile .delete-profile-actions {
    text-align: start; }
    #page-delete-profile .delete-profile-actions button {
      margin-top: 20px; }
      #page-delete-profile .delete-profile-actions button.go-back {
        padding-left: 0; } }

#page-delete-profile-feedback .delete-profile-feedback-text {
  margin: 0 auto;
  width: 70%; }
  #page-delete-profile-feedback .delete-profile-feedback-text .input-field.email {
    max-width: 320px; }
  #page-delete-profile-feedback .delete-profile-feedback-text .input-field.feedback textarea {
    border: 1px solid darkgray;
    border-radius: 5px;
    max-height: initial;
    padding: 5px 10px; }
  #page-delete-profile-feedback .delete-profile-feedback-text svg {
    margin: 0 auto;
    display: block; }
  #page-delete-profile-feedback .delete-profile-feedback-text svg {
    height: 70px; }
  #page-delete-profile-feedback .delete-profile-feedback-text p {
    margin-top: 0; }
  #page-delete-profile-feedback .delete-profile-feedback-text h3 {
    margin-top: 20px; }

#page-delete-profile-feedback .delete-profile-feedback-actions {
  margin: 0 auto;
  width: 70%; }
  #page-delete-profile-feedback .delete-profile-feedback-actions button {
    margin-right: 10px;
    margin-top: 20px; }
    #page-delete-profile-feedback .delete-profile-feedback-actions button.go-to-homepage {
      background: transparent;
      border: none;
      color: #003e85;
      padding: 0; }

@media only screen and (max-width: 768px) {
  #page-delete-profile-feedback .delete-profile-feedback-text {
    width: 85%; }
  #page-delete-profile-feedback .delete-profile-feedback-actions {
    margin: 0 auto;
    width: 85%; } }

/*GDPR WRAPPER CUSTOM STYLE NON MODAL*/
#gdpr-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #gdpr-wrapper label {
    padding-left: 20px; }
    #gdpr-wrapper label.disabled {
      cursor: default; }
    #gdpr-wrapper label.noGdpr-checkbox a {
      white-space: normal; }
    #gdpr-wrapper label.noGdpr-privacy-checkbox {
      cursor: default; }
      #gdpr-wrapper label.noGdpr-privacy-checkbox span {
        color: #7d7b7b; }
      #gdpr-wrapper label.noGdpr-privacy-checkbox .inline-svg .background {
        fill: rgba(0, 62, 133, 0.5); }
      #gdpr-wrapper label.noGdpr-privacy-checkbox .inline-svg .border {
        fill: rgba(0, 62, 133, 0.5); }
      #gdpr-wrapper label.noGdpr-privacy-checkbox .inline-svg .checkmark {
        opacity: 1; }
  #gdpr-wrapper .gdpr_modal {
    z-index: 10;
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-left: 20px; }
    #gdpr-wrapper .gdpr_modal input.gdpr_radio + label:after {
      top: 3px !important; }
    #gdpr-wrapper .gdpr_modal input.gdpr_radio + label:before {
      top: -2px !important; }
    #gdpr-wrapper .gdpr_modal input:disabled + label {
      cursor: default; }
    #gdpr-wrapper .gdpr_modal label {
      margin-top: 15px !important; }
    #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper .gdpr_policy_rd_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio {
      border: none;
      padding-left: 0 !important;
      display: unset !important; }
      #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio h3 {
        display: inline-block;
        margin-bottom: 0;
        text-transform: lowercase; }
        #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio h3::first-letter {
          text-transform: capitalize; }
      #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper {
        -webkit-box-flex: 3;
            -ms-flex-positive: 3;
                flex-grow: 3; }
      #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left; }
        #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper .gdpr_label_radio {
          padding: 0;
          padding-left: 25px;
          width: 120px !important;
          font-size: 16px; }
          #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper .gdpr_label_radio:first-of-type {
            margin-right: 0; }

/*GDPR WRAPPER CUSTOM STYLE NON MODAL END*/
.gdpr_modal {
  display: block;
  width: 50%;
  top: -100%;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  z-index: 999999;
  padding-bottom: 1rem;
  color: #000; }
  .gdpr_modal.active {
    top: 5%; }
  .gdpr_modal .gdpr_policy_wrapper.button {
    border: none !important;
    background: none !important;
    position: static;
    width: auto;
    float: left;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin-right: 0;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
    .gdpr_modal .gdpr_policy_wrapper.button:hover {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button {
      -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
      line-height: unset !important;
      border: 0;
      color: #f8f8f8;
      outline: 0;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.4rem;
      padding: 0.25rem 0.8rem; }
      .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.submit {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
                order: 1;
        margin-right: 0 !important;
        background: #003e85;
        border: 1px solid #003e85;
        color: #f8f8f8; }
        .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.submit:hover {
          background: #004f97; }
      .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.cancel {
        background: none !important;
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
                order: 2;
        color: #003e85; }
        .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.cancel .injected-svg {
          fill: #003e85 !important;
          margin-left: 0.3em; }
        .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.cancel:hover {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button:after, .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button:before {
        background-image: none !important; }
  .gdpr_modal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: .6;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer; }
  .gdpr_modal input:invalid {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .gdpr_modal input[type=checkbox], .gdpr_modal input[type=radio] {
    margin-top: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none !important;
    background: none !important;
    color: inherit !important;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    display: none;
    pointer-events: unset !important; }
  .gdpr_modal input[type=checkbox] + label:before, .gdpr_modal input[type=radio] + label:before {
    top: -4px !important; }
  .gdpr_modal input[type=radio] + label:after {
    top: 1px !important; }
  .gdpr_modal label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none !important;
    background: none !important;
    color: inherit !important;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important; }
  .gdpr_modal .scroll_radio_wrapper {
    overflow-y: scroll;
    max-height: 300px !important; }
  .gdpr_modal .gdpr_policy_wrapper {
    padding: 10px !important; }
    .gdpr_modal .gdpr_policy_wrapper.title {
      text-align: center !important; }
      .gdpr_modal .gdpr_policy_wrapper.title .sub_title {
        font-size: 0.8rem;
        text-align: left;
        line-height: 1.1rem; }
    .gdpr_modal .gdpr_policy_wrapper.radio {
      border: 1px solid rgba(53, 53, 53, 0.83);
      margin-bottom: 5px;
      border-radius: 2px; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper p {
        line-height: 1.1rem !important; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
        text-align: center;
        position: relative; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper .gdpr_label_radio {
          font-size: 0.8rem;
          color: #353535;
          font-weight: 600 !important; }
          .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper .gdpr_label_radio:first-of-type {
            margin-right: 15px; }
      .gdpr_modal .gdpr_policy_wrapper.radio.gdpr_radio_error {
        border: 1px solid #a21e25; }
        .gdpr_modal .gdpr_policy_wrapper.radio.gdpr_radio_error .gdpr_description_wrapper, .gdpr_modal .gdpr_policy_wrapper.radio.gdpr_radio_error .gdpr_radio_wrapper .gdpr_label_radio.gdpr_radio_error {
          color: #a21e25 !important;
          -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
          transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .gdpr_modal .gdpr_policy_wrapper.checkbox {
      margin-bottom: 0.3rem !important;
      float: none !important;
      display: inline-block !important;
      padding: 0; }
      .gdpr_modal .gdpr_policy_wrapper.checkbox .gdpr_checkbox {
        -webkit-appearance: checkbox !important;
        position: relative !important;
        left: -3px !important;
        top: 0 !important;
        padding: 0;
        margin: 0; }
      .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label {
        display: inline !important; }
        .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label .checkbox_label_description {
          margin-left: 5px; }
        .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label a {
          color: #003e85;
          text-decoration: none; }
        .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label.gdpr_chek_error span {
          color: #a21e25 !important;
          -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
          transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .gdpr_modal .gdpr_policy_wrapper.button:after {
      content: none;
      background: none; }

@media only screen and (min-width: 320px) {
  .gdpr_modal {
    width: 90%;
    padding: 15px; }
    .gdpr_modal .gdpr_policy_wrapper {
      padding: 10px; }
      .gdpr_modal .gdpr_policy_wrapper.button {
        text-align: center; }
      .gdpr_modal .gdpr_policy_wrapper.title {
        text-align: center !important; }
      .gdpr_modal .gdpr_policy_wrapper.radio {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
          -ms-flex-order: 2;
          -webkit-box-ordinal-group: 3;
                  order: 2;
          padding: 25px 0; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper {
          -ms-flex-order: 1;
          -webkit-box-ordinal-group: 2;
                  order: 1; }
          .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper p {
            font-size: 0.8rem !important;
            margin: 0 !important; }
          .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper h3 {
            font-size: 0.9em !important;
            margin-top: 0 !important;
            margin-bottom: 5px !important; }
      .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label {
        line-height: 1.2rem !important;
        font-size: 0.8rem !important; } }

@media only screen and (min-width: 768px) {
  .gdpr_modal {
    width: 80%;
    padding: 25px; }
    .gdpr_modal .gdpr_policy_wrapper.button {
      text-align: right; }
    .gdpr_modal .gdpr_policy_wrapper.radio {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper, .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
        -ms-flex: 1;
        -webkit-box-flex: 1;
                flex: 1 1; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
                order: 2; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper h3 {
          font-size: 1.17rem;
          line-height: normal; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper p {
          margin-top: 0 !important; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
                order: 1;
        text-align: center;
        position: relative;
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin-right: 10px;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center; } }

@media only screen and (min-width: 992px) {
  .gdpr_modal {
    width: 70%; } }

@media only screen and (min-width: 1366px) {
  .gdpr_modal {
    width: 60%; } }

.gdpr_velina {
  top: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 9999; }

.gdpr_modal, .gdpr_velina {
  position: relative;
  left: 0;
  right: 0; }

/*GDPR WRAPPER CUSTOM STYLE NON MODAL*/
@media only screen and (max-width: 768px) {
  #gdpr-wrapper label.noGdpr-checkbox {
    margin-bottom: 20px; }
  #gdpr-wrapper .gdpr_modal {
    padding-left: 20px !important; }
    #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio h3 {
      margin-bottom: 20px !important; }
    #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
      padding-top: 20px !important; }
    #gdpr-wrapper .gdpr_modal .gdpr_policy_wrapper .gdpr_policy_rd_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media only screen and (max-width: 600px) {
  #gdpr-wrapper label.noGdpr-checkbox:not(.noGdpr-privacy-checkbox) span a {
    margin-left: 18px; } }

/*GDPR WRAPPER CUSTOM STYLE NON MODAL END*/
#page-my-account-new #input-for-search {
  width: 100% !important;
  font-size: 0.9rem !important; }

@media screen and (max-width: 600px) {
  #page-my-account-new a.product {
    display: block;
    position: relative;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: auto !important; }
  #page-my-account-new a .counter-product {
    right: 0 !important; } }

#page-my-account-new .tabs-navigation {
  margin-bottom: 0 !important; }

@media screen and (max-width: 600px) {
  #page-my-account-new .requests {
    margin: 20px !important; }
    #page-my-account-new .requests button.accept {
      font-size: 13px;
      white-space: normal;
      text-align: left;
      padding: 0 1rem;
      width: 55%; }
    #page-my-account-new .requests button.empty {
      font-size: 13px;
      white-space: normal;
      text-align: left;
      padding: 0 1rem; }
    #page-my-account-new .requests .header {
      padding: 0 !important; }
    #page-my-account-new .requests .footer {
      padding: 1rem 0.5rem 0; } }

#page-my-account-new .requests .header p {
  text-align: left;
  padding: 0 !important;
  text-transform: none; }

#page-my-account-new h2.my-apps {
  padding: 0 1.125rem; }

#page-my-account-new #no-request {
  display: none; }

#page-my-account-new .async-loader {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  z-index: 99999; }
  #page-my-account-new .async-loader.show {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    width: 100%;
    height: 100%;
    pointer-events: all; }

#page-my-account-new article.card {
  display: none; }

#page-my-account-new article.async {
  position: relative; }

#page-my-account-new article.visible {
  display: block; }

#page-my-account-new .apps-card-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  padding: 2.25rem;
  padding: 2.25rem 2.25rem; }
  @media screen and (max-width: 600px) {
    #page-my-account-new .apps-card-wrapper {
      padding: 2.25rem 1.15rem; } }
  #page-my-account-new .apps-card-wrapper a {
    width: 100%; }
  #page-my-account-new .apps-card-wrapper .card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 13rem;
    padding: 2.25rem;
    text-align: center; }
    #page-my-account-new .apps-card-wrapper .card svg {
      height: 1rem;
      width: 100%;
      margin-bottom: 1rem; }
  #page-my-account-new .apps-card-wrapper .card-footer {
    bottom: 30px;
    text-align: center;
    width: 100%;
    margin-top: -40px;
    border-top: 1px solid #d3d3d3;
    line-height: 40px; }
    #page-my-account-new .apps-card-wrapper .card-footer p {
      display: inline; }
    #page-my-account-new .apps-card-wrapper .card-footer svg {
      height: 14px;
      width: 14px; }
      #page-my-account-new .apps-card-wrapper .card-footer svg g {
        fill: #003e85; }

#page-my-account-new > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    #page-my-account-new > section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (min-width: 901px) {
    #page-my-account-new > section {
      margin: -2.25rem; } }
  #page-my-account-new > section .card-wrapper {
    width: 50%;
    padding: 2.25rem 2.25rem; }
    #page-my-account-new > section .card-wrapper:not(.dealer-manage) {
      padding: 2.25rem 2.25rem; }
    @media screen and (max-width: 900px) {
      #page-my-account-new > section .card-wrapper:not(.dealer-manage) {
        width: 100% !important; } }
    @media screen and (max-width: 600px) {
      #page-my-account-new > section .card-wrapper:not(.dealer-manage) {
        padding: 2.25rem 1.15rem; } }
    #page-my-account-new > section .card-wrapper a {
      /* width: 100%;  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #page-my-account-new > section .card-wrapper a:hover svg {
        fill: #003e85; }
    #page-my-account-new > section .card-wrapper a.plm {
      display: none !important; }
    #page-my-account-new > section .card-wrapper .card {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      min-height: 13rem;
      /*           padding: $spacing-horizontal-lg;
 */
      text-align: center; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #page-my-account-new > section .card-wrapper .card {
          display: block; } }
      #page-my-account-new > section .card-wrapper .card svg.svg-icon {
        height: 3rem;
        width: 3rem;
        margin-bottom: 1rem;
        margin-left: -1%; }
      #page-my-account-new > section .card-wrapper .card h3 {
        white-space: normal; }
      #page-my-account-new > section .card-wrapper .card .card-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 1rem 0 0 2.25rem; }
        #page-my-account-new > section .card-wrapper .card .card-title h3 {
          margin-left: 1rem; }
      #page-my-account-new > section .card-wrapper .card .card-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 1rem 0 1rem 2.25rem; }
        #page-my-account-new > section .card-wrapper .card .card-bottom svg {
          height: 0.75rem;
          width: 0.75rem;
          fill: #003e85; }
        #page-my-account-new > section .card-wrapper .card .card-bottom h3 {
          margin-bottom: 0; }
      #page-my-account-new > section .card-wrapper .card .top-tabs {
        margin: 0;
        width: 100%; }
        #page-my-account-new > section .card-wrapper .card .top-tabs nav {
          border-bottom: 1px solid #d3d3d3;
          margin: 2rem 2.25rem; }
          @media screen and (max-width: 600px) {
            #page-my-account-new > section .card-wrapper .card .top-tabs nav {
              margin: 2rem 0;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              border-bottom: 0;
              overflow: hidden; }
              #page-my-account-new > section .card-wrapper .card .top-tabs nav a {
                margin-bottom: 1px;
                width: 50%;
                text-align: center;
                -ms-flex-preferred-size: 100%;
                    flex-basis: 100%; }
                #page-my-account-new > section .card-wrapper .card .top-tabs nav a::before {
                  border: 0; }
                #page-my-account-new > section .card-wrapper .card .top-tabs nav a.current > span::after {
                  display: none; } }
        #page-my-account-new > section .card-wrapper .card .top-tabs .description {
          margin: 1.125rem; }
        #page-my-account-new > section .card-wrapper .card .top-tabs .response article:nth-child(n + 2) {
          display: none; }
      #page-my-account-new > section .card-wrapper .card .my-profile,
      #page-my-account-new > section .card-wrapper .card .my-profile div {
        width: 100%; }
        #page-my-account-new > section .card-wrapper .card .my-profile .box,
        #page-my-account-new > section .card-wrapper .card .my-profile div .box {
          margin: 0 2.25rem; }
          #page-my-account-new > section .card-wrapper .card .my-profile .box .input-field [type='text'],
          #page-my-account-new > section .card-wrapper .card .my-profile .box .input-field [type='password'],
          #page-my-account-new > section .card-wrapper .card .my-profile .box .input-field [type='email'],
          #page-my-account-new > section .card-wrapper .card .my-profile .box .input-field [type='tel'],
          #page-my-account-new > section .card-wrapper .card .my-profile .box .input-field textarea,
          #page-my-account-new > section .card-wrapper .card .my-profile .box label,
          #page-my-account-new > section .card-wrapper .card .my-profile div .box .input-field [type='text'],
          #page-my-account-new > section .card-wrapper .card .my-profile div .box .input-field [type='password'],
          #page-my-account-new > section .card-wrapper .card .my-profile div .box .input-field [type='email'],
          #page-my-account-new > section .card-wrapper .card .my-profile div .box .input-field [type='tel'],
          #page-my-account-new > section .card-wrapper .card .my-profile div .box .input-field textarea,
          #page-my-account-new > section .card-wrapper .card .my-profile div .box label {
            padding-left: 0;
            padding-right: 0;
            left: 0; }
      #page-my-account-new > section .card-wrapper .card.visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    #page-my-account-new > section .card-wrapper.dealer-manage {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 2.25rem 2.25rem; }
      @media screen and (max-width: 600px) {
        #page-my-account-new > section .card-wrapper.dealer-manage {
          padding: 2.25rem 0;
          margin: 0 !important;
          display: none !important; } }
      #page-my-account-new > section .card-wrapper.dealer-manage#no-request {
        padding: 2.25rem 2.25rem !important; }

#page-my-account-new .card-search {
  overflow: visible; }

#page-my-account-new header h2,
#page-my-account-new header p {
  padding: 0 1.125rem; }

#page-my-account-new .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #page-my-account-new .search > div {
    width: 100%;
    margin: 0 3%; }
  #page-my-account-new .search .searchBydealer,
  #page-my-account-new .search .searchByname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #page-my-account-new .search .searchBydealer .label,
    #page-my-account-new .search .searchByname .label {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    #page-my-account-new .search .searchBydealer .search-container,
    #page-my-account-new .search .searchBydealer .select-container.dealer,
    #page-my-account-new .search .searchByname .search-container,
    #page-my-account-new .search .searchByname .select-container.dealer {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      margin-right: 10px; }
    #page-my-account-new .search .searchBydealer .search-container,
    #page-my-account-new .search .searchByname .search-container {
      margin-bottom: 1rem; }
    #page-my-account-new .search .searchBydealer a,
    #page-my-account-new .search .searchByname a {
      max-height: 2.8rem;
      margin-top: 1rem; }
    #page-my-account-new .search .searchBydealer a#urlByProduct,
    #page-my-account-new .search .searchByname a#urlByProduct {
      margin-top: 0.5rem;
      display: none; }
      #page-my-account-new .search .searchBydealer a#urlByProduct svg,
      #page-my-account-new .search .searchByname a#urlByProduct svg {
        fill: #fff !important; }
    #page-my-account-new .search .searchBydealer a#urlByDealer svg,
    #page-my-account-new .search .searchByname a#urlByDealer svg {
      fill: #fff !important; }
  #page-my-account-new .search input#input-for-search {
    width: 100%;
    color: #000;
    line-height: 22px;
    max-height: 52px;
    min-height: 52px;
    padding: 22px 2.25rem 0.5rem 1rem;
    border: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 0; }
    #page-my-account-new .search input#input-for-search:focus {
      outline: 0; }
  #page-my-account-new .search #tab-my-product .search-container .search-result ul.filter-list {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0; }
  #page-my-account-new .search .label.select {
    text-align: left; }
  #page-my-account-new .search p#intro {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    margin-left: 3%;
    margin-bottom: 4rem; }

#page-my-account-new #no-request {
  position: relative; }
  @media screen and (max-width: 600px) {
    #page-my-account-new #no-request {
      display: none; } }

.box-plm-academy {
  border: 1px solid #d3d3d3;
  border-radius: 1rem; }
  .box-plm-academy .box-header {
    border: none; }

.plm-academy-voucher {
  position: relative;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 1rem 0; }
  .plm-academy-voucher .active-voucher {
    position: absolute;
    top: 0;
    left: 0; }
  .plm-academy-voucher .vouchers-code {
    margin-left: 30px;
    margin-right: 30px; }
    @media screen and (max-width: 600px) {
      .plm-academy-voucher .vouchers-code {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (min-width: 601px) {
    .plm-academy-voucher {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 600px) {
    .plm-academy-voucher {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .plm-academy-voucher > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .plm-academy-voucher .voucher-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0; }
    .plm-academy-voucher .voucher-message > * {
      color: #424242;
      display: block;
      margin-bottom: .25em;
      position: static;
      width: 100%; }
  .plm-academy-voucher .voucher-button,
  .plm-academy-voucher .vouchers.code {
    margin-top: 0.5rem; }

#page-plm-academy .no-video-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem; }
  #page-plm-academy .no-video-msg.hidden {
    display: none; }

#page-plm-academy .filters {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #e4e5e7;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem 0; }
  #page-plm-academy .filters > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 1rem;
    max-width: 200px; }
    #page-plm-academy .filters > *.search-button, #page-plm-academy .filters > *.voucher-button {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }

@media screen and (max-width: 600px) {
  #page-plm-academy .filters {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #page-plm-academy .filters > * + * {
      margin-top: 1rem; }
  #page-plm-academy .videos > .video-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  #page-plm-academy .videos > .video-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; } }

#page-plm-academy .ribbon {
  right: 7px;
  top: 25px; }

#page-plm-products .media-wrapper > img {
  cursor: pointer; }

#page-plm-products .top-tabs nav {
  border-bottom: 1px solid #d3d3d3; }

#page-plm-products .filters {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem 0; }
  #page-plm-products .filters > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0; }
  @media screen and (min-width: 601px) {
    #page-plm-products .filters .filters-categories {
      max-width: 100% / 3; } }
  #page-plm-products .filters .select-field {
    min-width: 300px; }

#page-plm-products .card-grid {
  border: none; }

#page-plm-products .card {
  position: relative; }
  #page-plm-products .card#register-product {
    height: auto; }
  #page-plm-products .card .content .compatibility {
    color: #003e85;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0; }
  #page-plm-products .card .content .actions {
    max-width: 20rem; }
    #page-plm-products .card .content .actions a {
      padding: 0.25rem 0.5rem;
      text-transform: uppercase; }

@media screen and (max-width: 600px) {
  #page-plm-products .filters {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #page-plm-products .filters > * + * {
      margin-top: 2rem; }
  #page-plm-products .videos > .video-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  #page-plm-products .videos > .video-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; } }

#page-plm-products .tabs {
  margin: 0; }

@media screen and (max-width: 600px) {
  #page-plm-products .ribbon {
    right: .45rem;
    top: 1.5rem; } }

#page-plm-products .top-tabs nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 2rem 2.25rem; }
  @media screen and (max-width: 600px) {
    #page-plm-products .top-tabs nav {
      margin: 2rem 0; }
      #page-plm-products .top-tabs nav a {
        width: 50%;
        text-align: center; } }

#page-plm-support-file-upload .bordered-title,
#page-plm-support-file-download .bordered-title {
  border-bottom: 0; }

#page-plm-support-file-upload .box,
#page-plm-support-file-download .box {
  border: 1px solid #d3d3d3;
  margin: 2rem 0 3rem; }
  @media screen and (max-width: 600px) {
    #page-plm-support-file-upload .box,
    #page-plm-support-file-download .box {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 1rem 1.125rem; } }
  @media screen and (min-width: 601px) {
    #page-plm-support-file-upload .box,
    #page-plm-support-file-download .box {
      padding: 2rem 2.25rem; } }
  @media screen and (min-width: 601px) {
    #page-plm-support-file-upload .box > div:first-child,
    #page-plm-support-file-download .box > div:first-child {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 70%;
              flex: 1 0 70%;
      padding-right: 1.125rem; } }
  #page-plm-support-file-upload .box > div.top-service,
  #page-plm-support-file-download .box > div.top-service {
    background: #003e85;
    border-radius: 1rem;
    color: #fff;
    font-size: 0.8rem;
    padding: 1rem 1.125rem;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #page-plm-support-file-upload .box > div.top-service,
      #page-plm-support-file-download .box > div.top-service {
        margin-bottom: 0; } }
    @media screen and (min-width: 601px) {
      #page-plm-support-file-upload .box > div.top-service,
      #page-plm-support-file-download .box > div.top-service {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%; } }
    #page-plm-support-file-upload .box > div.top-service img,
    #page-plm-support-file-download .box > div.top-service img {
      display: block; }
      @media screen and (max-width: 600px) {
        #page-plm-support-file-upload .box > div.top-service img,
        #page-plm-support-file-download .box > div.top-service img {
          float: left;
          height: 30px; } }
      @media screen and (min-width: 601px) {
        #page-plm-support-file-upload .box > div.top-service img,
        #page-plm-support-file-download .box > div.top-service img {
          height: 40px;
          margin: 0 auto 0.5rem; } }

#page-plm-support-file-upload .files .date time,
#page-plm-support-file-download .files .date time {
  font-style: normal;
  font-weight: 400; }

#page-plm-support-file-upload .files .description,
#page-plm-support-file-download .files .description {
  font-style: normal; }

@media screen and (min-width: 601px) {
  #page-plm-support-file-upload .files .col.filename,
  #page-plm-support-file-download .files .col.filename {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%; }
    #page-plm-support-file-upload .files .col.filename a,
    #page-plm-support-file-download .files .col.filename a {
      color: #424242;
      font-weight: bold; }
  #page-plm-support-file-upload .files .col.date,
  #page-plm-support-file-download .files .col.date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px; }
  #page-plm-support-file-upload .files .col.description,
  #page-plm-support-file-download .files .col.description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  #page-plm-support-file-upload .files .col.size,
  #page-plm-support-file-download .files .col.size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    text-align: right; } }

#page-plm-support-file-upload .files .left-icon,
#page-plm-support-file-download .files .left-icon {
  display: none; }

.file-upload-modal {
  min-width: 900px; }
  .file-upload-modal .modal-header h3 {
    margin-top: 0.5rem; }
  .file-upload-modal .modal-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
    .file-upload-modal .modal-content p {
      margin-top: 0; }
  .file-upload-modal form {
    margin-bottom: auto;
    overflow-y: auto;
    min-height: 245px; }
    .file-upload-modal form > small {
      display: block;
      font-size: 0.75rem;
      margin-bottom: 1rem; }
    .file-upload-modal form .upload-summary {
      color: #7d7b7b;
      font-weight: bold;
      margin: 1rem 0; }
      .file-upload-modal form .upload-summary .injected-svg {
        fill: #7d7b7b; }
      .file-upload-modal form .upload-summary > span {
        min-width: 250px; }
      .file-upload-modal form .upload-summary svg {
        height: 1rem;
        width: 1rem;
        cursor: pointer; }
      .file-upload-modal form .upload-summary > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .file-upload-modal .upload-file-modal-content .uploading-files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    word-break: break-all; }
    .file-upload-modal .upload-file-modal-content .uploading-files > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      margin-bottom: 0; }
      .file-upload-modal .upload-file-modal-content .uploading-files > * svg {
        height: 16px;
        width: 16px; }
    .file-upload-modal .upload-file-modal-content .uploading-files .upload-summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      .file-upload-modal .upload-file-modal-content .uploading-files .upload-summary > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; }
      .file-upload-modal .upload-file-modal-content .uploading-files .upload-summary .file {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        border-bottom: 0;
        margin: 0; }
      .file-upload-modal .upload-file-modal-content .uploading-files .upload-summary .description {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        white-space: pre-line; }
    .file-upload-modal .upload-file-modal-content .uploading-files .file {
      border-bottom: 1px solid #424242;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 0.5rem 1.125rem 0 0;
      white-space: nowrap; }
      .file-upload-modal .upload-file-modal-content .uploading-files .file input {
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        width: 0.1px;
        z-index: -1; }
      .file-upload-modal .upload-file-modal-content .uploading-files .file svg {
        margin-right: 1rem; }
      .file-upload-modal .upload-file-modal-content .uploading-files .file input + label {
        cursor: pointer;
        /* "hand" cursor */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 27px 1rem .5rem; }
        .file-upload-modal .upload-file-modal-content .uploading-files .file input + label p {
          margin-bottom: 0; }
    .file-upload-modal .upload-file-modal-content .uploading-files .description {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .file-upload-modal .upload-file-modal-content .uploading-files .add {
      padding: 1rem 0; }
      .file-upload-modal .upload-file-modal-content .uploading-files .add svg {
        height: 0.75rem;
        width: 0.75rem; }

#page-plm-ticketing-activate .plm-ticketing-activate-form {
  margin: 2rem 0;
  max-width: 400px; }

#page-plm-ticketing-activate .buttons {
  margin-top: 1rem; }

#page-plm-ticketing-activate .server-error {
  display: none; }

#page-plm-ticketing-details .plm-ticket-details {
  display: block;
  font-size: 0.8rem;
  margin: 2rem 0; }
  @media screen and (min-width: 601px) {
    #page-plm-ticketing-details .plm-ticket-details {
      border: 1px solid #d3d3d3;
      border-collapse: collapse;
      border-radius: 1rem; } }
  #page-plm-ticketing-details .plm-ticket-details thead {
    border-bottom: 1px solid #d3d3d3;
    color: #003e85;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      #page-plm-ticketing-details .plm-ticket-details thead {
        display: none; } }
  @media screen and (max-width: 600px) {
    #page-plm-ticketing-details .plm-ticket-details tbody,
    #page-plm-ticketing-details .plm-ticket-details tbody > .info {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #page-plm-ticketing-details .plm-ticket-details tbody tr {
      border-radius: 1rem;
      -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
              box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
      margin-bottom: 1rem;
      position: relative; } }
  #page-plm-ticketing-details .plm-ticket-details td,
  #page-plm-ticketing-details .plm-ticket-details th {
    padding: 1rem 0.5rem;
    text-align: left; }
    @media screen and (min-width: 601px) {
      #page-plm-ticketing-details .plm-ticket-details td,
      #page-plm-ticketing-details .plm-ticket-details th {
        white-space: nowrap;
        width: 1%; } }
  #page-plm-ticketing-details .plm-ticket-details th {
    font-size: 16px;
    font-weight: bold; }
  @media screen and (max-width: 600px) {
    #page-plm-ticketing-details .plm-ticket-details .key {
      color: #000;
      text-transform: uppercase; } }
  @media screen and (min-width: 601px) {
    #page-plm-ticketing-details .plm-ticket-details .key {
      display: none; } }
  @media screen and (min-width: 601px) {
    #page-plm-ticketing-details .plm-ticket-details .recipient-office {
      width: 100%; } }
  #page-plm-ticketing-details .plm-ticket-details .comment,
  #page-plm-ticketing-details .plm-ticket-details .chat {
    white-space: normal;
    width: 1%; }
    #page-plm-ticketing-details .plm-ticket-details .comment .submit,
    #page-plm-ticketing-details .plm-ticket-details .chat .submit {
      margin: 1.125rem; }

@media screen and (max-width: 600px) {
  #page-plm-ticketing-details .icon {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    padding-bottom: .75rem;
    padding-top: .75rem; } }

#page-plm-ticketing-details .icon .injected-svg {
  height: 1.5rem;
  width: 1.5rem; }

#page-plm-ticketing-details tr.active .icon .injected-svg * {
  fill: #f1b514; }

#page-plm-ticketing-details tr.resolved .icon .injected-svg * {
  fill: #00ab00; }

@media screen and (max-width: 600px) {
  #page-plm-ticketing-details tr:nth-child(1) {
    padding-bottom: 0.5rem; } }

@media screen and (max-width: 600px) {
  #page-plm-ticketing-details td.icon {
    padding: 0.5rem 0.5rem; }
  #page-plm-ticketing-details td.status {
    position: absolute;
    top: 2.75rem;
    right: 0;
    bottom: auto;
    left: 0; }
  #page-plm-ticketing-details td.id {
    border-bottom: 1px solid #d3d3d3;
    color: #003e85;
    margin-bottom: 2.75rem;
    padding-left: 2.5rem;
    padding-right: 1.875rem; }
    #page-plm-ticketing-details td.id .key {
      color: inherit; }
  #page-plm-ticketing-details td.comment {
    width: 100% !important; } }

#page-plm-ticketing-details td.chat {
  padding-left: 1.125rem;
  padding-right: 1.125rem; }
  #page-plm-ticketing-details td.chat .message {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    margin: 1rem 0;
    padding: 1rem 1.125rem;
    position: relative; }
    #page-plm-ticketing-details td.chat .message header {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #page-plm-ticketing-details td.chat .message header .name {
        color: #003e85;
        font-size: 1rem;
        text-transform: uppercase; }
      #page-plm-ticketing-details td.chat .message header .type {
        font-size: 0.875rem;
        font-style: italic; }
    #page-plm-ticketing-details td.chat .message p {
      font-size: 1rem;
      margin-bottom: 0; }
  #page-plm-ticketing-details td.chat .avatar {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 0.5rem; }
  #page-plm-ticketing-details td.chat .add-message-form,
  #page-plm-ticketing-details td.chat .message-user {
    margin-left: 3.75rem;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important; }
    #page-plm-ticketing-details td.chat .add-message-form .avatar,
    #page-plm-ticketing-details td.chat .message-user .avatar {
      left: -2.625rem; }
  #page-plm-ticketing-details td.chat .message-operator {
    background: rgba(0, 87, 159, 0.1);
    margin-right: 2.625rem;
    border: 0px !important; }
    #page-plm-ticketing-details td.chat .message-operator .avatar {
      right: -2.625rem; }
  #page-plm-ticketing-details td.chat .add-message-form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative; }
    #page-plm-ticketing-details td.chat .add-message-form .field-wrapper {
      margin-bottom: 0;
      width: 100%; }
      #page-plm-ticketing-details td.chat .add-message-form .field-wrapper .error-message {
        bottom: 0; }
    #page-plm-ticketing-details td.chat .add-message-form textarea {
      width: 100%;
      border: 1px solid #d3d3d3;
      border-radius: 1rem;
      padding: 1rem 1.125rem; }
    #page-plm-ticketing-details td.chat .add-message-form .server-error {
      margin: 0;
      width: 100%; }

#page-plm-ticketing-details .top-back,
#page-plm-ticketing-details .bottom-back,
#page-plm-ticketing-details .previous-messages {
  border: 0px; }
  #page-plm-ticketing-details .top-back svg,
  #page-plm-ticketing-details .bottom-back svg,
  #page-plm-ticketing-details .previous-messages svg {
    margin-right: 0.5rem; }

#page-plm-ticketing .activation-success {
  background: #e4ebf3;
  border-radius: 1rem;
  color: #424242;
  padding: 1rem 1.125rem;
  margin: 2.25rem 0px 2.25rem 0px; }
  #page-plm-ticketing .activation-success p {
    margin: 0; }
    #page-plm-ticketing .activation-success p + p {
      margin-top: 0.5rem; }

#page-plm-ticketing .plm-ticket-open-form {
  margin: 2rem 0;
  max-width: 400px; }
  #page-plm-ticketing .plm-ticket-open-form button {
    margin-top: 3rem; }

#page-plm-ticketing .plm-tickets {
  display: none; }
  #page-plm-ticketing .plm-tickets.show {
    display: block;
    font-size: 0.8rem; }
    @media screen and (min-width: 601px) {
      #page-plm-ticketing .plm-tickets.show {
        border: 1px solid #d3d3d3;
        border-collapse: collapse;
        border-radius: 1rem; } }
  #page-plm-ticketing .plm-tickets thead {
    border-bottom: 1px solid #d3d3d3;
    color: #003e85;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      #page-plm-ticketing .plm-tickets thead {
        display: none; } }
  @media screen and (max-width: 600px) {
    #page-plm-ticketing .plm-tickets tbody,
    #page-plm-ticketing .plm-tickets tbody > tr {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #page-plm-ticketing .plm-tickets tbody tr {
      border-radius: 1rem;
      -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
              box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
      margin-bottom: 1rem;
      position: relative; } }
  @media screen and (min-width: 601px) {
    #page-plm-ticketing .plm-tickets tr + tr {
      border-top: 1px solid #d3d3d3; } }
  #page-plm-ticketing .plm-tickets td,
  #page-plm-ticketing .plm-tickets th {
    padding: 1rem 0.5rem;
    text-align: left; }
    @media screen and (min-width: 601px) {
      #page-plm-ticketing .plm-tickets td,
      #page-plm-ticketing .plm-tickets th {
        white-space: nowrap;
        width: 1%; } }
  #page-plm-ticketing .plm-tickets th {
    font-size: 16px;
    font-weight: bold; }
  @media screen and (max-width: 600px) {
    #page-plm-ticketing .plm-tickets .key {
      color: #000;
      text-transform: uppercase; } }
  @media screen and (min-width: 601px) {
    #page-plm-ticketing .plm-tickets .key {
      display: none; } }
  @media screen and (max-width: 600px) {
    #page-plm-ticketing .plm-tickets .status {
      display: none; }
    #page-plm-ticketing .plm-tickets .id {
      border-bottom: 1px solid #d3d3d3;
      padding-left: 2.5rem;
      padding-right: 1.875rem; } }
  #page-plm-ticketing .plm-tickets .icon {
    text-align: center; }
    @media screen and (max-width: 600px) {
      #page-plm-ticketing .plm-tickets .icon {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        padding-bottom: .75rem;
        padding-top: .75rem; } }
    #page-plm-ticketing .plm-tickets .icon .injected-svg {
      height: 1.5rem;
      width: 1.5rem; }
  #page-plm-ticketing .plm-tickets .details {
    text-align: center; }
    @media screen and (max-width: 600px) {
      #page-plm-ticketing .plm-tickets .details {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto; } }
    #page-plm-ticketing .plm-tickets .details .injected-svg {
      height: 0.875rem;
      width: 0.875rem; }
  #page-plm-ticketing .plm-tickets tr.active .icon .injected-svg * {
    fill: #f1b514; }
  #page-plm-ticketing .plm-tickets tr.resolved .icon .injected-svg * {
    fill: #00ab00; }

#page-plm-ticketing textarea::-webkit-input-placeholder {
  color: #7d7b7b;
  opacity: .5;
  font-size: 14px; }

#page-plm-ticketing textarea::-ms-input-placeholder {
  color: #7d7b7b;
  opacity: .5;
  font-size: 14px; }

#page-plm-ticketing textarea::placeholder {
  color: #7d7b7b;
  opacity: .5;
  font-size: 14px; }

#page-plm-ticketing .top-tabs nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 2rem 2.25rem; }
  @media screen and (max-width: 600px) {
    #page-plm-ticketing .top-tabs nav {
      margin: 2rem 0; }
      #page-plm-ticketing .top-tabs nav a {
        width: 50%;
        text-align: center; } }

.question-box {
  border: 1px solid transparent;
  border-radius: 1rem;
  margin: 0;
  padding: 1rem 1rem;
  position: relative; }
  .question-box.open {
    border-color: #d3d3d3;
    margin-bottom: 1rem; }
    .question-box.open .menu-arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .question-box.open .question {
      margin-bottom: 1rem; }
    .question-box.open .collapse {
      max-height: 15em; }
  .question-box .question-mark {
    height: 1.125rem;
    width: 1.125rem;
    position: absolute;
    top: 1rem;
    left: -2rem; }
  .question-box .menu-arrow {
    height: 0.875rem;
    width: 0.875rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .question-box .question {
    color: #003e85;
    cursor: pointer;
    margin-bottom: 0;
    text-decoration: underline; }
  .question-box .collapse {
    color: #7d7b7b;
    max-height: 0;
    overflow: hidden; }
    .question-box .collapse p {
      margin: 0; }
    .question-box .collapse .answer {
      margin-bottom: 1rem; }
    .question-box .collapse time,
    .question-box .collapse .related {
      font-style: italic; }

#page-plm-troubleshooting {
  min-height: 80vh; }
  #page-plm-troubleshooting .troubleshooting-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #page-plm-troubleshooting .troubleshooting-content .filters-mobile-wrapper {
      display: none; }
      #page-plm-troubleshooting .troubleshooting-content .filters-mobile-wrapper h2 {
        padding: 0px;
        margin: 0px; }
    #page-plm-troubleshooting .troubleshooting-content .categories-panel {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0;
      max-width: 100%; }
      #page-plm-troubleshooting .troubleshooting-content .categories-panel .categories {
        height: 350px;
        border-right: 1px solid #d3d3d3;
        margin: 0 2.25rem 0 0; }
      #page-plm-troubleshooting .troubleshooting-content .categories-panel .arrow-list .arrow-item:not(.active) {
        border-right: 0px; }
      #page-plm-troubleshooting .troubleshooting-content .categories-panel .arrow-list .arrow-item {
        margin: -2px; }
    #page-plm-troubleshooting .troubleshooting-content .questions-panel {
      -webkit-box-flex: 2;
          -ms-flex: 2 0 0%;
              flex: 2 0;
      max-width: 100%;
      padding-left: 3rem; }
      #page-plm-troubleshooting .troubleshooting-content .questions-panel > h2 {
        padding-left: 1.125rem; }
  #page-plm-troubleshooting .filters-wrapper {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal; }
    #page-plm-troubleshooting .filters-wrapper h2 {
      text-transform: none;
      margin-bottom: 0px; }
  #page-plm-troubleshooting .filters-search .text ~ span:nth-of-type(1) {
    display: block; }
  #page-plm-troubleshooting .filters-search span {
    position: absolute;
    top: auto;
    right: 0.5rem;
    bottom: 0.5rem;
    left: auto;
    height: 0.875rem;
    width: 0.875rem;
    color: #424242; }
    #page-plm-troubleshooting .filters-search span:nth-of-type(1) {
      display: none;
      right: 1.875rem; }
  #page-plm-troubleshooting .category.active .sub-categories {
    max-height: 200rem; }
  #page-plm-troubleshooting .category > p {
    color: #003e85;
    cursor: pointer;
    font-size: 1.125rem;
    margin: 0;
    padding: 0.5rem 0.5rem; }
  #page-plm-troubleshooting .category .link-triangle {
    margin-top: 3px;
    top: 0.5rem; }
  #page-plm-troubleshooting .category .sub-categories {
    max-height: 0;
    overflow: hidden; }
    #page-plm-troubleshooting .category .sub-categories > div {
      color: #7d7b7b;
      cursor: pointer;
      padding: 0 1rem 0.5rem 1.125rem; }
      #page-plm-troubleshooting .category .sub-categories > div.active .menu-arrow {
        opacity: 1; }
      #page-plm-troubleshooting .category .sub-categories > div .menu-arrow {
        height: 0.875rem;
        width: 0.875rem;
        opacity: 0;
        vertical-align: middle; }
  #page-plm-troubleshooting .filters-wrapper,
  #page-plm-troubleshooting .filters-mobile-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 1rem;
    margin-bottom: 2rem;
    padding: 1rem 1rem; }
    #page-plm-troubleshooting .filters-wrapper .filters,
    #page-plm-troubleshooting .filters-mobile-wrapper .filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 1rem;
      width: 100%; }
      #page-plm-troubleshooting .filters-wrapper .filters > p,
      #page-plm-troubleshooting .filters-mobile-wrapper .filters > p {
        margin-bottom: 1rem; }
      #page-plm-troubleshooting .filters-wrapper .filters > *,
      #page-plm-troubleshooting .filters-mobile-wrapper .filters > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0; }
  @media screen and (max-width: 900px) {
    #page-plm-troubleshooting .troubleshooting-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #page-plm-troubleshooting .troubleshooting-content .filters-mobile-wrapper {
        display: block; }
        #page-plm-troubleshooting .troubleshooting-content .filters-mobile-wrapper .filters {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
      #page-plm-troubleshooting .troubleshooting-content .questions-panel {
        margin-top: 2rem; }
        #page-plm-troubleshooting .troubleshooting-content .questions-panel .filters-wrapper {
          display: none; }
        #page-plm-troubleshooting .troubleshooting-content .questions-panel .question-box {
          padding-right: 3rem; } }
  @media screen and (max-width: 600px) {
    #page-plm-troubleshooting .filters {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #page-plm-troubleshooting .filters > * {
        margin-bottom: 2rem; } }

#page-product-registration-associate-dealer .hide-without-link-step {
  display: none; }

#page-product-registration-associate-dealer .progress-bar {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

#page-product-registration-associate-dealer .step-dealer > button {
  margin-top: 1rem; }

#page-product-registration-associate-dealer .step-dealer .card-grid {
  border: none; }

#page-product-registration-associate-dealer .step-dealer .dealers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1rem 1rem; }
  #page-product-registration-associate-dealer .step-dealer .dealers::after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }

#page-product-registration-associate-dealer .step-dealer .dealers-empty {
  display: none;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.125rem;
  text-align: center; }

#page-product-registration-associate-dealer .step-dealer .dealer-card {
  padding: 0 1rem;
  width: 33.33333%; }
  #page-product-registration-associate-dealer .step-dealer .dealer-card .dealer {
    padding: 1rem 1rem; }
    #page-product-registration-associate-dealer .step-dealer .dealer-card .dealer .tooltip {
      top: 25px; }
    #page-product-registration-associate-dealer .step-dealer .dealer-card .dealer h3 {
      margin-top: 0; }
  #page-product-registration-associate-dealer .step-dealer .dealer-card .checkbox {
    position: absolute;
    top: 1.5rem;
    right: 3rem;
    bottom: auto;
    left: auto; }
  #page-product-registration-associate-dealer .step-dealer .dealer-card .holland-logo {
    top: 55px; }
  #page-product-registration-associate-dealer .step-dealer .dealer-card .service-logo {
    top: 80px; }

#page-product-registration-link-products-equipment .step-link > button,
#page-product-registration-link-products-plm .step-link > button {
  margin-top: 1rem; }

#page-product-registration-link-products-equipment .step-link .link-box,
#page-product-registration-link-products-plm .step-link .link-box {
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
  margin: 1rem 0; }
  #page-product-registration-link-products-equipment .step-link .link-box .box-header,
  #page-product-registration-link-products-plm .step-link .link-box .box-header {
    border-bottom: 1px solid #d3d3d3;
    padding: 1rem 1.125rem; }
    #page-product-registration-link-products-equipment .step-link .link-box .box-header h3,
    #page-product-registration-link-products-plm .step-link .link-box .box-header h3 {
      margin-bottom: 0; }
    #page-product-registration-link-products-equipment .step-link .link-box .box-header em,
    #page-product-registration-link-products-plm .step-link .link-box .box-header em {
      color: #7d7b7b;
      font-size: 90%;
      font-weight: normal; }
  #page-product-registration-link-products-equipment .step-link .link-box .box-content,
  #page-product-registration-link-products-plm .step-link .link-box .box-content {
    padding: 0 1.125rem; }
  #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper,
  #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper {
    padding: 0.5rem 1rem; }
    #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item,
    #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item {
      border: 1px solid #d3d3d3;
      border-radius: 1rem;
      font-size: 0.8rem;
      font-weight: 600;
      padding: 0.5rem 1rem;
      padding-top: 2rem;
      position: relative;
      text-align: center; }
      #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item h3,
      #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item h3 {
        font-size: inherit;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem; }
      #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item img,
      #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item img {
        display: block;
        margin: auto;
        max-width: 120px;
        width: 100%; }
      #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item .radio,
      #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item .checkbox,
      #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item .radio,
      #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item .checkbox {
        position: absolute; }
        #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item .radio label,
        #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item .checkbox label,
        #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item .radio label,
        #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item .checkbox label {
          padding: 0; }
      #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item .radio,
      #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item .radio {
        right: 26px;
        top: -2px; }
      #page-product-registration-link-products-equipment .step-link .link-box .product-item-wrapper .product-item .checkbox,
      #page-product-registration-link-products-plm .step-link .link-box .product-item-wrapper .product-item .checkbox {
        right: 10px;
        top: 10px; }

#page-product-registration-link-products-equipment .progress-bar,
#page-product-registration-link-products-plm .progress-bar {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.modal .write-modal .checkbox {
  margin: 1rem 0; }

.modal .write-modal .modal-actions {
  border-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.modal .write-modal-feedback .box {
  color: #003e85;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1rem 2.25rem; }

#page-product-registration-register-product .hide-without-link-step {
  display: none; }

#page-product-registration-register-product .progress-bar {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

#page-product-registration-register-product .step-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 600px) {
    #page-product-registration-register-product .step-register {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (min-width: 601px) {
    #page-product-registration-register-product .step-register .register {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 2.25rem; }
      #page-product-registration-register-product .step-register .register .without-pin-submit-plm.avoid-user-interation {
        opacity: 0.5;
        pointer-events: none; } }
  #page-product-registration-register-product .step-register .register .product-type-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
    padding-bottom: 2rem; }
  #page-product-registration-register-product .step-register .register .pin-selection {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #page-product-registration-register-product .step-register .register .pin-selection p {
      padding-right: 1rem; }
    #page-product-registration-register-product .step-register .register .pin-selection label {
      min-width: 100px; }
  #page-product-registration-register-product .step-register .register .pin-note {
    background-color: #e4ebf3;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 2rem;
    padding: 1rem; }
    #page-product-registration-register-product .step-register .register .pin-note > p {
      margin: 0; }
    #page-product-registration-register-product .step-register .register .pin-note.pin-error {
      display: none; }
      #page-product-registration-register-product .step-register .register .pin-note.pin-error.show {
        display: block; }
      #page-product-registration-register-product .step-register .register .pin-note.pin-error .product {
        margin: 2rem 1.125rem; }
        #page-product-registration-register-product .step-register .register .pin-note.pin-error .product .name {
          margin-bottom: 0.25rem; }
  #page-product-registration-register-product .step-register .register .form {
    margin-top: 0.25rem; }
    @media screen and (min-width: 601px) {
      #page-product-registration-register-product .step-register .register .form {
        width: 50%; } }
  #page-product-registration-register-product .step-register .register .pin-selection,
  #page-product-registration-register-product .step-register .register .pin-submit {
    display: none; }
  #page-product-registration-register-product .step-register .register .with-pin {
    display: none; }
  #page-product-registration-register-product .step-register .register .without-pin {
    position: relative; }
    #page-product-registration-register-product .step-register .register .without-pin .without-pin-submit-equipment,
    #page-product-registration-register-product .step-register .register .without-pin .without-pin-submit-plm {
      display: none; }
    #page-product-registration-register-product .step-register .register .without-pin .select-input,
    #page-product-registration-register-product .step-register .register .without-pin .search-input {
      margin: 1rem 0; }
    #page-product-registration-register-product .step-register .register .without-pin .without-pin-disclaimer {
      display: block;
      font-size: 0.8rem;
      left: 50%;
      padding-left: 1.125rem;
      position: absolute;
      top: 4px; }
  #page-product-registration-register-product .step-register .register .pin-submit {
    width: 100%; }
    #page-product-registration-register-product .step-register .register .pin-submit .select-input.field-wrapper {
      width: 50%; }
  #page-product-registration-register-product .step-register .register .pin-selected-product-box,
  #page-product-registration-register-product .step-register .register .without-pin-selected-product-box {
    display: none;
    margin: 1rem 0; }
    #page-product-registration-register-product .step-register .register .pin-selected-product-box > div,
    #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div {
      border: 1px solid #d3d3d3;
      border-radius: 20px; }
      #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-header span,
      #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-header span {
        width: 2rem; }
      #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-content,
      #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-content .thumbnail,
        #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-content .thumbnail {
          padding: 0 1.125rem 0 0; }
          @media screen and (max-width: 600px) {
            #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-content .thumbnail,
            #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-content .thumbnail {
              padding: 0; }
              #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-content .thumbnail img,
              #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-content .thumbnail img {
                max-width: 48px; } }
        #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-content .info,
        #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-content .info {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 0 1.125rem; }
          #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-content .info p,
          #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-content .info p {
            margin-top: 0; }
            #page-product-registration-register-product .step-register .register .pin-selected-product-box > div .box-content .info p:first-child,
            #page-product-registration-register-product .step-register .register .without-pin-selected-product-box > div .box-content .info p:first-child {
              color: #003e85;
              font-weight: bold; }
    #page-product-registration-register-product .step-register .register .pin-selected-product-box button,
    #page-product-registration-register-product .step-register .register .without-pin-selected-product-box button {
      margin-top: 1rem; }
  @media screen and (min-width: 601px) {
    #page-product-registration-register-product .step-register .help {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  #page-product-registration-register-product .step-register .help .card-wrapper {
    margin-bottom: 2rem; }
    #page-product-registration-register-product .step-register .help .card-wrapper h3 {
      text-transform: none; }
  #page-product-registration-register-product .step-register .help .card {
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
  #page-product-registration-register-product .step-register .help .information {
    margin-bottom: 1.125rem; }
  #page-product-registration-register-product .step-register .help .support-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #004f97;
    border-radius: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 1.125rem; }
    #page-product-registration-register-product .step-register .help .support-contact > p {
      margin: 0; }
    #page-product-registration-register-product .step-register .help .support-contact .service-logo {
      margin-bottom: 1rem;
      width: 150px; }
  @media screen and (max-width: 900px) {
    #page-product-registration-register-product .step-register .help,
    #page-product-registration-register-product .step-register .register {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin: 0; }
    #page-product-registration-register-product .step-register .help {
      margin-top: 1rem; }
    #page-product-registration-register-product .step-register .register {
      padding-right: 0; } }

#page-product-registration-register-product .next-step-container {
  display: none; }

#page-product-registration-feedback h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-transform: uppercase; }
  #page-product-registration-feedback h2 img,
  #page-product-registration-feedback h2 svg {
    height: 3rem;
    width: 3rem;
    fill: #00ab00;
    margin-left: 0.5rem; }

#page-product-registration-feedback h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: none; }
  @media screen and (max-width: 900px) {
    #page-product-registration-feedback h3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #page-product-registration-feedback h3 small {
    font-size: 0.8rem;
    font-weight: normal; }
    @media screen and (max-width: 900px) {
      #page-product-registration-feedback h3 small {
        -ms-flex-item-align: end;
            align-self: flex-end;
        margin-top: 1rem; } }

#page-product-registration-feedback > section {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  margin-bottom: 0;
  max-width: 1200px;
  padding: 0 2.25rem; }
  @media screen and (max-width: 600px) {
    #page-product-registration-feedback > section {
      padding: 0 1.125rem; } }

#page-product-registration-feedback .progress-bar {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 2rem; }

#page-product-registration-feedback .step-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem; }
  #page-product-registration-feedback .step-section .thank-you-title {
    background-color: #fff;
    border-bottom: 1px solid #e4e5e7;
    border-top: 1px solid #e4e5e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 900px) {
      #page-product-registration-feedback .step-section .thank-you-title {
        font-size: 1rem; } }
  #page-product-registration-feedback .step-section .links {
    margin: 2rem 0 0; }
    #page-product-registration-feedback .step-section .links a {
      margin-bottom: 1rem;
      margin-right: 1.125rem; }
    #page-product-registration-feedback .step-section .links #my-equipment-button,
    #page-product-registration-feedback .step-section .links #my-plm-button {
      display: none; }
  #page-product-registration-feedback .step-section .step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1% 4rem;
    width: 98%; }
    @media screen and (max-width: 900px) {
      #page-product-registration-feedback .step-section .step-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #page-product-registration-feedback .step-section .step-wrapper .step {
      color: #004f97;
      margin: 0 3%;
      position: relative;
      text-align: center;
      width: 28%; }
      @media screen and (max-width: 900px) {
        #page-product-registration-feedback .step-section .step-wrapper .step {
          margin-bottom: 2rem;
          width: 100%; } }
      #page-product-registration-feedback .step-section .step-wrapper .step img,
      #page-product-registration-feedback .step-section .step-wrapper .step svg {
        fill: #004f97; }
      #page-product-registration-feedback .step-section .step-wrapper .step .step-header {
        font-size: 2.5rem;
        font-weight: 700;
        height: 50px; }
        #page-product-registration-feedback .step-section .step-wrapper .step .step-header img,
        #page-product-registration-feedback .step-section .step-wrapper .step .step-header svg {
          height: 3rem;
          width: 3rem;
          margin-left: 0.5rem; }
      #page-product-registration-feedback .step-section .step-wrapper .step .step-description {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 1rem 0; }
      #page-product-registration-feedback .step-section .step-wrapper .step .step-note {
        color: #7d7b7b;
        font-size: 0.8rem; }
      #page-product-registration-feedback .step-section .step-wrapper .step .arrow {
        position: absolute;
        right: -30%;
        top: 25%; }
        @media screen and (max-width: 900px) {
          #page-product-registration-feedback .step-section .step-wrapper .step .arrow {
            display: none; } }

#page-product-registration-feedback .now {
  margin: 0.5rem 2.25rem; }

#page-product-registration-feedback .send-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 2rem 0 0; }

#page-product-registration-feedback .send-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.body-background {
  background-image: url(/Content/images/sfondo_pagina_prodotto.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%; }

#page-product-detail {
  /*
  #tab-register-pin {
    &.current {
      align-items: stretch;
      display: flex;
    }

    >div {
      align-items: flex-start;
      background: $color-white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: $spacing-vertical-md $spacing-horizontal-md;

      p {
        font-size: $font-size-md;
        margin-bottom: $spacing-vertical-xl;
      }
    }
  }
*/ }
  #page-product-detail a.hidden + a::before {
    display: none; }
  #page-product-detail #telematics-trigger {
    display: none; }
  #page-product-detail .opened-ticket {
    width: 100%; }
    #page-product-detail .opened-ticket .opened-ticket-wrapper {
      width: 90%;
      padding: 20px;
      border: 1px solid #d3d3d3;
      border-radius: 1rem;
      margin-left: 16px; }
      #page-product-detail .opened-ticket .opened-ticket-wrapper .opened-tiket-title {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #d3d3d3; }
      #page-product-detail .opened-ticket .opened-ticket-wrapper .opened-tiket-body {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 0; }
        #page-product-detail .opened-ticket .opened-ticket-wrapper .opened-tiket-body .opened-tiket-body-entry {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: 30px; }
          #page-product-detail .opened-ticket .opened-ticket-wrapper .opened-tiket-body .opened-tiket-body-entry span {
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%; }
          #page-product-detail .opened-ticket .opened-ticket-wrapper .opened-tiket-body .opened-tiket-body-entry p {
            margin: 10px 0; }
      #page-product-detail .opened-ticket .opened-ticket-wrapper .opened-ticket-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  #page-product-detail .tooltip {
    position: absolute;
    bottom: 0px;
    right: -15px; }
    #page-product-detail .tooltip svg {
      height: 20px;
      width: 20px; }
    #page-product-detail .tooltip:hover .popover {
      display: block;
      position: absolute;
      top: -78px;
      right: -68px; }
      #page-product-detail .tooltip:hover .popover::after {
        content: '';
        position: absolute;
        left: 47%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 5px solid #003e85;
        border-top-color: #003e85;
        border-top-style: solid;
        border-top-width: 5px;
        clear: both; }
  #page-product-detail .box-plm-academy {
    background-color: #fff; }
  #page-product-detail #telematics-tab {
    display: none; }
  #page-product-detail #telematics-anchor {
    display: none; }
  #page-product-detail #user-manager-modal {
    width: 80%;
    max-width: unset;
    padding: 0 20px;
    -webkit-box-shadow: 2px 6px 54px 4px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 6px 54px 4px rgba(0, 0, 0, 0.32); }
    #page-product-detail #user-manager-modal .modal-cancel {
      background-color: transparent;
      border: none;
      color: #003e85; }
    #page-product-detail #user-manager-modal .mb-label {
      display: none; }
    @media screen and (max-width: 600px) {
      #page-product-detail #user-manager-modal {
        width: 90%; }
        #page-product-detail #user-manager-modal .mb-label {
          margin-top: 10px; }
        #page-product-detail #user-manager-modal .input-field {
          margin-top: 10px; }
          #page-product-detail #user-manager-modal .input-field.text-area {
            margin-top: 20px; }
        #page-product-detail #user-manager-modal .mb-label {
          display: block;
          font-weight: bold; } }
    #page-product-detail #user-manager-modal .modal-content {
      max-width: 100%; }
      @media screen and (max-width: 600px) {
        #page-product-detail #user-manager-modal .modal-content {
          padding: 1rem 0 !important; } }
    #page-product-detail #user-manager-modal .modal-header h2 {
      margin-top: 10px; }
      #page-product-detail #user-manager-modal .modal-header h2 em {
        position: relative; }
    #page-product-detail #user-manager-modal .modal-actions {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      #page-product-detail #user-manager-modal .modal-actions button {
        margin-right: 20px; }
    #page-product-detail #user-manager-modal h3.modal-content-section-title {
      padding: 10px 20px;
      border-bottom: 1px solid #d3d3d3; }
    #page-product-detail #user-manager-modal .modal-content-section {
      border: 1px solid #d3d3d3;
      border-radius: 1rem;
      margin-bottom: 30px; }
      #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content textarea {
          border: 1px solid darkgray;
          border-radius: 5px;
          max-height: initial;
          padding: 5px 10px; }
        #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 20px 0px 40px 0px;
          width: 60%; }
          @media screen and (max-width: 900px) {
            #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details {
              width: 90%; } }
          @media screen and (max-width: 600px) {
            #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details {
              width: 100%; } }
          #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details img {
            margin-left: 20px;
            margin-top: -8px; }
            @media screen and (max-width: 600px) {
              #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details img {
                display: none; } }
          #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .labels {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-left: 20px; }
            @media screen and (max-width: 600px) {
              #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .labels.for-email {
                display: none; } }
            #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .labels.for-email b:nth-child(1) {
              padding: 30px 0; }
            #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .labels.for-email b {
              margin-top: 5px !important; }
            #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .labels.only-mobile {
              display: block; }
            #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .labels b:nth-child(2) {
              margin-top: 20px; }
          #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .text {
            width: 85%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-left: 50px; }
            @media screen and (max-width: 600px) {
              #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .text {
                margin-left: 20px; } }
            #page-product-detail #user-manager-modal .modal-content-section .modal-content-section-content #details .text span:nth-child(2) {
              margin-top: 20px; }
  #page-product-detail #add-plm-warning {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px; }
    #page-product-detail #add-plm-warning p {
      margin: 0;
      margin-top: 10px; }
    #page-product-detail #add-plm-warning svg {
      height: 30px;
      width: 100px;
      fill: #f1b514; }
      #page-product-detail #add-plm-warning svg path {
        fill: #f1b514 !important; }
  #page-product-detail #product-details-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 100vh;
    width: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
    transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
    z-index: 99999; }
    #page-product-detail #product-details-loader.show {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
      transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
      width: 100vw; }
  #page-product-detail .spinner {
    height: 100px;
    width: 100%;
    position: relative;
    stroke: #003e85; }
    #page-product-detail .spinner::before {
      content: '';
      display: block;
      padding-top: 100%; }
    #page-product-detail .spinner .circular {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -webkit-animation: rotate 2s linear infinite;
              animation: rotate 2s linear infinite;
      margin: auto;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    #page-product-detail .spinner .path {
      -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
              animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      stroke-linecap: round; }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }
  #page-product-detail .loading {
    display: inline-block;
    padding: 0.5rem 1rem; }
  #page-product-detail .tabs > nav > a.current::after {
    left: 50px; }
  #page-product-detail loading-message {
    padding-bottom: 10px; }
  #page-product-detail .tabs.bottom-tabs.hidden {
    display: none !important; }
  #page-product-detail .empty-message {
    display: none;
    padding-bottom: 10px; }
    #page-product-detail .empty-message.show {
      display: block; }
  #page-product-detail header h2 button {
    padding: 0; }
    #page-product-detail header h2 button svg {
      height: 1.5rem;
      width: 1.5rem;
      fill: #003e85; }
  #page-product-detail header h2 em {
    color: #7d7b7b;
    font-style: italic;
    font-size: 16px;
    display: block;
    text-transform: none;
    margin-top: 10px; }
    #page-product-detail header h2 em .secondary-pin {
      position: relative; }
  #page-product-detail header .edit-product,
  #page-product-detail header .delete-product {
    background: transparent; }
  #page-product-detail header .edit-product-box {
    display: inline; }
    #page-product-detail header .edit-product-box span {
      display: none; }
  #page-product-detail header .delete-product-box,
  #page-product-detail header .manage-visibility-box {
    margin-left: 20px;
    position: relative;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #page-product-detail header .delete-product-box a,
    #page-product-detail header .manage-visibility-box a {
      position: absolute;
      width: 100%;
      height: 100%; }
    #page-product-detail header .delete-product-box button,
    #page-product-detail header .manage-visibility-box button {
      background: transparent; }
    #page-product-detail header .delete-product-box svg,
    #page-product-detail header .manage-visibility-box svg {
      margin: 0; }
    #page-product-detail header .delete-product-box span,
    #page-product-detail header .manage-visibility-box span {
      font-size: 10px;
      width: 55px;
      text-align: center;
      cursor: pointer; }
  #page-product-detail header .edit-title-form {
    display: none;
    max-width: 600px; }
    #page-product-detail header .edit-title-form .input-field input {
      background: transparent; }
  #page-product-detail #tab-support {
    background: #fff;
    min-height: unset; }
    #page-product-detail #tab-support .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding: 30px; }
  #page-product-detail #tab-register-pin.current {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #page-product-detail #tab-register-pin > div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1.125rem; }
    #page-product-detail #tab-register-pin > div p {
      font-size: 1rem;
      margin-top: 0; }
  @media screen and (max-width: 600px) {
    #page-product-detail #tab-register-pin .box .input-field {
      width: 100%;
      margin-bottom: 0.5rem; } }
  #page-product-detail #tab-register-pin .button {
    margin-bottom: 1.125rem; }
  #page-product-detail #tab-register-pin .validation-response {
    margin: 0.5rem 0;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    width: 100%; }
    #page-product-detail #tab-register-pin .validation-response.hide {
      display: none; }
    #page-product-detail #tab-register-pin .validation-response .box-header h3.msg {
      font-size: 1.125rem; }
    #page-product-detail #tab-register-pin .validation-response .product {
      background-color: #ffffff;
      padding: 1rem;
      border-radius: 0.3rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
      #page-product-detail #tab-register-pin .validation-response .product > div {
        -ms-flex-item-align: center;
            align-self: center; }
      #page-product-detail #tab-register-pin .validation-response .product .product__info {
        padding: 0 1.125rem; }
      #page-product-detail #tab-register-pin .validation-response .product .product__name {
        color: #003e85;
        font-weight: bold; }
      #page-product-detail #tab-register-pin .validation-response .product .product__device {
        padding: 0 1.125rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #page-product-detail #tab-register-pin .validation-response .product .product__device .inline-svg {
          width: 80%; }
      #page-product-detail #tab-register-pin .validation-response .product .product__button {
        margin-left: auto; }
      @media screen and (max-width: 600px) {
        #page-product-detail #tab-register-pin .validation-response .product {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          #page-product-detail #tab-register-pin .validation-response .product .product__device,
          #page-product-detail #tab-register-pin .validation-response .product .product__info,
          #page-product-detail #tab-register-pin .validation-response .product .product__button {
            padding: 0px;
            margin: 0.5rem 0px; } }
    #page-product-detail #tab-register-pin .validation-response .msg {
      font-weight: bold;
      font-size: 1.3rem;
      display: none; }
    #page-product-detail #tab-register-pin .validation-response .info {
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      display: none; }
  #page-product-detail .card.horizontal .content {
    padding-bottom: 2rem; }
    #page-product-detail .card.horizontal .content a {
      display: block; }
  @media screen and (min-width: 601px) {
    #page-product-detail .top-tabs {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 601px) {
    #page-product-detail .top-tabs .tab-content {
      min-height: 275px; } }
  #page-product-detail .top-tabs .box {
    border-radius: 0; }
  #page-product-detail .gallery .card-grid {
    border: 0; }
    @media screen and (min-width: 601px) {
      #page-product-detail .gallery .card-grid .card-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 33.33333%;
                flex: 0 1 33.33333%; } }
    #page-product-detail .gallery .card-grid .image {
      margin: 0 0.5rem; }
    #page-product-detail .gallery .card-grid .media-wrapper {
      margin: 0; }
  #page-product-detail .bottom-tabs {
    min-height: 80vh; }
    #page-product-detail .bottom-tabs.hidden {
      display: none; }
    #page-product-detail .bottom-tabs #tab-publications .list-header-mobile {
      display: none; }
    #page-product-detail .bottom-tabs #tab-publications .list-item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    @media screen and (min-width: 601px) {
      #page-product-detail .bottom-tabs #tab-publications .content.columns .col:nth-child(1) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        #page-product-detail .bottom-tabs #tab-publications .content.columns .col:nth-child(1) h4 {
          white-space: pre-wrap; }
      #page-product-detail .bottom-tabs #tab-publications .content.columns .col:nth-child(2) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 14%;
                flex: 0 0 14%; }
      #page-product-detail .bottom-tabs #tab-publications .content.columns .col:nth-child(3), #page-product-detail .bottom-tabs #tab-publications .content.columns .col:nth-child(4) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%; } }
    @media screen and (max-width: 600px) {
      #page-product-detail .bottom-tabs #tab-publications .list-header {
        display: none; }
      #page-product-detail .bottom-tabs #tab-publications .list-header-mobile {
        display: block; }
        #page-product-detail .bottom-tabs #tab-publications .list-header-mobile h3 {
          border-bottom: 1px solid #d3d3d3;
          font-size: 14px;
          font-weight: bold;
          margin: 0;
          padding: 0.5rem; } }

@media screen and (max-width: 600px) and (max-width: 600px) {
  #page-product-detail .bottom-tabs #tab-publications .ribbon {
    top: .2rem; } }
    @media screen and (max-width: 600px) {
      #page-product-detail .bottom-tabs #tab-publications .content {
        overflow: hidden; }
        #page-product-detail .bottom-tabs #tab-publications .content a {
          white-space: normal; } }
  #page-product-detail #tab-my-linked-plm .box {
    background: #fff;
    display: block; }
    @media screen and (min-width: 601px) {
      #page-product-detail #tab-my-linked-plm .box {
        padding: 1rem 1.125rem; } }
    #page-product-detail #tab-my-linked-plm .box .linked-equipment-box,
    #page-product-detail #tab-my-linked-plm .box .linked-plm-box {
      width: 100%; }
      #page-product-detail #tab-my-linked-plm .box .linked-equipment-box b,
      #page-product-detail #tab-my-linked-plm .box .linked-plm-box b {
        color: #003e85;
        display: inline-block;
        margin: 0.5rem 0; }
      #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .detach-plm-button,
      #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .cancel-edit-plm-button,
      #page-product-detail #tab-my-linked-plm .box .linked-plm-box .detach-plm-button,
      #page-product-detail #tab-my-linked-plm .box .linked-plm-box .cancel-edit-plm-button {
        display: none; }
      #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list,
      #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 -0.5rem; }
        #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .owl-nav.disabled,
        #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .owl-nav.disabled {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .owl-item,
        #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .owl-item {
          padding: 0 5px; }
        #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-equipment,
        #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-plm,
        #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-equipment,
        #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-plm {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border: 1px solid #d3d3d3;
          border-radius: 0.5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 0.75rem;
          margin: 0 0.5rem 0.5rem;
          max-width: 8rem;
          min-height: 140px;
          padding: 0.5rem;
          position: relative;
          text-align: center;
          white-space: normal; }
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-equipment p,
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-plm p,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-equipment p,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-plm p {
            margin-bottom: 0; }
            #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-equipment p.pin,
            #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-plm p.pin,
            #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-equipment p.pin,
            #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-plm p.pin {
              color: #424242; }
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-equipment img,
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-plm img,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-equipment img,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-plm img {
            max-width: 64px; }
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-equipment .checkbox,
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-plm .checkbox,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-equipment .checkbox,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-plm .checkbox {
            position: absolute;
            top: 0.2rem;
            right: 0.2rem;
            bottom: auto;
            left: auto;
            display: none; }
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-equipment .media-wrapper,
          #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-plm .media-wrapper,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-equipment .media-wrapper,
          #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-plm .media-wrapper {
            -ms-flex-item-align: center;
                align-self: center;
            border-radius: 0;
            margin-bottom: 0.25rem; }
        #page-product-detail #tab-my-linked-plm .box .linked-equipment-box .products-list .linked-plm,
        #page-product-detail #tab-my-linked-plm .box .linked-plm-box .products-list .linked-plm {
          margin: 0 auto; }
  #page-product-detail #tab-telematics .telematics-wrapper-desktop {
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none; }
    @media screen and (max-width: 900px) {
      #page-product-detail #tab-telematics .telematics-wrapper-desktop {
        width: auto; } }
    @media screen and (min-width: 601px) {
      #page-product-detail #tab-telematics .telematics-wrapper-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-title {
      font-size: 1.2rem;
      text-transform: uppercase;
      padding: 20px 0;
      color: #074b90; }
    #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      padding: 20px;
      padding-top: 15px; }
      #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 10px; }
        #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value {
          margin-left: 20px;
          height: 40px;
          white-space: nowrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value small {
            display: contents; }
          #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value svg {
            height: 30px;
            margin-top: -8px;
            margin-left: -6px; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value svg.go-to {
              margin-left: 20px;
              height: 45px; }
          #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .telematics-status {
            height: 20px;
            width: 20px;
            margin-right: 10px;
            border-radius: 50%;
            margin-top: -3px; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.working {
              background: #27b03d; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.keyon {
              background: #e7a503; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.idle {
              background: #f47825; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.moving {
              background: #00a8b4; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.traveling {
              background: #035db1; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.off {
              background: #808080; }
          #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .svg-round-background {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background: #074990;
            margin-left: 12px; }
            #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-values .telematics-value .svg-round-background img {
              margin-left: 6px;
              margin-top: 6px; }
        #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-labels .telematics-label {
          white-space: nowrap;
          height: 40px; }
          #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .telematics-data-wrapper .telematics-labels .telematics-label b {
            color: #074b90; }
      #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .general-data {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
      #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-body .speed-and-levels {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding-left: 30px;
        border-left: 1px solid #c4c4c4; }
    #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      border-top: 1px solid #c4c4c4;
      padding: 10px 0;
      width: 95%;
      margin: 0 auto; }
      #page-product-detail #tab-telematics .telematics-wrapper-desktop .telematics-footer svg g {
        fill: #003e85; }
  #page-product-detail #tab-telematics .telematics-wrapper-mobile {
    display: none;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto; }
    @media screen and (max-width: 600px) {
      #page-product-detail #tab-telematics .telematics-wrapper-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-title {
      font-size: 1.2rem;
      text-transform: uppercase;
      padding: 20px 0;
      color: #074b90; }
    #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      padding: 20px; }
      #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile button.owl-next {
        margin-right: -15px; }
      #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile button.owl-prev {
        margin-left: -15px; }
      #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .owl-item > a {
        width: 100%; }
        #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .owl-item > a > div {
          width: 100%; }
      #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value {
          margin-left: 20px;
          height: 40px;
          white-space: nowrap;
          position: relative;
          color: #7d7b7b; }
          #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value.flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value svg {
            height: 30px;
            margin-top: -8px;
            margin-left: -6px;
            width: 30px; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value svg.go-to {
              margin-left: 10px;
              height: 45px;
              width: 45px; }
          #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .telematics-status {
            height: 20px;
            width: 20px;
            margin-right: 10px;
            border-radius: 50%;
            margin-top: -3px; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.working {
              background: #27b03d; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.keyon {
              background: #e7a503; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.idle {
              background: #f47825; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.moving {
              background: #00a8b4; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.traveling {
              background: #035db1; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.off {
              background: #808080; }
          #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .svg-round-background {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background: #074990;
            margin-left: 12px;
            margin-left: 12px;
            position: absolute;
            right: -15px;
            top: 0; }
            #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-values .telematics-value .svg-round-background img {
              margin-left: 5px;
              margin-top: 5px;
              height: 20px;
              width: 20px; }
        #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-labels .telematics-label {
          white-space: nowrap;
          height: 40px; }
          #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .telematics-data-wrapper .telematics-labels .telematics-label b {
            color: #074b90; }
      #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .general-data {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
      #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-mobile .speed-and-levels {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-left: 30px; }
    #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-top: 1px solid #c4c4c4;
      padding: 10px 25px; }
      #page-product-detail #tab-telematics .telematics-wrapper-mobile .telematics-footer svg g {
        fill: #003e85; }
  #page-product-detail #tab-troubleshooting .questions {
    border: 1px solid #d3d3d3;
    border-radius: 1rem; }
  #page-product-detail #tab-troubleshooting .title {
    color: #003e85;
    font-weight: 700;
    text-transform: uppercase; }
  #page-product-detail #tab-troubleshooting .question-box {
    padding: 1rem 2.25rem;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0; }
    @media screen and (min-width: 601px) {
      #page-product-detail #tab-troubleshooting .question-box {
        padding: 1rem 2.25rem; } }
  #page-product-detail #tab-troubleshooting .question-mark {
    position: absolute;
    top: 0.5rem;
    right: auto;
    bottom: auto;
    left: 0.5rem; }
  #page-product-detail #tab-troubleshooting .menu-arrow {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    bottom: auto;
    left: auto; }
    @media screen and (min-width: 601px) {
      #page-product-detail #tab-troubleshooting .menu-arrow {
        right: 1rem; } }
  #page-product-detail #tab-troubleshooting .question-mark,
  #page-product-detail #tab-troubleshooting .menu-arrow {
    top: 1.125rem; }
    @media screen and (min-width: 601px) {
      #page-product-detail #tab-troubleshooting .question-mark,
      #page-product-detail #tab-troubleshooting .menu-arrow {
        top: 1rem; } }
  #page-product-detail #tab-features .switch {
    padding: 1.125rem 0px; }
  @media screen and (min-width: 901px) {
    #page-product-detail .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      #page-product-detail .product-info .product-image {
        -webkit-box-flex: 2;
            -ms-flex: 2 1 40%;
                flex: 2 1 40%;
        max-width: 40%; }
        #page-product-detail .product-info .product-image img {
          margin-left: 20px; }
      #page-product-detail .product-info .tabs {
        -webkit-box-flex: 3;
            -ms-flex: 3 1 70%;
                flex: 3 1 70%;
        max-width: 70%; } }
  #page-product-detail .related-dealers .accordion-panel {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    margin-bottom: 2rem; }
  #page-product-detail .related-dealers .accordion-panel-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 1.125rem; }
    #page-product-detail .related-dealers .accordion-panel-header span {
      color: #003e85;
      font-weight: bold;
      text-transform: uppercase; }
    #page-product-detail .related-dealers .accordion-panel-header .status-icon {
      height: 0.8rem;
      width: 0.8rem; }
  #page-product-detail .related-dealers .accordion-panel-body {
    overflow: visible;
    visibility: hidden; }
  @media screen and (max-width: 600px) {
    #page-product-detail .related-dealers .card-grid {
      padding: 0 1.125rem 0.5rem; } }
  @media screen and (min-width: 601px) {
    #page-product-detail .related-dealers .card-grid {
      /*         padding: 0 $spacing-horizontal-xl $spacing-vertical-md;
 */
      padding: 0 1rem 1rem;
      width: 100%;
      margin: 0px;
      border-radius: unset;
      border-left: 0px;
      border-right: 0px; } }
  #page-product-detail .related-dealers .card-grid .ribbon {
    right: 3px;
    top: 1.5rem; }
    @media screen and (max-width: 600px) {
      #page-product-detail .related-dealers .card-grid .ribbon {
        right: 5px; } }
  #page-product-detail .related-dealers .card-grid .dealer-default .checkbox {
    display: none !important; }
  #page-product-detail .related-dealers .card-grid .card-wrapper {
    margin-top: 0;
    padding-bottom: 0; }
  #page-product-detail .related-dealers .card-grid .card .checkbox {
    display: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    right: 2rem;
    top: 3.6rem; }
  #page-product-detail .related-dealers .card-grid .card .content {
    padding-top: 1.5rem; }
    @media screen and (max-width: 600px) {
      #page-product-detail .related-dealers .card-grid .card .content {
        margin-top: 0; } }
  #page-product-detail .related-dealers .card-grid .card .actions {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  #page-product-detail .related-dealers .card-grid .card .holland-logo {
    max-width: 45px;
    top: 76px; }
  #page-product-detail .related-dealers .related-dealers-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left; }
    @media screen and (max-width: 600px) {
      #page-product-detail .related-dealers .related-dealers-buttons {
        padding: 1.125rem 1.125rem 0.5rem; } }
    @media screen and (min-width: 601px) {
      #page-product-detail .related-dealers .related-dealers-buttons {
        padding: 1.125rem 3rem 1rem; } }
    #page-product-detail .related-dealers .related-dealers-buttons #detach-selected-button {
      display: none; }
    #page-product-detail .related-dealers .related-dealers-buttons button {
      border: 0px; }
  #page-product-detail .success-message {
    padding: 1rem 1.125rem; }
  #page-product-detail .documents h3 {
    text-transform: none; }
  #page-product-detail .documents .card-wrapper .article {
    background: transparent; }
  #page-product-detail .documents .card-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 600px) {
    #page-product-detail .documents .card-wrapper .article {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      max-height: 120px; }
    #page-product-detail .documents .card-wrapper .media-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      margin: auto;
      padding: 0.5rem; }
      #page-product-detail .documents .card-wrapper .media-wrapper img {
        border-radius: 0.5rem; }
    #page-product-detail .documents .card-wrapper .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 11px;
      max-width: 60%;
      padding: 1rem; }
      #page-product-detail .documents .card-wrapper .content h3 {
        font-size: 14px;
        margin-top: 10px;
        white-space: pre-line; }
    #page-product-detail .documents .card-wrapper .actions {
      display: block;
      padding: 1rem 0 0.5rem; }
      #page-product-detail .documents .card-wrapper .actions a {
        font-size: 14px; }
        #page-product-detail .documents .card-wrapper .actions a svg {
          height: 1rem;
          width: 1rem; } }
  #page-product-detail .documents .actions a svg {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: middle; }
  #page-product-detail .download-publication-modal {
    padding-top: 2rem; }
    #page-product-detail .download-publication-modal .submitted {
      display: none; }
    #page-product-detail .download-publication-modal .select2-container {
      margin-bottom: 1rem; }
  #page-product-detail .modal-content {
    max-width: 600px; }
    @media screen and (max-width: 600px) {
      #page-product-detail .modal-content {
        padding-top: 3rem; } }
    #page-product-detail .modal-content.submitted {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0; }
      #page-product-detail .modal-content.submitted p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
      #page-product-detail .modal-content.submitted .submitted-industry,
      #page-product-detail .modal-content.submitted .submitted-size {
        margin-left: 1.125rem; }
      #page-product-detail .modal-content.submitted .size-selection {
        margin-top: 34px; }
  #page-product-detail .modal-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0; }
    #page-product-detail .modal-actions.submitted {
      font-size: 1rem; }
      #page-product-detail .modal-actions.submitted .button-download-publication {
        margin-left: 1.125rem; }
  #page-product-detail .cursor {
    cursor: pointer; }
  #page-product-detail .offer {
    background-color: white; }
  #page-product-detail .offer-modal .server-error {
    display: none; }
  #page-product-detail .offer-modal .form {
    margin-top: 2rem; }
  #page-product-detail .no-linked .button {
    margin-top: 0.25rem; }
  #page-product-detail .add-equipment-modal,
  #page-product-detail .add-plm-modal {
    min-width: 340px; }
    #page-product-detail .add-equipment-modal .modal-content,
    #page-product-detail .add-plm-modal .modal-content {
      min-height: 300px; }
    #page-product-detail .add-equipment-modal .modal-actions button + button,
    #page-product-detail .add-plm-modal .modal-actions button + button {
      margin-left: 0.3rem; }
    #page-product-detail .add-equipment-modal .categories,
    #page-product-detail .add-plm-modal .categories {
      max-height: 80vh;
      overflow-x: hidden;
      overflow-y: auto;
      padding-right: 1rem; }
      #page-product-detail .add-equipment-modal .categories h3 em,
      #page-product-detail .add-plm-modal .categories h3 em {
        color: #7d7b7b;
        font-size: .9em;
        font-style: normal;
        font-weight: 400;
        text-transform: none; }
    #page-product-detail .add-equipment-modal .equipment-item-wrapper,
    #page-product-detail .add-equipment-modal .plm-item-wrapper,
    #page-product-detail .add-plm-modal .equipment-item-wrapper,
    #page-product-detail .add-plm-modal .plm-item-wrapper {
      min-width: 200px;
      padding: 0.5rem 1rem; }
      #page-product-detail .add-equipment-modal .equipment-item-wrapper .equipment-item,
      #page-product-detail .add-equipment-modal .equipment-item-wrapper .plm-item,
      #page-product-detail .add-equipment-modal .plm-item-wrapper .equipment-item,
      #page-product-detail .add-equipment-modal .plm-item-wrapper .plm-item,
      #page-product-detail .add-plm-modal .equipment-item-wrapper .equipment-item,
      #page-product-detail .add-plm-modal .equipment-item-wrapper .plm-item,
      #page-product-detail .add-plm-modal .plm-item-wrapper .equipment-item,
      #page-product-detail .add-plm-modal .plm-item-wrapper .plm-item {
        border: 1px solid #d3d3d3;
        border-radius: 1rem;
        height: 265px;
        padding: 0.5rem 1rem;
        padding-top: 3.4rem;
        position: relative; }
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .equipment-item h3,
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .plm-item h3,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .equipment-item h3,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .plm-item h3,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .equipment-item h3,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .plm-item h3,
        #page-product-detail .add-plm-modal .plm-item-wrapper .equipment-item h3,
        #page-product-detail .add-plm-modal .plm-item-wrapper .plm-item h3 {
          font-size: 1rem;
          font-weight: normal;
          margin-bottom: 0.5rem;
          margin-top: 0.5rem; }
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .equipment-item img,
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .plm-item img,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .equipment-item img,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .plm-item img,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .equipment-item img,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .plm-item img,
        #page-product-detail .add-plm-modal .plm-item-wrapper .equipment-item img,
        #page-product-detail .add-plm-modal .plm-item-wrapper .plm-item img {
          display: block;
          margin: auto;
          max-width: 120px;
          width: 100%; }
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .equipment-item .radio,
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .equipment-item .checkbox,
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .plm-item .radio,
        #page-product-detail .add-equipment-modal .equipment-item-wrapper .plm-item .checkbox,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .equipment-item .radio,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .equipment-item .checkbox,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .plm-item .radio,
        #page-product-detail .add-equipment-modal .plm-item-wrapper .plm-item .checkbox,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .equipment-item .radio,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .equipment-item .checkbox,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .plm-item .radio,
        #page-product-detail .add-plm-modal .equipment-item-wrapper .plm-item .checkbox,
        #page-product-detail .add-plm-modal .plm-item-wrapper .equipment-item .radio,
        #page-product-detail .add-plm-modal .plm-item-wrapper .equipment-item .checkbox,
        #page-product-detail .add-plm-modal .plm-item-wrapper .plm-item .radio,
        #page-product-detail .add-plm-modal .plm-item-wrapper .plm-item .checkbox {
          position: absolute;
          right: 1.8rem;
          top: 10px; }
          #page-product-detail .add-equipment-modal .equipment-item-wrapper .equipment-item .radio label,
          #page-product-detail .add-equipment-modal .equipment-item-wrapper .equipment-item .checkbox label,
          #page-product-detail .add-equipment-modal .equipment-item-wrapper .plm-item .radio label,
          #page-product-detail .add-equipment-modal .equipment-item-wrapper .plm-item .checkbox label,
          #page-product-detail .add-equipment-modal .plm-item-wrapper .equipment-item .radio label,
          #page-product-detail .add-equipment-modal .plm-item-wrapper .equipment-item .checkbox label,
          #page-product-detail .add-equipment-modal .plm-item-wrapper .plm-item .radio label,
          #page-product-detail .add-equipment-modal .plm-item-wrapper .plm-item .checkbox label,
          #page-product-detail .add-plm-modal .equipment-item-wrapper .equipment-item .radio label,
          #page-product-detail .add-plm-modal .equipment-item-wrapper .equipment-item .checkbox label,
          #page-product-detail .add-plm-modal .equipment-item-wrapper .plm-item .radio label,
          #page-product-detail .add-plm-modal .equipment-item-wrapper .plm-item .checkbox label,
          #page-product-detail .add-plm-modal .plm-item-wrapper .equipment-item .radio label,
          #page-product-detail .add-plm-modal .plm-item-wrapper .equipment-item .checkbox label,
          #page-product-detail .add-plm-modal .plm-item-wrapper .plm-item .radio label,
          #page-product-detail .add-plm-modal .plm-item-wrapper .plm-item .checkbox label {
            padding: 0; }
  @media screen and (min-width: 901px) {
    #page-product-detail .unlock-modal {
      min-width: 900px; } }
  #page-product-detail .unlock-modal .modal-content {
    max-width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #page-product-detail .unlock-modal .modal-content {
        max-height: 80vh;
        overflow: auto; } }
  #page-product-detail .unlock-modal .modal-actions {
    padding-left: 0;
    padding-right: 0; }
  #page-product-detail .unlock-modal .unlock-info {
    background: #e4ebf3;
    border-radius: 1rem;
    padding: 1rem 1.125rem; }
    #page-product-detail .unlock-modal .unlock-info p {
      margin-bottom: 0; }
  #page-product-detail .unlock-modal .dealers {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1%; }
    #page-product-detail .unlock-modal .dealers .dealer-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 31%;
              flex: 0 1 31%;
      margin: 1%;
      max-width: 31%; }
      #page-product-detail .unlock-modal .dealers .dealer-card .ribbon {
        top: 1rem; }
      #page-product-detail .unlock-modal .dealers .dealer-card .radio {
        display: block;
        right: 1rem;
        top: 0.5rem; }
      #page-product-detail .unlock-modal .dealers .dealer-card .show-default-dealer {
        display: none; }
      #page-product-detail .unlock-modal .dealers .dealer-card .edit-default-dealer {
        display: block;
        padding: 0.5rem 1.125rem; }
        #page-product-detail .unlock-modal .dealers .dealer-card .edit-default-dealer .md-radio label::before {
          top: 0; }
        #page-product-detail .unlock-modal .dealers .dealer-card .edit-default-dealer .md-radio label::after {
          top: 5px; }
  #page-product-detail .unlock-modal textarea {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    padding: 1rem;
    width: 100%; }
    #page-product-detail .unlock-modal textarea:focus {
      outline: 0; }
  #page-product-detail .unlock-modal .submitted {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    #page-product-detail .unlock-modal .submitted .success-icon {
      height: 4rem;
      width: 4rem; }
      #page-product-detail .unlock-modal .submitted .success-icon .st0 {
        fill: #00ab00; }
  #page-product-detail .no-items-available {
    background: #e4ebf3;
    border-radius: 1rem;
    display: none;
    margin-top: 2rem;
    padding: 1rem 1.125rem; }
    #page-product-detail .no-items-available.shown {
      display: block; }
      #page-product-detail .no-items-available.shown + * {
        display: none; }
  @media screen and (min-width: 901px) {
    #page-product-detail .subscriptions-modal {
      min-width: 900px; } }
  #page-product-detail .subscriptions-modal .modal-content {
    max-width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #page-product-detail .subscriptions-modal .modal-content {
        max-height: 80vh;
        overflow: auto; } }
  #page-product-detail .subscriptions-modal .modal-actions {
    padding-left: 0;
    padding-right: 0; }
  #page-product-detail .subscriptions-modal .unlock-info {
    background: #e4ebf3;
    border-radius: 1rem;
    padding: 1rem 1.125rem; }
    #page-product-detail .subscriptions-modal .unlock-info p {
      margin-bottom: 0; }
  #page-product-detail .subscriptions-modal .dealers {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1%; }
    #page-product-detail .subscriptions-modal .dealers .dealer-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 31%;
              flex: 0 1 31%;
      margin: 1%;
      max-width: 31%; }
      #page-product-detail .subscriptions-modal .dealers .dealer-card .ribbon {
        top: 1rem; }
      #page-product-detail .subscriptions-modal .dealers .dealer-card .radio {
        display: block;
        right: 1rem;
        top: 0.5rem; }
      #page-product-detail .subscriptions-modal .dealers .dealer-card .show-default-dealer {
        display: none; }
      #page-product-detail .subscriptions-modal .dealers .dealer-card .edit-default-dealer {
        display: block;
        padding: 0.5rem 1.125rem; }
        #page-product-detail .subscriptions-modal .dealers .dealer-card .edit-default-dealer .md-radio label::before {
          top: 0; }
        #page-product-detail .subscriptions-modal .dealers .dealer-card .edit-default-dealer .md-radio label::after {
          top: 5px; }
  #page-product-detail .subscriptions-modal textarea {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    padding: 1rem;
    width: 100%; }
    #page-product-detail .subscriptions-modal textarea:focus {
      outline: 0; }
  #page-product-detail .subscriptions-modal .submitted {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    #page-product-detail .subscriptions-modal .submitted .success-icon {
      height: 4rem;
      width: 4rem; }
      #page-product-detail .subscriptions-modal .submitted .success-icon .st0 {
        fill: #00ab00; }

@media only screen and (max-width: 480px) {
  #page-product-detail header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #page-product-detail header h2 em {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 10px;
      width: 100%; }
  #page-product-detail header span {
    width: 100%; }
    #page-product-detail header span.nickname {
      margin-bottom: 0px; }
  #page-product-detail header .edit-product-box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #page-product-detail header .edit-product-box span {
      font-size: 10px;
      width: 55px;
      text-align: center;
      cursor: pointer;
      display: block; }
  #page-product-detail header .manage-visibility-box {
    display: none;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  #page-product-detail header .delete-product-box {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

#page-product-list .toolbar {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 601px) {
    #page-product-list .toolbar {
      padding: 0.5rem 2rem 0.5rem 2.25rem; }
      #page-product-list .toolbar > * + * {
        margin-left: 2.25rem; } }
  @media screen and (max-width: 600px) {
    #page-product-list .toolbar {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 0.5rem 1rem; }
      #page-product-list .toolbar > * {
        margin: 0.5rem 0; }
      #page-product-list .toolbar .button {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-right: auto; } }
  #page-product-list .toolbar .filter {
    margin: 0;
    padding-right: 1.375rem; }

#page-product-list .product-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none; }

@media screen and (min-width: 901px) {
  #page-product-list .product {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding-left: 0.8rem;
    padding-right: 0.8rem; } }

#page-product-list .product.hidden {
  display: none; }

#page-product-list .product .media-wrapper {
  width: 100%; }
  #page-product-list .product .media-wrapper a {
    width: 100%; }
  #page-product-list .product .media-wrapper img {
    margin: 0 auto;
    max-width: 80%;
    width: 70%; }
    @media screen and (max-width: 600px) {
      #page-product-list .product .media-wrapper img {
        max-width: 100%; } }

#page-product-list .product .card {
  padding-top: 3.6rem;
  text-align: center; }
  #page-product-list .product .card .content {
    height: 95px; }
  #page-product-list .product .card p {
    margin: 0.5rem 0; }
  #page-product-list .product .card h3 {
    margin: 0; }
  #page-product-list .product .card h4 {
    font-style: normal;
    font-weight: 700; }

@media screen and (max-width: 600px) {
  #page-product-list .product .ribbon {
    right: .45rem;
    top: 1.5rem; }
    #page-product-list .product .ribbon .ribbon-content,
    #page-product-list .product .ribbon .ribbon-shadow {
      right: 0; } }

#page-product-list .product .ribbon-content {
  background: #f1b514;
  color: #003e85; }

#page-product-list .product .linked-products {
  border-top: 1px solid #d3d3d3;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-height: 8rem;
  min-height: 175px; }
  #page-product-list .product .linked-products svg {
    padding: 0px;
    margin: 0px; }
  @media screen and (max-width: 900px) {
    #page-product-list .product .linked-products .linked-products {
      height: 10rem;
      margin-bottom: 1rem; }
    #page-product-list .product .linked-products li {
      height: 9rem; } }
  #page-product-list .product .linked-products h4 {
    color: #003e85; }
  #page-product-list .product .linked-products ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0; }
  #page-product-list .product .linked-products li {
    border: 1px solid #d3d3d3;
    border-radius: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    font-size: 0.8rem;
    list-style: none;
    margin: 0 2%;
    min-height: 7rem;
    padding: 0.5rem;
    text-align: center; }
    #page-product-list .product .linked-products li a {
      color: #7d7b7b;
      max-width: 100%;
      white-space: normal; }
  #page-product-list .product .linked-products .owl-nav .injected-svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: #003e85; }
  #page-product-list .product .linked-products .owl-nav button {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: 0; }
  #page-product-list .product .linked-products .owl-nav .owl-prev {
    margin-left: -1.25rem; }
  #page-product-list .product .linked-products .owl-nav .owl-next {
    margin-right: -1.25rem; }
  #page-product-list .product .linked-products .linked-products-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    #page-product-list .product .linked-products .linked-products-actions.align-left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    #page-product-list .product .linked-products .linked-products-actions h4 {
      position: relative;
      color: #7d7b7b;
      cursor: pointer; }
      #page-product-list .product .linked-products .linked-products-actions h4 .spout {
        height: 10px;
        width: 10px;
        position: absolute;
        left: 0;
        display: none; }
        #page-product-list .product .linked-products .linked-products-actions h4 .spout svg {
          height: 100%;
          width: 100%; }
      #page-product-list .product .linked-products .linked-products-actions h4 .underline {
        position: absolute;
        width: 95%;
        height: 2px;
        background: #e9c012;
        top: 21px;
        left: 9px;
        display: none; }
        @media screen and (max-width: 600px) {
          #page-product-list .product .linked-products .linked-products-actions h4 .underline {
            top: 17px; } }
      #page-product-list .product .linked-products .linked-products-actions h4.active {
        color: #003e85; }
        #page-product-list .product .linked-products .linked-products-actions h4.active .spout {
          display: block; }
        #page-product-list .product .linked-products .linked-products-actions h4.active .underline {
          display: block; }
      #page-product-list .product .linked-products .linked-products-actions h4:after {
        height: 10px;
        width: 10px;
        background: #000; }
  #page-product-list .product .linked-products .hidden {
    display: none; }
  #page-product-list .product .linked-products .telematics-data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6px; }
    #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value {
      margin-left: 20px;
      height: 25px;
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5px; }
      #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value svg {
        height: 30px;
        margin-top: -8px;
        margin-left: -6px; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value svg.go-to {
          margin-left: 20px;
          height: 45px; }
      #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .telematics-status {
        height: 14px;
        width: 14px;
        border-radius: 50%;
        margin-right: 5px; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.working {
          background: #27b03d; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.keyon {
          background: #e7a503; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.idle {
          background: #f47825; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.moving {
          background: #00a8b4; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.traveling {
          background: #035db1; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .telematics-status.off {
          background: #808080; }
      #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .svg-round-background {
        background: #003e85;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        margin-left: 5px; }
        #page-product-list .product .linked-products .telematics-data-wrapper .telematics-values .telematics-value .svg-round-background img {
          margin-top: 3px;
          margin-left: 1px; }
    #page-product-list .product .linked-products .telematics-data-wrapper .telematics-labels {
      color: #003e85;
      text-align: right; }
      #page-product-list .product .linked-products .telematics-data-wrapper .telematics-labels .telematics-label {
        white-space: nowrap;
        height: 25px;
        margin-top: 5px; }

#page-product-list .product footer {
  padding: 1rem 1.125rem;
  text-align: left; }
  @media screen and (max-width: 900px) {
    #page-product-list .product footer {
      margin: 2rem; } }

#spotlights-article .author-initials {
  height: 1.5rem;
  width: 1.5rem;
  background: #7d7b7b;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center; }

#spotlights-article .top-back {
  margin-bottom: 1rem;
  border: 0px;
  padding-left: 0px; }
  #spotlights-article .top-back svg {
    margin-right: 0.5rem; }

#spotlights-article .bottom-back {
  border: 0px;
  padding-left: 0px; }
  #spotlights-article .bottom-back svg {
    margin-right: 0.5rem; }

#spotlights-article .file {
  border-bottom: 1px solid #424242;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0px;
  padding: 0px 0px 0.25rem 1.125rem;
  width: 60%; }
  #spotlights-article .file svg,
  #spotlights-article .file img {
    fill: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 1.125rem;
    max-height: 1.25rem;
    width: 1.25rem !important; }

#spotlights-article .buttons {
  margin: 3rem 0px; }
  #spotlights-article .buttons button {
    margin-right: 1.125rem; }

#spotlights-article .comment-add span {
  float: left;
  margin-bottom: 1rem; }

#page-spotlights .carousel-wrapper {
  margin-bottom: 3rem; }
  #page-spotlights .carousel-wrapper .ribbon {
    right: 0; }
    @media screen and (max-width: 600px) {
      #page-spotlights .carousel-wrapper .ribbon {
        right: 3px;
        top: 0.5rem; } }
  #page-spotlights .carousel-wrapper article > .media-wrapper,
  #page-spotlights .carousel-wrapper article > h3,
  #page-spotlights .carousel-wrapper article > a,
  #page-spotlights .carousel-wrapper article > p,
  #page-spotlights .carousel-wrapper article > time {
    margin: 0 0.8rem; }
  #page-spotlights .carousel-wrapper article .more {
    margin-top: 1rem; }
  #page-spotlights .carousel-wrapper article .media-wrapper {
    margin-bottom: 0.25rem; }
  #page-spotlights .carousel-wrapper .owl-dot {
    background-color: #e4e5e7; }
  @media screen and (max-width: 600px) {
    #page-spotlights .carousel-wrapper .owl-carousel {
      padding: 0; } }

#page-spotlights .article + .article {
  border-top: 1px solid #e4e5e7; }

#page-spotlights .article .media-wrapper .video-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media screen and (min-width: 901px) {
  #page-spotlights .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.125rem;
    padding: 2rem 0; }
    #page-spotlights .article:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    #page-spotlights .article > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1 1; }
    #page-spotlights .article .media-wrapper {
      margin: 0 2.25rem 0 0; }
    #page-spotlights .article:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      #page-spotlights .article:nth-child(even) .media-wrapper {
        margin: 0 0 0 2.25rem; } }

@media screen and (max-width: 900px) {
  #page-spotlights .article {
    display: block;
    padding: 1.5rem 0; }
    #page-spotlights .article .media-wrapper {
      margin-bottom: 0.5rem; } }

#page-spotlights .more {
  border: 0px;
  padding-left: 0px; }
  #page-spotlights .more svg {
    margin-right: 0.5rem; }

#page-spotlights .inline-svg-upload {
  width: 16px !important; }

#support-equipment .support-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #support-equipment .support-wrapper .support-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 1.125rem; }
  @media screen and (max-width: 900px) {
    #support-equipment .support-wrapper .customer-service .card-wrapper {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; }
      #support-equipment .support-wrapper .customer-service .card-wrapper .support-contact {
        margin-top: 1.125rem; }
      #support-equipment .support-wrapper .customer-service .card-wrapper .select-field {
        min-width: 100%;
        width: 100%; } }
  #support-equipment .support-wrapper .customer-service {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #support-equipment .support-wrapper .customer-service .card-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 40%;
              flex: 1 0 40%;
      padding: 1.125rem; }
      #support-equipment .support-wrapper .customer-service .card-wrapper .customer-center {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
  @media screen and (max-width: 600px) {
    #support-equipment .support-wrapper .customer-service {
      display: none; } }
  #support-equipment .support-wrapper .customer-service-mobile {
    display: none; }
  @media screen and (max-width: 600px) {
    #support-equipment .support-wrapper .customer-service-mobile {
      display: inline-block; }
      #support-equipment .support-wrapper .customer-service-mobile .button {
        font-size: 0.8rem;
        margin: 1rem 0; } }
  #support-equipment .support-wrapper p {
    line-height: 1.4; }
  #support-equipment .support-wrapper .search-dealer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 900px) {
      #support-equipment .support-wrapper .search-dealer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #support-equipment .support-wrapper .search-dealer .select-field {
          min-width: 100%;
          width: 100%; } }
    #support-equipment .support-wrapper .search-dealer .dealer-support {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    #support-equipment .support-wrapper .search-dealer .card-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 40%;
              flex: 1 0 40%; }
      #support-equipment .support-wrapper .search-dealer .card-wrapper .card label.checkbox {
        display: none; }
    @media screen and (max-width: 600px) {
      #support-equipment .support-wrapper .search-dealer #dealer-card .content {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #support-equipment .support-wrapper .search-dealer #dealer-card .content .button {
          margin-top: 1rem; } }

#support-equipment .message-count {
  margin-bottom: 1.125rem;
  color: #7d7b7b !important; }

#support-equipment .support-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004f97;
  border-radius: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #support-equipment .support-contact > p {
    margin: 0; }
  #support-equipment .support-contact div {
    margin: 0 0.5rem;
    text-align: center; }
  #support-equipment .support-contact .service-logo {
    padding: 0.5rem;
    width: 150px; }

#support-equipment .card {
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 2.25rem; }
  #support-equipment .card.hidden {
    display: none; }
  #support-equipment .card h3 {
    margin-top: 0; }
  #support-equipment .card .content {
    padding: 1.125rem; }
  #support-equipment .card.write-card .header, #support-equipment .card.reference-card .header, #support-equipment .card.messages-card .header, #support-equipment .card.message .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: pre-wrap;
    font-weight: bold; }
    #support-equipment .card.write-card .header h3, #support-equipment .card.reference-card .header h3, #support-equipment .card.messages-card .header h3, #support-equipment .card.message .header h3 {
      padding: 0.5rem 0;
      text-transform: initial; }
    #support-equipment .card.write-card .header .inline-svg, #support-equipment .card.reference-card .header .inline-svg, #support-equipment .card.messages-card .header .inline-svg, #support-equipment .card.message .header .inline-svg {
      height: 2rem;
      margin: 0 1.125rem;
      padding: 0; }
  #support-equipment .card.write-card .content.hidden, #support-equipment .card.reference-card .content.hidden, #support-equipment .card.messages-card .content.hidden, #support-equipment .card.message .content.hidden {
    display: none; }
    #support-equipment .card.write-card .content.hidden .message-wrapper, #support-equipment .card.reference-card .content.hidden .message-wrapper, #support-equipment .card.messages-card .content.hidden .message-wrapper, #support-equipment .card.message .content.hidden .message-wrapper {
      background-color: black; }
      #support-equipment .card.write-card .content.hidden .message-wrapper.hidden, #support-equipment .card.reference-card .content.hidden .message-wrapper.hidden, #support-equipment .card.messages-card .content.hidden .message-wrapper.hidden, #support-equipment .card.message .content.hidden .message-wrapper.hidden {
        display: none !important; }
  #support-equipment .card.write-card .content textarea, #support-equipment .card.reference-card .content textarea, #support-equipment .card.messages-card .content textarea, #support-equipment .card.message .content textarea {
    border: 0;
    width: 100%; }
  #support-equipment .card.reference-card .header h3 {
    margin-left: 1.125rem; }
  #support-equipment .card.reference-card .header span {
    color: #7d7b7b;
    font-size: 16px;
    font-weight: normal; }
  #support-equipment .card.reference-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto; }
    @media screen and (max-width: 900px) {
      #support-equipment .card.reference-card .content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: hidden; } }
  #support-equipment .card.messages-card .header {
    padding-left: 1.125rem;
    color: #003e85; }
    #support-equipment .card.messages-card .header span:nth-child(2) {
      padding-left: 2.25rem; }
  #support-equipment .card.message .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll; }
    #support-equipment .card.message .content .date {
      font-size: 0.8rem; }
    #support-equipment .card.message .content .message-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      padding-left: 1.125rem; }
      #support-equipment .card.message .content .message-content .reference {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: hidden;
        padding-top: 1rem; }
        #support-equipment .card.message .content .message-content .reference .card-wrapper {
          font-size: 0.8rem;
          max-width: 130px;
          padding-right: 1.125rem; }

#support-equipment .add-card,
#support-equipment .single-reference {
  border-radius: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1.125rem 0 0;
  min-width: 150px;
  padding: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-wrap; }
  #support-equipment .add-card strong,
  #support-equipment .single-reference strong {
    color: #004f97; }
  #support-equipment .add-card svg,
  #support-equipment .add-card img,
  #support-equipment .single-reference svg,
  #support-equipment .single-reference img {
    height: 100% !important;
    max-width: 120px;
    width: 100%; }

#support-equipment .add-card {
  border: 1px dashed #003e85;
  color: #003e85;
  margin-bottom: 1rem;
  padding: 1rem; }
  #support-equipment .add-card svg,
  #support-equipment .add-card img {
    fill: #003e85;
    padding: 1rem; }
  #support-equipment .add-card span {
    text-align: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #support-equipment .add-card {
      max-height: 200px; }
      #support-equipment .add-card svg,
      #support-equipment .add-card img {
        height: 100px !important;
        min-height: 100px;
        padding: 0;
        margin: -20px auto; } }

#support-equipment .single-reference {
  border: 1px solid #004f97;
  margin-bottom: 1rem;
  position: relative;
  margin-bottom: 1rem; }
  #support-equipment .single-reference .remove {
    position: absolute;
    right: 0.5rem;
    top: -2.25rem;
    width: 1.25rem; }
  #support-equipment .single-reference .img-added {
    margin-top: 1.125rem; }
  #support-equipment .single-reference h3,
  #support-equipment .single-reference span {
    font-size: 0.75rem;
    margin: 0; }
  #support-equipment .single-reference h3 {
    margin-top: 1.125rem; }

@media screen and (max-width: 600px) {
  #support-equipment .add-card,
  #support-equipment .single-reference {
    margin-right: .55rem;
    min-width: 110px; }
  #support-equipment .single-reference {
    padding: .75rem; }
    #support-equipment .single-reference .img-added {
      margin: 0;
      max-width: 90px; }
    #support-equipment .single-reference h3 {
      font-size: .65rem;
      margin-top: .75rem; }
    #support-equipment .single-reference span {
      font-size: .5rem; } }

#support-equipment .card-grid.dealers {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0; }
  #support-equipment .card-grid.dealers .dealer-card {
    display: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%; }
    #support-equipment .card-grid.dealers .dealer-card .dealer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      #support-equipment .card-grid.dealers .dealer-card .dealer .checkbox {
        display: none; }
    #support-equipment .card-grid.dealers .dealer-card .content {
      margin-top: 0;
      margin-right: 0; }
    #support-equipment .card-grid.dealers .dealer-card .details-footer {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #support-equipment .card-grid.dealers .dealer-card .details-footer .button {
        margin: 0; }
      #support-equipment .card-grid.dealers .dealer-card .details-footer .button:nth-child(2) {
        display: none; }
    #support-equipment .card-grid.dealers .dealer-card .holland-logo {
      display: none; }

#support-equipment .dealer-selection {
  margin-top: 1rem;
  width: 50%; }
  @media screen and (max-width: 900px) {
    #support-equipment .dealer-selection {
      width: 90%; } }

#support-equipment .dealer-info {
  margin: 2rem 0; }
  #support-equipment .dealer-info .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 600px) {
      #support-equipment .dealer-info .content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #support-equipment .dealer-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #support-equipment .dealer-info ul li:first-child {
      color: #004f97;
      font-weight: bold; }

#support-equipment .information {
  margin-right: 1.125rem; }

#support-equipment .sent-message-alert {
  background-color: #e4ebf3;
  border-radius: 18px;
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 2rem;
  padding: 1rem; }
  #support-equipment .sent-message-alert.hidden {
    display: none; }
  #support-equipment .sent-message-alert > p {
    margin: 0; }

#support-equipment .uppercase {
  text-transform: uppercase; }

#support-equipment .hidden {
  display: none; }

#support-equipment .error {
  color: #da0000;
  padding: 1.125rem; }
  #support-equipment .error.hidden {
    display: none; }

#support-equipment .dealer-messages .card .header {
  padding: 0; }

#support-equipment .dealer-messages .pin-note {
  width: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #support-equipment .dealer-messages .pin-note {
      max-width: 20px; } }

#support-equipment .dealer-messages a {
  display: inline; }
  #support-equipment .dealer-messages a.hidden {
    display: none; }

#support-equipment .dealer-messages textarea {
  width: 100%; }

#support-equipment .top-tabs nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 2.25rem 0px; }

#plm-modal .product-item-wrapper {
  padding: 0.5rem 1rem; }
  #plm-modal .product-item-wrapper .product-item {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    padding-top: 2rem;
    position: relative;
    text-align: center; }
    #plm-modal .product-item-wrapper .product-item h3 {
      font-size: inherit;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
    #plm-modal .product-item-wrapper .product-item img {
      display: block;
      margin: auto;
      max-width: 120px;
      width: 100%; }
    #plm-modal .product-item-wrapper .product-item .radio,
    #plm-modal .product-item-wrapper .product-item .checkbox {
      position: absolute; }
      #plm-modal .product-item-wrapper .product-item .radio label,
      #plm-modal .product-item-wrapper .product-item .checkbox label {
        padding: 0; }
    #plm-modal .product-item-wrapper .product-item .radio {
      right: 26px;
      top: -2px; }
    #plm-modal .product-item-wrapper .product-item .checkbox {
      right: 10px;
      top: 10px; }

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#support-page .tikets-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d3d3d3;
  border-radius: 10px; }
  #support-page .tikets-table a {
    display: unset;
    color: unset;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }
  #support-page .tikets-table .tickets-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px 5px 20px 20px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #d3d3d3; }
    #support-page .tikets-table .tickets-table-row.mobile {
      display: none; }
    #support-page .tikets-table .tickets-table-row.tickets-table-header div {
      color: #003e85;
      font-weight: bolder; }
    #support-page .tikets-table .tickets-table-row .tickets-table-row-item {
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%; }
      #support-page .tikets-table .tickets-table-row .tickets-table-row-item.ticket-id {
        color: #424242; }

#support-page p.tip {
  color: #003e85;
  font-weight: bolder;
  margin-bottom: 5px; }

#support-page section.support-main-section nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 0 18px; }

#support-page section.support-main-section section#tickets-section .tikets-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d3d3d3;
  border-radius: 10px; }
  #support-page section.support-main-section section#tickets-section .tikets-table a:last-of-type div {
    border: none; }
  #support-page section.support-main-section section#tickets-section .tikets-table .tickets-table-row {
    border-bottom: 1px solid #d3d3d3; }
    #support-page section.support-main-section section#tickets-section .tikets-table .tickets-table-row svg {
      position: absolute;
      height: 12px;
      right: 16px;
      top: 23px; }

#support-page section.support-main-section section#support-section .images .image {
  margin-left: 20px;
  text-align: center;
  display: inline-block; }
  #support-page section.support-main-section section#support-section .images .image img {
    height: 80px;
    width: 110px;
    border: 1px solid #003e85;
    border-radius: 10px; }
  #support-page section.support-main-section section#support-section .images .image p {
    margin: 2px 0;
    font-style: italic;
    font-size: 12px; }
  #support-page section.support-main-section section#support-section .images .image svg {
    height: 15px;
    width: 15px;
    margin-left: 5px;
    cursor: pointer; }

#support-page section.support-main-section section#support-section .support-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative; }
  #support-page section.support-main-section section#support-section .support-section.support-type {
    padding-bottom: 20px; }
  #support-page section.support-main-section section#support-section .support-section.ticket-type {
    margin-top: 25px;
    margin-bottom: 15px; }
  #support-page section.support-main-section section#support-section .support-section.product {
    padding-bottom: 20px; }
  #support-page section.support-main-section section#support-section .support-section span.mandatory {
    position: absolute;
    right: 0; }
  #support-page section.support-main-section section#support-section .support-section .support-section-text {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  #support-page section.support-main-section section#support-section .support-section .support-select {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-left: 30px; }
  #support-page section.support-main-section section#support-section .support-section .add-vehicle {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 12px; }
    #support-page section.support-main-section section#support-section .support-section .add-vehicle a {
      float: right; }
    #support-page section.support-main-section section#support-section .support-section .add-vehicle button {
      background-color: transparent;
      color: #003e85; }
      #support-page section.support-main-section section#support-section .support-section .add-vehicle button svg path {
        fill: #003e85; }
  #support-page section.support-main-section section#support-section .support-section.support-type {
    border-bottom: 1px solid #d3d3d3; }
  #support-page section.support-main-section section#support-section .support-section.vehicle-position {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #support-page section.support-main-section section#support-section .support-section.vehicle-position .input-field {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      margin-left: 20px; }
    #support-page section.support-main-section section#support-section .support-section.vehicle-position svg {
      height: 20px;
      margin-left: 10px;
      cursor: pointer; }
  #support-page section.support-main-section section#support-section .support-section.problem-description {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-top: 30px; }
    #support-page section.support-main-section section#support-section .support-section.problem-description .support-section-text {
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%; }
    #support-page section.support-main-section section#support-section .support-section.problem-description .input-field {
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%; }
      #support-page section.support-main-section section#support-section .support-section.problem-description .input-field label {
        opacity: .5;
        -webkit-transform-origin: top left;
        transform-origin: -25px -130px;
        top: 0.5rem;
        pointer-events: none; }
      #support-page section.support-main-section section#support-section .support-section.problem-description .input-field textarea {
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        max-height: initial;
        padding: 5px 10px;
        max-height: unset; }
  #support-page section.support-main-section section#support-section .support-section.add-photos {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0; }
    #support-page section.support-main-section section#support-section .support-section.add-photos .support-section-text {
      padding-top: 20px; }
    #support-page section.support-main-section section#support-section .support-section.add-photos .images {
      padding-top: 20px; }
    #support-page section.support-main-section section#support-section .support-section.add-photos .upload {
      max-width: 170px;
      padding-top: 20px; }
      #support-page section.support-main-section section#support-section .support-section.add-photos .upload input {
        width: 0; }
    #support-page section.support-main-section section#support-section .support-section.add-photos .support-section-text {
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%; }
    #support-page section.support-main-section section#support-section .support-section.add-photos label {
      background: transparent;
      color: #003e85;
      border: 1px solid #003e85;
      padding: 3px 12px;
      cursor: pointer; }
      #support-page section.support-main-section section#support-section .support-section.add-photos label svg {
        height: 12px; }
        #support-page section.support-main-section section#support-section .support-section.add-photos label svg path {
          fill: #003e85; }
  #support-page section.support-main-section section#support-section .support-section.open-ticket {
    margin-top: 30px; }

#support-page section.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #support-page section.info div.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%; }
  #support-page section.info div.top-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, from(#003e85), to(#004f97));
    background: linear-gradient(to bottom, #003e85, #004f97);
    border-radius: 5px;
    padding: 15px 30px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #support-page section.info div.top-service img {
      max-width: 80%; }
    #support-page section.info div.top-service p {
      text-align: center;
      color: #fff;
      margin-bottom: 0;
      font-size: 12px; }

@media only screen and (max-width: 600px) {
  #support-page .tabs > nav {
    overflow-x: auto !important; }
  #support-page .tikets-table {
    border: none !important; }
    #support-page .tikets-table #send-photos {
      margin-top: 40px;
      -ms-flex-item-align: start;
          align-self: start; }
      #support-page .tikets-table #send-photos button {
        float: none !important;
        margin-left: 20px; }
    #support-page .tikets-table .tickets-table-header {
      display: none; }
    #support-page .tikets-table .tickets-table-row {
      display: none;
      border: 1px solid #d3d3d3;
      border-radius: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #support-page .tikets-table .tickets-table-row.mobile {
        display: block;
        -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
        margin-top: 20px;
        padding-right: 20px; }
      #support-page .tikets-table .tickets-table-row .tickets-table-row-item {
        margin-top: 10px; }
        #support-page .tikets-table .tickets-table-row .tickets-table-row-item:first-of-type {
          margin: 0;
          border-bottom: 1px solid #d3d3d3 !important;
          margin-bottom: 10px;
          padding-bottom: 10px; }
  #support-page section.info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-bottom: 30px; }
  #support-page section.support-main-section .support-type {
    border: none !important; }
    #support-page section.support-main-section .support-type .support-section-text {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    #support-page section.support-main-section .support-type .support-select {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  #support-page section.support-main-section section#support-section .support-section {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important; }
    #support-page section.support-main-section section#support-section .support-section span.mandatory {
      position: relative;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 20px; }
    #support-page section.support-main-section section#support-section .support-section .support-select {
      width: 100%;
      margin-left: 0 !important; }
    #support-page section.support-main-section section#support-section .support-section.product .add-vehicle {
      -ms-flex-item-align: unset !important;
          align-self: unset !important; }
    #support-page section.support-main-section section#support-section .support-section.ticket-type {
      margin-top: 15px; }
    #support-page section.support-main-section section#support-section .support-section.support-type {
      padding-bottom: 0px; }
    #support-page section.support-main-section section#support-section .support-section.problem-description {
      margin-top: 15px; }
      #support-page section.support-main-section section#support-section .support-section.problem-description .input-field {
        width: 100%; }
    #support-page section.support-main-section section#support-section .support-section.vehicle-position {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #support-page section.support-main-section section#support-section .support-section.vehicle-position .input-field {
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
        margin-left: 0; }
      #support-page section.support-main-section section#support-section .support-section.vehicle-position div {
        -ms-flex-item-align: center;
            align-self: center; }
    #support-page section.support-main-section section#support-section .support-section.add-photos {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; }
      #support-page section.support-main-section section#support-section .support-section.add-photos .upload {
        margin-left: 20px; }
      #support-page section.support-main-section section#support-section .support-section.add-photos .images .image {
        margin-top: 10px; } }

#ticket-details-page a#call-us {
  max-width: 200px; }
  @media screen and (max-width: 600px) {
    #ticket-details-page a#call-us {
      margin-bottom: 25px; } }

#ticket-details-page b.bda-recall {
  margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    #ticket-details-page b.bda-recall {
      margin-top: -20px; } }

#ticket-details-page .tikets-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d3d3d3;
  border-radius: 10px; }
  #ticket-details-page .tikets-table .tickets-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px 5px 20px 20px;
    position: relative;
    cursor: pointer; }
    #ticket-details-page .tikets-table .tickets-table-row.mobile {
      display: none; }
    #ticket-details-page .tikets-table .tickets-table-row.tickets-table-header {
      border-bottom: 1px solid #d3d3d3; }
      #ticket-details-page .tikets-table .tickets-table-row.tickets-table-header div {
        color: #003e85;
        font-weight: bolder; }
    #ticket-details-page .tikets-table .tickets-table-row .tickets-table-row-item {
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%; }

#ticket-details-page p.tip {
  color: #003e85;
  font-weight: bolder;
  margin-bottom: 5px; }

#ticket-details-page section#ticket-section .images {
  margin-top: 20px; }
  #ticket-details-page section#ticket-section .images .image {
    margin-left: 20px;
    text-align: center;
    display: inline-block; }
    #ticket-details-page section#ticket-section .images .image img {
      height: 80px;
      width: 110px;
      border: 1px solid #003e85;
      border-radius: 10px; }
    #ticket-details-page section#ticket-section .images .image p {
      margin: 2px 0;
      font-style: italic;
      font-size: 12px; }
    #ticket-details-page section#ticket-section .images .image svg {
      height: 15px;
      width: 15px;
      margin-left: 5px;
      cursor: pointer; }

#ticket-details-page section#ticket-section #images-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #ticket-details-page section#ticket-section #images-upload form {
    max-width: 170px; }
    #ticket-details-page section#ticket-section #images-upload form input {
      width: 0; }

#ticket-details-page section#ticket-section div#send-photos button {
  float: right;
  margin-right: 15px;
  margin-bottom: 35px;
  display: none; }

#ticket-details-page section#ticket-section div.go-back {
  color: #003e85;
  cursor: pointer; }
  #ticket-details-page section#ticket-section div.go-back svg {
    margin-right: 10px; }

#ticket-details-page section#ticket-section div.photo-upload {
  padding-left: 10px;
  padding-bottom: 50px; }
  #ticket-details-page section#ticket-section div.photo-upload .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #ticket-details-page section#ticket-section div.photo-upload .actions h3 {
      margin-bottom: 0; }
    #ticket-details-page section#ticket-section div.photo-upload .actions label {
      background: transparent;
      color: #003e85;
      margin-left: 20px;
      border: 1px solid #003e85;
      padding: 3px 12px;
      cursor: pointer; }
      #ticket-details-page section#ticket-section div.photo-upload .actions label svg {
        height: 10px; }
        #ticket-details-page section#ticket-section div.photo-upload .actions label svg path {
          fill: #003e85; }

#ticket-details-page section#ticket-section div#chat {
  padding: 20px; }
  #ticket-details-page section#ticket-section div#chat .message-container {
    margin: 30px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #ticket-details-page section#ticket-section div#chat .message-container .message {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 10px 5px 10px 15px;
      border: 1px solid #d3d3d3;
      border-radius: 10px; }
      #ticket-details-page section#ticket-section div#chat .message-container .message strong {
        font-weight: bolder;
        text-transform: uppercase;
        color: #003e85; }
      #ticket-details-page section#ticket-section div#chat .message-container .message span {
        font-size: 12px;
        font-style: italic; }
      #ticket-details-page section#ticket-section div#chat .message-container .message .sent-date {
        position: absolute;
        top: 20px;
        right: 10px;
        font-size: 12px;
        font-style: italic; }
    #ticket-details-page section#ticket-section div#chat .message-container .short-identity .identity {
      background-color: #7d7b7b;
      color: #fff;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 15px;
      margin-left: 20px; }
    #ticket-details-page section#ticket-section div#chat .message-container.admin .short-identity {
      margin: 0; }
      #ticket-details-page section#ticket-section div#chat .message-container.admin .short-identity svg {
        height: 40px;
        margin-right: 15px;
        margin-left: -5px; }
        #ticket-details-page section#ticket-section div#chat .message-container.admin .short-identity svg .st0 {
          display: block; }
    #ticket-details-page section#ticket-section div#chat .message-container.admin .message {
      background-color: #e5eef5;
      border: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.eta .bda-eta-wrapper {
      padding: 10px; }
      @media screen and (max-width: 600px) {
        #ticket-details-page section#ticket-section div#chat .message-container.eta .bda-eta-wrapper {
          padding: 0; } }
    #ticket-details-page section#ticket-section div#chat .message-container.eta .message {
      border: 1px solid #004f97;
      padding: 0 !important; }
      #ticket-details-page section#ticket-section div#chat .message-container.eta .message p {
        padding: 0;
        margin: 0; }
        #ticket-details-page section#ticket-section div#chat .message-container.eta .message p.bda-eta-text {
          padding: 8px; }
      #ticket-details-page section#ticket-section div#chat .message-container.eta .message .appointment-calendar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #ticket-details-page section#ticket-section div#chat .message-container.eta .message .appointment-calendar svg {
          height: 40px; }
        #ticket-details-page section#ticket-section div#chat .message-container.eta .message .appointment-calendar p.appointment-date {
          color: #004f97;
          font-weight: bolder;
          margin: 0 5px; }
      #ticket-details-page section#ticket-section div#chat .message-container.eta .message .appointment-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 10px 10px 10px; }
        #ticket-details-page section#ticket-section div#chat .message-container.eta .message .appointment-info p {
          margin-left: 17px;
          margin-top: 5px; }
          #ticket-details-page section#ticket-section div#chat .message-container.eta .message .appointment-info p.appointment-issuer {
            color: #004f97;
            font-weight: bolder;
            margin: 0; }
        #ticket-details-page section#ticket-section div#chat .message-container.eta .message .appointment-info svg {
          height: 15px; }
    #ticket-details-page section#ticket-section div#chat .message-container.eta .bda-eta-title {
      border-bottom: 1px solid #003e85;
      width: 100%;
      padding: 8px; }
    #ticket-details-page section#ticket-section div#chat .message-container.eta .bda-sender {
      display: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.eta .bda-sender-detail {
      display: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.eta .short-identity {
      display: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.eta .sent-date {
      display: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.closed .bda-closed-wrapper {
      padding: 10px; }
      @media screen and (max-width: 600px) {
        #ticket-details-page section#ticket-section div#chat .message-container.closed .bda-closed-wrapper {
          padding: 0; } }
    #ticket-details-page section#ticket-section div#chat .message-container.closed .message {
      padding: 0 !important;
      border: 1px solid #004f97; }
      #ticket-details-page section#ticket-section div#chat .message-container.closed .message p {
        padding: 0;
        margin: 0; }
        #ticket-details-page section#ticket-section div#chat .message-container.closed .message p.bda-closed-text {
          padding: 8px; }
      #ticket-details-page section#ticket-section div#chat .message-container.closed .message .bda-closed-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
        padding-left: 3px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #ticket-details-page section#ticket-section div#chat .message-container.closed .message .bda-closed-info p.bda-closed-date {
          color: #004f97;
          font-weight: bolder;
          margin: 0 5px;
          padding: 0; }
    #ticket-details-page section#ticket-section div#chat .message-container.closed .bda-closed-title {
      border-bottom: 1px solid #003e85;
      width: 100%;
      padding: 8px; }
    #ticket-details-page section#ticket-section div#chat .message-container.closed .bda-sender {
      display: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.closed .bda-sender-detail {
      display: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.closed .short-identity {
      display: none; }
    #ticket-details-page section#ticket-section div#chat .message-container.closed .sent-date {
      display: none; }

@media only screen and (max-width: 600px) {
  #ticket-details-page .tikets-table {
    border: none; }
    #ticket-details-page .tikets-table #send-photos {
      margin-top: 40px;
      -ms-flex-item-align: start;
          align-self: start; }
      #ticket-details-page .tikets-table #send-photos button {
        float: none !important;
        margin-left: 20px; }
    #ticket-details-page .tikets-table .tickets-table-header {
      display: none; }
    #ticket-details-page .tikets-table .tickets-table-row {
      display: none;
      border: 1px solid #d3d3d3;
      border-radius: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #ticket-details-page .tikets-table .tickets-table-row.mobile {
        display: block;
        -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3); }
      #ticket-details-page .tikets-table .tickets-table-row .tickets-table-row-item {
        margin-top: 10px; }
        #ticket-details-page .tikets-table .tickets-table-row .tickets-table-row-item:first-of-type {
          margin: 0;
          border-bottom: 1px solid #d3d3d3;
          margin-bottom: 10px;
          padding-bottom: 10px; }
  #ticket-details-page #chat {
    -webkit-box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 20px -3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 5px 10px !important;
    margin-top: 20px; }
    #ticket-details-page #chat .message {
      padding: 10px 15px 10px 15px !important; }
      #ticket-details-page #chat .message p {
        padding-bottom: 20px; }
      #ticket-details-page #chat .message .sent-date {
        top: unset !important;
        bottom: 5px; }
  #ticket-details-page section#ticket-section .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
  #ticket-details-page section#ticket-section #images-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

#support-plm a.hidden {
  display: none; }

#support-plm .support-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 900px) {
    #support-plm .support-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #support-plm .support-wrapper .support-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    padding-right: 1.125rem; }
    @media screen and (max-width: 900px) {
      #support-plm .support-wrapper .support-info {
        padding: 0; } }
  #support-plm .support-wrapper .customer-service {
    width: 33.33333%; }
  @media screen and (max-width: 900px) {
    #support-plm .support-wrapper .customer-service {
      display: none; } }

#support-plm .customer-service-mobile {
  display: none; }

@media screen and (max-width: 900px) {
  #support-plm .customer-service-mobile {
    display: inline-block;
    width: 100%; } }

#support-plm p {
  line-height: 1.4; }

#support-plm .message-count {
  margin-bottom: 1.125rem; }

#support-plm .search-dealer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #support-plm .search-dealer .dealer-support {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1; }
  #support-plm .search-dealer .card-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1; }
    #support-plm .search-dealer .card-wrapper .checkbox {
      display: none; }
  @media screen and (max-width: 600px) {
    #support-plm .search-dealer #dealer-card .content {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #support-plm .search-dealer #dealer-card .content .button {
        margin-top: 1rem; } }

#support-plm .support-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem; }
  @media screen and (max-width: 900px) {
    #support-plm .support-cards {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #support-plm .support-cards > div {
    width: 49%; }
    @media screen and (max-width: 900px) {
      #support-plm .support-cards > div {
        width: 100%; }
        #support-plm .support-cards > div:first-child {
          margin-bottom: 1rem; } }
  #support-plm .support-cards .card {
    margin: 0; }

#support-plm .card {
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 2.25rem; }
  #support-plm .card.hidden {
    display: none; }
  #support-plm .card h3 {
    margin-top: 0; }
  #support-plm .card .content {
    padding: 1.125rem; }
  #support-plm .card.write-card .header, #support-plm .card.reference-card .header, #support-plm .card.messages-card .header, #support-plm .card.message .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: bold; }
    #support-plm .card.write-card .header h3, #support-plm .card.reference-card .header h3, #support-plm .card.messages-card .header h3, #support-plm .card.message .header h3 {
      padding: 0.5rem 0;
      text-transform: initial; }
    #support-plm .card.write-card .header .inline-svg, #support-plm .card.reference-card .header .inline-svg, #support-plm .card.messages-card .header .inline-svg, #support-plm .card.message .header .inline-svg {
      height: 2rem;
      margin: 0 1.125rem;
      padding: 0;
      -ms-flex-preferred-size: 3%;
          flex-basis: 3%; }
  #support-plm .card.write-card .content textarea, #support-plm .card.reference-card .content textarea, #support-plm .card.messages-card .content textarea, #support-plm .card.message .content textarea {
    border: 0;
    width: 100%; }
  #support-plm .card.reference-card .header h3 {
    margin-left: 1.125rem; }
  #support-plm .card.reference-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto; }
    @media screen and (max-width: 900px) {
      #support-plm .card.reference-card .content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: hidden; } }
  #support-plm .card.messages-card .header {
    padding-left: 1.125rem;
    color: #003e85; }
    #support-plm .card.messages-card .header span:nth-child(2) {
      padding-left: 2.25rem; }
  #support-plm .card.message .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll; }
    #support-plm .card.message .content .date {
      font-size: 0.8rem; }
    #support-plm .card.message .content .message-content {
      padding-left: 1.125rem; }
      #support-plm .card.message .content .message-content .reference {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 1rem; }
        #support-plm .card.message .content .message-content .reference .card-wrapper {
          font-size: 0.8rem;
          max-width: 130px;
          padding-right: 1.125rem; }
  #support-plm .card.representative-contact, #support-plm .card.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #support-plm .card.representative-contact ul, #support-plm .card.features ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #support-plm .card.representative-contact ul li:first-child, #support-plm .card.features ul li:first-child {
        color: #004f97;
        font-weight: bold;
        padding-bottom: 1rem; }
    #support-plm .card.representative-contact .actions, #support-plm .card.features .actions {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 0; }
      #support-plm .card.representative-contact .actions .info-icon, #support-plm .card.features .actions .info-icon {
        margin-right: 1rem;
        width: 1.5rem; }
  #support-plm .card.section-link .content div {
    margin-bottom: 1rem; }
  #support-plm .card.support-line .content p {
    margin: 0px; }
  #support-plm .card.support-line .content h3 {
    margin-top: 1rem;
    text-align: center; }
  #support-plm .card.support-line .content .customer-service-list .primary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #support-plm .card.support-line .content .customer-service-list .primary-list li {
      padding-right: 3rem; }
      @media screen and (max-width: 600px) {
        #support-plm .card.support-line .content .customer-service-list .primary-list li {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
      @media screen and (min-width: 601px) and (max-width: 900px) {
        #support-plm .card.support-line .content .customer-service-list .primary-list li {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
      @media screen and (min-width: 901px) and (max-width: 1200px) {
        #support-plm .card.support-line .content .customer-service-list .primary-list li {
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%; } }
    #support-plm .card.support-line .content .customer-service-list .primary-list li::before {
      margin-top: 1.125rem;
      padding-top: .3rem; }
  #support-plm .card.support-line .content .support-contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #004f97;
    border-radius: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #support-plm .card.support-line .content .support-contact div {
      margin: 0 0.5rem;
      text-align: center; }
    #support-plm .card.support-line .content .support-contact > p {
      margin: 0; }
    #support-plm .card.support-line .content .support-contact .service-logo {
      padding: 0.5rem;
      width: 150px; }

#support-plm .add-card,
#support-plm .single-reference {
  border-radius: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1.125rem 0 0;
  min-width: 150px;
  padding: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-wrap; }
  #support-plm .add-card strong,
  #support-plm .single-reference strong {
    color: #004f97; }
  #support-plm .add-card svg,
  #support-plm .add-card img,
  #support-plm .single-reference svg,
  #support-plm .single-reference img {
    height: 100% !important;
    max-width: 120px;
    width: 100%; }

#support-plm .add-card {
  border: 1px dashed #003e85;
  color: #003e85;
  margin-bottom: 1rem;
  padding: 1rem 1rem; }
  #support-plm .add-card svg,
  #support-plm .add-card img {
    fill: #003e85;
    padding: 1rem; }

#support-plm .single-reference {
  border: 1px solid #004f97;
  margin-bottom: 1rem;
  position: relative;
  margin-bottom: 1rem; }
  #support-plm .single-reference .remove {
    position: absolute;
    right: 0.5rem;
    top: -2.5rem;
    width: 1.25rem; }
  #support-plm .single-reference .img-added {
    margin-top: 1.125rem; }
  #support-plm .single-reference h3,
  #support-plm .single-reference span {
    font-size: 0.75rem;
    margin: 0; }
  #support-plm .single-reference h3 {
    margin-top: 1.125rem; }

@media screen and (max-width: 600px) {
  #support-plm .add-card,
  #support-plm .single-reference {
    margin-right: .55rem;
    min-width: 110px; }
  #support-plm .single-reference {
    padding: .75rem; }
    #support-plm .single-reference .img-added {
      margin: 0;
      max-width: 90px; }
    #support-plm .single-reference h3 {
      font-size: .65rem;
      margin-top: .75rem; }
    #support-plm .single-reference span {
      font-size: .5rem; } }

#support-plm .card-grid.dealers {
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0; }
  #support-plm .card-grid.dealers .dealer-card {
    display: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%; }
    #support-plm .card-grid.dealers .dealer-card .dealer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    #support-plm .card-grid.dealers .dealer-card .content {
      margin-top: 0;
      margin-right: 0; }
    #support-plm .card-grid.dealers .dealer-card .details-footer {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #support-plm .card-grid.dealers .dealer-card .details-footer .button {
        margin: 0; }
      #support-plm .card-grid.dealers .dealer-card .details-footer .button:nth-child(2) {
        display: none; }
    #support-plm .card-grid.dealers .dealer-card .holland-logo {
      display: none; }

#support-plm .dealer-selection {
  margin-top: 1rem;
  width: 50%; }
  @media screen and (max-width: 900px) {
    #support-plm .dealer-selection {
      width: 90%; } }

#support-plm .dealer-info {
  margin: 2rem 0; }
  #support-plm .dealer-info .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 600px) {
      #support-plm .dealer-info .content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #support-plm .dealer-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #support-plm .dealer-info ul li:first-child {
      color: #004f97;
      font-weight: bold; }

#support-plm .sent-message-alert {
  background-color: #e4ebf3;
  border-radius: 18px;
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 2rem;
  padding: 1rem; }
  #support-plm .sent-message-alert.hidden {
    display: none; }
  #support-plm .sent-message-alert > p {
    margin: 0; }

#support-plm .uppercase {
  text-transform: uppercase; }

#support-plm .error {
  color: #da0000;
  padding: 1.125rem; }
  #support-plm .error.hidden {
    display: none; }

#support-plm .top-tabs nav {
  border-bottom: 1px solid #d3d3d3;
  margin: 2.25rem 0px; }

#plm-modal .product-item-wrapper {
  padding: 0.5rem 1rem; }
  #plm-modal .product-item-wrapper .product-item {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    padding-top: 2rem;
    position: relative;
    text-align: center; }
    #plm-modal .product-item-wrapper .product-item h3 {
      font-size: inherit;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
    #plm-modal .product-item-wrapper .product-item img {
      display: block;
      margin: auto;
      max-width: 120px;
      width: 100%; }
    #plm-modal .product-item-wrapper .product-item .radio,
    #plm-modal .product-item-wrapper .product-item .checkbox {
      position: absolute; }
      #plm-modal .product-item-wrapper .product-item .radio label,
      #plm-modal .product-item-wrapper .product-item .checkbox label {
        padding: 0; }
    #plm-modal .product-item-wrapper .product-item .radio {
      right: 26px;
      top: -2px; }
    #plm-modal .product-item-wrapper .product-item .checkbox {
      right: 10px;
      top: 10px; }

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#equipment-modal,
#plm-modal {
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #equipment-modal,
    #plm-modal {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media screen and (max-width: 900px) {
    #equipment-modal,
    #plm-modal {
      max-width: 90%; } }
  #equipment-modal .modal-content,
  #plm-modal .modal-content {
    max-width: 100%; }
    @media screen and (max-width: 900px) {
      #equipment-modal .modal-content,
      #plm-modal .modal-content {
        min-width: 100%; } }
  #equipment-modal .modal-actions,
  #plm-modal .modal-actions {
    border: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #equipment-modal .owl-item,
  #plm-modal .owl-item {
    padding-right: 5px; }
  #equipment-modal .product-item-wrapper .product-item,
  #plm-modal .product-item-wrapper .product-item {
    border: 1px solid #d3d3d3;
    border-radius: 1rem;
    min-height: 170px;
    padding: 1.5rem 0.5rem 0.5rem;
    position: relative; }
    #equipment-modal .product-item-wrapper .product-item h3,
    #plm-modal .product-item-wrapper .product-item h3 {
      font-size: 0.75rem;
      font-weight: normal;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
    #equipment-modal .product-item-wrapper .product-item em,
    #plm-modal .product-item-wrapper .product-item em {
      font-size: 0.75rem; }
    #equipment-modal .product-item-wrapper .product-item img,
    #plm-modal .product-item-wrapper .product-item img {
      display: block;
      margin: auto;
      max-width: 120px;
      width: 100%; }
    #equipment-modal .product-item-wrapper .product-item .checkbox,
    #plm-modal .product-item-wrapper .product-item .checkbox {
      position: absolute;
      right: 10px;
      top: 5px; }
      #equipment-modal .product-item-wrapper .product-item .checkbox label,
      #plm-modal .product-item-wrapper .product-item .checkbox label {
        padding: 0; }
  @media screen and (max-width: 600px) {
    #equipment-modal h3,
    #plm-modal h3 {
      font-size: .8rem; }
    #equipment-modal .button,
    #plm-modal .button {
      font-size: .8rem; }
    #equipment-modal .owl-nav button,
    #equipment-modal .owl-nav svg,
    #plm-modal .owl-nav button,
    #plm-modal .owl-nav svg {
      height: 2rem;
      width: 2rem; }
    #equipment-modal .product-item-wrapper,
    #plm-modal .product-item-wrapper {
      margin-right: 5px; }
      #equipment-modal .product-item-wrapper .product-item,
      #plm-modal .product-item-wrapper .product-item {
        padding: 1.5rem 0.5rem 0.5rem; } }
  @media screen and (max-width: 320px) {
    #equipment-modal .button,
    #plm-modal .button {
      font-size: .7rem; } }

.gdpr_modal {
  display: block;
  width: 50%;
  top: -100%;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  z-index: 999999;
  padding-bottom: 1rem;
  color: #000; }
  .gdpr_modal.active {
    top: 5%; }
  .gdpr_modal .gdpr_policy_wrapper.button {
    border: none !important;
    background: none !important;
    position: static;
    width: auto;
    float: left;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin-right: 0;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
    .gdpr_modal .gdpr_policy_wrapper.button:hover {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button {
      -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
      line-height: unset !important;
      border: 0;
      color: #f8f8f8;
      outline: 0;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.4rem;
      padding: 0.25rem 0.8rem; }
      .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.submit {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
                order: 1;
        margin-right: 0 !important;
        background: #003e85;
        border: 1px solid #003e85;
        color: #f8f8f8; }
        .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.submit:hover {
          background: #004f97; }
      .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.cancel {
        background: none !important;
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
                order: 2;
        color: #003e85; }
        .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.cancel .injected-svg {
          fill: #003e85 !important;
          margin-left: 0.3em; }
        .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button.cancel:hover {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button:after, .gdpr_modal .gdpr_policy_wrapper.button .gdpr_button:before {
        background-image: none !important; }
  .gdpr_modal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: .6;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer; }
  .gdpr_modal input:invalid {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .gdpr_modal input[type=checkbox], .gdpr_modal input[type=radio] {
    margin-top: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none !important;
    background: none !important;
    color: inherit !important;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    display: none;
    pointer-events: unset !important; }
  .gdpr_modal input[type=checkbox] + label:before, .gdpr_modal input[type=radio] + label:before {
    top: -4px !important; }
  .gdpr_modal input[type=radio] + label:after {
    top: 1px !important; }
  .gdpr_modal label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none !important;
    background: none !important;
    color: inherit !important;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important; }
  .gdpr_modal .scroll_radio_wrapper {
    overflow-y: scroll;
    max-height: 300px !important; }
  .gdpr_modal .gdpr_policy_wrapper {
    padding: 10px !important; }
    .gdpr_modal .gdpr_policy_wrapper.title {
      text-align: center !important; }
      .gdpr_modal .gdpr_policy_wrapper.title .sub_title {
        font-size: 0.8rem;
        text-align: left;
        line-height: 1.1rem; }
    .gdpr_modal .gdpr_policy_wrapper.radio {
      border: 1px solid rgba(53, 53, 53, 0.83);
      margin-bottom: 5px;
      border-radius: 2px; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper p {
        line-height: 1.1rem !important; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
        text-align: center;
        position: relative; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper .gdpr_label_radio {
          font-size: 0.8rem;
          color: #353535;
          font-weight: 600 !important; }
          .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper .gdpr_label_radio:first-of-type {
            margin-right: 15px; }
      .gdpr_modal .gdpr_policy_wrapper.radio.gdpr_radio_error {
        border: 1px solid #a21e25; }
        .gdpr_modal .gdpr_policy_wrapper.radio.gdpr_radio_error .gdpr_description_wrapper, .gdpr_modal .gdpr_policy_wrapper.radio.gdpr_radio_error .gdpr_radio_wrapper .gdpr_label_radio.gdpr_radio_error {
          color: #a21e25 !important;
          -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
          transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .gdpr_modal .gdpr_policy_wrapper.checkbox {
      margin-bottom: 0.3rem !important;
      float: none !important;
      display: inline-block !important;
      padding: 0; }
      .gdpr_modal .gdpr_policy_wrapper.checkbox .gdpr_checkbox {
        -webkit-appearance: checkbox !important;
        position: relative !important;
        left: -3px !important;
        top: 0 !important;
        padding: 0;
        margin: 0; }
      .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label {
        display: inline !important; }
        .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label .checkbox_label_description {
          margin-left: 5px; }
        .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label a {
          color: #003e85;
          text-decoration: none; }
        .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label.gdpr_chek_error span {
          color: #a21e25 !important;
          -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
          transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .gdpr_modal .gdpr_policy_wrapper.button:after {
      content: none;
      background: none; }

@media only screen and (min-width: 320px) {
  .gdpr_modal {
    width: 90%;
    padding: 15px; }
    .gdpr_modal .gdpr_policy_wrapper {
      padding: 10px; }
      .gdpr_modal .gdpr_policy_wrapper.button {
        text-align: center; }
      .gdpr_modal .gdpr_policy_wrapper.title {
        text-align: center !important; }
      .gdpr_modal .gdpr_policy_wrapper.radio {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
          -ms-flex-order: 2;
          -webkit-box-ordinal-group: 3;
                  order: 2;
          padding: 25px 0; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper {
          -ms-flex-order: 1;
          -webkit-box-ordinal-group: 2;
                  order: 1; }
          .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper p {
            font-size: 0.8rem !important;
            margin: 0 !important; }
          .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper h3 {
            font-size: 0.9em !important;
            margin-top: 0 !important;
            margin-bottom: 5px !important; }
      .gdpr_modal .gdpr_policy_wrapper.checkbox .checkbox_label {
        line-height: 1.2rem !important;
        font-size: 0.8rem !important; } }

@media only screen and (min-width: 768px) {
  .gdpr_modal {
    width: 80%;
    padding: 25px; }
    .gdpr_modal .gdpr_policy_wrapper.button {
      text-align: right; }
    .gdpr_modal .gdpr_policy_wrapper.radio {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper, .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
        -ms-flex: 1;
        -webkit-box-flex: 1;
                flex: 1 1; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
                order: 2; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper h3 {
          font-size: 1.17rem;
          line-height: normal; }
        .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_description_wrapper p {
          margin-top: 0 !important; }
      .gdpr_modal .gdpr_policy_wrapper.radio .gdpr_radio_wrapper {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
                order: 1;
        text-align: center;
        position: relative;
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin-right: 10px;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center; } }

@media only screen and (min-width: 992px) {
  .gdpr_modal {
    width: 70%; } }

@media only screen and (min-width: 1366px) {
  .gdpr_modal {
    width: 60%; } }

.gdpr_velina {
  top: 0;
  bottom: 0;
  background-color: rgba(45, 45, 45, 0.9);
  z-index: 9999; }

.gdpr_modal, .gdpr_velina {
  position: fixed;
  left: 0;
  right: 0; }

#page-user-registration-user :-moz-ui-invalid {
  box-shadow: none; }

#page-user-registration-user .phone-group {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #page-user-registration-user .phone-group .select-input {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  #page-user-registration-user .phone-group .input-field {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }

#page-user-registration-user .progress-bar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#page-user-registration-user .user-data > h3 {
  text-transform: none; }

#page-user-registration-user .user-data .title-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #page-user-registration-user .user-data .title-form div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1; }
    #page-user-registration-user .user-data .title-form div:last-child {
      text-align: right; }

#page-user-registration-user .user-data-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #page-user-registration-user .user-data-form > div {
    width: 45%; }
    @media screen and (max-width: 600px) {
      #page-user-registration-user .user-data-form > div {
        width: 100%; } }
    @media screen and (min-width: 601px) and (max-width: 900px) {
      #page-user-registration-user .user-data-form > div {
        width: 100%; } }
    @media screen and (min-width: 901px) and (max-width: 1200px) {
      #page-user-registration-user .user-data-form > div {
        width: 48%; } }
  @media screen and (min-width: 601px) {
    #page-user-registration-user .user-data-form .company-name-read-only {
      margin-right: 50%; } }

#page-user-registration-user .registration-existing-company-checkbox {
  margin-top: 1rem;
  width: 100%; }
  #page-user-registration-user .registration-existing-company-checkbox label.checkbox svg.injected-svg {
    display: inline !important; }
  @media screen and (max-width: 600px) {
    #page-user-registration-user .registration-existing-company-checkbox .data-link {
      margin-left: 1.125rem; } }

#page-user-registration-user .password-change input {
  min-width: 60%;
  width: 60%; }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    #page-user-registration-user .password-change input {
      min-width: 55%;
      width: 55%; } }
  @media screen and (max-width: 600px) {
    #page-user-registration-user .password-change input {
      min-width: 100%;
      width: 100%; } }

#page-user-registration-user .password-change .show-password {
  right: 40%; }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    #page-user-registration-user .password-change .show-password {
      right: 45%; } }
  @media screen and (max-width: 900px) {
    #page-user-registration-user .password-change .show-password {
      right: 0; } }

#page-user-registration-user .password-change .change-password-button,
#page-user-registration-user .password-field .change-password-button {
  position: absolute;
  top: 2rem;
  right: 0;
  bottom: auto;
  left: auto;
  text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    #page-user-registration-user .password-change .change-password-button,
    #page-user-registration-user .password-field .change-password-button {
      margin-top: 0.5rem;
      position: static; } }

#page-user-registration-user #button-next,
#page-user-registration-user #button-register-existing-company {
  margin-top: 2rem; }
  @media screen and (max-width: 600px) {
    #page-user-registration-user #button-next,
    #page-user-registration-user #button-register-existing-company {
      width: 100%; } }

#page-user-registration-user .password img.password-info {
  display: none; }

@media screen and (max-width: 900px) {
  #page-user-registration-user .password .popover-trigger {
    right: 0; } }

@media screen and (min-width: 901px) {
  #page-user-registration-user .password .popover-trigger {
    right: -1.125rem; } }

#page-user-registration-user .required-fields {
  margin-top: 2rem; }

.invitation {
  display: block;
  font-size: 0.8rem;
  padding: 1rem;
  text-align: center; }
  .invitation p {
    margin-bottom: 0; }

.registered-other-portal {
  border-radius: 1rem;
  display: none;
  margin-top: 2rem;
  padding: 1.125rem;
  text-align: center; }
  .registered-other-portal h2 {
    text-transform: none; }
  .registered-other-portal .box-content {
    width: 100%; }
  .registered-other-portal .button {
    margin-top: 1rem; }

#page-user-registration-company {
  display: none; }
  #page-user-registration-company .progress-bar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  #page-user-registration-company .company-data > h3 {
    text-transform: none; }
  #page-user-registration-company .company-data .title-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #page-user-registration-company .company-data .title-form div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1 1; }
    #page-user-registration-company .company-data .title-form div:last-child {
      text-align: right; }
  #page-user-registration-company .registration-company,
  #page-user-registration-company .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #page-user-registration-company .registration-company > div,
    #page-user-registration-company .modal-content > div {
      width: 45%; }
      @media screen and (max-width: 600px) {
        #page-user-registration-company .registration-company > div,
        #page-user-registration-company .modal-content > div {
          width: 100%; } }
      @media screen and (min-width: 601px) and (max-width: 900px) {
        #page-user-registration-company .registration-company > div,
        #page-user-registration-company .modal-content > div {
          width: 100%; } }
      @media screen and (min-width: 901px) and (max-width: 1200px) {
        #page-user-registration-company .registration-company > div,
        #page-user-registration-company .modal-content > div {
          width: 48%; } }
    #page-user-registration-company .registration-company > .checkbox,
    #page-user-registration-company .modal-content > .checkbox {
      margin-bottom: 1.125rem; }
      #page-user-registration-company .registration-company > .checkbox label,
      #page-user-registration-company .modal-content > .checkbox label {
        width: 100%;
        word-wrap: none; }
    #page-user-registration-company .registration-company > .full-width,
    #page-user-registration-company .modal-content > .full-width {
      width: 100%; }
  #page-user-registration-company #button-cancel,
  #page-user-registration-company #button-save {
    display: none; }
  #page-user-registration-company #business-address {
    width: 100%;
    margin-bottom: 3rem; }
  #page-user-registration-company .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 601px) {
      #page-user-registration-company .buttons-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    #page-user-registration-company .buttons-wrapper > button,
    #page-user-registration-company .buttons-wrapper > .button {
      margin-top: 1rem; }
    #page-user-registration-company .buttons-wrapper svg {
      margin-right: .3em;
      margin-left: .3em; }
    #page-user-registration-company .buttons-wrapper #button-back {
      padding-left: 0;
      border: 0px; }
    #page-user-registration-company .buttons-wrapper #button-back:hover {
      border: 0px; }

.company-already-exists {
  border-radius: 1rem;
  display: none;
  margin-top: 1rem;
  padding: 1.125rem;
  text-align: center; }
  .company-already-exists h2 {
    text-transform: none; }
  .company-already-exists p {
    margin: 1rem 0; }
  .company-already-exists .company-already-exists-input.input-field {
    margin: auto;
    max-width: 500px; }
  .company-already-exists .box-content {
    width: 100%; }
  .company-already-exists .button {
    margin-top: 1rem; }

@media screen and (min-width: 901px) {
  #password-modal {
    min-width: 900px; } }

@media screen and (max-width: 600px) {
  #gdprModal {
    padding-top: 2rem; } }

#page-user-registration-feedback,
#page-user-registration-request-feedback {
  display: none; }
  #page-user-registration-feedback h2,
  #page-user-registration-request-feedback h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    text-transform: uppercase; }
    #page-user-registration-feedback h2 img,
    #page-user-registration-feedback h2 svg,
    #page-user-registration-request-feedback h2 img,
    #page-user-registration-request-feedback h2 svg {
      height: 3rem;
      width: 3rem;
      fill: #00ab00;
      margin-left: 0.5rem; }
  #page-user-registration-feedback h3,
  #page-user-registration-request-feedback h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: none; }
    @media screen and (max-width: 900px) {
      #page-user-registration-feedback h3,
      #page-user-registration-request-feedback h3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #page-user-registration-feedback h3 small,
    #page-user-registration-request-feedback h3 small {
      font-size: 0.8rem;
      font-weight: normal; }
      @media screen and (max-width: 900px) {
        #page-user-registration-feedback h3 small,
        #page-user-registration-request-feedback h3 small {
          -ms-flex-item-align: end;
              align-self: flex-end;
          margin-top: 1rem; } }
  #page-user-registration-feedback > section,
  #page-user-registration-request-feedback > section {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    margin-bottom: 0;
    max-width: 1200px; }
    @media screen and (min-width: 601px) {
      #page-user-registration-feedback > section,
      #page-user-registration-request-feedback > section {
        padding: 0 2.25rem; } }
  #page-user-registration-feedback .step-section,
  #page-user-registration-request-feedback .step-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e4ebf3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #page-user-registration-feedback .step-section h2,
    #page-user-registration-request-feedback .step-section h2 {
      margin-bottom: 0.5rem; }
    #page-user-registration-feedback .step-section .thank-you-title,
    #page-user-registration-request-feedback .step-section .thank-you-title {
      background-color: #fff;
      border-bottom: 1px solid #e4e5e7;
      border-top: 1px solid #e4e5e7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media screen and (max-width: 900px) {
        #page-user-registration-feedback .step-section .thank-you-title,
        #page-user-registration-request-feedback .step-section .thank-you-title {
          font-size: 1rem; } }
    #page-user-registration-feedback .step-section .step-wrapper,
    #page-user-registration-request-feedback .step-section .step-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 1% 4rem;
      width: 98%; }
      @media screen and (max-width: 900px) {
        #page-user-registration-feedback .step-section .step-wrapper,
        #page-user-registration-request-feedback .step-section .step-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #page-user-registration-feedback .step-section .step-wrapper .step,
      #page-user-registration-request-feedback .step-section .step-wrapper .step {
        color: #004f97;
        margin: 0 3%;
        position: relative;
        text-align: center;
        width: 28%; }
        @media screen and (max-width: 900px) {
          #page-user-registration-feedback .step-section .step-wrapper .step,
          #page-user-registration-request-feedback .step-section .step-wrapper .step {
            margin-bottom: 2rem;
            width: 100%; } }
        #page-user-registration-feedback .step-section .step-wrapper .step img,
        #page-user-registration-feedback .step-section .step-wrapper .step svg,
        #page-user-registration-request-feedback .step-section .step-wrapper .step img,
        #page-user-registration-request-feedback .step-section .step-wrapper .step svg {
          fill: #004f97; }
        #page-user-registration-feedback .step-section .step-wrapper .step .step-header,
        #page-user-registration-request-feedback .step-section .step-wrapper .step .step-header {
          font-size: 2.5rem;
          font-weight: 700;
          height: 50px; }
          #page-user-registration-feedback .step-section .step-wrapper .step .step-header img,
          #page-user-registration-feedback .step-section .step-wrapper .step .step-header svg,
          #page-user-registration-request-feedback .step-section .step-wrapper .step .step-header img,
          #page-user-registration-request-feedback .step-section .step-wrapper .step .step-header svg {
            height: 3rem;
            width: 3rem;
            margin-left: 0.5rem; }
        #page-user-registration-feedback .step-section .step-wrapper .step .step-description,
        #page-user-registration-request-feedback .step-section .step-wrapper .step .step-description {
          font-size: 1.125rem;
          font-weight: 700;
          margin: 1rem 0; }
        #page-user-registration-feedback .step-section .step-wrapper .step .step-note,
        #page-user-registration-request-feedback .step-section .step-wrapper .step .step-note {
          color: #7d7b7b;
          font-size: 0.8rem; }
        #page-user-registration-feedback .step-section .step-wrapper .step .arrow,
        #page-user-registration-request-feedback .step-section .step-wrapper .step .arrow {
          position: absolute;
          right: -30%;
          top: 25%; }
          @media screen and (max-width: 900px) {
            #page-user-registration-feedback .step-section .step-wrapper .step .arrow,
            #page-user-registration-request-feedback .step-section .step-wrapper .step .arrow {
              display: none; } }
  #page-user-registration-feedback .now,
  #page-user-registration-request-feedback .now {
    margin: 2rem 0; }
  #page-user-registration-feedback .send-button,
  #page-user-registration-request-feedback .send-button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 2rem 0 0; }
  #page-user-registration-feedback .send-email,
  #page-user-registration-request-feedback .send-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #page-user-registration-feedback .progress-bar,
  #page-user-registration-request-feedback .progress-bar {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }

#page-registration-completed {
  display: none; }
  #page-registration-completed h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    text-transform: uppercase; }
    #page-registration-completed h2 img,
    #page-registration-completed h2 svg {
      height: 4rem;
      width: 4rem;
      fill: #00ab00;
      margin-left: 0.5rem; }
  #page-registration-completed h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: none; }
    @media screen and (max-width: 900px) {
      #page-registration-completed h3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #page-registration-completed h3 small {
      font-size: 0.8rem;
      font-weight: normal; }
      @media screen and (max-width: 900px) {
        #page-registration-completed h3 small {
          -ms-flex-item-align: end;
              align-self: flex-end;
          margin-top: 1rem; } }
  #page-registration-completed > section {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    margin-bottom: 0;
    max-width: 1200px; }
    @media screen and (min-width: 601px) {
      #page-registration-completed > section {
        padding: 0 2.25rem; } }
  #page-registration-completed .step-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #page-registration-completed .step-section h2 {
      font-size: 1rem;
      margin-bottom: 0; }
  #page-registration-completed .now {
    margin: 2rem 0; }
  #page-registration-completed .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 2rem auto 0 0; }
  #page-registration-completed .progress-bar {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }

#forgot-password :not(output):-moz-ui-invalid {
  box-shadow: none !important; }

#forgot-password .progress-bar {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

#forgot-password h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: none; }
  @media screen and (max-width: 900px) {
    #forgot-password h3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #forgot-password h3 small {
    font-size: 0.8rem;
    font-weight: normal; }
    @media screen and (max-width: 900px) {
      #forgot-password h3 small {
        -ms-flex-item-align: end;
            align-self: flex-end;
        margin-top: 1rem; } }

#forgot-password > section {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  margin-bottom: 0;
  max-width: 1200px; }
  @media screen and (min-width: 601px) {
    #forgot-password > section {
      padding: 0 2.25rem; } }

#forgot-password .send-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 2rem 0 0; }

#forgot-password .send-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#forgot-password-step2 {
  display: none; }
  #forgot-password-step2 h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    text-transform: uppercase; }
    #forgot-password-step2 h2 img,
    #forgot-password-step2 h2 svg {
      height: 3rem;
      width: 3rem;
      fill: #00ab00;
      margin-left: 0.5rem; }
  #forgot-password-step2 .now {
    margin: 2rem 0; }
  #forgot-password-step2 .progress-bar {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  #forgot-password-step2 .step-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e4ebf3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #forgot-password-step2 .step-section .thank-you-title {
      background-color: #fff;
      border-bottom: 1px solid #d3d3d3;
      border-top: 1px solid #d3d3d3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media screen and (max-width: 900px) {
        #forgot-password-step2 .step-section .thank-you-title {
          font-size: 1rem; } }
    #forgot-password-step2 .step-section .step-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 1% 4rem;
      width: 98%; }
      @media screen and (max-width: 900px) {
        #forgot-password-step2 .step-section .step-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #forgot-password-step2 .step-section .step-wrapper .step {
        color: #004f97;
        margin: 0 3%;
        position: relative;
        text-align: center;
        width: 28%; }
        @media screen and (max-width: 900px) {
          #forgot-password-step2 .step-section .step-wrapper .step {
            margin-bottom: 2rem;
            width: 100%; } }
        #forgot-password-step2 .step-section .step-wrapper .step img,
        #forgot-password-step2 .step-section .step-wrapper .step svg {
          fill: #004f97; }
        #forgot-password-step2 .step-section .step-wrapper .step .step-header {
          font-size: 2.5rem;
          font-weight: 700;
          height: 50px; }
          #forgot-password-step2 .step-section .step-wrapper .step .step-header img,
          #forgot-password-step2 .step-section .step-wrapper .step .step-header svg {
            height: 3rem;
            width: 3rem;
            margin-left: 0.5rem; }
        #forgot-password-step2 .step-section .step-wrapper .step .step-description {
          font-size: 1.125rem;
          font-weight: 700;
          margin: 1rem 0; }
        #forgot-password-step2 .step-section .step-wrapper .step .step-note {
          color: #7d7b7b;
          font-size: 0.8rem; }
        #forgot-password-step2 .step-section .step-wrapper .step .arrow {
          position: absolute;
          right: -30%;
          top: 25%; }
          @media screen and (max-width: 900px) {
            #forgot-password-step2 .step-section .step-wrapper .step .arrow {
              display: none; } }

#reset-password .progress-bar {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

#reset-password h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: none; }
  @media screen and (max-width: 900px) {
    #reset-password h3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #reset-password h3 small {
    font-size: 0.8rem;
    font-weight: normal; }
    @media screen and (max-width: 900px) {
      #reset-password h3 small {
        -ms-flex-item-align: end;
            align-self: flex-end;
        margin-top: 1rem; } }
  #reset-password h3 img,
  #reset-password h3 svg {
    height: 3rem;
    width: 3rem;
    fill: #00ab00;
    margin-left: 0.5rem; }

#reset-password > section {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  margin-bottom: 0;
  max-width: 1200px; }
  @media screen and (min-width: 601px) {
    #reset-password > section {
      padding: 0 2.25rem; } }

#reset-password .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #reset-password .input-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #reset-password .input-wrapper .input-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%; }

#reset-password .save-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 2rem 0; }

#reset-password .send-psw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#reset-password .password {
  position: relative; }
  #reset-password .password img.password-info {
    display: none; }

#reset-password-step2 {
  display: none; }
  #reset-password-step2 .progress-bar {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  #reset-password-step2 h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase; }
    #reset-password-step2 h2 img,
    #reset-password-step2 h2 svg {
      height: 3rem;
      width: 3rem;
      fill: #00ab00;
      margin-left: 0.5rem; }
  #reset-password-step2 .thankyou-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3rem 0 6rem; }
    #reset-password-step2 .thankyou-section .thank-you-title {
      background-color: #fff;
      border-bottom: 1px solid #d3d3d3;
      border-top: 1px solid #d3d3d3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 3rem;
      width: 100%; }
      @media screen and (max-width: 900px) {
        #reset-password-step2 .thankyou-section .thank-you-title {
          font-size: 1rem; } }
  #reset-password-step2 .login-button {
    -ms-flex-item-align: start;
        align-self: flex-start; }

#page-landing {
  margin: -92px 0 0 0;
  max-width: none;
  padding: 0;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 600px) {
    #page-landing {
      padding-top: 92px; } }
  #page-landing p {
    font-size: 1rem;
    line-height: 1.5rem; }
  #page-landing .or {
    color: #003e85;
    display: inline;
    margin: 4px;
    text-transform: uppercase; }
  #page-landing .pagination-container {
    margin: 0; }
  #page-landing > img {
    width: 100%; }
  #page-landing section > div {
    margin: auto;
    max-width: 1200px; }
  #page-landing .background-image {
    width: 100%;
    margin-bottom: -32px;
    background: #e4ebf3;
    min-width: 1150px;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      #page-landing .background-image {
        display: none; } }
  #page-landing .background-image-mobile {
    width: 100%;
    margin-bottom: 20rem; }
    @media screen and (min-width: 601px) {
      #page-landing .background-image-mobile {
        display: none; } }
  #page-landing .img-box-container {
    margin: auto;
    max-width: 1200px;
    position: relative; }
  #page-landing .img-box {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    position: absolute;
    right: 2rem;
    top: -22rem;
    width: 25rem; }
    @media screen and (max-width: 600px) {
      #page-landing .img-box {
        padding: 2rem 1.125rem; } }
    @media screen and (min-width: 601px) {
      #page-landing .img-box {
        padding: 2rem 2.25rem; } }
    @media screen and (max-width: 600px) {
      #page-landing .img-box {
        background-color: #e4ebf3;
        left: 1.125rem;
        right: 1.125rem;
        top: -18rem;
        width: auto; }
        #page-landing .img-box h1 {
          font-size: 1.475rem; } }
    #page-landing .img-box p {
      color: #424242;
      font-size: 1.3rem; }
      @media screen and (max-width: 600px) {
        #page-landing .img-box p {
          font-size: 1rem; } }
    #page-landing .img-box .or {
      color: #003e85;
      font-size: 0.8rem; }
    #page-landing .img-box a {
      margin-top: 1rem; }
      @media screen and (max-width: 600px) {
        #page-landing .img-box a {
          font-size: 1rem; } }
  #page-landing .landing-carousel {
    background: #e4ebf3; }
    @media screen and (max-width: 600px) {
      #page-landing .landing-carousel {
        padding: 1rem 0; } }
    @media screen and (min-width: 601px) {
      #page-landing .landing-carousel {
        padding: 1rem 2.25rem; } }
    @media screen and (max-width: 600px) {
      #page-landing .landing-carousel > div h2,
      #page-landing .landing-carousel > div p {
        padding: 0 2.25rem; } }
    #page-landing .landing-carousel > div h2 {
      margin-top: 2rem; }
    #page-landing .landing-carousel .carousel {
      margin-bottom: 4rem;
      margin-top: 2rem; }
    #page-landing .landing-carousel article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    #page-landing .landing-carousel .card-wrapper {
      margin: 0.5rem 0;
      width: 33.33333%; }
      @media screen and (max-width: 600px) {
        #page-landing .landing-carousel .card-wrapper {
          width: 100%; } }
      @media screen and (min-width: 601px) and (max-width: 900px) {
        #page-landing .landing-carousel .card-wrapper {
          width: 50%; } }
    #page-landing .landing-carousel .card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 1rem 0 0.5rem; }
      #page-landing .landing-carousel .card .media-wrapper {
        width: 50%;
        margin: auto;
        padding-bottom: 50%; }
      #page-landing .landing-carousel .card .content {
        border-top: 1px solid #e4e5e7;
        margin-top: 1rem; }
      #page-landing .landing-carousel .card svg {
        opacity: .5; }
  #page-landing .testimonials-carousel {
    background: #e4ebf3;
    margin-bottom: 0;
    padding: 5rem 0; }
    @media screen and (max-width: 600px) {
      #page-landing .testimonials-carousel {
        padding-bottom: 1rem;
        padding-top: 1rem; } }
    #page-landing .testimonials-carousel > div > h2,
    #page-landing .testimonials-carousel > div > p {
      padding: 0 2.25rem; }
    #page-landing .testimonials-carousel > div h2 {
      margin-top: 1rem; }
    #page-landing .testimonials-carousel .title-desktop {
      display: inline; }
    #page-landing .testimonials-carousel .title-mobile {
      display: none; }
    @media screen and (max-width: 900px) {
      #page-landing .testimonials-carousel .title-desktop {
        display: none; }
      #page-landing .testimonials-carousel .title-mobile {
        display: inline;
        font-size: 18px;
        margin-bottom: 1rem;
        margin-top: 0; } }
    #page-landing .testimonials-carousel .carousel {
      margin-bottom: 2.6rem; }
    #page-landing .testimonials-carousel article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 292.5px;
      padding: 1rem 0; }
      @media screen and (max-width: 900px) {
        #page-landing .testimonials-carousel article {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #page-landing .testimonials-carousel article .media-wrapper {
        margin-right: 3.375rem;
        min-width: 520px; }
        @media screen and (max-width: 600px) {
          #page-landing .testimonials-carousel article .media-wrapper {
            min-width: 0;
            width: 100%; } }
      #page-landing .testimonials-carousel article em {
        font-size: 1.125rem;
        font-weight: bold; }
      #page-landing .testimonials-carousel article .quote {
        height: 32px;
        width: 32px;
        margin: 1rem 0 1rem -1.125rem; }
        #page-landing .testimonials-carousel article .quote:nth-of-type(2) {
          margin: 1rem 0 1rem auto; }
    #page-landing .testimonials-carousel .card-wrapper {
      margin: 0.5rem 0;
      width: 33.33333%; }
  #page-landing .click-away {
    padding: 4rem 0; }
    #page-landing .click-away div {
      padding: 0 2.25rem; }
  #page-landing .img-box-container-bottom {
    margin: auto;
    max-width: 1200px;
    position: relative; }
    @media screen and (max-width: 600px) {
      #page-landing .img-box-container-bottom .img-box-bottom {
        position: static; }
        #page-landing .img-box-container-bottom .img-box-bottom h2 {
          font-size: 1.3rem; }
        #page-landing .img-box-container-bottom .img-box-bottom .img-box-details {
          background-color: transparent;
          margin-top: 0; }
        #page-landing .img-box-container-bottom .img-box-bottom .img-box-actions {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end; }
          #page-landing .img-box-container-bottom .img-box-bottom .img-box-actions img {
            margin-right: 10px; } }
  #page-landing .img-box-container-bottom-responsive {
    display: none; }
    @media screen and (max-width: 600px) {
      #page-landing .img-box-container-bottom-responsive {
        display: inline-block;
        width: 100%; } }
  #page-landing .img-box-bottom {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    bottom: 5.4rem;
    padding: 20px 18px;
    position: absolute;
    right: 2em;
    width: 25rem; }
    @media screen and (max-width: 600px) {
      #page-landing .img-box-bottom {
        left: 1.125rem;
        right: 1.125rem;
        width: auto; }
        #page-landing .img-box-bottom h1 {
          font-size: 1.475rem; } }
    #page-landing .img-box-bottom h1 {
      margin-bottom: 0; }
    #page-landing .img-box-bottom .text {
      color: #003e85;
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 1rem; }
    #page-landing .img-box-bottom button {
      margin-top: 1rem; }
  #page-landing .img-box-bottom-responsive {
    padding: 2rem 2.25rem;
    width: 100%; }
    #page-landing .img-box-bottom-responsive h1 {
      font-size: 1rem;
      margin-bottom: 0; }
    #page-landing .img-box-bottom-responsive .text {
      color: #003e85;
      font-size: 1rem;
      font-weight: bold;
      margin-top: 0; }
    #page-landing .img-box-bottom-responsive button {
      margin-top: 1rem; }
  #page-landing .background-image-bottom {
    height: 400px;
    background-image: url(/Content/images/Asset_Stripe_App.jpg);
    background-size: cover;
    width: 100%;
    background-position: bottom; }
    @media screen and (max-width: 600px) {
      #page-landing .background-image-bottom {
        height: 315px;
        background-image: url(/Content/images/Asset_App_Mobile.jpg); } }
  #page-landing .img-box-container-bottom .img-box-container-bottom-h2 {
    display: inline; }
    #page-landing .img-box-container-bottom .img-box-container-bottom-h2.my {
      color: #f2cf46; }
    #page-landing .img-box-container-bottom .img-box-container-bottom-h2.text {
      text-transform: none; }
  #page-landing .img-box-container-bottom .img-box-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px -18px 0px -18px;
    padding: 17px;
    background-color: #d6dfe9; }
    #page-landing .img-box-container-bottom .img-box-details .img-box-details-text {
      padding-left: 10px; }
      #page-landing .img-box-container-bottom .img-box-details .img-box-details-text p {
        margin: 0;
        font-size: 0.875rem;
        line-height: initial; }
  #page-landing .img-box-container-bottom .img-box-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px; }
    #page-landing .img-box-container-bottom .img-box-actions img {
      height: 40px; }

#register-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100vh;
  width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0s, width 0s ease-in 0.2s;
  z-index: 99999; }
  #register-loader.show {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    transition: opacity 0.2s ease-in 0s, width 0s ease-in 0s;
    width: 100vw; }
  #register-loader .spinner {
    height: 100px;
    width: 100%;
    position: relative;
    stroke: #003e85; }
    #register-loader .spinner::before {
      content: '';
      display: block;
      padding-top: 100%; }
    #register-loader .spinner .circular {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -webkit-animation: rotate 2s linear infinite;
              animation: rotate 2s linear infinite;
      margin: auto;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    #register-loader .spinner .path {
      -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
              animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      stroke-linecap: round; }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }
