
@import url(https://fonts.googleapis.com/css?family=Crimson+Text|Noto+Sans&amp;display=swap);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(bootstrap_overrides.css.jsp);
@import url(spaces.css.jsp);
@import url(verifone_original.css);

/* *******************************************************************************************
 *         Generics                                                                          *
 ******************************************************************************************* */

body {
	color: #000;
	background: #fff none !important;
}

main > .container-fluid {
	max-width: 84rem;
	margin-top: 60px;
}
main #content {
	max-width: none;
}

main h1 {
	font-family: "Noto Sans",Arial,sans-serif;
	margin: 0 0 1.125rem 0 !important;
}
main h1,
main h2,
main h3,
main h4 {
	font-family: "Noto Sans",Arial,sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	margin: 2.25rem 0 1.125rem 0 !important;
	padding: 0 !important;
}
main h1,
main h2 {
	margin: 0 0 1.125rem 0 !important;
	font-size: 2.2rem !important;
	line-height: 1.3 !important;
}
main h3 {
	font-size: 1.6rem !important;
	line-height: 1.3 !important;
}
main h4 {
	font-size: 1.4rem !important;
	line-height: 1.3 !important;
}

main p,
main .text,
main .ingress,
main td {
	font-family: "Crimson Text",Georgia,serif !important;
	font-size: 1.125rem !important;
	line-height: 1.875rem !important;
}
main p,
main .text,
main .ingress {
	margin-bottom: 1.125rem !important;
	padding: 0 !important;
}
main ul + p {
	margin-top: 1.125rem !important;
}
@media screen and (min-width: 768px) {
	main p,
	main .text,
	main .ingress {
		font-size: 1.25rem !important;
	}
}
@media screen and (min-width: 1280px) {
	main p,
	main .text,
	main .ingress {
		font-size: 1.5rem !important;
		line-height: 2.8125rem !important;
		margin-bottom: 1.5rem !important;
	}
}
main td,
main .text,
main .ingress {
	margin-bottom: 0 !important;
}

main .tabDivs p {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	margin-bottom: 0.8rem !important;
}

#leftCol,
#mainCol,
#rightCol {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
main #leftCol p,
main #rightCol p,
.text-compact p {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	margin-bottom: 0.8rem !important;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	display: list-item;
	text-align: match-parent;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bgGradient {
	background: transparent none !important;
	border-bottom: 1px solid #ccc;
}

main #formEngine {
	margin: 0;
	padding: 0 0 30px 0;
}
main table.formEngineTable {
	margin-bottom: 0 !important;
}
main table.formEngineTable td,
main table.formEngineTable th {
	border: 0 !important;
}
main table.formEngineTable .td1,
main table.formEngineTable .td2 {
	padding-bottom: 8px;
}
main table.formEngineTable .td1 {
	width: 40%;
}
@media screen and (max-width: 640px) {
	main table.formEngineTable .td1,
	main table.formEngineTable .td2 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding-bottom: 4px;
	}
	main table.formEngineTable .td2 {
		padding-bottom: 10px;
	}
}


.tabDivs {
	margin-top: 40px;
	padding: 20px 0 40px 0;
	border-top: 1px solid #ccc;
}

#partnerMenu {
	border-top: 1px solid #ccc;
}
#partnerMenu li {
	padding: 10px 20px !important;
	border-bottom: 1px solid #ccc;
}
#partnerMenu li a {
	font: 1rem/1.2 "Noto Sans",Arial,sans-serif !important;
}

#article.partner .text h4 {
	font: normal italic 1.1rem/1.3 "Noto Sans",Arial,sans-serif !important;
	margin: 1.125rem 0 !important;
	padding: 0 !important;
}

main .text address {
	display: block;
	margin: 1rem 0 1.25rem 0 !important;
	padding: 0;
	font-style: italic;
	line-height: 1.4em;
	color: #333;
}
main .text address a {
	color: #333;
	text-decoration: none;
}


/* *******************************************************************************************
 *         Form generic                                                                      *
 ******************************************************************************************* */

.formBtn {
	position: relative;
  background: #6EFFD2 none !important;
  border: 0.0625rem solid #6EFFD2 !important;
	color: #000 !important;
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 1rem !important;
	letter-spacing: 0.01em;
	padding: 1.125rem 2.5rem;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}
