/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

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

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
 */
.alert.fade-enter-active, .alert.alert.fade-leave-active {
  transition: opacity 0.15s linear;
}

.alert.fade-enter, .alert.fade-leave-to {
  opacity: 0;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown-toggle.dropdown-toggle-no-caret:after {
  display: none !important;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}

.b-dropdown-form:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.b-dropdown-form:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.b-dropdown-text:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.b-dropdown-text:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* workaround for https://github.com/bootstrap-vue/bootstrap-vue/issues/1560 */
/* workaround for https://github.com/bootstrap-vue/bootstrap-vue/issues/2114 */
/* based on: bootstrap/scss/_input-group.scss */
.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

/* Base .input-group > .custom-range styling (no PR yet on BS V4) */
.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}

.input-group > .custom-range:focus {
  z-index: 3;
}

.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}

.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

/* b-form-input: custom-range validation styling - valid (no PR yet for BS V4.2) */
.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745;
}

.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}

.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545;
}

.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}

.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

/* b-table: general styling */
.b-table.table.table-fixed {
  /* fixed width columns */
  table-layout: fixed;
}

.b-table.table[aria-busy="true"] {
  opacity: 0.55;
}

.b-table.table > tbody > tr.b-table-details > td {
  border-top: none !important;
}

.b-table.table > caption {
  caption-side: bottom;
}

.b-table.table > caption.b-table-caption-top {
  caption-side: top !important;
}

.b-table.table > thead > tr > th,
.b-table.table > thead > tr > td,
.b-table.table > tfoot > tr > th,
.b-table.table > tfoot > tr > td {
  position: relative;
}

/* b-table: header sort styling */
.b-table.table > thead > tr > th[aria-sort],
.b-table.table > tfoot > tr > th[aria-sort] {
  position: relative;
  padding-right: 1.125em;
  cursor: pointer;
}

.b-table.table > thead > tr > th[aria-sort]::after,
.b-table.table > tfoot > tr > th[aria-sort]::after {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0.35em;
  padding-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.4;
  content: "\2195";
  speak: none;
}

.b-table.table > thead > tr > th[aria-sort][aria-sort="ascending"]::after,
.b-table.table > tfoot > tr > th[aria-sort][aria-sort="ascending"]::after {
  opacity: 1;
  content: "\2193";
}

.b-table.table > thead > tr > th[aria-sort][aria-sort="descending"]::after,
.b-table.table > tfoot > tr > th[aria-sort][aria-sort="descending"]::after {
  opacity: 1;
  content: "\2191";
}

/* b-table: stackled tables */
@media (max-width: 575.98px) {
  .b-table.table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .b-table.table.b-table-stacked-sm > caption,
  .b-table.table.b-table-stacked-sm > tbody,
  .b-table.table.b-table-stacked-sm > tbody > tr,
  .b-table.table.b-table-stacked-sm > tbody > tr > td,
  .b-table.table.b-table-stacked-sm > tbody > tr > td {
    display: block;
  }
  .b-table.table.b-table-stacked-sm > thead,
  .b-table.table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .b-table.table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .b-table.table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .b-table.table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .b-table.table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .b-table.table.b-table-stacked-sm > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
  }
  .b-table.table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }
  .b-table.table.b-table-stacked-sm > tbody > tr.top-row, .b-table.table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 767.98px) {
  .b-table.table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .b-table.table.b-table-stacked-md > caption,
  .b-table.table.b-table-stacked-md > tbody,
  .b-table.table.b-table-stacked-md > tbody > tr,
  .b-table.table.b-table-stacked-md > tbody > tr > td,
  .b-table.table.b-table-stacked-md > tbody > tr > td {
    display: block;
  }
  .b-table.table.b-table-stacked-md > thead,
  .b-table.table.b-table-stacked-md > tfoot {
    display: none;
  }
  .b-table.table.b-table-stacked-md > thead > tr.b-table-top-row,
  .b-table.table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .b-table.table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .b-table.table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .b-table.table.b-table-stacked-md > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
  }
  .b-table.table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }
  .b-table.table.b-table-stacked-md > tbody > tr.top-row, .b-table.table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 991.98px) {
  .b-table.table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .b-table.table.b-table-stacked-lg > caption,
  .b-table.table.b-table-stacked-lg > tbody,
  .b-table.table.b-table-stacked-lg > tbody > tr,
  .b-table.table.b-table-stacked-lg > tbody > tr > td,
  .b-table.table.b-table-stacked-lg > tbody > tr > td {
    display: block;
  }
  .b-table.table.b-table-stacked-lg > thead,
  .b-table.table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .b-table.table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .b-table.table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .b-table.table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .b-table.table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .b-table.table.b-table-stacked-lg > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
  }
  .b-table.table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }
  .b-table.table.b-table-stacked-lg > tbody > tr.top-row, .b-table.table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

@media (max-width: 1199.98px) {
  .b-table.table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .b-table.table.b-table-stacked-xl > caption,
  .b-table.table.b-table-stacked-xl > tbody,
  .b-table.table.b-table-stacked-xl > tbody > tr,
  .b-table.table.b-table-stacked-xl > tbody > tr > td,
  .b-table.table.b-table-stacked-xl > tbody > tr > td {
    display: block;
  }
  .b-table.table.b-table-stacked-xl > thead,
  .b-table.table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .b-table.table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .b-table.table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .b-table.table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .b-table.table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .b-table.table.b-table-stacked-xl > tbody > tr > [data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0.25rem 1rem;
  }
  .b-table.table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }
  .b-table.table.b-table-stacked-xl > tbody > tr.top-row, .b-table.table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .b-table.table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
}

.b-table.table.b-table-stacked {
  display: block;
  width: 100%;
}

.b-table.table.b-table-stacked > caption,
.b-table.table.b-table-stacked > tbody,
.b-table.table.b-table-stacked > tbody > tr,
.b-table.table.b-table-stacked > tbody > tr > td,
.b-table.table.b-table-stacked > tbody > tr > td {
  display: block;
}

.b-table.table.b-table-stacked > thead,
.b-table.table.b-table-stacked > tfoot {
  display: none;
}

.b-table.table.b-table-stacked > thead > tr.b-table-top-row,
.b-table.table.b-table-stacked > thead > tr.b-table-bottom-row,
.b-table.table.b-table-stacked > tfoot > tr.b-table-top-row,
.b-table.table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}

.b-table.table.b-table-stacked > caption {
  caption-side: top !important;
}

.b-table.table.b-table-stacked > tbody > tr > [data-label] {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 0.25rem 1rem;
}

.b-table.table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  display: inline;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
}

.b-table.table.b-table-stacked > tbody > tr.top-row, .b-table.table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}

.b-table.table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

/* b-table: selectable rows */
table.b-table.b-table-selectable > tbody > tr {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@charset "UTF-8";
/*
* Global shared styles for Kaukokiito.fi portal
*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0C4D7E;
  --indigo: #1E3368;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #02B9AD;
  --cyan: #1086B9;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #4A4A4A;
  --blue-extra-light: #0C4D7E;
  --transparent: transparent;
  --primary: #1086B9;
  --secondary: #868e96;
  --success: #28a745;
  --info: #1086B9;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #4A4A4A;
  --secondary-light: #BAD8E2;
  --success-secondary: #02B9AD;
  --white: #fff;
  --transparent: transparent;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1086B9;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0a5373;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 90%;
  color: #bd4147;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 90%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcddeb; }

.table-hover .table-primary:hover {
  background-color: #a8d3e5; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a8d3e5; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcddeb; }

.table-hover .table-info:hover {
  background-color: #a8d3e5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a8d3e5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cccccc; }

.table-hover .table-dark:hover {
  background-color: #bfbfbf; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bfbfbf; }

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: #ecf4f7; }

.table-hover .table-secondary-light:hover {
  background-color: #daeaef; }
  .table-hover .table-secondary-light:hover > td,
  .table-hover .table-secondary-light:hover > th {
    background-color: #daeaef; }

.table-success-secondary,
.table-success-secondary > th,
.table-success-secondary > td {
  background-color: #b8ebe8; }

.table-hover .table-success-secondary:hover {
  background-color: #a4e5e2; }
  .table-hover .table-success-secondary:hover > td,
  .table-hover .table-success-secondary:hover > th {
    background-color: #a4e5e2; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-transparent,
.table-transparent > th,
.table-transparent > td {
  background-color: rgba(255, 255, 255, 0.72); }

.table-hover .table-transparent:hover {
  background-color: rgba(242, 242, 242, 0.72); }
  .table-hover .table-transparent:hover > td,
  .table-hover .table-transparent:hover > th {
    background-color: rgba(242, 242, 242, 0.72); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #58c3f1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1086B9;
  border-color: #1086B9; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0d6d96;
    border-color: #0c648a; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1086B9;
    border-color: #1086B9; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0c648a;
    border-color: #0b5c7e; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #1086B9;
  border-color: #1086B9; }
  .btn-info:hover {
    color: #fff;
    background-color: #0d6d96;
    border-color: #0c648a; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #1086B9;
    border-color: #1086B9; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0c648a;
    border-color: #0b5c7e; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #4A4A4A;
  border-color: #4A4A4A; }
  .btn-dark:hover {
    color: #fff;
    background-color: #373737;
    border-color: #313131; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #4A4A4A;
    border-color: #4A4A4A; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #313131;
    border-color: #2a2a2a; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }

.btn-secondary-light {
  color: #212529;
  background-color: #BAD8E2;
  border-color: #BAD8E2; }
  .btn-secondary-light:hover {
    color: #212529;
    background-color: #9fc9d7;
    border-color: #96c4d3; }
  .btn-secondary-light:focus, .btn-secondary-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(186, 216, 226, 0.5); }
  .btn-secondary-light.disabled, .btn-secondary-light:disabled {
    color: #212529;
    background-color: #BAD8E2;
    border-color: #BAD8E2; }
  .btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active,
  .show > .btn-secondary-light.dropdown-toggle {
    color: #212529;
    background-color: #96c4d3;
    border-color: #8dbfcf; }
    .btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(186, 216, 226, 0.5); }

.btn-success-secondary {
  color: #fff;
  background-color: #02B9AD;
  border-color: #02B9AD; }
  .btn-success-secondary:hover {
    color: #fff;
    background-color: #02938a;
    border-color: #01877e; }
  .btn-success-secondary:focus, .btn-success-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 185, 173, 0.5); }
  .btn-success-secondary.disabled, .btn-success-secondary:disabled {
    color: #fff;
    background-color: #02B9AD;
    border-color: #02B9AD; }
  .btn-success-secondary:not(:disabled):not(.disabled):active, .btn-success-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-success-secondary.dropdown-toggle {
    color: #fff;
    background-color: #01877e;
    border-color: #017a72; }
    .btn-success-secondary:not(:disabled):not(.disabled):active:focus, .btn-success-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 185, 173, 0.5); }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .btn-transparent:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-transparent:focus, .btn-transparent.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-transparent.disabled, .btn-transparent:disabled {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-transparent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-primary {
  color: #1086B9;
  background-color: transparent;
  background-image: none;
  border-color: #1086B9; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1086B9;
    border-color: #1086B9; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1086B9;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1086B9;
    border-color: #1086B9; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #1086B9;
  background-color: transparent;
  background-image: none;
  border-color: #1086B9; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #1086B9;
    border-color: #1086B9; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #1086B9;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #1086B9;
    border-color: #1086B9; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #4A4A4A;
  background-color: transparent;
  background-image: none;
  border-color: #4A4A4A; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #4A4A4A;
    border-color: #4A4A4A; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #4A4A4A;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #4A4A4A;
    border-color: #4A4A4A; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }

.btn-outline-secondary-light {
  color: #BAD8E2;
  background-color: transparent;
  background-image: none;
  border-color: #BAD8E2; }
  .btn-outline-secondary-light:hover {
    color: #212529;
    background-color: #BAD8E2;
    border-color: #BAD8E2; }
  .btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(186, 216, 226, 0.5); }
  .btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
    color: #BAD8E2;
    background-color: transparent; }
  .btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary-light.dropdown-toggle {
    color: #212529;
    background-color: #BAD8E2;
    border-color: #BAD8E2; }
    .btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(186, 216, 226, 0.5); }

.btn-outline-success-secondary {
  color: #02B9AD;
  background-color: transparent;
  background-image: none;
  border-color: #02B9AD; }
  .btn-outline-success-secondary:hover {
    color: #fff;
    background-color: #02B9AD;
    border-color: #02B9AD; }
  .btn-outline-success-secondary:focus, .btn-outline-success-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 185, 173, 0.5); }
  .btn-outline-success-secondary.disabled, .btn-outline-success-secondary:disabled {
    color: #02B9AD;
    background-color: transparent; }
  .btn-outline-success-secondary:not(:disabled):not(.disabled):active, .btn-outline-success-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success-secondary.dropdown-toggle {
    color: #fff;
    background-color: #02B9AD;
    border-color: #02B9AD; }
    .btn-outline-success-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-success-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 185, 173, 0.5); }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-transparent {
  color: transparent;
  background-color: transparent;
  background-image: none;
  border-color: transparent; }
  .btn-outline-transparent:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-transparent:focus, .btn-outline-transparent.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
    color: transparent;
    background-color: transparent; }
  .btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-outline-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
    .btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-transparent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1086B9;
  background-color: transparent; }
  .btn-link:hover {
    color: #0a5373;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1086B9; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #1086B9; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(16, 134, 185, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #87d4f5; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #ddd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1086B9; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #1086B9; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(16, 134, 185, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(16, 134, 185, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1086B9; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(16, 134, 185, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #58c3f1;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(88, 195, 241, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #58c3f1;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem theme-color("primary"); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #58c3f1; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1086B9; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #868e96; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #868e96; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #868e96; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: #fff; }
  .navbar-dark .navbar-text a {
    color: #868e96; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #868e96; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1086B9;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:hover {
    color: #0a5373;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(16, 134, 185, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: theme-color("primary");
  border-color: theme-color("primary"); }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #fff;
  background-color: #1086B9; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0c648a; }

.badge-secondary {
  color: #fff;
  background-color: #868e96; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #1086B9; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0c648a; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #4A4A4A; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #313131; }

.badge-secondary-light {
  color: #212529;
  background-color: #BAD8E2; }
  .badge-secondary-light[href]:hover, .badge-secondary-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #96c4d3; }

.badge-success-secondary {
  color: #fff;
  background-color: #02B9AD; }
  .badge-success-secondary[href]:hover, .badge-success-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #01877e; }

.badge-white {
  color: #212529;
  background-color: #fff; }
  .badge-white[href]:hover, .badge-white[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6; }

.badge-transparent {
  color: #fff;
  background-color: transparent; }
  .badge-transparent[href]:hover, .badge-transparent[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #084660;
  background-color: #cfe7f1;
  border-color: #bcddeb; }
  .alert-primary hr {
    border-top-color: #a8d3e5; }
  .alert-primary .alert-link {
    color: #042431; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #084660;
  background-color: #cfe7f1;
  border-color: #bcddeb; }
  .alert-info hr {
    border-top-color: #a8d3e5; }
  .alert-info .alert-link {
    color: #042431; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #cccccc; }
  .alert-dark hr {
    border-top-color: #bfbfbf; }
  .alert-dark .alert-link {
    color: #0d0d0d; }

.alert-secondary-light {
  color: #617076;
  background-color: #f1f7f9;
  border-color: #ecf4f7; }
  .alert-secondary-light hr {
    border-top-color: #daeaef; }
  .alert-secondary-light .alert-link {
    color: #4a555a; }

.alert-success-secondary {
  color: #01605a;
  background-color: #ccf1ef;
  border-color: #b8ebe8; }
  .alert-success-secondary hr {
    border-top-color: #a4e5e2; }
  .alert-success-secondary .alert-link {
    color: #002e2b; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72); }
  .alert-transparent hr {
    border-top-color: rgba(242, 242, 242, 0.72); }
  .alert-transparent .alert-link {
    color: rgba(0, 0, 0, 0.48); }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #1086B9;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1086B9;
    border-color: #1086B9; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #084660;
  background-color: #bcddeb; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084660;
    background-color: #a8d3e5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084660;
    border-color: #084660; }

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #464a4e;
    background-color: #cfd2d6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #084660;
  background-color: #bcddeb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #084660;
    background-color: #a8d3e5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #084660;
    border-color: #084660; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #262626;
  background-color: #cccccc; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #262626;
    background-color: #bfbfbf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #262626;
    border-color: #262626; }

.list-group-item-secondary-light {
  color: #617076;
  background-color: #ecf4f7; }
  .list-group-item-secondary-light.list-group-item-action:hover, .list-group-item-secondary-light.list-group-item-action:focus {
    color: #617076;
    background-color: #daeaef; }
  .list-group-item-secondary-light.list-group-item-action.active {
    color: #fff;
    background-color: #617076;
    border-color: #617076; }

.list-group-item-success-secondary {
  color: #01605a;
  background-color: #b8ebe8; }
  .list-group-item-success-secondary.list-group-item-action:hover, .list-group-item-success-secondary.list-group-item-action:focus {
    color: #01605a;
    background-color: #a4e5e2; }
  .list-group-item-success-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #01605a;
    border-color: #01605a; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72); }
  .list-group-item-transparent.list-group-item-action:hover, .list-group-item-transparent.list-group-item-action:focus {
    color: rgba(0, 0, 0, 0.48);
    background-color: rgba(242, 242, 242, 0.72); }
  .list-group-item-transparent.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.48);
    border-color: rgba(0, 0, 0, 0.48); }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (10px * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (30px * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 5px 2.5px 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 5px;
    height: 5px; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 2.5px 5px 2.5px 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 2.5px 5px;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 5px;
    height: 5px; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 2.5px 0 2.5px 5px;
      border-left-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.4rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.4rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.4rem 0.4rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.4rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.4rem + 1px) * -1);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.4rem 0.4rem 0.4rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.4rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.4rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.4rem 0.4rem 0.4rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0.8rem;
    margin-left: -0.4rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.4rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.4rem + 1px) * -1);
    width: 0.4rem;
    height: 0.8rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.4rem 0 0.4rem 0.4rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1086B9 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0c648a !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #1086B9 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c648a !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #4A4A4A !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #313131 !important; }

.bg-secondary-light {
  background-color: #BAD8E2 !important; }

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: #96c4d3 !important; }

.bg-success-secondary {
  background-color: #02B9AD !important; }

a.bg-success-secondary:hover, a.bg-success-secondary:focus,
button.bg-success-secondary:hover,
button.bg-success-secondary:focus {
  background-color: #01877e !important; }

.bg-white {
  background-color: #fff !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-transparent {
  background-color: transparent !important; }

a.bg-transparent:hover, a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-top {
  border-top: 1px solid #e9ecef !important; }

.border-right {
  border-right: 1px solid #e9ecef !important; }

.border-bottom {
  border-bottom: 1px solid #e9ecef !important; }

.border-left {
  border-left: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1086B9 !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #1086B9 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #4A4A4A !important; }

.border-secondary-light {
  border-color: #BAD8E2 !important; }

.border-success-secondary {
  border-color: #02B9AD !important; }

.border-white {
  border-color: #fff !important; }

.border-transparent {
  border-color: transparent !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #1086B9 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0c648a !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #1086B9 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0c648a !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #4A4A4A !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #313131 !important; }

.text-secondary-light {
  color: #BAD8E2 !important; }

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: #96c4d3 !important; }

.text-success-secondary {
  color: #02B9AD !important; }

a.text-success-secondary:hover, a.text-success-secondary:focus {
  color: #01877e !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-transparent {
  color: transparent !important; }

a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-muted {
  color: #868e96 !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.top-menu #nav_collapse.show {
  padding-bottom: 25px; }

.nav-toggler-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.skk-navbar {
  background: transparent !important;
  padding: 0; }

.skk-navbar-top-panel {
  padding: 0.5rem 1rem; }

.navbar {
  overflow: hidden; }
  .navbar .collapsing {
    position: unset; }
  .navbar .navbar-collapse .menu-item:first-child {
    padding-top: 30px; }
  .navbar .nav-scroll-container {
    margin-right: -50px;
    max-height: 90vh;
    overflow: auto;
    padding-right: 50px; }
  .navbar .navbar-nav {
    min-width: 100% !important; }
  .navbar .navbar-nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0; }
  .navbar .field-label {
    display: none; }
  .navbar .navigation-menu-content-wrapper-mobile {
    background: #1E3368;
    padding-top: 50px; }
    .navbar .navigation-menu-content-wrapper-mobile .dropdown-menu {
      background: #D7D7D7; }
    .navbar .navigation-menu-content-wrapper-mobile .dropdown-item {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      color: #1E3368; }
  .navbar .navbar-text a {
    font-size: 17.5px;
    font-weight: 500; }
  .navbar .navbar-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    padding-top: 1px;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 16px;
    fill: #1086B9; }
    .navbar .navbar-toggler .icon {
      font-size: 35px; }
    .navbar .navbar-toggler[aria-expanded="true"] .icon-bars {
      display: none; }
    .navbar .navbar-toggler[aria-expanded="true"] .icon-close {
      display: block; }
    .navbar .navbar-toggler[aria-expanded="false"] .icon-bars {
      display: block; }
    .navbar .navbar-toggler[aria-expanded="false"] .icon-close {
      display: none; }
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important; }
  .navbar .top-menu {
    background: #1E3368;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -15px;
    padding-bottom: 15px; }
    .navbar .top-menu .row {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      width: 100%; }
  .navbar .bottom-menu {
    padding: 0 !important; }
  .navbar .bottom-menu-icons .dropdown-menu {
    border: none;
    background: #0C4D7E; }
  .navbar .bottom-menu .navbar-collapse {
    padding-top: 1px !important;
    padding-bottom: 0 !important; }
  .navbar li.text-light.nav-item a {
    color: #f8f9fa !important; }
  .navbar .epi-dynamic-nav p,
  .navbar .epi-dynamic-nav li {
    margin-bottom: 0;
    padding-top: 0.25rem; }
  .navbar .epi-dynamic-nav a {
    color: #fff; }
    .navbar .epi-dynamic-nav a:hover,
    .navbar .epi-dynamic-nav a .active {
      text-decoration: none !important;
      color: #868e96; }
  .navbar .epi-dynamic-nav-mobile .dropdown-menu a {
    display: block;
    clear: both;
    border: 0;
    background: none;
    width: 100%;
    padding: 0.25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #212529;
    font-weight: 400; }
    .navbar .epi-dynamic-nav-mobile .dropdown-menu a:hover,
    .navbar .epi-dynamic-nav-mobile .dropdown-menu a .active {
      background-color: #f8f9fa;
      text-decoration: none !important;
      color: #4A4A4A; }
    .navbar .epi-dynamic-nav-mobile .dropdown-menu a:focus {
      box-shadow: inset 0 0 400px 110px rgba(0, 0, 0, 0.09); }

nav.d-xl-none .navbar-nav {
  margin-top: 0;
  margin-bottom: 0; }

nav.d-xl-none .navbar-nav:last-child .nav-item:last-child {
  padding-bottom: 50px; }

.bottom-menu .navbar-nav {
  margin-top: 0; }

@media only screen and (max-width: 768px) {
  .navbar .logout-text {
    font-size: 10px; }
  .navbar-text {
    padding-top: 1em; }
  .navbar .navbar-toggler.mobile-nav {
    padding-top: 0.5em; }
  .dropdown-menu, .dropdown.menu-left, .show {
    padding-left: 200px;
    margin-left: -200px;
    padding-right: 200px;
    margin-right: -200px; }
  #DontShowOnSmallDevice {
    display: none; } }

.mobile-nav-parent {
  width: 100%; }
  .mobile-nav-parent .mobile-nav-child .skk-navbar-top-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mobile-nav-parent .mobile-nav-child .skk-navbar-top-panel .nav-toggler-wrapper {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .mobile-nav-parent .mobile-nav-child .skk-navbar-top-panel .searchComponent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .mobile-nav-parent .mobile-nav-child .skk-navbar-top-panel .navbar-brand {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }

@media only screen and (min-width: 768px) {
  .navbar-toggler[aria-expanded="true"] .menu-text {
    display: none !important; }
  .navbar-toggler[aria-expanded="true"] .menu-text-close {
    display: block !important; }
  .navbar-toggler[aria-expanded="false"] .menu-text {
    display: block !important; }
  .navbar-toggler[aria-expanded="false"] .menu-text-close {
    display: none !important; } }

.navigation-menu-instance {
  padding-bottom: 75px; }

#navigation-menu-instance {
  max-height: 76px; }

@media only screen and (max-width: 768px) {
  .navbar .nav-scroll-container {
    margin-right: -50px;
    max-height: 90vh;
    overflow: auto;
    padding-right: 50px;
    margin: 0px;
    width: 100%;
    min-width: 100%; }
  .mobile-nav-parent {
    /* width: 200px;
        height: 100%;
        min-height: 2000px;
        overflow: hidden;*/
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 7px 5px; }
  .mobile-nav-child {
    /*width: 200px;
        height: 100%;
        min-height: 2000px;
        overflow: scroll;
        margin-right:-50px;
        padding-right:50px;*/ }
  /* omia edit, poista kun kaikki toimii
    .mobile-top {
        display:block;
        width: 100%;
        height: 100%;
    }
    */ }