.formBtn[id^="add"],
.formBtn[id^="rem"] {
	font-size: 10px !important;
	padding: 0.2rem 0.4rem !important;
}
.formBtn.active {
  background: #85ca32 none !important;
  border: 0.0625rem solid #85ca32 !important;
}
.formBtn.disabled,
.formBtn[disabled] {
  background: #8e969f none !important;
  border: 0.0625rem solid #8e969f !important;
	cursor: not-allowed !important;
}

.formField, .formFieldFile, TEXTAREA, SELECT {
	box-sizing: border-box;
	padding: 3px 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}

.form-input,
.vf-form input[type="text"],
.vf-form input[type="password"],
.vf-form input[type="email"],
.vf-form input[type="tel"],
.vf-form select,
.vf-form textarea {
	border: 0.25rem solid #ebebeb;
	clear: both;
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 0.9rem;
	line-height: 1;
	outline: none;
	padding: 0.6rem 0.8rem;
	width: 100% !important;
	position: relative;
	display: inline-block;
	padding: 0.6rem 0.8rem;
	text-transform: none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: 0 0 0 #000 !important;
	-webkit-box-shadow: 0 0 0 #000 !important;
	box-shadow: 0 0 0 #000 !important;
	-ms-filter: none !important;
	filter: none !important;
}
.vf-form input[type="text"][size],
.vf-form input[type="password"][size],
.vf-form input[type="email"][size],
.vf-form input[type="tel"][size] {
	width: auto !important;
}

.form-input:focus,
.vf-form input[type="text"]:focus,
.vf-form input[type="password"]:focus,
.vf-form input[type="email"]:focus,
.vf-form input[type="tel"]:focus,
.vf-form select:focus,
.vf-form textarea:focus {
	border-color: rgba(0, 173, 239, .3) !important;
}

.vf-button,
.vf-form button,
.vf-form input[type="submit"],
.vf-form input[type="button"],
.vf-form input[type="reset"],
.vf-form .formBtn {
	display: inline-block;
	font-family: "Noto Sans",Arial,sans-serif !important;
	font-weight: normal !important;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1rem !important;
	margin: 0 auto;
	background-color: #6EFFD2;
	border: 0.0625rem solid #6EFFD2;
	color: #000;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 0.9375rem 1.25rem;
	text-align: center;
}


.vf-form #edit-actions {
	position: relative;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3.125rem;
	margin: 1.25rem auto 0;
	text-align: center;
}

.vf-form #edit-actions input[type="submit"] {
    margin: 0 1.25rem;
}


.vf-form input[type="radio"],
.vf-form input[type="checkbox"] {
	width: auto;
}


.custom-control-label {
	line-height: 1.2 !important;
}

.btns-div-last {
	margin-top: 1.125rem !important;
	padding: 1.125rem 0 2.25rem 0 !important;
	border-top: 1px solid #ccc !important;
}

.formBtnLeft {
	margin-right: 8px !important;
}
.formBtnRight {
	margin-left: 8px !important;
}

.vf-form .float-right {
	float: right !important;
	margin-left: 10px !important;
}
.vf-form .float-left {
	float: left !important;
	margin-right: 10px !important;
}

.vf-form .inline35 .formGroup LABEL {
	padding-top: 12px;
}

#imsurvey .vf-form .cbRadioTable {
	margin-bottom: 0 !important;
}

/* *******************************************************************************************
 *         Header / Footer                                                                   *
 ******************************************************************************************* */
.header-menu__logo-plain img,
.header-menu__logo-colored img{
	width:150px;
}

header,
header .navbar,
footer {
	background-color: #333;
}
.has-jumbotron header,
.has-jumbotron header .navbar {
	background-color: transparent;
}

#footerLeft {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerLeft img{
	width:150px;
}
.no-scroll {
	height: 100%;
	overflow: hidden;
}

.header {
  display: block;
  max-width: 100vw;
  position: relative;
  z-index: 900;
}
.header--fixed {
	z-index: 99999;
}
.header__top {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	z-index: 901;
	background-color: #333;
}
.has-jumbotron .header__top {
	background-color: transparent;
}
.header--fixed .header__top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
}

.header__controls {
	min-height: 82px;
}

/* *******************************************************************************************
 *         Header Close icon                                                                 *
 ******************************************************************************************* */

.header__close {
	display: none;
	height: 14px;
	width: 14px;
	overflow: hidden;
}
.header--fixed .header__close {
	display: block;
}
.header--fixed-search .header__close {
	-ms-flex-order: 3;
	order: 3;
}

.header__close-icon {
	display: block;
	height: 18px;
	margin-left: -2px;
	margin-top: -2px;
	position: relative;
	transform: rotate(-45deg);
	width: 18px;
}
.header__close-icon::before {
	position: absolute;
	top: 0;
	left: 8px;
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	background-color: #222;
}
.header__close-icon::after {
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: #222;
}

/* *******************************************************************************************
 *         Header Hamburger icon                                                             *
 ******************************************************************************************* */

.header__burger {
	display: block;
	height: 13px;
	width: 24px;
	overflow: hidden;
}
.header--fixed-menu .header__burger {
	display: none;
}
.header__burger-icon {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: block;
	height: 13px;
	position: relative;
	width: 24px;
}
.header__burger-icon::before {
	background-color: #fff;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 24px;
}
.header--fixed-search .header__burger-icon {
	border-color: #999;
}
.header--fixed-search .header__burger-icon::before {
	background-color: #999;
}

/* *******************************************************************************************
 *         Header Logo                                                                       *
 ******************************************************************************************* */

.header__logo {
	text-align: center;
	z-index: 0;
}
.header__logo-colored {
	display: none;
}
.header__logo-colored,
.header--fixed .header__logo-plain {
	display: none;
}
.header--fixed .header__logo-colored {
	display: block;
}

/* *******************************************************************************************
 *         Header search                                                                     *
 ******************************************************************************************* */

.header__search {
	display: block;
	height: 19px;
	width: 16px;
	overflow: hidden;
}
.header--fixed-search .header__search {
	display: none;
}
.header__search-icon {
	display: block;
	height: 19px;
	margin-left: 2px;
	position: relative;
	transform: rotate(-45deg);
	width: 14px;
}
.header__search-icon::before {
	border-radius: 14px;
	border: 2px solid #fff;
	content: '';
	display: block;
	height: 14px;
	width: 14px;
}
.header--fixed-menu .header__search-icon::before {
	border-color: #999;
}
.header__search-icon::after {
	background-color: #fff;
	content: '';
	display: block;
	height: 5px;
	left: 6px;
	position: absolute;
	top: 14px;
	width: 2px;
}
.header--fixed-menu .header__search-icon::after {
	background-color: #999;
}


.header-search {
	background-color: #fff;
}

.header--fixed-search .header-search {
	display: block;
	max-height: calc(100% - 65px);
	overflow-y: scroll;
	width: 120vw;
}

.header-search__container {
	margin: 0 1.25rem;
	padding-top: 4.375rem;
}

.header--fixed-search .header-search__container {
	width: calc(100vw - 40px);
}
.header-search__form {
	position: relative;
}
.header-search__input {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	padding-bottom: 0.625rem;
	position: relative;
}
.header-search__suggestion {
	max-width: 100%;
	opacity: 0.2;
	overflow: hidden;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 0;
}
.header-search__placeholder {
	opacity: 0.2;
	position: absolute;
	z-index: 1;
}

.header-search .header-search__text {
	background-color: transparent;
	border: 0;
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	outline: none;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 2;
}

.header-search .header-search__submit {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	bottom: 0;
	display: none;
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 1rem;
	font-weight: normal;
	outline: none;
	padding: 1.25rem 2.5rem;
	position: absolute;
	right: 0;
}

/* *******************************************************************************************
 *         Nav menu                                                                          *
 ******************************************************************************************* */
/*
.header-menu {
  background: #fff;
}
.header .header-menu {
  background: transparent;
  display: none;
}
.header--fixed-menu .header-menu {
	display: block;
	max-height: calc(100% - 65px);
	overflow-y: scroll;
	width: 120vw;
	-webkit-overflow-scrolling: touch;
}
.header-menu__left {
	padding: 1.25rem 1.25rem 0 !important;
}
.header--fixed-menu .header-menu__left {
	width: 100vw;
}
.header-menu__item {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}

.header-menu__link {
	color: #0281be;
	display: block;
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 1rem;
	font-weight: bold;
	padding: 1.25rem 0;
	position: relative;
	text-decoration: none;
}
.header-menu a {
	cursor: pointer;
	text-decoration: none;
}
.header-menu__toggle, .header-submenu__toggle {
	background: none;
	border: 0;
	float: right;
	padding: 0;
	position: relative;
	top: 0;
}
.header-menu__toggle-icon {
	content: '';
	display: block;
	height: 24px;
	width: 24px;
}
.header-menu__toggle-icon::before {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #6EFFD2;
}*/