.navigation-bottom-menu-content-wrapper {
  margin-top: -2px; }

.nav-scroll-container {
  margin: 0px !important;
  min-width: 100% !important;
  width: 100% !important;
  padding: 0px !important; }

#navigation-menu-instance .container {
  /* width */ }
  #navigation-menu-instance .container ::-webkit-scrollbar {
    width: 0px; }

#MenuAuki {
  min-width: 95px; }

#MenuKiinni {
  min-width: 95px; }

body {
  font-family: "MuseoSans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

@media only screen and (max-width: 568px) {
  .dropdown-item:focus {
    background-color: lightgray; } }

.tooltip.show {
  opacity: 1; }

.tooltip .tooltip-inner {
  color: black;
  background: white;
  border-style: solid;
  border-width: 3px;
  border-color: #B8DAE3;
  font-weight: 600; }

/* Font Raleway... */
@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 100;
  src: url(/Static/App/Shared/./fonts/MuseoSans-100.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 100;
  src: url(/Static/App/Shared/./fonts/MuseoSans-100Italic.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 300;
  src: url(/Static/App/Shared/./fonts/MuseoSans-300.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 300;
  src: url(/Static/App/Shared/./fonts/MuseoSans-300Italic.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 500;
  src: url(/Static/App/Shared/./fonts/MuseoSans-500.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 500;
  src: url(/Static/App/Shared/./fonts/MuseoSans-500Italic.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 700;
  src: url(/Static/App/Shared/./fonts/MuseoSans-700.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 700;
  src: url(/Static/App/Shared/./fonts/MuseoSans-700Italic.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: normal;
  font-weight: 900;
  src: url(/Static/App/Shared/./fonts/MuseoSans-900.otf) format("opentype"); }

@font-face {
  font-family: "MuseoSans";
  font-style: italic;
  font-weight: 900;
  src: url(/Static/App/Shared/./fonts/MuseoSans-900Italic.otf) format("opentype"); }

/*
* SKK variables and definitions
*/
.container.container-medium-width {
  max-width: 1200px; }

.container.container-large-width {
  max-width: 1600px; }

.container.container-full-width {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0; }

.btn {
  font-weight: 900; }

.btn.btn-primary svg {
  fill: #fff; }

.btn.btn-primary:hover, .btn.btn-primary:focus {
  border-color: #34AEE4;
  background: #34AEE4; }

.btn.btn-success-secondary:hover, .btn.btn-success-secondary:focus {
  border-color: #65E0D8;
  background: #65E0D8; }

:not(.btn)a:hover, :not(.btn)a:focus {
  color: #10408A; }

.btn.btn-transparent {
  border: 3px solid #fff; }
  .btn.btn-transparent:hover, .btn.btn-transparentfocus {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.36); }

.button {
  min-width: 125px; }
  .button.button-primary {
    border-color: #1086B9;
    background-color: #1086B9;
    color: #FFFFFF; }
    .button.button-primary:focus {
      border-color: #02B9AD; }
    .button.button-primary:hover {
      border-color: #02B9AD; }
  .button.button-danger {
    border-color: #C7463F;
    background-color: #C7463F;
    color: #FFFFFF; }
    .button.button-danger:focus {
      border-color: #FE6748; }
    .button.button-danger:hover {
      border-color: #FE6748; }
  .button.button-secondary {
    background-color: transparent;
    color: #1086B9; }
    .button.button-secondary:focus {
      border-color: #1086B9; }
    .button.button-secondary:hover {
      border-color: #1086B9; }
    .button.button-secondary:disabled {
      color: #FFFFFF; }

.btn-full-width-no-hover {
  min-width: 125px;
  width: 100%;
  border-color: #1086B9;
  background-color: #1086B9;
  color: #FFFFFF;
  cursor: initial !important; }
  .btn-full-width-no-hover.btn {
    white-space: initial;
    padding: 0.75rem 0.75rem; }

/*
* Editor styles
*/
left-border {
  border-left: 0.5px solid #606060; }

.normal-text {
  font-size: 15px; }

.large-text {
  font-size: 20px; }

.very-large-text {
  font-size: 25px;
  line-height: 25px; }

.grey-dark,
.grey-dark a {
  text-decoration: none;
  color: #606060; }

.blue,
.blue a {
  text-decoration: none;
  color: #1086B9; }

.red,
.red a {
  text-decoration: none;
  color: #C7463F; }

.white,
.white a {
  text-decoration: none;
  color: #FFFFFF; }

.blockquote {
  font-style: italic;
  margin: 1.5em 30px;
  quotes: "“" "“"; }
  .blockquote:before {
    font-size: 1.5em;
    content: open-quote; }
  .blockquote:after {
    font-size: 1.5em;
    content: open-quote; }

.link-style {
  margin-bottom: 0.5rem;
  font-size: 16px !important;
  font-weight: 400 !important; }
  .link-style a {
    text-decoration: none; }
  .link-style:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url(/Static/App/Shared/./images/list-marker.png);
    background-size: contain;
    margin-right: 0.5rem; }

.custom-heading {
  font-size: 24px !important;
  font-weight: 900 !important; }

.ingressi {
  line-height: 29px !important;
  letter-spacing: 0;
  color: #606060;
  font-size: 22px !important;
  font-weight: 300 !important; }

.leipis {
  line-height: 24px !important;
  letter-spacing: 0;
  font-size: 16px !important;
  font-weight: 500 !important; }

.leipis-small {
  line-height: 20px;
  letter-spacing: 0;
  font-size: 13px !important;
  font-weight: 700 !important; }

.leipis-blue-large {
  line-height: 24px !important;
  letter-spacing: 0;
  color: #1086B9;
  font-size: 24px !important;
  font-weight: 300 !important; }

.scrollable-image {
  overflow-x: auto; }

.heading-2 {
  /* For the bigger heading in hero and containerblock */
  letter-spacing: 0;
  color: #fff;
  font-size: 30px !important;
  font-weight: 900 !important; }

.heading-3 {
  /* Heading used in generic text content */
  margin-bottom: 1rem;
  font-size: 24px !important;
  font-weight: 300 !important; }

.heading-hero {
  /* For the smaller heading in hero and containerblock */
  letter-spacing: 0;
  color: #fff;
  font-size: 18px !important;
  font-weight: 500 !important; }

.heading-4 {
  /* For heading used between different types of blocks */
  line-height: 93px;
  letter-spacing: 0;
  font-size: 18px !important;
  font-weight: 900 !important; }

.heading-dropdown,
.dropdown-list .heading-dropdown h3 {
  /* Styles for heading in dropdown and dropdownlist */
  letter-spacing: 0;
  font-size: 18px !important;
  font-weight: 900 !important; }

.heading-footer {
  /* Styles for heading inside footer */
  letter-spacing: 0;
  color: #4A4A4A !important;
  font-size: 16px !important;
  font-weight: 900 !important; }

.heading-box {
  /* Default styles for heading inside box-container element */
  line-height: 93px;
  letter-spacing: 0;
  color: #1086B9;
  font-size: 16px !important;
  font-weight: 900 !important; }

.heading-light {
  /* Will be used in new history-page layout */
  letter-spacing: 0;
  color: #1086B9;
  font-size: 36px !important;
  font-weight: 300 !important; }

.body-blue,
.body-white {
  /* Generic blue or white text for content */
  line-height: 26px;
  letter-spacing: 0;
  font-size: 24px !important;
  font-weight: 500 !important; }

.leipis-footer,
.leipis-footer a {
  /* Footer list-items */
  line-height: 25px;
  letter-spacing: 0;
  color: #1086B9;
  font-size: 16px !important;
  font-weight: 500 !important; }

.leipis-footer-small {
  /* Terms of use */
  letter-spacing: 0;
  color: #1086B9;
  font-size: 12px !important;
  font-weight: 500 !important; }

.content-grey {
  /* For generic content with grey color */
  line-height: 30px;
  letter-spacing: 0;
  color: #4A4A4A;
  font-size: 20px !important;
  font-weight: 300 !important; }

.uppercase-content {
  text-transform: uppercase;
  font-size: 18px; }

.light-content {
  font-size: 18px;
  font-weight: 300; }

.bold-content {
  line-height: 26px;
  font-weight: 900; }

.extra-margin-top-sm {
  margin-top: 0.5rem !important; }

.extra-margin-top-md {
  margin-top: 1rem !important; }

.extra-margin-top-lg {
  margin-top: 1.5rem !important; }

.extra-margin-top-xl {
  margin-top: 3rem !important; }

.extra-margin-top-xxl {
  margin-top: 6rem !important; }

.extra-margin-bottom-sm {
  margin-bottom: 0.5rem !important; }

.extra-margin-bottom-md {
  margin-bottom: 1rem !important; }

.extra-margin-bottom-lg {
  margin-bottom: 1.5rem !important; }

.extra-margin-bottom-xl {
  margin-bottom: 3rem !important; }

.extra-margin-bottom-xxl {
  margin-bottom: 6rem !important; }

.skk-custom-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  color: #495057; }
  .skk-custom-list li:nth-child(odd) {
    background: #E7EAF3; }
  .skk-custom-list li {
    display: block;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    padding: 0.75rem 1.25rem;
    font-size: 15px;
    font-weight: 600; }
  .skk-custom-list li.skk-custom-list-heading {
    background-color: #1E3368;
    padding-left: 0.5rem;
    color: #fff;
    font-size: 17.5px;
    font-weight: 700; }

.campaign-heading {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #1086B9 !important; }

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

.editor-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.editor-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px; }

@media only screen and (max-width: 768px) {
  .editor-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media only screen and (min-width: 992px) {
  .heading-hero {
    line-height: 93px; }
  .heading-2 {
    line-height: 51px;
    font-size: 51px !important; }
  .leipis-footer,
  .leipis-footer a {
    /* Footer list-items */
    line-height: 30px; } }

@media only screen and (min-width: 1200px) {
  .box-container-margin-left {
    padding: 0 50px 0 80px;
    margin-left: 1.5rem; } }

/*
* SKK Shared resources, Blocks etc.
*/
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  line-height: 20px;
  letter-spacing: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 300; }

svg {
  pointer-events: none; }

.prevent-y-scroll {
  margin-right: 0;
  margin-left: 0; }

.side-navigation-container-block .page-spacing {
  margin-top: 0; }

.hero-alert {
  position: relative;
  z-index: 5;
  margin-top: 74px;
  margin-bottom: -74px;
  background: #002C77;
  color: white;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media only screen and (max-width: 576px) {
    .hero-alert {
      margin-top: 114px;
      margin-bottom: -115px; } }
  .hero-alert .hero-alert-content {
    margin: 0 auto;
    width: 80%;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .hero-alert .alert-text {
    font-weight: 600; }
  .hero-alert .alert-text-additional {
    font-weight: 700; }
  .hero-alert .row {
    margin-right: 0;
    margin-left: 0; }

[v-cloak] {
  display: none !important; }

.w-1 {
  width: 1% !important; }

.w-1-5 {
  width: 1.5% !important; }

.w-5 {
  width: 5% !important; }

.w-7-5 {
  width: 7.5% !important; }

.w-8-3 {
  width: 8.3333% !important; }

.w-10 {
  width: 10% !important; }

.w-11 {
  width: 11% !important; }

.w-12 {
  width: 12% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-22-5 {
  width: 22.5% !important; }

.page-content {
  width: 100%; }

.tooltip::after {
  border: none !important; }

.footer-content {
  width: 100%; }
  .footer-content > div {
    width: 100%; }
    .footer-content > div > div {
      width: 100%; }

.terms-of-use-container .leipis-footer-small {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  padding-left: 1rem; }

.footer {
  position: fixed;
  bottom: 0; }
  .footer .container {
    padding: 1.5rem; }

.page-spacing {
  margin-top: 60px;
  margin-bottom: 60px; }

.start-page-content {
  margin-top: 14px; }

/**
* Page specific overrides
*/
#outdated .last button {
  border: none;
  background: transparent; }

.breadcrumb {
  font-size: 15px;
  margin-top: 75px;
  margin-bottom: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white; }
  .breadcrumb .breadcrumb-item {
    z-index: 0; }

@media only screen and (min-width: 768px) {
  .content-page-content > div:first-child > div:first-child .container-block-image {
    height: 100px; }
  .start-page-content > div:first-child > div:first-child .container-block-image {
    height: 100px;
    min-height: 460px; } }

@media only screen and (max-width: 992px) {
  .footer-content {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .terms-of-use-container {
    background: #1E3368;
    max-width: 100%; }
    .terms-of-use-container .leipis-footer-small {
      margin: 0 auto;
      padding-left: 0;
      color: #fff; } }

@media only screen and (max-width: 768px) {
  .container container-full-width has-info-element page-spacing {
    margin-bottom: 0px; }
  .start-page-content {
    margin-top: 0px; }
    .start-page-content :not(.highlight-section) .container .container-block-image.center {
      float: left;
      margin-bottom: 25px; }
    .start-page-content :not(.highlight-section) .container .split-container-block-wrapper {
      float: left;
      margin-bottom: 25px; }
    .start-page-content .list-heading {
      padding-top: 20px;
      padding-bottom: 10px; }
    .start-page-content .page-spacing.article-listing-default-container {
      margin-top: -25px; }
  .leipis-footer-small {
    height: 10px; }
  .page-spacing {
    margin-top: 60px;
    margin-bottom: 60px; }
  .breadcrumb {
    margin-bottom: -35px; } }

#bot .ac-pushButton > div {
  white-space: inherit !important; }

.skk-cookie-declaration .CookieDeclarationTypeHeader {
  font-weight: 600;
  font-size: large; }

.skk-cookie-declaration .CookieDeclarationTable {
  margin-bottom: 15px; }
  .skk-cookie-declaration .CookieDeclarationTable .CookieDeclarationTableCell {
    word-break: break-word;
    vertical-align: baseline; }
  .skk-cookie-declaration .CookieDeclarationTable .CookieDeclarationTableCell, .skk-cookie-declaration .CookieDeclarationTable CookieDeclarationTableHeader {
    padding-right: 5px;
    padding-left: 5px;
    border: black solid 2px;
    min-width: 145px; }

@media only screen and (max-width: 576px) {
  .skk-cookie-declaration .CookieDeclarationTable {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow: scroll; }
    .skk-cookie-declaration .CookieDeclarationTable .CookieDeclarationTableCell, .skk-cookie-declaration .CookieDeclarationTable CookieDeclarationTableHeader {
      max-width: 350px;
      white-space: pre-wrap; } }

@media only screen and (max-width: 576px) {
  .start-page-content .split-container-block-wrapper {
    margin-top: 0; }
  .start-page-content .highlight-section .page-spacing {
    margin-top: 105px; } }

#bot .ac-pushButton > div {
  white-space: inherit !important; }

.status-indicators .invalid-feedback {
  font-size: .7rem;
  margin-top: 0; }

.page-loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  fill: #1086B9; }

.initial-invisible {
  display: block; }

.invisible,
.initial-invisible.invisible {
  display: none; }

.initial-visible {
  display: none; }

.visible,
.initial-visible.visible {
  display: block; }

.form > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.submit-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.results {
  margin-left: 1rem; }
  .results li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    list-style: none; }
  .results .key,
  .results .key.primary-key {
    font-weight: 700; }
  .results .key.secondary-key {
    font-weight: 600; }
  .results li:last-child {
    border-bottom: 0; }

.warning-indicator {
  color: #FFC107;
  fill: #FFC107; }

.success-indicator {
  color: #66BB6A;
  fill: #66BB6A; }

.error-indicator {
  color: #C7463F;
  fill: #C7463F; }

.loading-indicator {
  color: #1086B9;
  fill: #1086B9; }

.overlayloading {
  content: "";
  position: fixed;
  /* element stretched to cover during rotation an aspect ratio up to 1/10 */
  top: -500%;
  left: -500%;
  right: -500%;
  bottom: -500%;
  z-index: 9999;
  pointer-events: none;
  /* to block content use: all */
  /* background */
  background-color: rgba(0, 0, 0, 0.6); }

.hunajapurkki {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

@media only screen and (min-width: 576px) {
  .form {
    margin-left: 1.5rem; } }

@media only screen and (min-width: 992px) {
  .status-indicators .invalid-feedback {
    font-size: 0.75rem; } }

@media only screen and (max-width: 768px) {
  .form-control {
    margin-left: 0 !important; } }

@media only screen and (max-width: 992px) {
  #navigation-menu-instance > .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 100%; }
  .navbar.mobile .skk-navbar-top-panel {
    padding: 0; }
    .navbar.mobile .skk-navbar-top-panel .navbar-toggler {
      padding-right: 0; }
  .navbar-spacer {
    min-width: 35px; }
  .bottom-menu-icons .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

#logged-in-news {
  width: 90%;
  margin: auto;
  margin-top: 15px;
  color: white;
  min-width: 260px;
  text-align: center; }

.mobile-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .mobile-top > .top-login-button {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    padding: 1rem 3rem;
    color: #1E3368; }

.mobile-nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .mobile-nav-button .icon-container {
    border-radius: 2px;
    background-color: #6583A3;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    text-align: center; }
  .mobile-nav-button .icon {
    background-color: #6583A3;
    fill: #fff; }

.login-form-component .field-label {
  display: none; }

.navbar-brand img {
  height: 2.5em; }

.navbar-mobile img {
  height: 2.5em; }

.navigation-sticky {
  position: fixed;
  z-index: 3;
  border-bottom: 1px solid #F8F8F8;
  background: #FFFFFF;
  width: 100%;
  max-height: 100vh; }

.navigation-top-menu-content-wrapper {
  background: #073366; }

.navigation-bottom-menu-content-wrapper {
  border-top: 1px solid #FFFFFF;
  background: #0C4D7E; }

.navigation-top-menu-content-wrapper,
.navigation-bottom-menu-content-wrapper {
  padding-top: 1rem;
  padding-right: 6rem;
  padding-left: 6rem; }

@media only screen and (min-width: 1000px) {
  .navigation-menu-content-wrapper {
    padding-right: 180px;
    padding-left: 90px; } }

@media only screen and (min-width: 1444px) {
  .navigation-top-menu-content-wrapper,
  .navigation-bottom-menu-content-wrapper {
    padding-top: 20px;
    padding-right: 180px;
    padding-bottom: 10px;
    padding-left: 157px; }
  .navigation-menu-content-wrapper {
    padding-right: 180px;
    padding-left: 90px; }
  .navigation-top-menu-content-wrapper.top {
    padding-top: 75px; } }

/* Hide menu until javascript is loaded */
.navigation-content-area {
  background: transparent;
  height: 100vh; }
  .navigation-content-area.initialized {
    background: #0C4D7E; }

.navigation-menu.navigation-content-area .navigation-top-menu-content-wrapper,
.navigation-menu.navigation-content-area .navigation-bottom-menu-content-wrapper {
  display: none; }

.navigation-menu.navigation-content-area.initialized .navigation-top-menu-content-wrapper,
.navigation-menu.navigation-content-area.initialized .navigation-bottom-menu-content-wrapper {
  display: block; }

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  width: 100%; }
  .navigation div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .navigation .nav-image {
    padding-top: 1rem;
    padding-left: 1.5rem; }
  .navigation h2 {
    padding: 1.5rem; }
  .navigation img {
    height: 30px; }
  .navigation .button-wrapper > .menu-icon {
    margin-top: 0.25rem;
    border: none;
    color: #1086B9; }
  .navigation .menu-icon {
    display: block;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin: 0 auto;
    margin-right: 0;
    padding: 0 1.5rem; }

.navigation-menu {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: scroll; }
  .navigation-menu .top-menu,
  .navigation-menu .bottom-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .navigation-menu .top-menu {
    background: #073366; }
  .navigation-menu .bottom-menu {
    background: #0C4D7E;
    width: 100%; }
  .navigation-menu a,
  .navigation-menu p {
    text-decoration: none;
    color: #FFFFFF; }
  .navigation-menu p {
    margin-bottom: 0; }

.bottom-menu > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 0.5rem; }

.navigation-menu .menu-list {
  margin-bottom: 0;
  list-style: none; }
  .navigation-menu .menu-list .menu-list-header {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700; }

.bottom-menu-icons {
  width: 100%;
  font-weight: 500; }

.bottom-menu .bottom-menu-icons > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: baseline;
  -webkit-justify-content: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline; }
  .bottom-menu .bottom-menu-icons > div.col-9 {
    padding-right: 40px; }

.bottom-menu .bottom-menu-icons .icon-link-block {
  margin-bottom: 1rem; }

.login-form-component-parent {
  min-width: 100%; }

@media only screen and (min-width: 768px) {
  .navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .navigation-menu .top-menu,
    .navigation-menu .bottom-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .navigation-menu .menu-list li {
    min-width: 180px;
    max-width: 180px; }
  .navigation-menu .menu-list li:last-child {
    padding-bottom: 15px; }
  .navigation-menu .menu-list .menu-list-header:first-child {
    padding-top: 1rem; }
  .bottom-menu > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .bottom-menu-icons-parent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .bottom-menu .bottom-menu-icons .col-3 {
    height: 1%; }
  .bottom-menu .bottom-menu-icons > div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .login-form-component-parent {
    min-width: 0; }
  .navigation-menu.navigation-menu-footer .menu-list li {
    min-width: initial;
    max-width: initial; } }

.stack-column .navbar-collapse:nth-child(2) .menu-item {
  padding-top: 0; }

.user-help-area {
  margin-top: 1rem;
  color: #B8DAE3;
  font-size: 12px; }
  .user-help-area a {
    white-space: pre;
    color: #B8DAE3; }
  .user-help-area p {
    margin-right: -15px;
    margin-left: 10px; }

.navigation-menu-component .fade-enter-active {
  height: 100vh;
  transition: all 0.5s ease-in; }

.navigation-menu-component .fade-leave-active {
  height: 100vh;
  transition: all 0.5s ease-out; }

.navigation-menu-component .fade-enter,
.navigation-menu-component .fade-leave-to {
  opacity: 0;
  height: 0; }

#kielet .stack-column #nav_collapse .navbar-nav {
  display: inline; }

#kielet .stack-column #nav_collapse ul {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*
                list-style-type: none;
                display: inline-block;
                .text-light menu-item d-none d-xl-flex {
                    display:none;    
                }
                */ }
  #kielet .stack-column #nav_collapse ul span {
    display: none !important;
    padding-top: unset; }
  #kielet .stack-column #nav_collapse ul p a {
    color: white;
    padding: 8px 16px;
    background-color: steelblue;
    width: 75px;
    min-width: 75px;
    margin: 2.5px; }

#kielet .stack-column #nav_collapse ul > p {
  display: inline; }

#kielet-mobiili {
  float: left;
  margin-left: 15px;
  margin-top: 15px; }
  #kielet-mobiili .stack-column #nav_collapse .navbar-nav {
    display: inline; }
  #kielet-mobiili .stack-column #nav_collapse ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*
                list-style-type: none;
                display: inline-block;
                .text-light menu-item d-none d-xl-flex {
                    display:none;    
                }
                */ }
    #kielet-mobiili .stack-column #nav_collapse ul span {
      display: none !important;
      padding-top: unset; }
    #kielet-mobiili .stack-column #nav_collapse ul p a {
      color: white;
      padding: 8px 16px;
      background-color: steelblue; }
  #kielet-mobiili .stack-column #nav_collapse ul > p {
    display: inline; }

@media only screen and (max-width: 768px) {
  #kielet-mobiili {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    max-width: 300px;
    min-width: 300px; }
    #kielet-mobiili .stack-column #nav_collapse .navbar-nav {
      display: inline; }
    #kielet-mobiili .stack-column #nav_collapse ul {
      display: unset;
      zoom: 1;
      *display: inline; }
      #kielet-mobiili .stack-column #nav_collapse ul span {
        display: none !important;
        padding-top: unset; }
      #kielet-mobiili .stack-column #nav_collapse ul p a {
        color: white;
        padding: 8px 16px;
        background-color: steelblue; }
    #kielet-mobiili .stack-column #nav_collapse ul > p {
      display: inline; } }

@media only screen and (max-width: 470px) {
  #kielet-mobiili {
    float: left;
    padding-bottom: 20px;
    margin-top: 10px;
    max-width: 100%;
    width: 250px;
    min-width: 250px;
    margin-top: 10px;
    margin-left: 15px !important; }
    #kielet-mobiili .stack-column #nav_collapse .navbar-nav {
      display: unset; }
    #kielet-mobiili .stack-column #nav_collapse ul {
      display: unset; }
      #kielet-mobiili .stack-column #nav_collapse ul span {
        display: none !important;
        padding-top: unset; }
      #kielet-mobiili .stack-column #nav_collapse ul p a {
        color: white;
        padding: 8px 16px;
        background-color: steelblue; }
    #kielet-mobiili .stack-column #nav_collapse ul > p {
      display: unset; } }

@media only screen and (max-width: 767px) {
  #kielet-mobiili {
    margin-top: 15px;
    padding-bottom: 25px; } }

@media only screen and (min-width: 1200px) {
  #kielet {
    min-width: 250px;
    margin-top: 20px; } }

@media only screen and (max-width: 768px) {
  .mobile-top {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 300px; }
  .navigation-bottom-menu-content-wrapper {
    border-top: none; }
  .navigation-menu-content-wrapper-mobile {
    margin-top: 0px;
    padding-top: 0px; }
  .navbar .navigation-menu-content-wrapper-mobile {
    padding-top: 20px; }
  .icon-link-container text-white,
  .link-image-wrapper,
  icon.icon-link-block {
    height: 118px;
    width: 88px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: center;
    margin: auto; }
  .icon-link-block img .link-image-wrapper img {
    height: 80px;
    width: 80px;
    align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center; }
  navbar-nav.menu-items-navbar.__BVID__29 {
    display: none; } }

@media only screen and (max-width: 768px) {
  .mobile-nav-button {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media only screen and (max-width: 437px) {
  .navbar-mobile img {
    margin-left: -65px;
    float: left; } }

@media only screen and (max-width: 768px) {
  #kielet-mobiili {
    float: right;
    margin-top: 10px;
    padding-bottom: 25px; }
    #kielet-mobiili .stack-column #nav_collapse .navbar-nav {
      display: inline; }
    #kielet-mobiili .stack-column #nav_collapse ul {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      #kielet-mobiili .stack-column #nav_collapse ul span {
        display: none !important;
        padding-top: unset; }
      #kielet-mobiili .stack-column #nav_collapse ul p a {
        color: white;
        padding: 8px 16px;
        background-color: steelblue; }
    #kielet-mobiili .stack-column #nav_collapse ul > p {
      display: inline; } }

@media only screen and (max-width: 470px) {
  #kielet-mobiili {
    float: left;
    margin-left: 30px;
    padding-bottom: 20px;
    margin-top: 10px; }
    #kielet-mobiili .stack-column #nav_collapse .navbar-nav {
      display: unset; }
    #kielet-mobiili .stack-column #nav_collapse ul {
      display: unset; }
      #kielet-mobiili .stack-column #nav_collapse ul span {
        display: none !important;
        padding-top: unset; }
      #kielet-mobiili .stack-column #nav_collapse ul p a {
        color: white;
        padding: 8px 16px;
        background-color: steelblue; }
    #kielet-mobiili .stack-column #nav_collapse ul > p {
      display: unset; } }

@media only screen and (min-width: 1200px) {
  #kielet {
    min-width: 250px;
    margin-top: 20px; }
  #logged-in-news {
    text-align: start; } }

.footer-content .query-form input {
  font-size: 0.85rem; }

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer-menu a,
  .footer-menu p {
    color: #1086B9; }
  .footer-menu p {
    margin-bottom: 0; }
  .footer-menu .menu-list {
    margin-bottom: 1.5rem; }
  .footer-menu .menu-list-additional-text {
    margin-top: 15px;
    line-height: 35px;
    font-size: 20px; }

.navigation-menu.navigation-menu-footer {
  position: initial;
  background: #1E3368;
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .navigation-menu.navigation-menu-footer .menu-list-additional-text {
    margin: 0 auto; }
  .navigation-menu.navigation-menu-footer .menu-list-additional-text p {
    text-align: center;
    color: #fff; }
  .navigation-menu.navigation-menu-footer .menu-list {
    padding: 0 1.5rem 0 1.5rem; }

.footer-row {
  margin-right: 0;
  margin-left: 0; }

@media only screen and (max-width: 992px) {
  .footer-row .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (min-width: 992px) {
  .footer-content .query-form input {
    font-size: 1rem; }
  .navigation-menu.navigation-menu-footer {
    background: #fff; }
    .navigation-menu.navigation-menu-footer .menu-list-additional-text p {
      text-align: start;
      color: #1086B9; }
    .navigation-menu.navigation-menu-footer .menu-list-additional-text {
      margin-top: 15px;
      margin-right: 0;
      margin-left: 0;
      line-height: initial;
      font-size: initial; } }

@media only screen and (min-width: 1200px) {
  .menu-list {
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media only screen and (max-width: 576px) {
  #footer-content .navigation-menu.navigation-menu-footer {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem; }
    #footer-content .navigation-menu.navigation-menu-footer .footer-menu p {
      margin-bottom: 0 !important; }
  #footer-content .footer-content .form-block-additional {
    margin-bottom: 0 !important; } }

.listing-block > div {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit; }

.listing-block-parent {
  margin-top: -60px;
  margin-bottom: -60px; }
  .listing-block-parent .list-item-block-parent .list-item-block-parent:first-child .list-item {
    margin-top: 80px; }
  .listing-block-parent .list-item-block-parent .list-item-block-parent:last-child .list-item {
    margin-bottom: 80px; }
  .listing-block-parent .list-item-block-parent.FullBackground {
    width: 100%; }
  .listing-block-parent .list-item {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
    padding: 60px 0; }
    .listing-block-parent .list-item.primary {
      background: #1086B9;
      color: #fff; }
    .listing-block-parent .list-item.primary:focus, .listing-block-parent .list-item.primary:hover {
      background: #34AEE4;
      text-decoration: none; }
    .listing-block-parent .list-item.secondary {
      background: #fff;
      color: #1086B9; }
    .listing-block-parent .list-item.secondary:focus, .listing-block-parent .list-item.secondary:hover {
      background: #F7F7F7;
      text-decoration: none; }
    .listing-block-parent .list-item.FullBackground {
      width: 100%; }
      .listing-block-parent .list-item.FullBackground:hover {
        background: var(--list_item_hover) !important; }

@media only screen and (min-width: 992px) {
  .listing-block-parent .list-item-block-parent .list-item-block-parent:first-child .list-item {
    margin-top: 30px; }
  .listing-block-parent .list-item-block-parent .list-item-block-parent:last-child .list-item {
    margin-bottom: 30px; }
  .listing-block > .list-item-block-parent .list-item-block-parent:first-child .list-item {
    margin-left: 1rem; }
  .listing-block > .list-item-block-parent .list-item-block-parent:last-child .list-item {
    margin-right: 1rem; }
  .listing-block > .list-item-block-parent .list-item-block-parent:not(:first-child):not(:last-child) .list-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem; } }

@media only screen and (max-width: 768px) {
  .listing-block {
    min-height: 360px;
    margin-left: 0px;
    margin-right: 5px; }
  .listing-block-parent .list-item {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px; }
  .list-item small styles secondary {
    margin-bottom: 0px; }
  .listing-block-parent .list-item-block-parent .list-item-block-parent:last-child .list-item {
    margin-bottom: 0px; }
  .list-item-block-parent:first-child {
    padding-top: 12.5px; }
  .list-item-block-parent:last-child {
    padding-bottom: 25px; }
  .list-item > .list-item-container p.list-item-description {
    font-size: 15px;
    font-weight: 300;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .listing-block > div {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit; }
  .list-item-block-parent {
    padding-left: 0px !important;
    margin-left: 15px;
    margin-right: 5px;
    box-sizing: unset !important; }
    .list-item-block-parent:last-child {
      margin-bottom: 40px; }
  .list-item-container {
    width: 100%;
    border: 1px;
    border-style: solid;
    border-color: #B8DAE3;
    margin-bottom: 11px; }
  .list-item-block-parent {
    margin-bottom: 6px; }
    .list-item-block-parent:last-child {
      margin-bottom: 0px; }
  .listing-block-parent {
    padding-left: 0px; }
    .listing-block-parent .list-item.primary .list-item-container {
      background: #1086B9;
      color: #fff;
      height: 100px;
      width: 100%;
      min-width: 350px;
      padding-top: 20px;
      padding-left: 12%; }
      .listing-block-parent .list-item.primary .list-item-container p {
        padding-left: 30px;
        width: 245px;
        word-wrap: break-word;
        white-space: initial;
        text-align: left; }
      .listing-block-parent .list-item.primary .list-item-container .list-item-description {
        padding-left: 30px;
        width: 210px;
        word-wrap: break-word;
        white-space: initial;
        text-align: left; }
    .listing-block-parent .list-item.primary .list-item-container:hover {
      background-color: #34AEE4; }
    .listing-block-parent .list-item.secondary .list-item-container:hover {
      background-color: #F7F7F7; }
    .listing-block-parent .list-item.secondary.FullBackground .list-item-container:hover {
      background-color: inherit; }
    .listing-block-parent .list-item.secondary.FullBackground .list-item-container {
      background-color: inherit; }
    .listing-block-parent .list-item.primary:focus, .listing-block-parent .list-item.primary:hover {
      background: #34AEE4;
      text-decoration: none; }
    .listing-block-parent .list-item.secondary {
      background: #fff;
      color: #1086B9; }
      .listing-block-parent .list-item.secondary .list-item-container {
        height: 100px;
        width: 100%;
        min-width: 350px;
        padding-top: 20px;
        padding-left: 12%; }
    .listing-block-parent .list-item.secondary:focus, .listing-block-parent .list-item.secondary:hover {
      background: #F7F7F7;
      text-decoration: none; }
  .list-item-block-parent:last-child {
    padding-bottom: 20px; }
  /*Talla voisi footerin alimpaan osioon kiinni etusivulla mutta rikkoo muilla sivuilla asioita liikaa.
    .footer-row {
        //margin-top:-60px;
    }*/ }

@media only screen and (max-width: 490px) {
  .listing-block-parent .list-item.primary .list-item-container {
    padding-left: 7.5%; }
  .listing-block-parent .list-item.secondary .list-item-container {
    padding-left: 7.5%; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .list-item.small.styles.secondary,
  .list-item.large.secondary,
  .list-item.large.styles.primary {
    padding: 0px; }
  .list-item {
    display: unset; }
  .list-item-block-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 245px; }
    .list-item-block-parent a {
      margin-top: 0px !important; }
    .list-item-block-parent:last-child {
      min-height: 186px;
      height: 186px;
      margin-bottom: 0px !important; }
      .list-item-block-parent:last-child a {
        margin-bottom: 30px !important; }
  .listing-block-parent {
    margin-top: -30px;
    margin-bottom: -30px; }
  .list-item.small.styles.secondary .list-item-container {
    width: 280px; }
    .list-item.small.styles.secondary .list-item-container img {
      float: left; }
    .list-item.small.styles.secondary .list-item-container div {
      float: left; }
      .list-item.small.styles.secondary .list-item-container div p {
        margin-left: 0px;
        width: 250px;
        float: left; }
      .list-item.small.styles.secondary .list-item-container div .list-item-description {
        margin-left: 0px;
        width: 250px;
        float: left;
        text-align: left !important;
        margin: 0px !important; } }

.has-info-element .container-block-content {
  padding-top: 30px; }

.start-page-content .highlight-section .container-block-content.center {
  padding-top: 5px; }

.container-block {
  color: #fff; }
  .container-block .container-block-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 150px; }
    .container-block .container-block-image.center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .container-block .container-block-image.flex-start {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .container-block .container-block-image.flex-end {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .container-block .container-block-image.space-around {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
  .container-block .container-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 100%;
    color: #FFFFFF; }
    .container-block .container-block-content > div {
      width: 100%; }
  .container-block .form-block-container {
    width: initial; }
  .container-block.SideBySide > .SideBySide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .container-block.SideBySide > .SideBySide > div.reverse-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .container-block.SideBySide > .SideBySide > div img {
      max-width: 100%;
      height: 100%; }
    .container-block.SideBySide > .SideBySide > div p {
      font-size: 13px; }
  .container-block.SideBySide4060 > .SideBySide4060 > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .container-block.SideBySide4060 > .SideBySide4060 > div.reverse-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .container-block.SideBySide4060 > .SideBySide4060 > div img {
      max-width: 100%;
      height: 100%; }
    .container-block.SideBySide4060 > .SideBySide4060 > div p {
      font-size: 13px; }

.info-element {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  background: #fff;
  width: 100%; }
  .info-element .info-caret {
    padding-top: 7.5px;
    fill: #fff; }
  .info-element .fade-enter-active {
    max-height: 100000px;
    transition: all 0.5s ease-in; }
  .info-element .fade-leave-active {
    max-height: 100000px;
    transition: all 0.25s ease-out; }
  .info-element .fade-enter,
  .info-element .fade-leave-to {
    opacity: 0;
    max-height: 0; }
  .info-element .info-element-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #36749A;
    cursor: pointer;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 12.5px; }
    .info-element .info-element-heading:hover {
      background: #1086B9; }
    .info-element .info-element-heading .info-heading-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .info-element .info-element-heading p {
      margin-bottom: 0;
      max-width: 80px; }
    .info-element .info-element-heading .info-element-icon {
      margin-right: 0.5rem;
      background-image: url(/Static/App/Shared/./images/ota_yhteytta.png);
      background-size: contain;
      width: 35px;
      height: 35px;
      content: "";
      margin-left: 10px;
      margin-top: 3px; }
  .info-element .info-element-content {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    font-size: 15px; }
    .info-element .info-element-content .uppercase-content {
      font-size: 15px; }
    .info-element .info-element-content a {
      font-size: 15px; }

.info-element-mobile .info-element {
  display: block;
  top: 3.4em; }

@media only screen and (max-width: 768px) {
  .info-element-mobile .info-element {
    display: unset;
    padding: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px; }
    .info-element-mobile .info-element .info-caret {
      padding-top: 0px; }
  .info-element,
  .info-element-content {
    background-color: white;
    margin-top: 0px !important; }
  .info-element-content {
    margin-top: -15px; }
  .info-element-mobile {
    margin-bottom: -25px; }
  .start-page-content .highlight-section .info-element-mobile {
    margin-bottom: 0; }
  .container-block,
  .container-block-image {
    padding-top: 0px;
    margin-top: 0px; }
  .info-element-heading {
    margin: auto;
    height: 75px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  @-moz-document url-prefix() {
    .info-element-heading {
      height: 75px; } }
  .has-info-element .container-block-content {
    padding: 0px; }
  .info-element .info-element-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #36749A;
    cursor: pointer;
    padding-left: 10px;
    color: #fff;
    font-size: 12.5px; }
  .info-caret {
    display: none; }
  .info-element-icon {
    padding-top: 10px; }
  container listing-block-parent {
    display: block; }
  #main-content > div > div > div > div.highlight-section > .container.container-full-width.has-info-element.page-spacing {
    height: 450px;
    overflow: hidden; } }

@media only screen and (max-width: 575px) {
  .info-element {
    padding-top: 5px !important; }
  .start-page-content .highlight-section .container-block-image {
    margin-top: 10px; }
  .start-page-content .query-form .row {
    margin-left: 0;
    margin-right: 0; }
    .start-page-content .query-form .row .col-md-8 {
      margin: 0 7.5%; } }

div:not(.highlight-section) > div > div > .container-block-image {
  min-height: 400px; }

@media only screen and (min-width: 576px) {
  .info-element-mobile .info-element {
    display: none;
    position: unset; }
  .info-element {
    display: block;
    top: 9.3em;
    width: auto; }
    .info-element .info-caret {
      display: none; }
  .has-info-element .container-block-content {
    padding-top: auto; } }

@media only screen and (max-width: 576px) {
  .start-page-content .hightlight-section .container-block,
  .start-page-content .hightlight-section .container-block-image {
    margin-top: 69px; }
  .content-page-content .container {
    max-width: 95%; } }

@media only screen and (min-width: 768px) {
  .container-block .container-block-image {
    min-height: 300px; }
  .start-page-content .heading-box {
    margin-bottom: 0; } }

@media only screen and (max-width: 768px) {
  .SideBySide .container-block-content .text-block img {
    margin: 0 0 1.5rem 0; }
  .SideBySide4060 .container-block-content .text-block img {
    margin: 0 0 1.5rem 0; } }

@media only screen and (min-width: 992px) {
  .container-block .container-block-image {
    min-height: 300px; }
  .container-block.SideBySide > .SideBySide > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .container-block.SideBySide > .SideBySide > div > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      word-break: break-word; }
    .container-block.SideBySide > .SideBySide > div.reverse-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .container-block.SideBySide > .SideBySide > div > div:not(:first-child) {
      padding-left: 3rem; }
  .container-block.SideBySide4060 > .SideBySide4060 > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .container-block.SideBySide4060 > .SideBySide4060 > div > div:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      word-break: break-word; }
    .container-block.SideBySide4060 > .SideBySide4060 > div.reverse-column {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .container-block.SideBySide4060 > .SideBySide4060 > div > div:not(:first-child) {
      padding-left: 3rem; } }

.container-block.AlternativeContainer.container-margin {
  background-color: #fff;
  margin-top: -160px;
  border-style: solid;
  border-bottom: 5px;
  border-color: blue;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 20px;
  padding-right: 40px;
  margin-bottom: -70px; }
  .container-block.AlternativeContainer.container-margin .container-block-image.center .overlay {
    display: none; }
  .container-block.AlternativeContainer.container-margin .container-block-image.center .container-block-content.center .row.info-icon-parent .col-6.col-md-6.col-lg-3 .info-icon-block {
    width: 80px;
    height: 80px; }
    .container-block.AlternativeContainer.container-margin .container-block-image.center .container-block-content.center .row.info-icon-parent .col-6.col-md-6.col-lg-3 .info-icon-block .info-image-wrapper {
      background: unset;
      background-color: unset; }
    .container-block.AlternativeContainer.container-margin .container-block-image.center .container-block-content.center .row.info-icon-parent .col-6.col-md-6.col-lg-3 .info-icon-block .info-text-wrapper {
      color: #1086B9;
      margin-top: 0px; }
      .container-block.AlternativeContainer.container-margin .container-block-image.center .container-block-content.center .row.info-icon-parent .col-6.col-md-6.col-lg-3 .info-icon-block .info-text-wrapper h3 {
        font-size: 16px;
        width: 120px;
        margin: auto; }

@media only screen and (min-width: 765px) {
  .container-block.AlternativeContainer.container-margin {
    display: none; } }

@media only screen and (min-width: 576px) and (max-height: 765px) {
  .info-element {
    top: 4.3em; }
  .info-element-content {
    height: 235px;
    overflow-y: scroll; } }

.start-page-content .split-container-block.page-spacing {
  margin-bottom: 30px; }

.split-container-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .split-container-block-wrapper .split-container-block-content.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-width: 50%; }
    .split-container-block-wrapper .split-container-block-content.left > div,
    .split-container-block-wrapper .split-container-block-content.left > div > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .split-container-block-wrapper .split-container-block-content.left > div {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
  .split-container-block-wrapper .split-container-block-content.right {
    background: #1086B9;
    color: #FFFFFF; }

@media only screen and (min-width: 768px) {
  .split-container-block-content.right {
    padding: 60px; } }

@media only screen and (min-width: 1200px) {
  .split-container-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .split-container-block-content.left.has-margin > div {
    margin-left: 30%; }
  .split-container-block-content.right.has-margin > div {
    margin-right: 30%;
    max-width: 650px; } }

@media only screen and (min-width: 1200px) and (max-width: 1200px) {
  .split-container-block-content.right.has-margin > div {
    max-width: 450px;
    margin-right: 10%; }
  .split-container-block-content.left.has-margin > div {
    margin-left: 0px; } }

@media only screen and (max-width: 576px) {
  .split-container-block-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 110px; } }

.container-block .link-block {
  width: grid-column-width(4); }

.container-block .link-block.top-link-block {
  width: auto; }

.link-block {
  padding: 3rem 0; }
  .link-block.Middle {
    display: table;
    margin: auto;
    max-width: 50%; }
  .link-block.Right {
    float: right;
    max-width: 50%; }
  .link-block.Left {
    float: left;
    max-width: 50%; }

.link-block-heading {
  margin-right: 5px;
  margin-left: 5px;
  letter-spacing: 0.05em;
  font-size: 25px;
  font-weight: 700; }

.link-block-category {
  margin-right: 5px;
  margin-bottom: 2px;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500; }

.link-block-description {
  margin-right: 5px;
  margin-left: 5px; }
  .link-block-description p {
    line-height: 24px;
    letter-spacing: 0.04em;
    font-size: 17px;
    font-weight: 100; }
    .link-block-description p.btn {
      margin-bottom: 0;
      font-weight: 900; }
  .link-block-description a {
    margin: 0 15px;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-weight: 700; }

.link-block-button {
  border: none;
  background-color: #02B9AD;
  text-transform: uppercase;
  color: #FFFFFF; }

.link-block-button:hover {
  color: #FFFFFF; }

@media only screen and (min-width: 768px) {
  .link-block-heading {
    margin-bottom: 0; }
  .link-block-description {
    display: block;
    margin-bottom: 0.5rem; } }

.split-container-block-content .link-block-heading {
  font-size: 25px; }

.split-container-block-content .link-block-description {
  font-size: 15px; }

.start-page-content .highlight-section .container-block-image {
  min-height: 460px !important; }

.highlight-section .container-block-image {
  min-height: 300px; }

.highlight-section .container-block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #FFFFFF; }

.highlight-section .link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.highlight-section .link-block-heading {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 17.5px;
  font-weight: 700; }

.highlight-section .link-block-description p {
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  font-size: 30px !important;
  font-weight: 900 !important; }

.link-block .link-block-description .btn {
  line-height: 27px !important;
  font-size: 18px !important; }

@media only screen and (min-width: 768px) {
  .link-block-heading,
  .link-block-description,
  .link-block-category {
    margin-right: 0;
    margin-left: 0; }
  .link-block {
    padding: 3rem; }
  .content-page-content .highlight-section .container-block-image {
    min-height: 300px; }
  .highlight-section .container-block-image {
    min-height: 300px; }
  .highlight-section .link-block-description p {
    line-height: 51px;
    font-size: 51px !important; }
  .link-block-description a {
    margin: 0 30px; } }

.kielet {
  display: none; }

@media only screen and (max-width: 768px) {
  .link-block-heading {
    text-align: center; }
  .xmsonormal {
    text-align: center !important;
    padding-left: 10px;
    font-size: 12px; }
  .link-block-description {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    .link-block-description p {
      text-align: center; }
    .link-block-description .btn {
      margin-left: 32%; }
  .top-link-block .link-block-description .btn {
    margin-left: 0px; }
  .mobile-top a {
    width: 300px; }
  .mobile-top ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .mobile-top ul li a div p {
      float: left !important;
      width: 140px; }
    .mobile-top ul li a div div {
      float: right !important; }
  .mobile-top ul:last-child li:last-child {
    display: none; }
  .link-block.Left {
    max-width: unset !important; }
    .link-block.Left h4 {
      text-align: center; } }

@media only screen and (max-width: 400px) {
  .link-block-description .btn {
    margin-left: 26%; } }

@media only screen and (max-width: 370px) {
  .link-block-description .btn {
    margin-left: 22%; } }

#main-content > div > div > div > div:nth-child(3) > div:nth-child(9) > div > div > div.split-container-block-content.left.container-block-image.has-margin.youtube-directive {
  box-shadow: unset; }

.link-block.top-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .link-block.top-link-block > * {
    text-align: center; }
  .link-block.top-link-block .link-block-heading {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700; }
  .link-block.top-link-block .link-block-description {
    color: #FFFFFF;
    font-size: 51px;
    font-weight: 900; }
  .link-block.top-link-block .link-block-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    border: 3px solid #FFFFFF;
    background: none;
    line-height: 35px; }
  .link-block.top-link-block .heading-hero-main {
    /* For the smaller heading in hero and containerblock */
    letter-spacing: 0;
    color: #fff;
    font-size: 18px !important;
    font-weight: 500 !important; }

@media only screen and (min-width: 768px) {
  .link-block.top-link-block .link-block-heading {
    margin-bottom: 0;
    font-weight: 500; } }

@media only screen and (min-width: 768px) and (min-width: 992px) {
  .heading-hero-main {
    line-height: 50px; } }

@media only screen and (max-width: 576px) {
  .top-link-block .link-block-description.btn {
    margin-left: 0px !important; } }

.form-block {
  margin-bottom: 1rem;
  border-top: 1px solid #7F8082;
  border-bottom: 1px solid #7F8082;
  background-color: #FFFFFF;
  color: #1086B9;
  opacity: 0.999; }
  .form-block .input-group-btn .btn,
  .form-block .input-group-btn {
    width: 100%; }
  .form-block.has-additional .query-form {
    padding-right: 0; }
  .form-block.has-additional .query-form .input-group input {
    margin-right: 0; }
  .form-block .heading-box {
    font-size: 20px !important;
    font-weight: 700 !important; }
  .form-block .input-group input:first-child {
    border-right: 1px solid #ced4da; }
  .form-block .input-group .form-control {
    width: 100%; }
  .form-block input {
    margin-bottom: 1rem;
    width: 100%;
    min-width: 100px;
    color: #000000; }
  .form-block .city-link {
    border: none;
    background: transparent;
    color: #1086B9; }
  .form-block .form-block-component {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding: 1rem;
    padding-right: 0;
    padding-left: 0; }
    .form-block .form-block-component .form-block-additional {
      margin-bottom: 1.5rem;
      padding-left: 0; }
    .form-block .form-block-component .btn {
      min-width: 160px; }
    .form-block .form-block-component .postal-code-list .btn {
      min-width: auto; }
  .form-block form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0; }
  .form-block h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 19.2px;
    font-size: 20px;
    font-weight: 700; }
  .form-block a {
    margin-top: 0;
    padding-right: 1rem;
    font-weight: 900; }
  .form-block .terminal-link {
    border: none;
    background-color: transparent;
    color: #1086B9; }

@media only screen and (min-width: 1200px) {
  .form-block a,
  .form-block h3,
  .form-block input {
    margin-top: 0;
    margin-bottom: 0; }
  .form-block form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-block.has-additional input,
  .form-block.has-additional a {
    border-right: none; }
  .form-block.has-additional a {
    margin-left: 0; } }

.container-block-content .form-block {
  margin-bottom: 0;
  border: none;
  background-color: #B8DAE3;
  color: #1086B9; }
  .container-block-content .form-block a {
    background: none;
    color: #1086B9; }

.container-block-image.space-around .container-block-content.bottom .form-block {
  margin-bottom: 1.5rem; }

.container-block-image.flex-end .container-block-content.bottom .form-block {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .form-block .input-group-btn .btn,
  .form-block .input-group-btn {
    width: auto; }
  .form-block .input-group input:first-child {
    margin-right: 20px; }
  .form-block .timetable-query .input-group input:first-child {
    margin-right: 20px; }
  .form-block .timetable-query .row > .input-group .btn-group {
    margin-right: 20px; }
  .form-block.has-additional h3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .form-block .form-block-component .form-block-additional {
    margin-bottom: 0; }
  .form-block .input-group .form-control {
    width: 1%; } }

@media only screen and (min-width: 992px) {
  .form-block .input-group-btn .btn,
  .form-block .input-group-btn {
    width: auto; } }

@media only screen and (min-width: 1200px) {
  .container-block-image.space-around .container-block-content.bottom .form-block {
    margin: 0 auto;
    margin-bottom: 0.5rem; }
  .container-block-image.flex-end .container-block-content.bottom .form-block {
    margin-bottom: 1rem; } }

@media only screen and (max-width: 992px) {
  .footer-content .form-block-container .form-block-component {
    background: #1E3368; }
  .footer-content .form-block-container .form-block {
    border-top: none; }
  .footer-content .form-block {
    margin-bottom: 0;
    border-bottom: none; }
    .footer-content .form-block .btn-primary {
      border-color: #fff;
      background: #1E3368;
      min-width: 80px;
      text-transform: uppercase;
      color: #fff; }
    .footer-content .form-block .field.input-group input {
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  .footer-content .form-block-component.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-content .query-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .footer-content .query-form > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-content .query-form > .row .input-group {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .footer-content .form-block .form-block-component .form-block-additional {
    margin-bottom: 1.5rem;
    max-width: 100%;
    padding-right: 0; }
  .footer-content .social-media-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-content .social-media-block .social-media-item {
      background: #fff; }
    .footer-content .social-media-block .icon {
      background: #fff;
      fill: #1E3368; }
  .footer-content .heading-box {
    display: block;
    margin-bottom: 1rem;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important; } }

@media only screen and (max-width: 768px) {
  .form-block .form-block-component {
    margin-bottom: -145px; }
  .form-block-container {
    margin-bottom: 120px; }
  .city-link {
    margin-left: 15px; }
  .input-group-btn {
    display: inline-block;
    max-width: 40px;
    float: right; }
  .form-block .form-block-component .btn {
    min-width: 90px; }
  .form-block {
    margin-bottom: 0px !important; }
  .form-control {
    display: inline-block;
    float: left;
    max-width: 220px;
    width: 220px;
    margin-right: 5px;
    margin-left: 20px; }
  #main-content > div > div > div > div.highlight-section > div > div > div.container-block-image.space-around > div.container-block-content.bottom.container > div > div > div {
    margin-bottom: 180px; }
  .heading-box {
    display: block !important;
    text-align: center; }
  .social-media-block {
    margin-bottom: 20px; }
  .footer-content .query-form .col-md-8 {
    /*-webkit-box-flex: 0;
            -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .footer-content .query-form .input-group-btn {
    max-width: 100%; } }

@media only screen and (max-width: 370px) {
  .form-block .form-block-component .btn {
    min-width: 70px; } }

.field .status-indicators:not(.has-errors) {
  margin-left: 0.5rem;
  min-height: 15px;
  max-height: 15px; }

.field .multiselect__option--highlight {
  background: #1086B9; }

.field .multiselect__tag {
  background: #1086B9; }

.field .multiselect__tags {
  border-radius: 0; }

.field .multiselect__option--highlight::after {
  background: #1086B9; }

.field.field.has-additional-action .multiselect {
  width: 87.5%;
  min-height: 38px; }
  .field.field.has-additional-action .multiselect .multiselect__tags {
    min-height: 38px; }

.field .vdp-datepicker .form-control[readonly] {
  background: #FFFFFF; }

.field .vdp-datepicker__calendar-button {
  padding: 0 0.5rem;
  padding-top: 0.25rem; }

.field-label .field-is-required {
  color: #1086B9;
  font-weight: 600; }

input[disabled],
select[disabled] {
  background: #C6C6C6; }

.field.has-additional-action {
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial; }
  .field.has-additional-action input,
  .field.has-additional-action select {
    width: calc(100% - 50px); }
  .field.has-additional-action button {
    margin-bottom: 0; }

.field.readonly span.field-readonly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  min-width: 75px;
  max-width: 75px;
  height: 38px; }

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .field .input-group-addon {
    border-right: 1px solid #ced4da !important; }

.field.add-group input {
  margin-right: 0;
  min-width: 60%;
  max-width: 60%; }

.field.add-group .add-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #F6EFEF;
  background: #F6EFEF;
  min-width: 30%;
  max-width: 30%;
  height: 38px;
  font-weight: 500; }

.field.add-group.readonly .add-group {
  border-color: initial;
  background: initial;
  min-width: 100px; }

.field .field-additional {
  border: 1px solid #ced4da;
  border-left: none;
  min-width: 12.5%;
  max-width: 12.5%;
  fill: #1086B9; }

.multiselect.is-invalid .multiselect__tags {
  border-color: #dc3545;
  /*
    TODO: apply this box-shadow when the inner input has focus, requires javascript
    &:focus {
        box-shadow: 0 0 0 0.2rem rgba($red, 0.25);
    }
    */ }

@media only screen and (max-width: 768px) {
  .field.input-group input {
    width: 70%;
    min-width: 70%; }
  .field-label {
    margin-bottom: 0;
    margin-top: .75rem; }
    .field-label .info-block {
      font-size: 16px; } }

@media only screen and (max-width: 395px) {
  .form-block .form-block-component .btn {
    min-width: 90px; } }

.list-heading {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #7F8082;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.1em;
  color: #1086B9;
  font-weight: 700; }
  .list-heading span.list-heading-bg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background: #FFFFFF;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 0;
    font-size: 25px !important;
    font-weight: 700 !important; }

.dropdown-block .page-spacing.heading-block {
  margin-top: 0;
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .list-heading {
    padding-top: 5px;
    border: none; } }

.social-media-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .social-media-block .social-media-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1rem;
    border-radius: 25px;
    background: #1086B9;
    min-width: 30px;
    min-height: 30px; }
  .social-media-block .icon {
    margin-top: 5px;
    font-size: 1em; }
  .social-media-block a svg {
    background: #1086B9;
    fill: #FFFFFF; }
  .social-media-block #avainlippu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1rem; }
    .social-media-block #avainlippu .iconB {
      margin-top: 1px;
      font-size: 1em; }

@media only screen and (max-width: 991px) {
  #avainlippu {
    background: #1E3368 !important; } }

@media only screen and (min-width: 1200px) {
  #avainlippu {
    margin-left: 0px !important; } }

.social-media-header {
  margin-bottom: 1rem;
  text-align: center;
  color: #fff;
  font-size: 16px; }

.form-block .social-media-block a {
  padding-right: 0; }

.menu-list-additional-text {
  padding: 0 1.5rem 0 1.5rem;
  font-weight: bold; }
  .menu-list-additional-text p {
    margin-bottom: 0.5rem; }

@media only screen and (min-width: 1200px) {
  .footer-menu .menu-list,
  .menu-list-additional-text {
    padding: 0 50px; } }

@media only screen and (min-width: 768px) {
  .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    text-decoration: none; }
    .list-item.large .list-item-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .list-item.large .list-item-container div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .list-item.large .list-item-container img {
      width: 60px;
      min-width: 60px;
      height: 60px;
      min-height: 60px; }
  .list-item img {
    margin-right: 0.5rem; }
  .list-item > .list-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600; }
    .list-item > .list-item-container img {
      margin-bottom: 1rem;
      width: 60px;
      height: 60px; }
    .list-item > .list-item-container p,
    .list-item > .list-item-container div {
      margin-bottom: 0.5rem;
      white-space: nowrap;
      font-size: 20px;
      font-weight: 700; }
    .list-item > .list-item-container p.list-item-description {
      font-size: 15px;
      font-weight: 300;
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: center; } }

@media only screen and (min-width: 768px) and (min-width: 992px) {
  .list-item {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .list-item.large .list-item-container img {
      width: 80px;
      height: 80px; }
  .list-item-block-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .listing-block > div > .Full {
    width: 100%; }
  .listing-block > div > .Wide {
    width: 75%; }
  .listing-block > div > .Half {
    width: 50%; }
  .listing-block > div > .Narrow {
    width: 25%; }
  .list-item > .list-item-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-item > .list-item-container p,
    .list-item > .list-item-container div {
      margin-bottom: 0.5rem;
      white-space: nowrap;
      font-size: 26px;
      font-weight: 900; }
    .list-item > .list-item-container p.list-item-description {
      font-size: 17.5px;
      font-weight: 300; }
  .list-item.large .list-item-container div {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 768px) {
  .list-item-description {
    white-space: normal !important; } }

@media only screen and (max-width: 768px) {
  .list-item-block-parent {
    max-height: 80px;
    height: 80px;
    padding-left: 25px; }
    .list-item-block-parent .list-item .list-item small styles secondary .list-item.list-item-container {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px; }
  .listing-block-parent .list-item-block-parent .list-item-block-parent:first-child .list-item {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .list-item a {
    margin: 0px;
    padding: 0px; }
  .list-item-block-parent {
    max-height: 80px;
    height: 80px; }
    .list-item-block-parent .list-item-container {
      margin-left: 0px;
      padding-left: 0px;
      float: left;
      text-align: left;
      padding-top: 6px;
      padding-bottom: 6px; }
  .list-item-block-parent:first-child {
    padding-bottom: 0px !important; }
  .list-item-block-parent:last-child {
    margin-bottom: 80px !important; }
  /*Tästä alaspäin ylimääräiset pois!display: flex;
        flex-direction: row;*/
  .list-item > .list-item-container {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600; }
    .list-item > .list-item-container img {
      margin-bottom: 1rem;
      width: 60px;
      height: 60px;
      margin: auto;
      float: left;
      margin-left: 30px;
      margin-right: 15px; }
    .list-item > .list-item-container p,
    .list-item > .list-item-container div {
      margin-bottom: 0.5rem;
      white-space: nowrap;
      font-size: 20px;
      font-weight: 700;
      margin-right: 1200px;
      margin-left: 40px; }
      .list-item > .list-item-container p p,
      .list-item > .list-item-container div p {
        margin-left: 0px; }
    .list-item > .list-item-container p.list-item-description {
      font-size: 15px;
      font-weight: 300;
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: center; } }

@media only screen and (max-width: 400px) {
  .list-item > .list-item-container img {
    margin-left: 0px; }
  .listing-block-parent .list-item.secondary .list-item-container {
    min-width: 315px; }
  .listing-block-parent .list-item.primary .list-item-container {
    min-width: 315px; } }

.listing-block-article {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 300; }
  .listing-block-article .image-container,
  .listing-block-article img {
    border-radius: 100px;
    width: 120px;
    height: 120px; }
  .listing-block-article .image-container {
    margin: 0 1rem; }
  .listing-block-article .list-item {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    margin: 0; }
    .listing-block-article .list-item a:hover .list-item-heading {
      cursor: pointer;
      text-decoration: underline; }
  .listing-block-article .publish-date {
    margin-bottom: 0.5rem;
    color: #7F8082;
    font-weight: 300; }
  .listing-block-article .list-item-heading {
    margin-bottom: 0.5rem;
    color: #7F8082;
    font-weight: 500; }
  .listing-block-article .additional-button-container {
    margin: 0 auto; }

.article-categories {
  margin-bottom: 3rem; }

.article-listing-block-default {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .article-listing-block-default .article-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article-listing-block-default .additional-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.listing-block-article .additional-button,
.article-listing-block-secondary .additional-button {
  width: 100%; }

.article-listing-block-secondary .additional-button {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .article-listing-block-secondary .additional-button button,
  .article-listing-block-secondary .additional-button button:hover,
  .article-listing-block-secondary .additional-button button:focus {
    background: #FFFFFF;
    color: #1086B9; }

.list-item-article {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  padding-bottom: 3rem; }
  .list-item-article .list-item-container-article div {
    font-size: 15px; }
  .list-item-article .list-item-container-article div a {
    font-weight: 700; }
  .list-item-article.hide-article {
    display: none; }

.list-item-container-article .button {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  margin-left: 0; }

.list-item-container-article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .list-item-container-article div,
  .list-item-container-article p {
    display: block;
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .article-listing-block-default .article-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .article-listing-block-default .additional-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .list-item-container-article {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .listing-block-article {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

a.list-item-container-article.secondary {
  display: block;
  text-decoration: none;
  color: #606060;
  font-weight: 500; }

@media only screen and (min-width: 768px) {
  .listing-block-article .additional-button-container {
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .listing-block-article .image-container,
  .listing-block-article img {
    float: left; }
  .list-item-container-article {
    width: 200px;
    float: left; }
    .list-item-container-article .btn {
      width: 100px;
      height: 40px;
      padding-top: 7px; }
  .additional-button {
    margin-left: 30%; }
  .listing-block-article .image-container,
  .listing-block-article img {
    border-radius: 100px;
    width: 90px;
    height: 90px; }
  #article-listing-block-component-default {
    margin-left: 50px; } }

.info-icon-parent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.info-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1rem;
  min-width: 80px;
  max-width: 80px;
  color: #FFFFFF; }
  .info-icon-block .info-text-wrapper {
    margin-top: 0.5rem;
    text-align: center; }
  .info-icon-block .info-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 52.5px;
    background: #1086B9;
    min-width: 80px;
    min-height: 80px;
    margin-right: 5px; }
  .info-icon-block img {
    width: 50px;
    height: 50px; }
  .info-icon-block p,
  .info-icon-block h3 {
    margin-bottom: 0; }
  .info-icon-block p {
    font-size: 10px; }
  .info-icon-block h3 {
    font-size: 25px;
    font-weight: 500; }

.info-icon-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.info-text-wrapper {
  margin-left: 0; }

@media only screen and (max-width: 768px) {
  .info-icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    max-width: 140px;
    height: 170px;
    max-height: 170px;
    margin-left: 50px;
    margin-top: 25px; }
  .row-icon.parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .info-text-wrapper {
    text-align: center; }
    .info-text-wrapper h3 {
      font-size: 25px; }
    .info-text-wrapper p {
      font-size: 14px;
      width: 200px; } }

@media only screen and (min-width: 768px) {
  .info-icon-block {
    margin-left: auto;
    margin-right: auto; } }

.icon-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FFFFFF; }
  .icon-link-block div {
    padding: 0; }
  .icon-link-block .link-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .icon-link-block .link-image-wrapper img {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
  .icon-link-block .icon-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%; }
  .icon-link-block img {
    border-radius: 30px;
    background: #1086B9;
    width: 50px;
    height: 50px;
    padding: 1rem; }
  .icon-link-block p {
    font-size: 13px;
    margin-top: 0.5rem; }
  .icon-link-block.hidden {
    display: none !important; }

@media only screen and (min-width: 1200px) {
  .icon-link-block img {
    border-radius: 145.5px;
    width: 85px;
    height: 85px; }
  .icon-link-block p {
    font-size: 16px; } }

@media only screen and (max-width: 768px) {
  .icon-link-block img .link-image-wrapper img .icon-link-container text-white {
    height: 80px;
    width: 80px;
    width: 50px;
    text-align: left; }
    .icon-link-block img .link-image-wrapper img .icon-link-container text-white img {
      display: inline-block;
      text-align: unset; }
    .icon-link-block img .link-image-wrapper img .icon-link-container text-white .menupallero {
      height: 80px;
      width: 80px; }
  img {
    float: left; }
  .icon-link-block img {
    border-radius: 60px;
    background: #1086B9;
    width: 80px;
    height: 80px;
    padding: 1rem; } }

.login-form-component {
  min-width: 180px; }
  .login-form-component div {
    padding: 0; }
  .login-form-component input {
    margin: 0.5rem auto;
    width: 100%; }
  .login-form-component h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600; }
  .login-form-component p {
    color: #FFFFFF;
    font-size: 12px; }
  .login-form-component .register-menu-link {
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 12px; }
  .login-form-component .line-login {
    width: 100%;
    border-bottom: 2px solid #FFFFFF;
    margin: 30px 0; }
  .login-form-component .btn-kaukoputki-link {
    margin: 10px 0; }
  .login-form-component .status-message,
  .login-form-component .form-status-message {
    color: #FFFFFF; }
  .login-form-component input:-webkit-autofill {
    /* Change the color to your own background color */
    box-shadow: #FFFFFF;
    -webkit-text-fill-color: #333333; }
  .login-form-component input:-webkit-autofill:focus {
    box-shadow: #FFFFFF;
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333333; }

.g-recaptcha {
  margin-bottom: 0.5em; }

.grecaptcha-badge {
  visibility: hidden; }

.bottom-menu-icons .login-form-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0; }
  .bottom-menu-icons .login-form-component h3 {
    margin-top: 0; }
  .bottom-menu-icons .login-form-component .form-entry > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.sidemenu h3,
.sidemenu a,
.sidemenu button {
  font-size: 18px;
  font-weight: 700; }

.side-navigation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 3rem;
  padding-left: 3rem; }
  .side-navigation-block .side-navigation-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 1rem;
    padding-bottom: 1rem;
    fill: #1086B9; }
    .side-navigation-block .side-navigation-link-container i {
      padding-top: 0.25rem; }
    .side-navigation-block .side-navigation-link-container.active {
      color: #606060;
      fill: #606060; }
    .side-navigation-block .side-navigation-link-container.sub-menu-item {
      border-bottom: none !important;
      font-size: 16px !important; }
  .side-navigation-block h3 {
    margin-bottom: 0; }
  .side-navigation-block a,
  .side-navigation-block button {
    text-decoration: none;
    font-weight: 500; }
  .side-navigation-block a:last-child,
  .side-navigation-block button:last-child {
    margin-bottom: 1rem; }

.side-navigation-block-container {
  margin-top: 10px;
  font-weight: 300; }

@media only screen and (max-width: 768px) {
  .side-navigation-block.sidemenu {
    margin-top: -25px; } }

@media only screen and (max-width: 576px) {
  .side-navigation-container-block.container {
    max-width: 90%;
    margin: 0 5% !important; } }

.text-block {
  margin-top: 0;
  color: #4A4A4A; }

.text-block .left-border {
  border-left: 0.5px solid #606060;
  padding-left: 1.5rem; }

@media only screen and (max-width: 576px) {
  .text-block h2 {
    font-size: 1.25rem; }
  .text-block {
    margin-right: 5px;
    margin-left: 5px; } }

.side-navigation-container-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.side-navigation-container-block-heading {
  margin-bottom: 0.5rem;
  color: #1086B9;
  font-size: 25px;
  font-weight: 600; }

.side-navigation-container-block.article .side-navigation-block-container {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  margin-bottom: 0; }

.side-navigation-container-block.article .container-margin {
  margin-right: 0;
  margin-left: 0; }

.side-navigation-container-block .content-container .image-block {
  margin: 0; }

.side-navigation-block-container .text-block {
  margin: 0;
  font-weight: 600; }

.side-navigation-container-block .content-container .text-block p {
  margin-bottom: 0; }

.side-navigation-container-block .image-block {
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .side-navigation-container-block .content-container .text-block {
    margin: 0 0 1.5rem 0; }
    .side-navigation-container-block .content-container .text-block p {
      margin-bottom: 0; } }

@media only screen and (min-width: 1200px) {
  .side-navigation-container-block .content-container {
    margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .side-navigation-container-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media only screen and (max-width: 768px) {
  .side-navigation-container-block {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

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

.user-data {
  margin: 1rem 1rem 1rem 0;
  color: #FFFFFF;
  font-weight: 600; }

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
  margin-left: 1rem; }

.item.item-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.treeview:last-child {
  border-bottom: none; }

.treeview {
  background: #FFFFFF;
  max-width: 150px; }
  .treeview .primary-key {
    font-weight: 700; }
  .treeview .array-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .treeview .array-item div {
      -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
              align-self: baseline;
      margin-right: 0.25rem; }
  .treeview .normal-item {
    min-height: 50px; }
  .treeview ul {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 100%; }
  .treeview ul.item.item-child,
  .treeview .item-child > div > li {
    margin-left: 0;
    padding-left: 0; }
  .treeview li {
    margin-right: 1rem;
    margin-left: 1rem; }
  .treeview .value {
    font-weight: 600; }

.treeview.item {
  margin-right: 0.25rem;
  margin-left: 0.25rem; }

.postal-code-list-toggle {
  min-width: 60px;
  max-width: 60px; }

.postal-code-list-city-name {
  font-size: 10px; }

.postalcode .dropdown-menu {
  max-height: 300px;
  overflow-y: scroll; }

.modal-container {
  background: #FFFFFF;
  max-height: 100vh;
  overflow: scroll;
  padding-top: 1.5rem;
  padding-bottom: 1rem; }

.modal-mask {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease; }

.addressbook-modal .modal-dialog {
  max-width: 1200px; }

.modal-wrapper {
  padding-top: 3rem; }
  .modal-wrapper .modal-container .button-container {
    position: fixed;
    margin-left: 0;
    background: #FFFFFF;
    padding-top: 1rem; }
  .modal-wrapper .addressbook-list,
  .modal-wrapper .configuration-templates,
  .modal-wrapper .form.addressbook-form,
  .modal-wrapper .dialog-addressbook .confirm-delete-form,
  .modal-wrapper .parcel-modal .confirm-delete-form {
    margin-top: 100px; }
  .modal-wrapper .modal-form-component {
    padding-top: 0; }

@media only screen and (min-width: 992px) {
  .modal-wrapper .addressbook-list,
  .modal-wrapper .configuration-templates,
  .modal-wrapper .form.addressbook-form,
  .modal-wrapper .dialog-addressbook .confirm-delete-form,
  .modal-wrapper .parcel-modal .confirm-delete-form {
    margin-top: 75px; } }

.modal-container .button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 1.5rem; }

.modal-container .menu-icon {
  margin-right: 0.5rem;
  border: none;
  color: #1086B9; }

.modal-header h3 {
  margin-top: 0;
  color: #1086B9; }

.modal-body {
  margin: 20px 0; }

.modal-default-button {
  float: right; }

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.dropdown-block .heading {
  margin-right: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #C6C6C6;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #1086B9;
  font-size: 20px;
  font-weight: 700; }
  .dropdown-block .heading:hover {
    background: #B8DAE3; }
    .dropdown-block .heading:hover button {
      background: #B8DAE3; }
  .dropdown-block .heading button {
    background: #FFFFFF;
    cursor: pointer;
    color: #1086B9; }
    .dropdown-block .heading button:hover {
      background: #B8DAE3; }

.dropdown-block .heading .caret-icon {
  float: right;
  border: none;
  fill: #1086B9; }

.dropdown-block .expand-content {
  max-height: 100000px;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .dropdown-block .expand-content .col-lg-6 {
    padding-right: 0;
    padding-left: 0; }
  .dropdown-block .expand-content .row > div:not(:first-child) .heading-block {
    margin-top: 30px; }
  .dropdown-block .expand-content .heading-block {
    padding-left: 0; }
  .dropdown-block .expand-content .list-heading {
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: none;
    text-align: left; }
    .dropdown-block .expand-content .list-heading span {
      padding-left: 0; }

.expand-content .text-block {
  margin-bottom: 0;
  font-size: 13px; }

.dropdown-block .fade-enter-active {
  max-height: 100000px;
  transition: all 0.5s ease-in; }

.dropdown-block .fade-leave-active {
  max-height: 100000px;
  transition: all 0.25s ease-out; }

.dropdown-block .fade-enter,
.dropdown-block .fade-leave-to {
  opacity: 0;
  max-height: 0; }

.dropdown-block img {
  max-width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  .dropdown-block .expand-content .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px; }
  .dropdown-block .expand-content .list-heading {
    margin-right: 0;
    margin-left: 0; }
  .dropdown-block .heading {
    margin-left: 0; } }

.dropdown-list h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700; }

.dropdown-list .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .dropdown-list .heading button {
    border: none;
    background: #FFFFFF;
    cursor: pointer;
    color: #606060;
    font-size: 20px; }
    .dropdown-list .heading button:hover {
      background: #B8DAE3; }
  .dropdown-list .heading:hover {
    background: #B8DAE3; }
    .dropdown-list .heading:hover button {
      background: #B8DAE3; }

.dropdown-list .fade-enter-active {
  max-height: 100000px;
  transition: all 0.5s ease-in; }

.dropdown-list .fade-leave-active {
  max-height: 100000px;
  transition: all 0.25s ease-out; }

.dropdown-list .fade-enter,
.dropdown-list .fade-leave-to {
  opacity: 0;
  max-height: 0; }

@media only screen and (max-width: 768px) {
  .dropdown-item {
    padding: 0px 0px 2px 25px; } }

.faq-container-block {
  padding-right: 3rem;
  padding-left: 3rem; }

.checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem; }

.info-table-block {
  margin-left: 1.5rem; }

.info-table-block > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #1086B9; }

.info-table-block > div > div:last-child .info-table-item {
  border-right: none; }

.info-table-block > div > div:first-child .info-table-item {
  margin-left: 0; }

@media only screen and (min-width: 992px) {
  .info-table-block {
    margin-left: 0; } }

.table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%; }
  .table-item .table-item-heading {
    font-size: 20px;
    font-weight: 500; }
  .table-item .table-item-content p {
    font-size: 30px;
    font-weight: 300; }

/* Includes styles for table-, tablerow- & tablecolumnblocks */
.table-row-block div,
.table-row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.table-row-block > div > div:last-child .table-column-block {
  margin-right: 0; }

.table-column-block {
  margin-right: 1rem;
  margin-left: 1rem;
  min-width: 150px;
  max-width: 150px; }

.table-column-block .table-column-block {
  margin-left: 0; }

.table-block {
  table-layout: fixed; }

@media only screen and (min-width: 992px) {
  .table-row-block > div > div:first-child,
  .table-row-block .table-column-block:first-child {
    margin-left: 0; }
    .table-row-block > div > div:first-child .table-column-block,
    .table-row-block .table-column-block:first-child .table-column-block {
      margin-left: 0; }
  .table-row-block div,
  .table-row-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

.terminal-info-block h1 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300; }

.terminal-info-block .terminal-address {
  margin-bottom: 1.5rem; }

.terminal-info-block {
  margin-right: 0; }
  .terminal-info-block p {
    margin-top: 1rem;
    margin-bottom: 0; }

.terminal-info-block .text-block {
  padding: 0; }

.back-button-block {
  margin-bottom: 1.5rem;
  text-decoration: none; }
  .back-button-block .icon {
    margin-bottom: -2px;
    fill: #1086B9; }
  .back-button-block:hover {
    text-decoration: none; }

.back-button-block i {
  color: #1086B9; }

.back-button-block p {
  display: inline-block;
  margin-left: 0.25rem;
  color: #606060; }

.configuration-templates .list-group-item.active {
  background: #1086B9; }

.configuration-templates .list-group-item:hover {
  background: #C6C6C6;
  color: #606060; }

.configuration-templates .invalid-feedback {
  display: block; }

.track-and-trace-page-component .parcel-editor .input-group.field input {
  width: 1%; }

.parcel-editor .table {
  table-layout: fixed; }
  .parcel-editor .table .input-group-addon {
    padding: 0.375rem 0.25rem;
    font-size: 8.5px; }

.parcel-editor .simplified .status-indicators.has-errors {
  width: 100%; }

.parcel-editor .parcel-icon.icon-1 .icon,
.parcel-editor .adr-icon.icon-1 .icon {
  width: 1em;
  height: 1em; }

.parcel-editor .field-is-required {
  color: #1086B9; }

.parcel-editor .table thead th {
  font-size: 0.9em; }

.parcel-editor .parcel-editor-small-font {
  font-size: 12.5px; }

.parcel-editor .parcel-editor-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.parcel-editor .parcel-editor-desktop {
  display: none; }

.parcel-editor .icon-archive,
.parcel-editor .icon-plus {
  fill: #1086B9; }

.parcel-editor .more-parcel-rows:hover .icon,
.parcel-editor button:hover .icon {
  fill: #14a8e8; }

.parcel-editor .more-adr-rows:hover .icon {
  fill: #ffce3a; }

.parcel-editor .delete-item:hover .icon {
  fill: #d36c66; }

.parcel-editor .icon-exclamation-triangle,
.parcel-editor .more-adr-rows .icon-plus {
  fill: #FFC107; }

@media only screen and (min-width: 1444px) {
  .parcel-editor .parcel-editor-mobile {
    display: none; }
    .parcel-editor .parcel-editor-mobile.simplified {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .parcel-editor .parcel-editor-desktop {
    display: table;
    max-width: 1444px; }
    .parcel-editor .parcel-editor-desktop.simplified {
      display: none; } }

.parcel-icon,
.adr-icon {
  margin-top: 1.5rem; }

.parcel-icon {
  margin-left: -2px;
  color: #1086B9; }

.adr-icon {
  color: #FFC107; }

.adr-row-container {
  width: 100%; }

.adr-row-container .field {
  min-width: 90px;
  max-width: 90px; }

.row.parcel-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #B8DAE3;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 6rem; }

button.more-parcel-rows,
button.more-adr-rows {
  margin-top: 0.5rem;
  border: none;
  background: transparent;
  padding: 0; }

button.more-parcel-rows {
  color: #1086B9; }

button.more-adr-rows {
  margin-bottom: 0;
  color: #FFC107; }

.parcel-form .delete-item {
  margin-top: 1.5rem;
  border: none;
  background: transparent;
  color: #C7463F;
  fill: #C7463F; }

.parcel-form .delete-adr-item {
  margin-top: 1.5rem;
  border: none;
  background: transparent;
  color: #C46E23;
  fill: #C46E23; }

.parcel-form .field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  min-width: 90px;
  max-width: 90px;
  min-height: 50px;
  max-height: 50px;
  word-wrap: break-word; }

.parcel-form .field-label span {
  overflow: hidden;
  font-size: 12.5px; }

.parcel-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer; }
  .parcel-entry .field.readonly span.field-readonly {
    margin-bottom: 0; }
  .parcel-entry.adr {
    background: #FFFFFF; }
  .parcel-entry .field,
  .parcel-entry input,
  .parcel-entry select {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    min-width: 90px;
    max-width: 90px; }
    .parcel-entry .field[type="checkbox"],
    .parcel-entry input[type="checkbox"],
    .parcel-entry select[type="checkbox"] {
      min-width: 20px;
      max-width: 20px; }

div.selected-parsel,
div.new-parsel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  div.selected-parsel .field,
  div.new-parsel .field {
    margin-right: 0.25rem;
    margin-left: 0.25rem; }

.row.parcel-form .form-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  min-width: 90px;
  max-width: 90px; }
  .row.parcel-form .form-entry .field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .row.parcel-form .form-entry.form-button {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-bottom: 1rem; }
  .row.parcel-form .form-entry input,
  .row.parcel-form .form-entry label {
    min-width: 90px;
    max-width: 90px; }
  .row.parcel-form .form-entry label {
    display: block;
    min-height: 60px;
    word-wrap: break-word; }

.labels.labels-adr {
  margin-left: 115px; }

.labels.labels-parcels {
  margin-right: 1rem;
  margin-left: 85px;
  min-height: 30px;
  max-height: 30px; }

.labels.labels-parcels label {
  min-height: 30px;
  max-height: 30px; }

.checkbox-container .submitting-adr-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.parcel-editor-mobile .checkbox-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.parcel-editor-desktop .checkbox-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.adr-rows .field-label {
  min-width: 90px;
  max-width: 90px;
  min-height: 50px;
  max-height: 50px; }

.adr-entry {
  min-height: 100px;
  max-height: 100px; }
  .adr-entry input[type="checkbox"] {
    margin-top: 0.5rem; }

.parcel-dimensions {
  margin-left: 0; }

.parcel-measurements {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .parcel-form .field-label {
    min-width: initial;
    max-width: initial; }
  .parcel-entry .field,
  .parcel-entry input,
  .parcel-entry select {
    min-width: 150px;
    max-width: 150px; }
  .parcel-dimensions {
    margin-left: 6rem; }
  .parcel-measurements {
    margin-left: 0; }
  .adr-packing-group {
    margin-left: 6rem; } }

@media only screen and (min-width: 676px) {
  .parcel-dimensions {
    margin-left: 0; }
  .parcel-measurements {
    margin-left: 6rem; } }

@media only screen and (min-width: 676px) {
  .adr-packing-group {
    margin-left: 0; }
  .adr-tunnel-description {
    margin-left: 6rem; } }

@media only screen and (min-width: 820px) {
  .parcel-dimensions {
    margin-left: 6rem; }
  .parcel-measurements {
    margin-left: 6rem; } }

@media only screen and (min-width: 992px) {
  .parcel-dimensions {
    margin-left: 0; } }

@media only screen and (min-width: 862px) {
  .parcel-measurements {
    margin-left: 0; } }

@media only screen and (min-width: 892px) {
  .adr-tunnel-description {
    margin-left: 0; } }

@media only screen and (min-width: 1444px) {
  .parcel-editor > div > table:not(:last-child).adr-table {
    margin-bottom: 1.5rem; }
  .adr-table:not(:last-child) td.adr-separator {
    border-top: none;
    padding-top: 1rem;
    background-color: white;
    border-bottom: #d9dcdc;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  .parcel-form .icon {
    width: 1.5em;
    height: 1.5em; } }

@media only screen and (min-width: 1600px) {
  .parcel-form .field-label {
    min-width: 90px;
    max-width: 90px; }
  .parcel-entry .field,
  .parcel-entry input,
  .parcel-entry select {
    min-width: 90px;
    max-width: 90px; }
  .adr-table-row .adr-description .field-label {
    min-width: 175px;
    max-width: 175px; }
  .adr-table-row .adr-description .field,
  .adr-table-row .adr-description input,
  .adr-table-row .adr-description select {
    min-width: 175px;
    max-width: 175px; }
  .adr-table-row .field-label {
    min-width: 100px;
    max-width: 100px; }
  .adr-table-row .field,
  .adr-table-row input,
  .adr-table-row select {
    min-width: 100px;
    max-width: 100px; }
  .table-item-count .field-label,
  .table-item-count .field,
  .table-item-count .field input {
    min-width: 60px;
    max-width: 60px; } }

.contact-info-block-master-parent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.dropdown-block .row > div:not(.contact-info-block-parent) {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%; }
  .dropdown-block .row > div:not(.contact-info-block-parent) .heading-block h3 {
    line-height: initial; }

.contact-info-block {
  margin: 10px 5px 1.5rem 5px; }
  .contact-info-block.bordered {
    border: 10px solid #B8DAE3; }
  .contact-info-block p {
    margin: 0; }
  .contact-info-block .contact-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 110px;
    height: inherit; }
    .contact-info-block .contact-image.not-rounded .image-block img {
      border-radius: 0 !important; }
  .contact-info-block .email {
    color: #1086B9; }
  .contact-info-block .image-block {
    float: left;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
    .contact-info-block .image-block img {
      margin-right: 10px;
      border-radius: 100px;
      width: 100px;
      max-width: none;
      height: 100px; }
    .contact-info-block .image-block img:not([src]) {
      visibility: hidden; }

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  font-size: 14px; }
  .contact-info .name {
    font-size: 17.5px; }
  .contact-info .email {
    font-size: 12px; }

.contact-info-block .name {
  margin-bottom: 0.5rem;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 900; }

.contact-info-block .title {
  color: #4A4A4A; }

@media only screen and (min-width: 768px) {
  .contact-info-block {
    margin: 10px 0 1.5rem 0; }
  .contact-info-block .contact-info .name {
    font-size: 20px; }
  .contact-info-block .contact-info .email {
    font-size: 14px; } }

.form-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
  background: #B8DAE3;
  padding: 1.5rem; }

.form-navigation .form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border: none;
  height: 38px;
  padding: 0 1rem;
  text-align: center;
  line-height: 38px;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  font-size: 12px; }

.form-navigation .product-name {
  margin-top: 0.5rem;
  text-transform: uppercase;
  color: #1086B9;
  font-size: 15px;
  font-weight: 600; }

.form-navigation .form-step.current-step {
  color: #1086B9; }

.form-navigation .form-step .step-key {
  margin-right: 0.25rem; }

@media only screen and (min-width: 768px) {
  .form-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

.order-summary .summary-date {
  font-size: 20px;
  font-weight: 500; }

.order-summary .adr-table {
  font-size: 0.85em; }

.order-summary h3 {
  margin-bottom: 0.5rem;
  color: #1086B9;
  font-size: 17.5px;
  font-weight: 700; }

.order-summary .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .order-summary .row .adr-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.order-summary .order-property.dimensions,
.order-summary .order-property.measurements,
.order-summary .order-property.adr-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0; }

.order-summary .summary-entry.order .order-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #C6C6C6;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

@media only screen and (min-width: 1444px) {
  .order-summary .order-property.dimensions,
  .order-summary .order-property.measurements,
  .order-summary .order-property.adr-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

.terminal-block {
  margin-left: 0; }

.terminal-stats + .image-block img {
  max-width: 100%; }

.terminal-block .content-container img {
  max-width: 100%; }

.terminal-stats .terminal-divider {
  background: #606060;
  min-width: 1px;
  max-width: 1px; }

@media only screen and (min-width: 1200px) {
  .terminal-block > * {
    padding-left: 1rem; } }

.manual-submit {
  float: right; }

.manual-form input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%; }

.manual-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: right; }

@media (max-width: 450px) {
  .manual-submit {
    float: none; } }

.reset-password-container-parent, .set-new-password-parent {
  overflow: auto; }

.reset-password-container-parent {
  margin-top: 100px; }

.reset-password-container .field-label {
  display: none; }

.reset-btn {
  margin-top: 10px; }

.terminal-filter-buttons {
  margin-bottom: 3rem;
  margin-left: 1rem; }

.terminal-list thead {
  color: #1086B9; }
  .terminal-list thead tr {
    font-size: 18px;
    font-weight: 700; }

.terminal-list a {
  color: #606060; }

@media only screen and (max-width: 842px) {
  .terminal-filter-buttons {
    margin-left: 30px !important; } }

@media only screen and (max-width: 768px) {
  .terminal-filter-buttons {
    margin-left: 40px; }
  .terminal-list {
    margin-left: 15px;
    margin-right: 50px; }
    .terminal-list a div {
      padding-top: 3px;
      padding-bottom: 8px;
      font-weight: unset;
      border-top-color: rgba(0, 0, 0, 0.125);
      border-top-style: solid;
      border-top-width: 0px;
      border-right-color: rgba(0, 0, 0, 0.125);
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-color: rgba(0, 0, 0, 0.125);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-left-color: rgba(0, 0, 0, 0.125);
      border-left-style: solid;
      border-left-width: 1px;
      border-image-source: initial;
      border-image-slice: initial;
      border-image-width: initial;
      border-image-outset: initial;
      border-image-repeat: initial; }
    .terminal-list a div:first-child {
      padding-top: 8px;
      padding-bottom: 0px;
      font-weight: bold;
      border-top-color: rgba(0, 0, 0, 0.125);
      border-top-style: solid;
      border-top-width: 1px;
      border-right-color: rgba(0, 0, 0, 0.125);
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-color: rgba(0, 0, 0, 0.125);
      border-bottom-style: solid;
      border-bottom-width: 0px !important;
      border-left-color: rgba(0, 0, 0, 0.125);
      border-left-style: solid;
      border-left-width: 1px;
      border-image-source: initial;
      border-image-slice: initial;
      border-image-width: initial;
      border-image-outset: initial;
      border-image-repeat: initial; }
    .terminal-list a div:last-child {
      display: none; } }

#support-form-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  #support-form-consent div input {
    min-width: 10%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 5px;
    margin-top: 2px; }

.support-form {
  margin: 0 5px 50px 5px;
  width: 80%;
  margin: auto !important;
  padding-right: 10px; }
  .support-form h2 {
    color: #1086B9;
    font-size: 22.5px;
    font-weight: 900; }
  .support-form input,
  .support-form textarea,
  .support-form select {
    width: 100%;
    min-width: 300px; }
  .support-form input[type=checkbox] {
    width: auto; }
  .support-form textarea {
    height: 150px; }
  .support-form .submit-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.status-indicators > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .status-indicators > div > i {
    margin-right: 0.25rem; }
  .status-indicators > div p {
    margin-bottom: 0; }

.submit-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem; }

@media only screen and (min-width: 576px) {
  .support-form input,
  .support-form textarea,
  .support-form select {
    width: 100%;
    min-width: 400px; } }

@media only screen and (min-width: 768px) {
  .support-form {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 768px) {
  .support-form #support-form-consent {
    margin-top: 15px; }
    .support-form #support-form-consent .field-label {
      margin-top: 0; } }

@media only screen and (min-width: 1200px) {
  .support-form {
    margin: 0 0 50px;
    width: 400px; } }

.box-container-block {
  border: 7.5px solid #B8DAE3;
  padding: 1.5rem; }
  .box-container-block > h3 {
    color: #1086B9;
    font-size: 20px;
    font-weight: 700; }
  .box-container-block.box-container-narrow {
    max-width: 992px; }
  .box-container-block.box-container-no-border {
    margin-bottom: 0;
    border-style: none;
    padding-bottom: 0; }
    .box-container-block.box-container-no-border .text-block {
      margin-bottom: 0; }

.box-container-content .form-block {
  margin: 0;
  border: none; }

.box-container-content .form-block-component {
  padding: 0; }

.box-container-content .dropdown-block .heading,
.box-container-content .dropdown-list h3 {
  margin-left: 0; }

.box-container-content .dropdown-list {
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (max-width: 992px) {
  .box-container-block {
    width: 90%;
    min-height: 150px; }
    .box-container-block .container {
      min-height: 150px; }
      .box-container-block .container .page-spacing {
        min-height: 150px; } }

@media only screen and (max-width: 425px) {
  .box-container-block {
    width: 90%;
    min-height: 185px; }
    .box-container-block .container {
      min-height: 175px; }
      .box-container-block .container .page-spacing {
        min-height: 175px; } }

@media only screen and (min-width: 1200px) {
  .box-container-content .dropdown-list {
    padding: 0 50px 0 80px; }
  .box-container-content .dropdown-block .heading,
  .box-container-content .dropdown-list h3 {
    margin-left: 1rem; }
  .box-container-content .form-block .city-link {
    margin-bottom: 0; } }

.track-and-trace-results {
  color: #606060; }
  .track-and-trace-results .timeline-section.delivery-pending {
    color: #C6C6C6; }
  .track-and-trace-results .timeline .timeline-section.delivery-green {
    fill: #66BB6A; }
  .track-and-trace-results .timeline .timeline-section.delivery-pending {
    fill: #C6C6C6; }
  .track-and-trace-results .timeline .timeline-section.delivery-yellow {
    fill: #FFC107; }
  .track-and-trace-results .timeline .timeline-section.delivery-red {
    fill: #C7463F; }
  .track-and-trace-results .heading-left-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .track-and-trace-results .heading-reference-container {
    margin-top: 5px;
    font-size: 12.5px;
    font-weight: 200; }
    .track-and-trace-results .heading-reference-container p {
      font-size: 16px; }
  .track-and-trace-results .timeline {
    margin-top: 1.5rem;
    height: auto; }
  .track-and-trace-results .timeline-row {
    float: right; }
  .track-and-trace-results .signature {
    width: 150px;
    height: 100px; }
  .track-and-trace-results .loading-indicator {
    margin: 0 auto; }
  .track-and-trace-results .desktop-chevron {
    display: none; }
  .track-and-trace-results .mobile-chevron {
    display: block;
    float: right;
    margin-top: 0.5rem; }
  .track-and-trace-results .icon.icon-arrow-right {
    display: none; }
  .track-and-trace-results .collection > div {
    width: 100%; }
  .track-and-trace-results .delivery-inner,
  .track-and-trace-results .collection-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .track-and-trace-results .dash {
    display: none; }
  .track-and-trace-results .collection,
  .track-and-trace-results .delivery,
  .track-and-trace-results .sender,
  .track-and-trace-results .receiver,
  .track-and-trace-results .payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 500; }
    .track-and-trace-results .collection > div,
    .track-and-trace-results .delivery > div,
    .track-and-trace-results .sender > div,
    .track-and-trace-results .receiver > div,
    .track-and-trace-results .payment > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: left; }
      .track-and-trace-results .collection > div > p,
      .track-and-trace-results .delivery > div > p,
      .track-and-trace-results .sender > div > p,
      .track-and-trace-results .receiver > div > p,
      .track-and-trace-results .payment > div > p {
        margin-bottom: 0; }
  .track-and-trace-results .delivery > div,
  .track-and-trace-results .collection > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .track-and-trace-results .delivery-inner-address,
  .track-and-trace-results .collection-inner-address {
    font-size: 12.5px;
    font-weight: 200; }
  .track-and-trace-results p {
    margin-bottom: 0; }
  .track-and-trace-results h1 {
    font-size: 22.5px;
    font-weight: 700; }
  .track-and-trace-results h3 {
    color: #1086B9;
    font-size: 20px;
    font-weight: 600; }
  .track-and-trace-results h4 {
    margin-bottom: 0.5rem;
    font-size: 17.5px;
    font-weight: 500; }
  .track-and-trace-results .shipment-number {
    text-align: left; }
  .track-and-trace-results .shipment-number-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
  .track-and-trace-results .tat-item {
    border-bottom: 1px solid #C6C6C6;
    width: 100%; }
  .track-and-trace-results .tat-heading {
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    background: #FFFFFF;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 17.5px; }
    .track-and-trace-results .tat-heading .column,
    .track-and-trace-results .tat-heading .columns {
      text-align: left; }
    .track-and-trace-results .tat-heading .icon-arrow-right,
    .track-and-trace-results .tat-heading .icon-chevron-right,
    .track-and-trace-results .tat-heading .icon-chevron-down {
      fill: #1086B9; }
    .track-and-trace-results .tat-heading .shipment-number span {
      color: #1086B9; }
    .track-and-trace-results .tat-heading .delivery-location,
    .track-and-trace-results .tat-heading .collection-location,
    .track-and-trace-results .tat-heading .delivery-date,
    .track-and-trace-results .tat-heading .collection-date {
      display: none; }
    .track-and-trace-results .tat-heading:hover {
      border-bottom: 1px solid #B8DAE3;
      background: #B8DAE3; }
  .track-and-trace-results .tat-heading-goods {
    color: #1086B9;
    font-size: 15px; }
  .track-and-trace-results .tat-content {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px; }
    .track-and-trace-results .tat-content .row {
      margin-top: 1rem;
      width: 100%;
      padding-bottom: 1rem; }
    .track-and-trace-results .tat-content .row-no-margin {
      margin: 0;
      padding: 0; }
    .track-and-trace-results .tat-content .row.goods > div {
      margin-top: 0.5rem;
      border-bottom: 1px solid #7F8082; }
    .track-and-trace-results .tat-content .row.adr {
      margin-top: 0.5rem; }
    .track-and-trace-results .tat-content .row.adr:not(:last-of-type) {
      border-bottom: 1px solid #C6C6C6; }
    .track-and-trace-results .tat-content .row.adr:last-child {
      border-bottom: none; }
    .track-and-trace-results .tat-content .row.adr .two.columns {
      margin-left: 0; }
    .track-and-trace-results .tat-content .shipment-number {
      margin-bottom: 1rem; }
    .track-and-trace-results .tat-content .delivery,
    .track-and-trace-results .tat-content .collection,
    .track-and-trace-results .tat-content .sender,
    .track-and-trace-results .tat-content .receiver,
    .track-and-trace-results .tat-content .payment {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .track-and-trace-results .tat-content .track-and-trace-heading {
      margin-bottom: 0; }
      .track-and-trace-results .tat-content .track-and-trace-heading.center-heading {
        text-align: center; }
      .track-and-trace-results .tat-content .track-and-trace-heading.row {
        margin-top: 0; }
    .track-and-trace-results .tat-content .reservations-content img {
      width: 150px; }
    .track-and-trace-results .tat-content .reservations-content .modal-content {
      border: none; }
    .track-and-trace-results .tat-content .reservations-content .modal-body {
      position: absolute; }
      .track-and-trace-results .tat-content .reservations-content .modal-body img {
        width: 100%; }
  .track-and-trace-results .fade-enter-active {
    max-height: 100000px;
    transition: all 0.5s ease-in; }
  .track-and-trace-results .fade-leave-active {
    max-height: 100000px;
    transition: all 0.25s ease-out; }
  .track-and-trace-results .fade-enter,
  .track-and-trace-results .fade-leave-to {
    opacity: 0;
    max-height: 0; }
  .track-and-trace-results .icon-bell-o {
    fill: #1086B9; }
  .track-and-trace-results .delivery-status-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 25px; }
    .track-and-trace-results .delivery-status-description .fa {
      margin-right: 0.25rem; }
    .track-and-trace-results .delivery-status-description.delivery-green {
      color: #66BB6A;
      fill: #66BB6A; }
    .track-and-trace-results .delivery-status-description.delivery-pending {
      color: #7F8082;
      fill: #7F8082; }
    .track-and-trace-results .delivery-status-description.delivery-yellow {
      color: #FFC107;
      fill: #FFC107; }
    .track-and-trace-results .delivery-status-description.delivery-red {
      color: #C7463F;
      fill: #C7463F; }
  .track-and-trace-results .generic-heading-data h3 {
    color: #1086B9;
    font-size: 16pt;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0; }
  .track-and-trace-results .generic-heading-data p {
    line-height: 1.3;
    margin: 0; }
  .track-and-trace-results .date-estimate {
    font-size: 14pt;
    text-align: left;
    padding-left: 15px;
    border-left: 5px solid #0066B3; }
  .track-and-trace-results .tat-add-attachment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    fill: #1086B9;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-bottom: 0.5rem;
    padding-left: 7.5px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .track-and-trace-results .tat-attachment {
    white-space: pre-wrap;
    word-break: break-word;
    background-color: steelblue; }

.tat-reservation-img {
  max-width: 100%; }

.modal.show {
  padding: 0;
  margin: 0; }

#receiver-tat .tat-content {
  margin-left: 0;
  margin-right: 0; }

#receiver-tat .modal-dialog-centered {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

#receiver-tat .modal-body {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
  #receiver-tat .modal-body .container {
    padding: 0; }

#receiver-tat #actionsModal___BV_modal_body_ .container div {
  padding-top: 5px;
  padding-bottom: 5px; }
  #receiver-tat #actionsModal___BV_modal_body_ .container div button, #receiver-tat #actionsModal___BV_modal_body_ .container div a {
    line-height: 45px; }

#receiver-tat .modal-footer {
  text-align: center; }

#receiver-tat .modal-title-custom {
  background: #0066B3;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 16pt;
  padding: 4px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase; }

#receiver-tat .skk-box {
  background-color: #B8DAE3;
  padding-top: 10px;
  padding-bottom: 10px; }

#receiver-tat .button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*.skk-box:first-child {
            border-style: solid solid solid solid;
            border-width: 5px;
        }

        .skk-box:not(:first-child) {
            border-style: solid solid solid none;
            border-width: 5px;
        }*/ }
  #receiver-tat .button-group .fbutton {
    display: inline-block;
    border-radius: 0;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    width: 25%;
    padding: 10px 10px;
    background: #e9f5f7;
    color: #0066B3;
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    #receiver-tat .button-group .fbutton:hover {
      background: #0066B3;
      color: #fff; }
      #receiver-tat .button-group .fbutton:hover img {
        -webkit-filter: grayscale(100%) brightness(2000%);
                filter: grayscale(100%) brightness(2000%); }
  #receiver-tat .button-group .skk-box {
    padding: 10px 10px;
    background: #e9f5f7;
    color: #0066B3;
    font-size: 12px;
    border: none;
    display: inline-block;
    /* vertical-align: middle; */ }
    #receiver-tat .button-group .skk-box img {
      width: 40px;
      margin: 5px 0;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      height: auto;
      float: none; }
  #receiver-tat .button-group.timeline-simple-row {
    margin-top: 0; }

#receiver-tat .additional-heading {
  border-style: solid solid solid solid;
  border-width: 5px;
  border-color: #36749A; }

@media only screen and (min-width: 768px) {
  .track-and-trace-results .tat-heading .collection-location,
  .track-and-trace-results .tat-heading .delivery-location {
    display: block; }
  .track-and-trace-results .shipment-number-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .track-and-trace-results .mobile-chevron {
    display: none; }
  .track-and-trace-results #actionsModal___BV_modal_body_ .container {
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .track-and-trace-results .desktop-chevron {
    display: block;
    float: right; } }

@media only screen and (min-width: 1200px) {
  .track-and-trace-results .tat-heading .collection-date,
  .track-and-trace-results .tat-heading .delivery-date {
    display: block; }
  .track-and-trace-results .dash {
    display: block; }
  .track-and-trace-results .shipment-number-heading {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

@media only screen and (min-width: 1444px) {
  .track-and-trace-results .icon.icon-arrow-right {
    display: block;
    float: right;
    margin-top: 0.5rem; } }

.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .paging .current-page {
    margin: 0 1rem; }

.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  color: #606060; }
  .timeline .timeline-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .timeline .timeline-item-list {
    margin-top: -40px !important; }
  .timeline .timeline-keys {
    margin-left: -17.5px;
    min-width: 75px; }
  .timeline a {
    text-decoration: none;
    color: #1086B9; }
    .timeline a:hover {
      color: #02B9AD; }
  .timeline .timeline-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    margin: auto; }
  .timeline .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }
  .timeline .timeline-border::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    z-index: 1;
    background: #7F8082;
    width: 2px;
    content: ""; }
  .timeline .timeline-section::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    z-index: 2;
    margin-bottom: -35px;
    width: 2px; }
  .timeline #timeline-items {
    display: table;
    position: relative; }
    .timeline #timeline-items h3,
    .timeline #timeline-items h4 {
      position: -webkit-sticky;
      position: sticky;
      top: 5rem;
      margin: 0;
      margin-left: -10px;
      color: #888;
      font-size: 1em;
      font-weight: 400; }
      @media (min-width: 62em) {
        .timeline #timeline-items h3,
        .timeline #timeline-items h4 {
          font-size: 1.1em; } }
    .timeline #timeline-items h4 {
      font-size: 0.8em;
      font-weight: 400; }
      @media (min-width: 62em) {
        .timeline #timeline-items h4 {
          font-size: 0.9em; } }
    .timeline #timeline-items section.timeline-section {
      position: relative; }
      .timeline #timeline-items section.timeline-section:first-child section {
        margin-top: -1.3em;
        padding-bottom: 0px; }
      .timeline #timeline-items section.timeline-section section {
        position: relative;
        margin-bottom: 2.2em;
        padding-bottom: 1.25em; }
        .timeline #timeline-items section.timeline-section section h4 {
          position: absolute;
          bottom: 0;
          margin: 0;
          padding: 0 0 0 89px;
          line-height: 1.2em;
          color: #C5C5C5;
          font-size: .9em;
          font-weight: 400; }
          @media (min-width: 62em) {
            .timeline #timeline-items section.timeline-section section h4 {
              font-size: 1em; } }
        .timeline #timeline-items section.timeline-section section ul {
          margin: -1.35rem 0 1em;
          max-width: 32rem;
          padding: 0 0 0 75px;
          list-style-type: none;
          font-size: 1em; }
          @media (min-width: 62em) {
            .timeline #timeline-items section.timeline-section section ul {
              padding: 0 0 0 81px;
              font-size: 1.1em; } }
          .timeline #timeline-items section.timeline-section section ul:last-child {
            margin-bottom: 0; }
          .timeline #timeline-items section.timeline-section section ul:first-of-type:after {
            position: absolute;
            top: 3px;
            left: 54px;
            z-index: 2;
            border: 2px solid #FFFFFF;
            background: #C5C5C5;
            content: ""; }
          .timeline #timeline-items section.timeline-section section ul li {
            margin-left: .5rem; }
            .timeline #timeline-items section.timeline-section section ul li:before {
              content: '·';
              margin-left: -.5rem;
              padding-right: .3rem; }
            .timeline #timeline-items section.timeline-section section ul li:not(:first-child) {
              margin-top: .4rem; }
            .timeline #timeline-items section.timeline-section section ul li span.price {
              color: mediumturquoise;
              font-weight: 500; }

@media only screen and (min-width: 992px) {
  .timeline .timeline-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -20px; } }

.timeline-simple-row {
  margin: 0; }

.timeline-simple {
  color: #707070;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 160px; }
  .timeline-simple .timeline-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%; }
    .timeline-simple .timeline-container .content {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      text-align: center; }
      .timeline-simple .timeline-container .content.finished-before .timeline-marker:not(.selected) {
        background-color: white; }
      .timeline-simple .timeline-container .content.finished-after .timeline-marker:not(.selected) {
        background-color: white; }
  .timeline-simple .transport-icon {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*img {
            width: 100%;
            height: 100%;
        }*/ }
  .timeline-simple .content .timeline-marker {
    content: "";
    width: 16px;
    height: 16px;
    z-index: 2;
    position: absolute;
    background-color: #ffffff;
    top: 44%;
    left: 39%;
    border-color: #0066b3;
    border-width: 2px;
    border-style: solid; }
    .timeline-simple .content .timeline-marker.selected {
      /*border-style: solid;
            border-width: 8px;
            border-color: #f5e300;
            background-color: #f5e300;
            width: 36px;
            height: 36px;
            top: 40%;*/
      background-color: #0066b3; }
  .timeline-simple .content.finished-before::before, .timeline-simple .content.finished-after::after {
    background-color: #0066b3 !important; }
  .timeline-simple .content:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #b7b7b6;
    top: 48%;
    left: 0;
    right: 60%; }
  .timeline-simple .content:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #b7b7b6;
    top: 48%;
    left: 44%;
    right: 0; }
    .timeline-simple .content:not(:last-child)::after.finished {
      background-color: white; }
  .timeline-simple .content:first-child::after {
    right: 0 !important;
    left: 44% !important; }
  .timeline-simple .content:last-child::before {
    right: 57% !important;
    left: 0 !important; }
  .timeline-simple .content.current::after {
    background-color: yellow;
    /*background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,245,175,1) 24%, rgba(238,215,107,1) 61%, rgba(228,255,0,1) 100%);*/ }

.table th {
  font-weight: 900; }

.skk-table {
  width: 100%; }
  .skk-table .table-row,
  .skk-table .table-new-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #C6C6C6;
    width: 100%; }
    .skk-table .table-row .table-child,
    .skk-table .table-new-row .table-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      border: none; }
      .skk-table .table-row .table-child .table-item,
      .skk-table .table-new-row .table-child .table-item {
        margin: 0;
        border: none;
        padding: 0; }
  @media only screen and (min-width: 768px) {
    .skk-table .table-row,
    .skk-table .table-new-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .skk-table .table-row .table-child,
      .skk-table .table-new-row .table-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media only screen and (min-width: 1600px) {
    .skk-table .table-row,
    .skk-table .table-new-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .skk-table .table-row .table-child,
      .skk-table .table-new-row .table-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }

.open-cmr {
  margin-top: 100px; }

.order-transport-success-options .btn {
  margin-left: 1.5rem; }

.tooltip {
  position: absolute;
  margin-top: -150px;
  background-color: #F2F7FF;
  padding: 0.5rem;
  color: #606060;
  font-size: 12.5px;
  z-index: 1020 !important; }

.tooltip::after {
  position: absolute;
  margin-top: 10px;
  margin-bottom: -20px;
  margin-left: -10px;
  border: 20px solid transparent;
  border-bottom: 0;
  border-left: 0;
  border-top-color: #F2F7FF;
  width: 0;
  height: 0;
  content: ""; }

.map-block {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; }

.chatbot {
  position: fixed;
  bottom: 30px;
  right: -15px;
  margin: 15px;
  z-index: 1000; }
  .chatbot #open-bot {
    border-radius: 50%;
    border-color: #015daa;
    border-style: solid;
    border-width: 10px;
    float: right;
    display: table;
    display: none;
    background-color: white; }
    .chatbot #open-bot.ready {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      /*animation: shadow-pulse 2s infinite;*/ }
    .chatbot #open-bot.seen {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .chatbot #open-bot .open-bot-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      color: white;
      text-align: center;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      margin-left: -17px;
      padding-right: 5px; }
      .chatbot #open-bot .open-bot-right .dotdotdot {
        margin-bottom: 7px;
        background: white;
        border-radius: 50%; }
        .chatbot #open-bot .open-bot-right .dotdotdot span {
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #0C4D7E;
          display: inline-block; }
    .chatbot #open-bot img {
      border-radius: inherit; }
  .chatbot #bot {
    width: 350px;
    height: 450px;
    float: right;
    background-color: white;
    border-style: none solid solid solid;
    border-width: 3px;
    border-color: #0067b1; }
    .chatbot #bot div[aria-hidden="true"].webchat__basic-transcript__filler {
      -webkit-box-flex: 0;
      -webkit-flex: 0;
          -ms-flex: 0;
              flex: 0; }
    .chatbot #bot .css-mhj5i1:not(.from-user) {
      background-color: cornflowerblue;
      border-radius: 30px; }
    .chatbot #bot ul li:first-child .webchat__bubble__content p {
      color: #005CA9 !important; }
    .chatbot #bot .ac-pushButton, .chatbot #bot .ac-textBlock, .chatbot #bot .webchat__bubble__content {
      font-size: 12px !important;
      font-family: "MuseoSans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 500;
      line-height: 14px !important; }
    .chatbot #bot p {
      font-family: "MuseoSans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
    .chatbot #bot .ac-textBlock p {
      color: #707070; }
    .chatbot #bot .ac-columnSet .ac-textBlock p {
      color: #0067B1; }
    .chatbot #bot .ac-container .ac-columnSet:not(:first-child) {
      padding: 7.5px !important;
      /*.ac-input-container {
                    padding-left: 7.5px;
                    padding-right: 7.5px;
                }*/ }
  .chatbot header {
    background-color: #005caa;
    height: 69px; }
    .chatbot header .header-button-wrapper {
      height: 20px;
      width: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .chatbot header .header-button-wrapper.header-close {
        margin-top: -5px; }
    .chatbot header .header-left img {
      width: 65px;
      height: 65px;
      border-radius: 65px; }
    .chatbot header .header-parent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .chatbot header .header-left {
      padding-top: 5px; }
    .chatbot header .header-middle {
      margin-left: 30px;
      font-weight: 900;
      font-size: 24px;
      text-align: left;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      color: white; }
    .chatbot header .header-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 10px; }
  .chatbot button.ac-pushButton {
    background-color: #b9e2f6;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    text-align: left;
    border-width: 0px; }
    .chatbot button.ac-pushButton.style-positive {
      color: #0066B3;
      border-style: solid;
      border-color: #0067B1;
      border-width: 2px; }
      .chatbot button.ac-pushButton.style-positive > div {
        color: white; }
    .chatbot button.ac-pushButton.style-cancel {
      background-color: white;
      border-style: solid;
      border-color: #0067B1;
      border-width: 2px; }
      .chatbot button.ac-pushButton.style-cancel:hover {
        background-color: #ebebeb; }
      .chatbot button.ac-pushButton.style-cancel > div {
        color: #0066B3; }
    .chatbot button.ac-pushButton:focus {
      outline: none; }

@media only screen and (min-width: 576px) {
  .chatbot #open-bot {
    float: right;
    display: table;
    border-style: none;
    border-radius: 0;
    display: none;
    background-color: #015daa;
    padding-left: 15px;
    padding-right: 15px;
    /*&.ready {
                display: flex;
                flex-direction: row;
            }

            &.seen {
                display: flex;
            }*/ }
    .chatbot #open-bot .open-bot-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      color: white;
      text-align: center;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      padding-left: 10px;
      margin-left: 0;
      padding-right: 0; }
      .chatbot #open-bot .open-bot-right .dotdotdot {
        color: white;
        background: inherit;
        border-radius: 0;
        padding-bottom: 0; }
        .chatbot #open-bot .open-bot-right .dotdotdot span {
          background-color: white; }
    .chatbot #open-bot img {
      border-radius: inherit;
      max-width: 71px; } }

@media only screen and (max-width: 576px) {
  .chatbot {
    right: -12px !important; }
  #open-bot {
    width: 87px;
    height: 69px;
    border-width: 8px !important; }
    #open-bot > img {
      width: 69px;
      height: 69px;
      margin-left: -1px;
      margin-top: -4px; }
    #open-bot .dotdotdot {
      margin-bottom: 3px !important;
      margin-top: 1px;
      margin-left: -6px;
      background: none; }
      #open-bot .dotdotdot > span {
        width: 4px !important;
        height: 4px !important; } }

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 3px #bdd6eb; }
  50% {
    box-shadow: 0 0 0 15px #6faadb; }
  100% {
    box-shadow: 0 0 0 3px #bdd6eb; } }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 3px #bdd6eb; }
  50% {
    box-shadow: 0 0 0 15px #6faadb; }
  100% {
    box-shadow: 0 0 0 3px #bdd6eb; } }

.select-product .modal-body .product-list .btn {
  margin: 1rem 0; }

.select-product .modal-body .product-list .btn,
.select-product .modal-body .product-list a {
  width: 100%; }

.parcel-totals .totals-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .parcel-totals .totals-wrapper h3 {
    font-size: 1rem; }
  .parcel-totals .totals-wrapper .total:not(:first-child):not(:last-child) {
    margin: 0 1rem; }
  .parcel-totals .totals-wrapper .total .is-invalid {
    color: #dc3545;
    font-weight: 700; }
  .parcel-totals .totals-wrapper .error-message {
    color: #dc3545;
    font-size: 0.75rem; }

.parcel-totals h2 {
  font-size: 1.2rem; }

.youtube-parent {
  /*min-height: 100%;
    flex: 1 1 auto;*/ }
  .youtube-parent iframe {
    border-width: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .youtube-parent .col-12 {
    padding-left: 0;
    padding-right: 0; }
  .youtube-parent > div {
    /*flex-wrap: wrap;*/ }
  .youtube-parent .youtube-block {
    /*display: flex;
        flex-flow: column;*/ }
    .youtube-parent .youtube-block .youtube-wrapper {
      /*height: 100%;
            align-self: start;
            display: flex;*/
      position: relative; }
    .youtube-parent .youtube-block .show-video-wrapper {
      background-color: black;
      position: relative;
      padding-top: 56.25%;
      overflow: hidden;
      cursor: pointer; }
    .youtube-parent .youtube-block.novideo {
      background: #4a4a4a; }
  .youtube-parent .video-play-button {
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    z-index: 100;
    top: 33%;
    left: 40%;
    /*background: transparent url("~/Static/play_button.png") no-repeat center;*/
    pointer-events: none;
    opacity: 0.7; }
  .youtube-parent .youtube-embed:hover .video-play-button {
    opacity: 0.9; }

.youtube-directive {
  -webkit-box-align: initial !important;
  -webkit-align-items: initial !important;
      -ms-flex-align: initial !important;
          align-items: initial !important; }
  .youtube-directive .youtube-parent {
    width: 100%; }
    .youtube-directive .youtube-parent .youtube-block {
      width: 100%; }
      .youtube-directive .youtube-parent .youtube-block .youtube-wrapper {
        height: 100%; }
      .youtube-directive .youtube-parent .youtube-block .show-video-wrapper {
        height: 100%; }

#search-page {
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 120px; }

#searchTextField {
  min-height: 40px;
  width: 250px; }

.searchTextField {
  min-height: 40px;
  width: 250px; }

#searchButton {
  min-height: 35px;
  margin-bottom: 2px; }

#naata {
  margin-top: 25px; }

#searchButtonMobile {
  min-height: 40px;
  height: 40px;
  margin-bottom: 2px;
  margin-left: -4px; }

.searchComponent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media only screen and (min-width: 900px) {
  .searchButtonMobile {
    margin-top: -65px;
    margin-right: 25px;
    float: right; }
  .searchTextFieldMobile {
    width: 250px;
    min-height: 40px; } }

@media only screen and (max-width: 900px) {
  #search-page {
    margin-right: 25px;
    padding-right: 25px; }
  .searchTextFieldMobile {
    min-height: 35px;
    height: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: left; }
  #searchButtonMobile {
    margin-right: 65px;
    height: 35px;
    min-height: 35px; }
  #searchButton {
    margin-right: 65px; } }

@media only screen and (max-width: 992px) {
  .searchTextFieldMobile {
    width: 90px;
    min-width: 90px; } }

@media only screen and (min-width: 992px) {
  .searchTextFieldMobile {
    width: 120px;
    min-width: 120px; } }

@media only screen and (max-width: 500px) {
  #searchButtonMobile {
    margin-right: 0px; }
  #searchButton {
    margin-right: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .skk-navbar-top-panel form {
    width: 268px; } }

@media only screen and (max-width: 400px) {
  .searchButtonMobile {
    margin-top: -65px;
    margin-right: 25px;
    float: right; }
  .searchTextFieldMobile {
    width: 60px;
    min-width: 60px; } }

@media only screen and (min-width: 576px) and (max-width: 1200px) {
  .skk-navbar-top-panel form {
    width: 268px; }
  .searchTextFieldMobile {
    width: 130px; } }

.audio-clip-container {
  background-color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .audio-clip-container .audio-clip-texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .audio-clip-container .clip-name {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-left: 0.5rem;
    color: white;
    font-size: 1.2em;
    font-weight: 500; }
  .audio-clip-container .clip-play-btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    /*min-width: 43px;
        max-height: 100%;*/
    width: 70px;
    margin-right: .75em; }
  .audio-clip-container.clip-active {
    background-color: #00b6f1; }
  .audio-clip-container.clip-not-active {
    background-color: #c7c8ca; }
  .audio-clip-container .audio-disabled {
    font-size: 1.5em;
    font-style: italic;
    margin-left: 0.5rem;
    color: white;
    padding-top: 5px; }

.campaign-page .audio-row-block > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  margin-bottom: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .campaign-page .audio-row-block > div #audio-clip {
    margin-right: 1em;
    margin-bottom: 1em; }
  .campaign-page .audio-row-block > div > div {
    width: 100%; }

@media only screen and (min-width: 768px) {
  /*.campaign-page {
        .audio-row-block > div > div {
            width: 100%;
        }
    }*/ }

@media only screen and (min-width: 992px) {
  .campaign-page .audio-row-block > div > div {
    width: 50%; } }

.single-transport-form h3 {
  margin-bottom: 1rem; }

.single-transport-form .summary {
  margin-bottom: 10px; }

.single-transport-form .field {
  width: 45%; }
  .single-transport-form .field .input-group-addon {
    border-right: none !important; }
  .single-transport-form .field .status-indicators {
    width: 100%; }
  .single-transport-form .field span.field-readonly {
    max-width: 100px;
    height: 22px;
    margin-bottom: 0; }

.single-transport-form .full-field .field {
  width: 100% !important; }

.single-transport-form .checkbox-container {
  margin-top: 15px; }
  .single-transport-form .checkbox-container .field {
    width: 5%; }

.single-transport-form #single-transport-step-one .checkbox-container {
  margin-top: 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .single-transport-form #single-transport-step-one .checkbox-container .field {
    width: auto; }
    .single-transport-form #single-transport-step-one .checkbox-container .field input {
      width: auto; }

.single-transport-form #consent-checkbox {
  width: 5%; }

.single-transport-form .consent-text {
  width: 40%; }

.single-transport-form .row-index {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.single-transport-form .parcel-totals {
  margin-top: 15px; }

.single-transport-form .request-price {
  font-weight: bold;
  font-size: 1.20em;
  padding-bottom: 5px; }

.content-listing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .content-listing-block > div {
    max-width: 100%; }
    .content-listing-block > div img {
      max-width: 100%;
      height: auto; }

/**
* Icons
*/
svg.icon {
  width: 1em;
  height: 1em; }
  svg.icon.icon-1 {
    width: 1em;
    height: 1em; }
  svg.icon.icon-2 {
    width: 2em;
    height: 2em; }
  svg.icon.icon-3 {
    width: 3em;
    height: 3em; }
  svg.icon.icon-4 {
    width: 4em;
    height: 4em; }
  svg.icon.icon-5 {
    width: 5em;
    height: 5em; }

svg.icon.icon-spin {
  -webkit-animation-delay: initial;
          animation-delay: initial;
  -webkit-animation-direction: initial;
          animation-direction: initial;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-play-state: initial;
          animation-play-state: initial;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

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

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

.invalid-feedback svg.icon {
  fill: #C7463F; }

.info-block svg {
  background: #1086B9;
  border-radius: 50%; }
  .info-block svg use {
    fill: white; }

/*
* EPiServer Forms overrides
*/
.Form__Title {
  font-size: 20px;
  font-weight: bold; }

.Form__Element.FormSelection select {
  width: 192px; }

.Form__Element.FormStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.Form__NavigationBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.Form__NavigationBar__Action[disabled] {
  visibility: hidden; }

.Form__NavigationBar__Action.btnNext {
  color: #FFFFFF;
  background: #1086B9; }

.epi-forms {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  width: 100%;
  padding-right: 10px; }
  .epi-forms .FormSubmitButton {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: 50%; }
  .epi-forms .page-spacing {
    margin-top: 80px; }
  .epi-forms .Form__NavigationBar__ProgressBar {
    margin: 10px 0;
    min-width: 100px; }
  .epi-forms .Form__MainBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .epi-forms .Form__MainBody .error-indicator {
      white-space: nowrap;
      color: red; }
    .epi-forms .Form__MainBody .ValidationFail .Form__Element__ValidationError {
      color: red; }
    .epi-forms .Form__MainBody .Form__NavigationBar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .epi-forms .Form__MainBody .Form__NavigationBar .Form__NavigationBar__Action {
        background-image: none; }
        .epi-forms .Form__MainBody .Form__NavigationBar .Form__NavigationBar__Action.btnNext {
          color: #fff;
          background-color: #1086B9;
          border-color: #1086B9; }
        .epi-forms .Form__MainBody .Form__NavigationBar .Form__NavigationBar__Action.btnPrev {
          color: #1086B9;
          background-color: transparent;
          background-image: none;
          border-color: #1086B9; }
  .epi-forms .FormStep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .epi-forms .Form__Title {
    font-size: 28px;
    font-weight: bold; }
  .epi-forms .FormStep__Title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem; }
  .epi-forms .Form__Description {
    font-size: 20px; }
  .epi-forms .Form__Element .Form__Element__Caption {
    min-width: 220px !important;
    width: 100%; }
  .epi-forms .MultiTextbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .epi-forms .Form__Element.FormChoice .Form__Element__Caption {
    font-weight: 600; }
    .epi-forms .Form__Element.FormChoice .Form__Element__Caption.extended-choice {
      font-weight: 700;
      font-size: 22px;
      color: #1086B9; }
      .epi-forms .Form__Element.FormChoice .Form__Element__Caption.extended-choice.no-extra-text {
        margin-bottom: 0.5rem; }
      .epi-forms .Form__Element.FormChoice .Form__Element__Caption.extended-choice + .extra-text {
        margin-bottom: 0.5rem; }
  .epi-forms .Form__Element.FormChoice .leipis {
    margin-bottom: 0px; }
  .epi-forms .Form__Element.FormChoice input.FormChoice__Input.FormChoice__Input--Radio {
    margin-right: 5px; }
  .epi-forms .Form__Element.Form__Element--NonData {
    margin-bottom: 0.5rem; }
    .epi-forms .Form__Element.Form__Element--NonData p {
      margin-bottom: 0; }
  .epi-forms .FormSubmitButton {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    width: 50%; }
  .epi-forms .checkbox-element {
    margin-right: 0.25rem; }
  .epi-forms .FormCheckbox a {
    color: inherit;
    text-decoration: underline; }
  .epi-forms .FormCheckbox > div > *:last-child::after {
    content: " *";
    color: #1086B9; }
  .epi-forms .FormTextbox__Input {
    width: 60%; }
    .epi-forms .FormTextbox__Input.full-width {
      width: 100%; }

@media only screen and (min-width: 768px) {
  .epi-forms {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 500px) {
  .epi-forms .Form__MainBody .Form__NavigationBar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .epi-forms .Form__MainBody .Form__NavigationBar__ProgressBar {
    margin: 10px;
    min-width: 100px; } }

/*
* SKK Pages
*/
.section.bottom a {
  margin-left: 1rem;
  padding-bottom: 6rem;
  color: #1086B9;
  font-size: 10px; }

@media only screen and (min-width: 992px) {
  .section.bottom a {
    margin-left: 45px; } }

a.nav-image img {
  width: inherit; }

.order-price-button {
  margin-top: 15px; }

.order-transport-form-page-content {
  margin-top: 100px; }

.prints-modal .modal-content {
  min-width: 400px; }

.ferry-notification {
  padding-bottom: 10px; }

.form-page-component .form-fields {
  margin-right: 5px;
  margin-left: 5px; }

.form-page-component .field-label {
  height: 32px;
  font-size: 14px;
  margin-bottom: 0; }

.form-page-component h3 {
  margin-bottom: 0.5rem;
  color: #1086B9;
  font-size: 22.5px;
  font-weight: 700; }

.form-page-component input,
.form-page-component select {
  width: 100%; }
  .form-page-component input[type="checkbox"], .form-page-component input[type="radio"],
  .form-page-component select[type="checkbox"],
  .form-page-component select[type="radio"] {
    width: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .form-page-component input[type="radio"],
  .form-page-component select[type="radio"] {
    margin-top: 0.25rem; }

.form-page-component .addressbook-list select {
  width: auto; }

.form-page-component .success-text {
  margin-right: 5px;
  margin-left: 5px; }

.form-page-component .other-info-guides {
  margin-left: 0; }

.form-page-component .other-info-left .field > div {
  width: 100%; }

.form-page-component .additional-services-heading {
  margin-top: 35px; }

.form-page-component .schedule-field {
  display: none;
  visibility: hidden; }
  .form-page-component .schedule-field.visible {
    visibility: visible; }

.form-page-component .status-indicators {
  margin-top: 0.25rem;
  margin-left: 1rem;
  min-height: 30px; }

.form-page-component .address-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-page-component .address-information .form-entry {
    width: 30%; }
  .form-page-component .address-information .receiver-email {
    width: 60%; }
  .form-page-component .address-information .receiver-advice div > div > input {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.form-page-component .receiver-info-form-component .additional-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-page-component .receiver-info-form-component .additional-information > div {
    width: 47.5%; }

.form-page-component .distribution-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.form-page-component .addressbook-save {
  margin-top: -5px; }

.form-entry.transport-guide textarea {
  min-height: 150px; }

.form-entry.additional-services .field-label {
  display: none; }

.form-page-component .status-message {
  min-height: 20px; }

.invalid-form {
  min-height: 60px;
  color: #C7463F; }

.invalid-form .field-names {
  color: initial; }

.row.form-content {
  overflow: auto; }

.modal-form-component {
  padding: 1rem; }

.form-navigationbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-navigationbar .progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }
  .form-navigationbar .next-step,
  .form-navigationbar .previous-step {
    visibility: hidden; }
    .form-navigationbar .next-step.visible,
    .form-navigationbar .previous-step.visible {
      visibility: initial; }
  .form-navigationbar .next-step {
    margin-right: 35px;
    background: #1086B9;
    color: #FFFFFF; }

.labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #FFFFFF;
  width: 100%; }
  .labels label {
    display: block;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    min-width: 100px;
    max-width: 100px;
    min-height: 60px;
    word-wrap: break-word; }

.row-index {
  width: 10px; }

.freight-payer > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.freight-payer input[type="radio"] {
  margin-right: 1rem; }

.order-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .order-dates .form-entry {
    width: 50%; }

.order-form-addressbook-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .order-form-addressbook-actions button {
    border: none;
    color: #1086B9; }

.order-templates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .order-templates label {
    margin-bottom: 0; }
  .order-templates button {
    border: none;
    color: #1086B9; }
  .order-templates .order-templates-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .order-templates .order-templates-control button {
      background: #FFFFFF;
      fill: #1086B9; }
    .order-templates .order-templates-control button:hover {
      fill: #14a8e8; }

.order-template-modal-status {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3; }

.freight-payer-vat {
  width: 100%; }

.freight-payer {
  margin-right: 1rem;
  width: 100%; }
  .freight-payer .field {
    width: 100%; }

.completed-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto;
  margin-bottom: 1rem; }
  .completed-message a {
    margin: 0 1rem;
    text-align: center; }
  .completed-message svg {
    fill: #1086B9; }

.success-text {
  color: #606060; }

.order-heading-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .order-heading-area button {
    margin-bottom: 0;
    border: none;
    background: transparent;
    color: #1086B9;
    fill: #1086B9; }
    .order-heading-area button[disabled] {
      color: #7F8082;
      fill: #7F8082; }

.dialog-addressbook {
  max-width: 750px; }

@media only screen and (min-width: 768px) {
  .form-page-component .form-fields {
    margin-right: 0;
    margin-left: 0; }
  .form-page-component .schedule-field {
    display: block;
    min-height: 100px; }
  .form-page-component .order-dates {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .form-page-component .distribution-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .form-page-component .distribution-date .status-indicators {
      margin-top: 1.5rem; }
  .form-page-component .success-text {
    margin-right: 0;
    margin-left: 0; }
  .form-navigationbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .form-navigationbar .button {
      margin-bottom: 1rem; }
  .form-entry.contract-id {
    min-height: 200px; } }

@media only screen and (min-width: 992px) {
  .form-page-component .success-text {
    margin: 100px 300px; } }

@media only screen and (max-width: 576px) {
  #form-page-instance .container {
    max-width: 90%; } }

.article-page-content {
  margin-top: 60px; }
  .article-page-content .article-content {
    margin: 0 auto;
    max-width: 992px; }
  .article-page-content .top-area {
    margin: 0 auto;
    max-width: 768px; }
  .article-page-content .article-date {
    margin-bottom: 0;
    color: #7F8082; }
  .article-page-content .article-heading {
    color: #1086B9;
    font-size: 35px;
    font-weight: 700; }
  .article-page-content .text-block,
  .article-page-content .article-date,
  .article-page-content .article-heading {
    margin-bottom: 1.5rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem; }

.whats-new {
  margin: 0 auto;
  max-width: 768px; }
  .whats-new img {
    max-width: 100%;
    height: auto; }
  .whats-new p.btn {
    display: block;
    width: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.author {
  margin-top: 10px; }
  .author p {
    margin: 0 auto;
    max-width: 768px; }

.article-main-content-area .image-block {
  display: none; }

@media only screen and (min-width: 768px) {
  .article-main-content-area .image-block {
    display: inherit; } }

@media only screen and (max-width: 576px) {
  .article-page-content.container {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; } }

@media print {
  .breadcrumb {
    display: none !important; }
  .breadcrumb-item {
    display: none !important; }
  .article-page-content {
    margin-top: 0px; }
  .back-button-block {
    display: none; }
  #footer-content, .leipis-footer-small {
    display: none; }
  .list-heading, .read-more, container page-spacing heading-block {
    display: none; }
  .breadcrumb, .entry iframe, ins, .menu-icon, #footer-content {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap; }
  .embed-youtube, .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden; }
  .breadcrumb-item active {
    display: none; } }

#tallennapdf {
  background: #FFFFFF;
  color: #1086B9;
  fill: #1086B9;
  font-size: 35px;
  margin-top: 5px; }

.nappula {
  margin-top: 2px;
  padding-top: 2px; }

#painikeleveys {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 768px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
  margin-top: 25px; }

.time-table-page-component {
  margin-top: 80px; }

.time-table-page-component .time-table-form {
  background: #B8DAE3;
  padding-top: 30px;
  padding-bottom: 30px; }
  .time-table-page-component .time-table-form .time-table-form-element {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .time-table-page-component .time-table-form .time-table-form-fixed-height {
    min-height: 75px;
    max-height: 75px; }
  .time-table-page-component .time-table-form .vdp-datepicker__calendar-button {
    border: 1px solid #F6EFEF;
    background: #fff; }
  .time-table-page-component .time-table-form .collection-location,
  .time-table-page-component .time-table-form .delivery-location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-left: 0; }
  .time-table-page-component .time-table-form .icon-arrow-right {
    fill: #1086B9; }
  .time-table-page-component .time-table-form .submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    fill: #1086B9; }
  .time-table-page-component .time-table-form .field-label {
    color: #1086B9;
    font-size: 17.5px;
    font-weight: 800; }
  .time-table-page-component .time-table-form .field-is-required {
    display: none; }

.locations-highlight {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #1086B9;
  font-weight: 800; }
  .locations-highlight .highlight-locations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    fill: #1086B9; }
  .locations-highlight .icon-arrow-right {
    margin: 4px 0.25rem 0.25rem 0.25rem; }

.collection-cutoff-time {
  font-size: 12.5px; }

.results {
  margin-top: 1rem; }

.locations-list {
  margin-bottom: 0; }

.locations-list-item div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.timetable-form-loading {
  margin-top: 0;
  min-width: 15px;
  max-width: 15px;
  fill: #1086B9; }

.timetable-status-message {
  min-height: 17.5px;
  color: #C7463F;
  font-size: 10px; }

@media only screen and (min-width: 1600px) {
  .time-table-page-component .time-table-form .collection-location,
  .time-table-page-component .time-table-form .delivery-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .timetable-form-loading {
    margin-top: 0.5rem; }
  .time-table-page-component .results {
    padding-right: 100px;
    padding-left: 100px; } }

@media only screen and (max-width: 576px) {
  .time-table-form.row.align-items-center {
    margin: auto;
    /*.field-label {
            justify-content: center;
            display: flex;
        }
        .field, .submit-button { 
            justify-content: center;
        }*/ } }

.popover.show {
  padding: 0; }

.update-modal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .update-modal-row .btn-modify {
    margin: 5px; }
  .update-modal-row .modify-icon {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center;
    font-size: large;
    margin-top: 1rem;
    margin-right: 1rem; }

.update-modal-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 125px !important;
  padding: 0 10px; }
  .update-modal-field .field.input-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .update-modal-field .field.input-group input {
      min-width: inherit !important; }
    .update-modal-field .field.input-group .input-group-addon {
      padding-right: 5px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }

.update-modal-field-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  padding-right: 10px; }

.track-and-trace-page-component .nav-pills {
  padding-left: 15px;
  margin-bottom: 10px; }

.track-and-trace-page-component .track-and-trace-box {
  margin-bottom: 1rem; }

.track-and-trace-page-component .tat-type {
  padding-left: 15px; }
  .track-and-trace-page-component .tat-type .tat-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    color: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .track-and-trace-page-component .tat-type .tat-radio input[type="radio"] {
      min-width: 35px;
      margin: 0; }
    .track-and-trace-page-component .tat-type .tat-radio label {
      margin: 0; }

.track-and-trace-page-component .filtered-search {
  margin-top: 1rem; }

.track-and-trace-page-component .track-and-trace-basic-query .field-label {
  display: none; }

.track-and-trace-page-component .track-and-trace-basic-query > div {
  padding-left: 0; }

.track-and-trace-page-component .track-and-trace-basic-query .form-control {
  margin: 0; }

.track-and-trace-page-component .track-and-trace-basic-query .form-control {
  max-width: 100%; }

.track-and-trace-page-component .container > .row > .loading-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3; }

.track-and-trace-page-component .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.track-and-trace-page-component .field {
  width: 100%; }
  .track-and-trace-page-component .field > div {
    width: 100%; }
  .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker > .vdp-datepicker__calendar {
    display: block; }
  .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker .vdp-datepicker__calendar-button,
  .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker .vdp-datepicker__clear-button {
    border: 1px solid #F6EFEF; }
    .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker .vdp-datepicker__calendar-button .fa.fa-calendar,
    .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker .vdp-datepicker__calendar-button .fa.fa-times,
    .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker .vdp-datepicker__clear-button .fa.fa-calendar,
    .track-and-trace-page-component .field .vdp-datepicker.skk-datepicker .vdp-datepicker__clear-button .fa.fa-times {
      padding: 0.5rem; }
  .track-and-trace-page-component .field input,
  .track-and-trace-page-component .field select {
    width: 100%; }
  .track-and-trace-page-component .field .skk-datepicker input {
    width: auto; }

.track-and-trace-page-component ul {
  list-style: none; }

.track-and-trace-page-component .results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.track-and-trace-page-component .shipment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.track-and-trace-page-component .shipment-advanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.track-and-trace-page-component .key.primary-key {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase; }

.track-and-trace-page-component .key {
  padding-right: 0.5rem; }

.track-and-trace-page-component .filter-toggle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .track-and-trace-page-component .filter-toggle-container .toggle-filtered-search {
    border: none; }
    .track-and-trace-page-component .filter-toggle-container .toggle-filtered-search .fa {
      color: #1086B9; }

.track-and-trace-page-component .fade-enter-active {
  max-height: 100000px;
  transition: all 0.5s ease-in; }

.track-and-trace-page-component .fade-leave-active {
  max-height: 100000px;
  transition: all 0.25s ease-out; }

.track-and-trace-page-component .fade-enter,
.track-and-trace-page-component .fade-leave-to {
  opacity: 0;
  max-height: 0; }

.track-and-trace-page-component .box-container-content {
  margin-top: 5px; }

.track-and-trace-page-component .form-block-container {
  margin-bottom: 0; }

.track-and-trace-page-component .tat-result-container {
  width: 95%; }

.track-and-trace-page-component .tat-paging-container {
  margin-top: 10px; }

@media only screen and (max-width: 576px) {
  .track-and-trace-page-component .container.extra-container {
    padding-left: 25px; }
  .track-and-trace-page-component .tat-result-container, .track-and-trace-page-component .tat-paging-container {
    width: 85%; } }

@media only screen and (min-width: 992px) {
  .track-and-trace-page-component .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .track-and-trace-page-component .input-group .form-entry {
      width: 50%; }
    .track-and-trace-page-component .input-group .form-entry:first-child .field input,
    .track-and-trace-page-component .input-group .form-entry:first-child .field select {
      margin-right: 0.5rem; }
    .track-and-trace-page-component .input-group .form-entry:nth-child(2) .field select {
      margin-right: 0.5rem; }
    .track-and-trace-page-component .input-group .form-entry:first-child .field .input-group {
      padding-right: 0.5rem; }
    .track-and-trace-page-component .input-group .form-entry:first-child .field .skk-datepicker input {
      margin-right: 0; } }

.page-content.addressbook-page-component {
  padding-top: 3rem; }
  .page-content.addressbook-page-component .submit-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0; }
    .page-content.addressbook-page-component .submit-area .button {
      margin-right: 1rem; }

.addressbook-list-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem; }
  .addressbook-list-controls .paging {
    margin-bottom: 1rem; }

.addressbook-list-controls-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.addressbook-page-component tbody tr td,
.addressbook-list tbody tr td {
  font-size: 13px; }

.addressbook-page-component tbody tr.clickable,
.addressbook-list tbody tr.clickable {
  cursor: pointer; }

.addressbook-page-component .list-group.clickable .list-group-item,
.addressbook-list .list-group.clickable .list-group-item {
  cursor: pointer; }

.addressbook-page-component .list-group .list-group-item,
.addressbook-page-component .list-group .list-group-item:hover,
.addressbook-list .list-group .list-group-item,
.addressbook-list .list-group .list-group-item:hover {
  font-size: 15px; }
  .addressbook-page-component .list-group .list-group-item .delete-icon,
  .addressbook-page-component .list-group .list-group-item .menu-icon,
  .addressbook-page-component .list-group .list-group-item .update-icon,
  .addressbook-page-component .list-group .list-group-item:hover .delete-icon,
  .addressbook-page-component .list-group .list-group-item:hover .menu-icon,
  .addressbook-page-component .list-group .list-group-item:hover .update-icon,
  .addressbook-list .list-group .list-group-item .delete-icon,
  .addressbook-list .list-group .list-group-item .menu-icon,
  .addressbook-list .list-group .list-group-item .update-icon,
  .addressbook-list .list-group .list-group-item:hover .delete-icon,
  .addressbook-list .list-group .list-group-item:hover .menu-icon,
  .addressbook-list .list-group .list-group-item:hover .update-icon {
    background-color: #DCDEE1;
    font-size: 1.5em; }
  .addressbook-page-component .list-group .list-group-item:hover .delete-icon,
  .addressbook-page-component .list-group .list-group-item:hover .menu-icon,
  .addressbook-page-component .list-group .list-group-item:hover .update-icon,
  .addressbook-page-component .list-group .list-group-item:hover:hover .delete-icon,
  .addressbook-page-component .list-group .list-group-item:hover:hover .menu-icon,
  .addressbook-page-component .list-group .list-group-item:hover:hover .update-icon,
  .addressbook-list .list-group .list-group-item:hover .delete-icon,
  .addressbook-list .list-group .list-group-item:hover .menu-icon,
  .addressbook-list .list-group .list-group-item:hover .update-icon,
  .addressbook-list .list-group .list-group-item:hover:hover .delete-icon,
  .addressbook-list .list-group .list-group-item:hover:hover .menu-icon,
  .addressbook-list .list-group .list-group-item:hover:hover .update-icon {
    background-color: #DCDEE1; }
    .addressbook-page-component .list-group .list-group-item:hover .delete-icon:hover,
    .addressbook-page-component .list-group .list-group-item:hover .menu-icon:hover,
    .addressbook-page-component .list-group .list-group-item:hover .update-icon:hover,
    .addressbook-page-component .list-group .list-group-item:hover:hover .delete-icon:hover,
    .addressbook-page-component .list-group .list-group-item:hover:hover .menu-icon:hover,
    .addressbook-page-component .list-group .list-group-item:hover:hover .update-icon:hover,
    .addressbook-list .list-group .list-group-item:hover .delete-icon:hover,
    .addressbook-list .list-group .list-group-item:hover .menu-icon:hover,
    .addressbook-list .list-group .list-group-item:hover .update-icon:hover,
    .addressbook-list .list-group .list-group-item:hover:hover .delete-icon:hover,
    .addressbook-list .list-group .list-group-item:hover:hover .menu-icon:hover,
    .addressbook-list .list-group .list-group-item:hover:hover .update-icon:hover {
      background-color: #DCDEE1; }

.addressbook-page-component tbody tr:hover .delete-icon,
.addressbook-page-component tbody tr:hover .menu-icon,
.addressbook-page-component tbody tr:hover .update-icon,
.addressbook-list tbody tr:hover .delete-icon,
.addressbook-list tbody tr:hover .menu-icon,
.addressbook-list tbody tr:hover .update-icon {
  background-color: #EBEBEB; }

.addressbook-page-component .table-item .value,
.addressbook-list .table-item .value {
  font-size: 15px;
  font-weight: 400; }

.addressbook-page-component .menu-icon,
.addressbook-page-component .update-icon,
.addressbook-list .menu-icon,
.addressbook-list .update-icon {
  border: none;
  background: #FFFFFF;
  color: #1086B9;
  fill: #1086B9; }
  .addressbook-page-component .menu-icon.add-address:hover,
  .addressbook-page-component .update-icon.add-address:hover,
  .addressbook-list .menu-icon.add-address:hover,
  .addressbook-list .update-icon.add-address:hover {
    background: #FFFFFF; }
  .addressbook-page-component .menu-icon:hover,
  .addressbook-page-component .update-icon:hover,
  .addressbook-list .menu-icon:hover,
  .addressbook-list .update-icon:hover {
    background-color: #EBEBEB; }

.addressbook-page-component .delete-icon,
.addressbook-list .delete-icon {
  border: none;
  background: #FFFFFF;
  color: #C7463F;
  fill: #C7463F; }
  .addressbook-page-component .delete-icon:hover,
  .addressbook-list .delete-icon:hover {
    background-color: #EBEBEB; }

.addressbook-page-component .key,
.addressbook-list .key {
  color: #1086B9; }

.addressbook-list {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.addressbook-list .address-keys,
.addressbook-list .address-values .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #B8DAE3; }

.addressbook-list .key,
.addressbook-list .value {
  min-width: 150px;
  max-width: 150px; }

.addressbook-list .table-child.clickable {
  cursor: pointer; }

.address-keys {
  font-weight: 600; }

.addressbook-page-component .form.confirm-delete-form {
  margin-top: 100px;
  margin-left: 1.5rem; }

@media only screen and (min-width: 768px) {
  .addressbook-list-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .addressbook-list-controls-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media only screen and (max-width: 576px) {
  .addressbook-page-component .container {
    width: 90%; } }

.table table-responsive-md table-hover d-none d-lg-table {
  table-layout: fixed;
  word-wrap: break-word; }

.ohje {
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px; }

.luku {
  margin-left: 20px;
  width: 50px;
  float: left;
  padding-right: 5px;
  margin-right: 5px; }

.osoitetiedot {
  list-style-type: none;
  white-space: nowrap;
  margin-left: 0;
  padding-left: 0;
  cursor: move; }

.liikkuva {
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 0px;
  padding-top: 2px;
  border: 2px;
  border-style: solid;
  border-color: black;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 200px;
  max-width: 200px;
  background-color: #1086b9;
  cursor: move;
  max-height: 40px;
  min-height: 40px;
  color: white; }

.liikkuvateksti {
  padding-left: 5px;
  margin-left: 5px; }

.rivi {
  margin-top: 8px;
  padding: 0px;
  padding-top: 7px;
  padding-right: 4px;
  list-style-type: none;
  font-size: 22px;
  white-space: nowrap;
  max-height: 40px;
  min-height: 39px;
  border: solid white; }

#virhe {
  height: 40px;
  clear: both;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  visibility: hidden; }

#onnistui {
  visibility: hidden; }

#lataus {
  visibility: hidden; }

.nappula {
  text-align: left; }

#valikko {
  font-size: 50px; }

#virheellisetrivit, #virheelliset {
  color: red; }

#lista {
  margin-left: 40px; }

#vaihto {
  visibility: hidden; }

#uploadCsvButton {
  visibility: hidden; }

.modal-dialog {
  position: relative;
  display: table;
  /* This is important */
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px; }

.modal-dialog modal-md .modal-content {
  width: 750px !important; }

#register-instance #intro {
  text-align: left; }

#register-instance .modal-body {
  margin: 0; }

#register-instance #register-submit {
  display: inline-block; }

#register-instance .register-column {
  margin-bottom: 20px; }
  #register-instance .register-column .heading {
    text-align: center;
    margin-bottom: 20px;
    color: #1086B9;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #1086B9;
    white-space: nowrap; }
  #register-instance .register-column .expand-content {
    max-height: 2200px;
    text-align: center; }
  #register-instance .register-column .hide-form {
    display: none; }

#register-instance .registration-login > .login-form-component-parent {
  text-align: center; }
  #register-instance .registration-login > .login-form-component-parent .login-form-component {
    display: inline-grid; }

#register-instance .status-indicators > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#register-instance .login-form-component {
  text-align: center; }
  #register-instance .login-form-component h3 {
    display: none; }

#register-instance #verification .form-control {
  margin-left: 0;
  margin-bottom: 5px; }

#register-instance .company-information {
  padding-bottom: 10px; }

.forgot-password a {
  text-decoration: none; }

.registration-container-parent {
  overflow: auto; }
  .registration-container-parent .page-spacing {
    margin-bottom: 0px; }
  .registration-container-parent .select-type.hide-form {
    display: none; }

#register-instance .registration-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  #register-instance .registration-container.page-spacing {
    margin-top: 20px; }

.registration-login {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  .registration-login .form-status-message {
    color: black; }
  .registration-login .user-data {
    color: black; }

#register-instance .registration-container .registration-area {
  max-width: 576px;
  align-self: center;
  display: inline-grid; }

#register-instance .registration-container {
  max-width: 576px; }

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

.register-submit {
  background-color: #1086B9;
  color: #F6EFEF;
  min-width: 165px; }

.row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#register-instance .field-label {
  font-size: large;
  font-weight: 600;
  color: #1086B9; }

#register-instance .registration-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#RegistrationReCaptcha {
  margin-bottom: 0.5em; }

@media (min-width: 450px) {
  #register-instance .registration-container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (max-width: 992px) {
  #register-instance .registration-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #register-instance .registration-container .registration-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 576px) {
  #register-instance #registration-form {
    width: 300px;
    margin: auto; } }

@media only screen and (min-width: 992px) {
  #register-instance .registration-container .login-area {
    max-width: 576px;
    margin-right: 50px; }
  #register-instance .registration-container .registration-area {
    max-width: 576px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 1200px) {
  #register-instance .registration-container {
    max-width: 576px; } }

@media only screen and (min-width: 1200px) {
  #register-instance .registration-container .registration-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.status-message,
.form-status-message {
  color: black;
  visibility: visible; }

#sms-confirm {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  #sms-confirm .regular-link-style {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }

.download-manual-container-parent {
  overflow: auto; }

.download-manual-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .download-manual-container img {
    width: 100%; }

.middle-area {
  width: 90%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.bottom-content-area {
  margin-top: 30px;
  width: 80%;
  text-align: center; }

.manual-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
  margin-right: 40px; }

#download-manual-instance .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 30px; }

.left-text-area {
  width: 50%; }

.upper-content-area .container {
  width: 95%; }

@media (max-width: 450px) {
  .left-text-area {
    width: 90%; }
  #download-manual-instance .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .manual-form-container {
    margin: auto; } }

.for-dummies-button {
  margin-top: 5px; }

#permissions {
  padding-top: 4px; }
  #permissions img {
    width: 30px;
    height: 30px;
    background: #1086B9; }
    #permissions img.noperm {
      background: grey; }

.admin-add-user-permissions button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: .75rem; }

.admin-user-container-parent {
  overflow: auto; }
  .admin-user-container-parent .status-indicators > div p {
    margin-left: 0.5rem; }

.admin-user-list-container {
  margin-top: 1rem; }
  .admin-user-list-container .admin-user-list {
    display: none; }

.admin-user-list-container.initialized .admin-user-list {
  display: block; }

.admin-user-container {
  margin-top: 90px; }
  .admin-user-container .admin-submit {
    float: left; }
  .admin-user-container .edit-update {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: -webkit-center;
    margin-right: 10%; }
    .admin-user-container .edit-update button {
      width: 25%; }
  .admin-user-container .edit-fields > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-left: 15%;
    margin-right: 15%; }
    .admin-user-container .edit-fields > .row label {
      min-width: 20%;
      max-width: 20%;
      text-align: right; }
    .admin-user-container .edit-fields > .row .field {
      margin-left: 10px; }
    .admin-user-container .edit-fields > .row > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
    .admin-user-container .edit-fields > .row input, .admin-user-container .edit-fields > .row select {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 60%;
          -ms-flex: 0 1 60%;
              flex: 0 1 60%;
      min-width: 60%; }

.admin-user-list {
  display: block; }
  .admin-user-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .admin-user-list .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .admin-user-list .key,
  .admin-user-list .value {
    margin-top: 3rem;
    margin-bottom: 3rem;
    min-width: 15%;
    max-width: 15%;
    word-wrap: break-word;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    font-size: smaller;
    text-align: center; }
  .admin-user-list .value {
    min-height: 60px; }
  .admin-user-list .actions-key {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .admin-user-list .actions-key .button {
      letter-spacing: normal;
      padding: 0 10px;
      min-width: 0; }
  .admin-user-list select {
    padding: 0;
    font-size: small;
    text-align-last: center; }
  .admin-user-list .actions {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .admin-user-list .contract-numbers .fa {
    vertical-align: middle; }
  .admin-user-list .edit {
    min-width: 60px;
    cursor: pointer; }
    .admin-user-list .edit .fa {
      vertical-align: middle; }
  .admin-user-list .access-edit, .admin-user-list .actions-edit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .admin-user-list .access-edit > div > .table-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .admin-user-list .admin-customer-name {
    width: 40%;
    margin-right: 0.5rem;
    overflow: auto;
    word-wrap: break-word; }
  .admin-user-list .admin-keys,
  .admin-user-list .user {
    border-bottom: 1px solid #808080;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .admin-user-list .admin-group {
    text-align: center; }

@media (max-width: 450px) {
  .admin-user-container .edit-update {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: -webkit-center; }
    .admin-user-container .edit-update button {
      width: 25%; }
  .admin-user-container .edit-fields > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .admin-user-container .edit-fields > .row label {
      min-width: 20%;
      max-width: 20%;
      text-align: right; }
    .admin-user-container .edit-fields > .row .field {
      margin-left: 10px; } }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 0; }

.default-page .sidemenu.side-navigation-block {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }

.default-page .hero .container-block-image {
  min-height: 300px; }

.default-page .hero h1 {
  font-weight: 900;
  font-size: 51px;
  color: #fff;
  z-index: 1;
  padding: 0 3rem; }

.default-page .hero h2 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  padding: 0 3rem; }

.default-page .sidemenu {
  font-weight: 700;
  font-size: 18px;
  margin-top: 60px;
  width: 270px; }

.default-page .page-spacing {
  margin-bottom: 0; }

.default-page .default-content-container {
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  margin-bottom: 20px; }

@media only screen and (min-width: 992px) {
  .default-page .default-content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0; }
  .default-page .main-content-parent {
    margin-top: 90px; }
  .default-page .sidemenu {
    font-weight: 700;
    font-size: 18px;
    margin-top: 70px;
    margin-left: 30px;
    margin-right: 118px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    width: 270px; } }

@media only screen and (max-width: 750px) {
  input[type="checkbox"] {
    -webkit-transform: scale(1.2, 1.2); } }

#form-page-instance #PricingModal {
  margin-right: 0; }
  #form-page-instance #PricingModal .modal-dialog {
    max-width: 650px; }

.pricing-parent {
  margin-top: 90px; }
  .pricing-parent .pricing-calculate-button {
    float: left; }
  .pricing-parent .submit-area {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .pricing-parent .table-row {
    border: none; }
  .pricing-parent input, .pricing-parent select {
    width: 80%; }
  .pricing-parent input[type="checkbox"] {
    width: 25%;
    height: 20px; }
  .pricing-parent .column {
    margin-left: 1%; }
  .pricing-parent .left-side {
    padding-top: 10px; }
  .pricing-parent .right-side {
    margin-top: 10px;
    overflow-wrap: break-word;
    border-top: 2px solid #1086B9; }
    .pricing-parent .right-side .one-half > div {
      margin-bottom: 20px; }
  .pricing-parent .border-bottom {
    border-bottom: 2px solid #1086B9 !important; }
  .pricing-parent .border-left-right {
    border-left: 2px solid #1086B9 !important;
    border-right: 2px solid #1086B9 !important; }
  .pricing-parent .border-no-top {
    border-left: 2px solid #1086B9 !important;
    border-right: 2px solid #1086B9 !important;
    border-bottom: 2px solid #1086B9 !important; }
  .pricing-parent .pricing-form {
    border: 2px solid #1086B9 !important; }
  .pricing-parent .pricing-form .pricing-table .one-half.column, .pricing-parent .pricing-results .pricing-table .one-half.column {
    width: 48%;
    text-align: center; }
  .pricing-parent .table-row .right-side > .one-half.column {
    width: 48%; }
  .pricing-parent .additional-services {
    margin-top: 1rem;
    margin-bottom: auto; }
  .pricing-parent .pricing-intro {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .pricing-parent .goods-row.d-flex .parcel-icon {
    margin-left: 2px; }
  .pricing-parent .goods-row.d-flex > div:first-child.icon {
    padding-left: 3px;
    margin-right: 10px; }
  .pricing-parent .goods-row.d-flex .goods-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5px;
    margin-right: 5px; }
    .pricing-parent .goods-row.d-flex .goods-field.goods-icon {
      -webkit-box-pack: start;
      -webkit-justify-content: start;
          -ms-flex-pack: start;
              justify-content: start; }
      .pricing-parent .goods-row.d-flex .goods-field.goods-icon .delete-item {
        margin-top: 0; }
  .pricing-parent .goods-row.d-flex:hover {
    background: rgba(0, 0, 0, 0.075); }

@media only screen and (max-width: 992px) {
  .pricing-parent .goods-row.d-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pricing-parent .goods-row.d-flex > div:first-child.icon {
      display: none; }
    .pricing-parent .goods-row.d-flex .goods-field {
      min-width: 90px; } }

@media only screen and (min-width: 768px) {
  .pricing-parent {
    margin-top: 100px; }
    .pricing-parent input, .pricing-parent select {
      width: 100%; }
    .pricing-parent .border-right {
      border-right: 2px solid #1086B9 !important; }
    .pricing-parent .right-side {
      border-top: none; } }

.pricing-form button, .pricing-results button {
  margin: 5px; }

.always-hide {
  display: none !important; }

#profile-instance .profile-container-parent {
  overflow: auto; }
  #profile-instance .profile-container-parent .receiver #settings___BV_tab_button__ {
    display: none !important; }
  #profile-instance .profile-container-parent .receiver #customers___BV_tab_button__ {
    display: none !important; }

#profile-instance .status-indicators {
  margin-top: 0.5rem;
  margin-bottom: 5px; }

#profile-instance .profile-submit {
  float: left;
  display: inline-block;
  padding-left: 15px; }
  #profile-instance .profile-submit button {
    min-width: 164px; }

#profile-instance .profile-container .profile {
  min-height: 450px; }

#profile-instance .profile-container .col-auto {
  margin-bottom: 0.5rem; }

#profile-instance .profile-container .tab-pane {
  outline: none; }

#profile-instance .profile-container .tab-content.col {
  min-height: inherit;
  margin-left: 15px;
  max-width: 90%;
  margin-top: 5px; }

#profile-instance .profile-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#profile-instance .profile-container .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#profile-instance .profile-container .profile-tabs {
  width: 20%;
  margin-bottom: 20px; }
  #profile-instance .profile-container .profile-tabs .tab {
    color: #1086B9;
    margin-bottom: 5px; }
    #profile-instance .profile-container .profile-tabs .tab:hover {
      cursor: pointer; }
    #profile-instance .profile-container .profile-tabs .tab.selected {
      font-weight: 900;
      text-decoration: underline; }

#profile-instance .fade-enter-active {
  transition: opacity .5s;
  transition-delay: 0.25s; }

#profile-instance .fade-enter, #profile-instance .fade-leave {
  opacity: 0; }

#profile-instance .profile-field.default-advice input {
  width: auto; }

@media only screen and (max-width: 768px) {
  #personal-submit.profile-submit {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  #profile-instance .profile-container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  #profile-instance .profile-container .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #profile-instance .profile-container .profile-tabs {
    min-height: 400px;
    margin-right: 25px; }
  #profile-instance .profile-container .profile-content .profile-field, #profile-instance .profile-container .profile-content .password-field {
    margin-right: 10px; }
    #profile-instance .profile-container .profile-content .profile-field .status-indicators, #profile-instance .profile-container .profile-content .password-field .status-indicators {
      margin-top: 5px; } }