@media only screen and (min-width:1280px){
	.header-menu__link {
		padding: 1.875rem 1.15rem;
	}
}

.header-menu--default .header-menu__item:hover .header-menu__link, .header-menu--default .header-menu__item--active .header-menu__link {
	background-color: #fff;
	color: #222;
	position: relative;
	text-decoration: none;
}

@media only screen and (min-width:1280px){
	body.no-image .header-submenu {
		border-right: 1px solid rgba(0,0,0,0.05);
		border-bottom: 1px solid rgba(0,0,0,0.05);
		border-left: 1px solid rgba(0,0,0,0.05);
	}
}

/* *******************************************************************************************
 *         Main                                                                              *
 ******************************************************************************************* */

main {
	margin-top: 82px;
}
.has-jumbotron main {
	margin-top: 0;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
header img,
.text p img,
.fix-w img,
img.fix-w {
	width: auto;
}
img[src*="/admin/"] {
	width: auto;
}
#topImage img {
	display: block;
	margin: 0 auto;
	width: auto;
}

.container {
	max-width: 1344px;
}
.navbar {
	padding: 0 1rem;
}


#customerInfoDiv {
	width: 100%;
	display: none;
	padding-bottom: 25px;
}
#customerInfoInnerDiv {
	padding: 20px 20px 10px 20px;
	background-color: rgba(0, 174, 239, .1);
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	-ms-filter: none;
	filter: none;
}



/* *******************************************************************************************
 *         Jumbotron                                                                         *
 ******************************************************************************************* */

.jumbotron {
  position: relative;
  overflow: hidden;
	min-height: 66.67vh;
	max-height: 100vh;
  background-color: #333;
  background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
  color: #fff !important;
  overflow: hidden;
  text-align: center;
	transition: all 0.3s ease-in-out;
}
.jumbotron.jumbotron-wide {
	min-height: 33.33vh;
}
@media screen and (min-width: 1300px) {
	.jumbotron {
		min-height: 100vh;
	}
	.jumbotron.jumbotron-wide {
		min-height: 50vh;
	}
}
@media screen and (max-width: 640px) {
	.jumbotron {
		min-height: 40vh;
	}
	.jumbotron.jumbotron-wide {
		min-height: 20vh;
	}
}
.jumbotron::before {
	background: linear-gradient(to bottom,black 30%,transparent 100%);
	content: '';
	display: block;
	height: 75%;
	opacity: 0.88;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 51;
}

.jumbotron-background img {
  width: 100%;
  height: auto;
}
.jumbotron .container {
  position: relative;
  padding: 2rem;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  z-index: 52;
}

.hero__content {
	position: relative;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 5rem;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	float: left;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 2.5rem;
	width: 100%;
	min-height: calc(66.67vh - 82px);
	max-height: 100vh;
  z-index: 52;
}
.jumbotron-wide .hero__content {
	min-height: calc(33.33vh - 82px);
}
@media screen and (min-width: 1300px) {
	.hero__content {
		min-height: calc(100vh - 82px);
	}
	.jumbotron-wide .hero__content {
		min-height: calc(50vh - 82px);
	}
}
@media screen and (max-width: 640px) {
	.hero__content {
		min-height: calc(40vh - 82px);
	}
	.jumbotron-wide .hero__content {
		min-height: calc(20vh - 82px);
	}
}

.hero__author {
	margin-top: 1.875rem;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 0.875rem;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.875rem;
}
.hero__author__photo {
	overflow: hidden;
	transform: translateZ(0);
	width: 100px;
}
.hero__author__name {
	font-weight: bold;
}
.hero__author__photo + .hero__author__name {
	margin-left: 0.625rem;
}
.hero__author__job {
	position: relative;
	padding-left: 0.625rem;
}
.hero__author__name + .hero__author__job {
	margin-left: 0.625rem;
	padding-left: 0.625rem;
}
.hero__author__name + .hero__author__job::before {
	background-color: #fff;
	bottom: 0;
	content: '';
	height: 0.9375rem;
	left: -0.625rem;
	margin-bottom: auto;
	margin-left: 0.625rem;
	margin-top: auto;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}
main .hero__title {
	font-size: 7vw !important;
	line-height: 7vw !important;
	width: 95% !important;
	font-family: "Noto Sans",Arial,sans-serif !important;
	line-height: 1 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
	color: #fff !important;
}
main .hero__category {
	font-size: 0.75rem !important;
	display: block !important;
	font-family: "Noto Sans",Arial,sans-serif !important;
	font-weight: normal !important;
	line-height: 1.5 !important;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	color: #fff !important;
}
main .hero__category + .hero__title {
	margin-top: 0.625rem !important;
}
main .hero__content > :first-child {
	margin-top: 0 !important;
}

/* *******************************************************************************************
 *         Jumbotron Footer                                                                  *
 ******************************************************************************************* */

.sticky-bar {
	margin-top: 0;
	height: 5.625rem;
	transition: height 250ms ease;
}
.has-jumbotron .sticky-bar {
	margin-top: -2rem;
}
.sticky-bar__container {
	background: #fff;
	position: relative;
	top: 0;
	width: 100%;
	height: 5.625rem;
	transition: position 250ms ease;
	z-index: 21;
}
.sticky-bar__wrapper {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: calc(100% - 42px);
	height: 100%;
	margin-left: 2.625rem;
	margin-right: 0;
}
.sticky-bar__meta {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: calc(100% - 6.25rem);
}
.sticky-bar__title {
	font-size: 1.5rem;
	line-height: 2.1rem;
	font-family: "Noto Sans",Arial,sans-serif;
	font-weight: bold;
	color: #222;
}
.sticky-bar__title, .sticky-bar__desc {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sticky-bar__title, .sticky-bar__desc {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sticky-bar__desc {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-family: "Noto Sans",Arial,sans-serif;
	color: #222;
	margin-top: -.1rem !important;
}
.sticky-bar__desc {
	font-size: 1rem;
	line-height: 1.5rem;
}

.sticky-bar__meter {
	position: absolute;
	bottom: -0.375rem;
	width: 100%;
	height: 0.375rem;
	background: #ebebeb;
	background: linear-gradient(to bottom,#ccc 0%,#ebebeb 50%);
	box-shadow: 0 2px 4px #ccc;
	overflow: hidden;
}
.sticky-bar__progress {
	position: relative;
	height: 100%;
	background: #6EFFD2;
	transition: width 10ms ease;
	width: 0%;
}
.page-loaded .sticky-bar__progress {
	width: 100%;
}

/* *******************************************************************************************
 *         Article Body                                                                      *
 ******************************************************************************************* */

.article-body{
    max-width:1000px;
    margin:4.375rem 1.25rem;
    font-family:"Crimson Text",Georgia,serif;
    font-size:1.125rem;
    line-height:1.5;
}
.article-body::after{
    content:'';
    display:table;
    clear:both;
}
@media only screen and (min-width:768px){
    .article-body{
        font-size:1.25rem;
        line-height:1.875rem;
        margin:4.375rem 2.5rem;
    }
}
@media only screen and (min-width:1280px){
    .article-body{
        font-size:1.5rem;
        line-height:2.8125rem;
        margin:4.375rem auto;
    }
}
.article-body p{
    font-family:"Crimson Text",Georgia,serif;
    font-size:1.125rem;
    line-height:1.875rem;
    margin-bottom:2.5rem;
}
@media only screen and (min-width:768px){
    .article-body p{
        font-size:1.25rem;
    }
}
@media only screen and (min-width:1280px){
    .article-body p{
        font-size:1.5rem;
        line-height:2.8125rem;
        margin-bottom:3.75rem;
    }
}
.article-body ul,.article-body ol{
    margin-left:1.6rem;
}
.article-body ul ul,.article-body ul ol,.article-body ol ul,.article-body ol ol{
    margin-top:0.2rem;
}
.article-body li{
    list-style:inherit;
}
.article-body blockquote{
    font-style:italic;
    margin-left:20px;
    padding-left:20px;
    border-left:4px solid #ebebeb;
}
.article-body blockquote::before{
    color:#999;
    content:'â€œ';
    display:block;
    font:bold 90px/60px "Crimson Text",Georgia,serif;
    height:24px;
    line-height:1;
}
.article-body figure{
    float:left;
    margin:4rem 0;
    text-align:center;
    width:100%;
}
@media only screen and (min-width:768px){
    .article-body figure{
        margin-bottom:2rem;
        margin-right:2rem;
        margin-top:2rem;
        width:45.83333%;
    }
}
@media only screen and (min-width:1280px){
    .article-body figure{
        margin-bottom:4rem;
        margin-right:4rem;
        margin-top:4rem;
        width:29.16667%;
    }
}
.article-body .align-center{
    float:none;
    margin-left:auto;
    margin-right:auto;
}
.article-body .align-center figcaption{
    text-align:center;
}
.article-body .align-left{
    float:left;
    margin-left:0;
    margin-right:0;
}
@media only screen and (min-width:768px){
    .article-body .align-left{
        margin-right:2rem;
    }
}
@media only screen and (min-width:1280px){
    .article-body .align-left{
        margin-right:4rem;
    }
}
.article-body .align-right{
    float:right;
    margin-left:0;
    margin-right:0;
}
@media only screen and (min-width:768px){
    .article-body .align-right{
        margin-left:2rem;
    }
}
@media only screen and (min-width:1280px){
    .article-body .align-right{
        margin-left:4rem;
    }
}
.article-body figcaption{
    color:#222;
    font-family:"Noto Sans",Arial,sans-serif;
    font-size:1rem;
    line-height:1.5rem;
    margin-top:2rem;
    text-align:left;
}
@media only screen and (min-width:768px){
    .article-body figcaption{
        margin-top:1.5rem;
    }
}
@media only screen and (min-width:768px){
    .article-body figcaption{
        margin-top:1.25rem;
    }
}
.article-body table {
    border-collapse:collapse;
    margin-bottom:2.5rem;
}
#adminPanels table {
	margin-bottom: 0 !important;
}
#kundsida table,
#kundsida table td,
#loginPage table,
#loginPage table td {
	border-collapse:collapse;
	border: 0 !important;
}
#kundsida table td,
#loginPage table,
#loginPage table td {
	padding-bottom: 6px !important;
}
@media only screen and (min-width:1280px){
    .article-body table{
        margin-bottom:3.75rem;
    }
}
.article-body table td,.article-body table th{
    border:1px solid;
    font-size:.9rem;
}
@media only screen and (min-width:768px){
    .article-body table td,.article-body table th{
        padding:0 .5rem;
        font-size:inherit;
    }
}
.article-body table th{
    font-weight:bold;
}
.article-body--first > p:first-child::first-letter{
    float:left;
    font-size:6.25rem;
    line-height:2.8125rem;
    margin-top:0.625rem;
    padding-top:27px;
    padding-right:8px;
    padding-left:3px;
    font-weight:bold;
}
@media only screen and (min-width:768px){
    .article-body--first > p:first-child::first-letter{
        font-size:4.375rem;
        line-height:1.875rem;
        margin-top:0;
    }
}
@media only screen and (min-width:1280px){
    .article-body--first > p:first-child::first-letter{
        font-size:6.25rem;
        line-height:2.8125rem;
        margin-top:0.9375rem;
    }
}