.login-area-container {
  margin-bottom: 3rem;
  max-width: 576px; }
  .login-area-container .login-area-heading {
    margin-bottom: 1rem; }
  .login-area-container .login-area-form {
    border-left: #1086B9 5px solid;
    padding-left: 1.5rem; }
    .login-area-container .login-area-form .login-form-component h3 {
      color: #1086B9; }
    .login-area-container .login-area-form .login-form-component p {
      color: #4A4A4A;
      font-size: 14px; }
    .login-area-container .login-area-form .form-status-message {
      color: black;
      padding-top: 5px; }
    .login-area-container .login-area-form .user-data {
      color: black; }
    .login-area-container .login-area-form .btn-kaukoputki-link {
      margin: 10px 0; }
    .login-area-container .login-area-form .line-login {
      width: 100%;
      border-bottom: 2px solid #1086B9;
      margin: 30px 0; }
    .login-area-container .login-area-form .register-menu-link {
      text-decoration: underline;
      color: #1086B9;
      font-size: 14px; }
  .login-area-container .login-area-bottom {
    margin-top: 3rem; }
  .login-area-container .user-help-area,
  .login-area-container .user-help-area a {
    color: #7F8082; }

.user-help-area {
  display: inherit; }

@media only screen and (max-width: 576px) {
  .login-area-container .login-area-heading {
    margin-right: 5px;
    margin-left: 5px; }
  .login-area-container .login-area-bottom {
    margin-right: 5px;
    margin-left: 5px; } }

#game-block {
  text-align: center;
  margin: 0px 0px 1px 0px;
  /* the extra 1px allows the iOS inner/outer check to work */
  background: #fff; }

#game {
  display: inline-block; }

.campaign-page Form__Element .FormTextbox p strong {
  font-weight: bold; }

.campaign-page .campaign-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.campaign-page .highlight-section .container-block-image {
  max-height: 400px;
  background-position: 30% 20px; }

.campaign-page .highlight-section .container-block-content.top {
  min-height: 280px;
  padding-top: 125px; }
  .campaign-page .highlight-section .container-block-content.top .text-block {
    color: inherit;
    text-align: center;
    margin-bottom: 0; }
    .campaign-page .highlight-section .container-block-content.top .text-block h2 {
      text-transform: uppercase; }
  .campaign-page .highlight-section .container-block-content.top .link-block .link-block-heading {
    font-size: 33px !important;
    text-transform: initial;
    line-height: 1.1 !important;
    margin-bottom: 0; }
  .campaign-page .highlight-section .container-block-content.top .link-block .link-block-description {
    margin-top: 7.5px !important; }
    .campaign-page .highlight-section .container-block-content.top .link-block .link-block-description p {
      font-size: 30px !important;
      line-height: 1;
      font-weight: bold !important; }

.campaign-page .campaign-side-content {
  padding-left: 40px !important;
  padding-right: 40px !important; }
  .campaign-page .campaign-side-content.col-0 {
    padding-left: 0px !important; }
  .campaign-page .campaign-side-content .link-block {
    padding-top: 0; }
  .campaign-page .campaign-side-content img {
    width: 100%;
    height: auto; }

.campaign-page .campaign-side-content > div > div {
  margin-bottom: 10px; }

.campaign-page .campaign-main-content {
  padding-right: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .campaign-page .campaign-main-content .text-block {
    margin-bottom: 15px; }
  .campaign-page .campaign-main-content.campaign-forms iframe {
    width: 100%;
    height: 315px; }
  .campaign-page .campaign-main-content.campaign-forms .FormStep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .campaign-page .campaign-main-content.campaign-forms .FormStep.hide {
      display: none; }
  .campaign-page .campaign-main-content.campaign-forms .Form__Element.FormChoice .Form__Element__Caption.extended-choice {
    font-weight: 700;
    font-size: 22px;
    color: #1086B9; }
    .campaign-page .campaign-main-content.campaign-forms .Form__Element.FormChoice .Form__Element__Caption.extended-choice.no-extra-text {
      margin-bottom: 0.5rem; }
    .campaign-page .campaign-main-content.campaign-forms .Form__Element.FormChoice .Form__Element__Caption.extended-choice + .extra-text {
      margin-bottom: 0.5rem; }
  .campaign-page .campaign-main-content.campaign-forms .Form__Element {
    width: 100%; }
    .campaign-page .campaign-main-content.campaign-forms .Form__Element.FormTextbox input {
      border-color: #979899; }
    .campaign-page .campaign-main-content.campaign-forms .Form__Element.FormTextbox textarea {
      border-color: #979899; }
    .campaign-page .campaign-main-content.campaign-forms .Form__Element.FormChoice {
      /*width: 40%;
                    margin: 5px 25% 5px 10%;*/ }
      .campaign-page .campaign-main-content.campaign-forms .Form__Element.FormChoice .Form__Element__Caption {
        margin-bottom: 5px; }
  .campaign-page .campaign-main-content.campaign-forms .Form__Element.Form__Element--NonData {
    margin-bottom: 0.5rem; }
    .campaign-page .campaign-main-content.campaign-forms .Form__Element.Form__Element--NonData p {
      margin-bottom: 0; }
  .campaign-page .campaign-main-content.campaign-forms .epi-forms .FormSubmitButton {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    width: 60%; }
  .campaign-page .campaign-main-content.campaign-forms .checkbox-element {
    margin-right: 0.25rem; }
  .campaign-page .campaign-main-content.campaign-forms .FormCheckbox a {
    color: inherit;
    text-decoration: underline; }
  .campaign-page .campaign-main-content.campaign-forms .FormCheckbox > div > *:last-child::after {
    content: " *";
    color: #1086B9; }
  .campaign-page .campaign-main-content.campaign-forms .FormTextbox__Input {
    width: 80%; }
    .campaign-page .campaign-main-content.campaign-forms .FormTextbox__Input.full-width {
      width: 100%; }

.campaign-side-content.col-12.col-md-4 {
  padding-left: unset;
  padding-right: unset;
  margin-left: 0px; }
  .campaign-side-content.col-12.col-md-4 .link-block {
    margin-left: -50px;
    padding: 0.25rem; }
    .campaign-side-content.col-12.col-md-4 .link-block img {
      width: 100%;
      height: inherit;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content; }
    .campaign-side-content.col-12.col-md-4 .link-block .link-block-description {
      margin-left: -25px;
      /* img {
                height: 182px;
                width: 210px;
            }*/ }
      .campaign-side-content.col-12.col-md-4 .link-block .link-block-description a {
        margin: 0; }

@media only screen and (min-width: 768px) {
  .campaign-page .campaign-main-content {
    padding-right: 3rem; }
  .campaign-page .campaign-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .campaign-page .highlight-section .container-block-image {
    min-height: 560px; }
  .campaign-page .highlight-section .container-block-content.top {
    padding-top: 125px; }
    .campaign-page .highlight-section .container-block-content.top .link-block .link-block-heading {
      font-size: 43px !important;
      text-transform: initial;
      line-height: 1.1 !important;
      margin-bottom: 0; }
    .campaign-page .highlight-section .container-block-content.top .link-block .link-block-description {
      margin-top: 7.5px !important; }
      .campaign-page .highlight-section .container-block-content.top .link-block .link-block-description p {
        font-size: 49px !important;
        line-height: 1;
        font-weight: bold !important; }
  .campaign-page .campaign-main-content.campaign-forms .epi-forms .FormSubmitButton {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    width: 40%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 40px; } }

@media only screen and (max-width: 767px) {
  .campaign-side-content.col-12.col-md-4 .link-block {
    margin-left: -25px; }
    .campaign-side-content.col-12.col-md-4 .link-block .link-block-description {
      width: 550px;
      margin-left: 0px;
      padding-left: 0px; }
      .campaign-side-content.col-12.col-md-4 .link-block .link-block-description .blue {
        margin-left: 20px;
        text-align: left;
        padding-left: 225px; }
        .campaign-side-content.col-12.col-md-4 .link-block .link-block-description .blue li {
          text-align: left; }
          .campaign-side-content.col-12.col-md-4 .link-block .link-block-description .blue li p {
            text-align: left; }
      .campaign-side-content.col-12.col-md-4 .link-block .link-block-description img {
        padding: 10px; } }

@media only screen and (max-width: 580px) {
  .campaign-side-content.col-12.col-md-4 .link-block .link-block-description {
    width: 100%; }
    .campaign-side-content.col-12.col-md-4 .link-block .link-block-description .blue {
      margin-left: 0px;
      padding-left: 50px;
      float: left; } }

@media only screen and (min-width: 992px) {
  .campaign-page .highlight-section .container-block-content.container {
    max-width: 1000px; }
  .campaign-page .highlight-section .container-block-image {
    min-height: 560px; } }

@media only screen and (max-width: 440px) {
  .campaign-side-content.col-12.col-md-4 .link-block .link-block-description {
    width: 300px; } }

.invoice-page {
  margin-left: 250px; }

.current-page {
  color: #0a5373;
  text-decoration: underline; }

.wiki-modal-block img.wiki-icon {
  border-radius: 145.5px;
  width: 38px;
  height: 38px;
  background: transparent; }

.wiki-page-partial img {
  max-width: 100%;
  height: 100%; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; }
  .iframe-wrapper .iframe-fill {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

#wiki-modal {
  color: #4A4A4A;
  text-align: initial;
  line-height: initial;
  letter-spacing: initial;
  color: initial;
  font-size: initial; }

@media only screen and (max-width: 576px) {
  #wiki-modal {
    /*.modal-content {
            max-width: 340px;
        }*/ }
    #wiki-modal .container {
      margin-left: 0;
      max-width: 100%; }
      #wiki-modal .container img {
        max-width: 100%;
        height: auto; }
    #wiki-modal .modal-dialog {
      display: block; }
  .wiki-page-partial.container {
    padding-left: 5px;
    padding-right: 5px; } }