/* *******************************************************************************************
 *         Marknad                                                                           *
 ******************************************************************************************* */

#marknad .row-flex {
	display: flex;
	flex-wrap: wrap;
}

#marknad [class*="col-"] {
	margin-bottom: 4em;
}

#marknad .content {
	height: 100%;
	padding: 20px;
	background-color: #f5f5f5;
}
@media only screen and (max-width:640px){
	#marknad .content {
		padding: 10px;
	}
}

#marknad .content .list-item-image {
}
#marknad .content .list-item-image img {
}
#marknad.editing .content .list-item-image img {
}

#marknad .content .list-item-text {
	overflow: hidden;
	padding: 20px 20px 0 20px;
}
#marknad .content .list-item-text,
#marknad .content .list-item-text p {
  font-size: 1.2rem !important;
	line-height: 1.6rem !important;
	margin-bottom: 1rem !important;
}

#marknad .content .list-item-text h4 {
	margin-top: 0 !important;
  font-size: 1.4rem !important;
  line-height: 1.5rem !important;
}

/* *******************************************************************************************
 *         Marknad och terminaler                                                            *
 ******************************************************************************************* */

#marknadTerminaler .row-flex {
	display: flex;
	flex-wrap: wrap;
}

#marknadTerminaler [class*="col-"] {
	margin-bottom: 4em;
}

#marknadTerminaler .content {
	height: 100%;
	padding: 0;
}

#marknadTerminaler .content .term-image {
	height: 60%;
	background-color: #f5f5f5;
	border-top: 80px solid #fff;
}
#marknadTerminaler .content .term-image img {
	margin-top: -80px !important;
}
#marknadTerminaler.editing .content .term-image img {
	margin-top: 0;
}

#marknadTerminaler .content .term-text {
	height: 40%;
	padding: 20px 20px 0 20px;
}

#marknadTerminaler .content .term-text h4 {
	margin-top: 0 !important;
}

/* *******************************************************************************************
 *         Tjänstepaket                                                                      *
 ******************************************************************************************* */

.vf-data-table {
	width: 100% !important;
	min-width: 600px !important;
	border-collapse: collapse !important;
}
.vf-data-table .col1,
.vf-data-table .col2,
.vf-data-table .col3,
.vf-data-table .col4 {
	width: 25% !important;
}
.vf-data-table th,
.vf-data-table td {
	font: 400 14px/1.5em 'Noto Sans', Arial, sans-serif !important;
	text-align: center !important;
	vertical-align: top !important;
	padding: 10px !important;
	border: 2px solid #fff !important;
	background-color: #bdd7ee !important;
}
.vf-data-table thead th {
	font-size: 18px !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	background-color: #00b0f0 !important;
}
.vf-data-table thead th + th {
	background-color: #381b89 !important;
}
.vf-data-table thead th + th + th {
	background-color: #8c4bbd !important;
}
.vf-data-table thead td {
	border: 0;
	background-color: transparent !important;
}
.vf-data-table th {
	font-weight: 600 !important;
}
.vf-data-table tr th:first-child,
.vf-data-table tr td:first-child {
	text-align: left !important;
	vertical-align: middle !important;
}
.vf-data-table .light th,
.vf-data-table .light td {
	background-color: #deebf7 !important;
}
.vf-data-table .sub-head th {
	font-size: 16px !important;
	border: 0 !important;
	padding-top: 30px !important;
	background-color: transparent !important;
}
.vf-data-table .note th,
.vf-data-table .note td {
	font-weight: 300 !important;
	font-size: 12px !important;
	border: 0 !important;
	background-color: transparent !important;
}
@media screen and (max-width: 800px) {
	.vf-data-table th,
	.vf-data-table td {
		font-size: 12px !important;
	}
	.vf-data-table thead th {
		font-size: 15px !important;
	}
	.vf-data-table .sub-head th {
		font-size: 13px !important;
	}
	.vf-data-table .note th,
	.vf-data-table .note td {
		font-size: 11px !important;
	}
}
@media screen and (max-width: 650px) {
	.vf-data-table th,
	.vf-data-table td {
		font-size: 11px !important;
	}
	.vf-data-table thead th {
		font-size: 13px !important;
	}
	.vf-data-table .sub-head th {
		font-size: 12px !important;
	}
	.vf-data-table .note th,
	.vf-data-table .note td {
		font-size: 10px !important;
	}
}
.vf-data-table .fa-check {
	font-size: 19px !important;
	line-height: 21px !important;
	color: #00b050 !important;
}

/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.al { text-align: left !important; }
.ac { text-align: center !important; }
.ar { text-align: right !important; }


.nbtlr {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

#adminPanels td {
	border: 0 !important;
}
#adminPanels,
#adminPanels td,
#adminPanels td * {
	font: normal 11px/15px Verdana, Geneva, sans-serif !important;
}
#adminPanels img,
#formEngine img {
	width: auto !important;
	height: auto !important;
}

body.d-flex #toolTipPop {
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 10px 10px 10px 30px;
	text-align: left;
	background: #fff url(/imcms/im_admin/images/icons/type/icon_info_orange.png) 8px 9px no-repeat;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
	z-index: 100000;
	display: none;
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
}

