
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/* Brand Color */
#header-main-top {
  font-family: 'Benton Sans Reg', 'Arial';
  font-size: 16px;
  height: 40px;
  min-height: 40px;
  background: #0f2c35;
  padding: 8px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  border: 0;
  box-sizing: border-box;
}
#header-main-top .search_container_flyout {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 119px;
  opacity: 1;
  border-top: 2px solid #BCCACE;
  height: 106px;
  box-shadow: 0px 15px 30px #0F2C351A;
  display: none;
}
@media screen and (max-width: 1099px) {
  #header-main-top .search_container_flyout {
    top: 110px;
  }
}
#header-main-top .icon-search-button {
  border: none;
  background: transparent;
  color: #bccace;
  font-size: 14px;
  padding-right: 0;
  padding-left: 20px;
  cursor: pointer;
  outline: 0;
}
@media screen and (max-width: 992px) {
  #header-main-top .icon-search-button {
    display: none;
  }
}
#header-main-top .icon-search-button:hover {
  color: #fff;
}
#header-main-top .icon-search-button.active {
  color: #fff;
}
#header-main-top .icon-search-button .submit_label {
  display: inline-block;
  margin-left: 4px;
}
#header-main-top > .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1099px) {
  #header-main-top > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #header-main-top > .container {
    width: 100%;
  }
}
#header-main-top a {
  padding-right: 25px;
  color: #CBDCE2;
  cursor: pointer;
  font-size: 14px;
}
#header-main-top a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1099px) {
  #header-main-top a#header-location {
    margin-left: 12px;
  }
}
#header-main-top a > i.padding-10-right {
  padding-right: 8px;
}
#header-main-top a > i.business_globe {
  font-size: 14px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 992px) {
  #header-main-top a > .lang_label_mobile_hidden {
    display: none;
  }
}
#header-main-top .float-right a {
  padding-left: 8px !important;
  padding-right: 0;
}
@media (min-width: 992px) {
  #header-main-top .float-right a {
    padding-left: 25px !important;
  }
}
#header-main-top .row.no-gutters {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
#header-main-top .row.no-gutters .col-xs-4,
#header-main-top .row.no-gutters .col-xs-8 {
  padding: 0;
}
#header-main-top .network_toggle_mobile {
  font-family: 'Benton Sans Reg', 'Arial';
  font-weight: normal;
  color: #CBDCE2;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-right: 18px;
}
#header-main-top .network_toggle_mobile:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #CBDCE2;
  border-bottom: 2px solid #CBDCE2;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}
#header-main-top #network_toggle_mobile_state:checked + .network_toggle_mobile:after {
  transform: rotate(135deg);
  top: 13px;
  border-color: #fff;
}
@media (min-width: 992px) {
  #header-main-top .network_toggle_mobile {
    display: none;
  }
}
#header-main-top #network_toggle_mobile_state {
  display: none;
}
@media (max-width: 991px) {
  #header-main-top .network_links {
    display: none !important;
    background: #0f2c35;
    position: absolute;
    left: -7px;
    padding: 0;
    border-radius: 3px;
    min-width: 106px;
    margin-top: -5px;
  }
  #header-main-top .network_links a {
    display: block;
    padding: 7px 4px 6px 11px !important;
    font-size: 14px !important;
    line-height: 24px;
  }
  #header-main-top .network_links a:hover,
  #header-main-top .network_links a:focus {
    background: rgba(245, 247, 250, 0.2);
    color: #fff;
  }
}
#header-main-top #network_toggle_mobile_state:checked ~ .network_toggle_mobile {
  color: #fff;
}
#header-main-top #network_toggle_mobile_state:checked ~ .network_links {
  display: block !important;
}
.icon-small-svg {
  width: 14px;
  height: auto;
  margin-right: 10px;
}
#header-search-container {
  position: relative;
  width: 100%;
  padding: 17px 15px 10px;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  #header-search-container {
    padding-top: 47px;
  }
}
#header-search-container .search_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: -5%;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1399px) {
  #header-search-container .search_close {
    right: 12px;
    top: 10px;
  }
}
#header-search-container .search_close::before {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #698A95;
  transform: rotate(45deg);
  top: 3px;
}
#header-search-container .search_close::after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #698A95;
  transform: rotate(-45deg);
  top: 3px;
}
#header-search-container .search_close:hover::before {
  background-color: #0F2C35;
}
#header-search-container .search_close:hover::after {
  background-color: #0F2C35;
}
#header-search-container .search_pretext {
  font-size: 16px;
  font-family: 'Benton Sans Reg', 'Arial';
  color: #0F2C35;
  margin-bottom: 5px;
}
@media screen and (max-width: 1099px) {
  #header-search-container .search_pretext {
    display: none;
  }
}
#header-search-container .tx-solr-search-form {
  margin-top: 0;
}
#header-search-container .header-search-box form {
  cursor: pointer;
  width: 100%;
}
#header-search-container .tx-indexedsearch-form {
  cursor: pointer;
  border-bottom: 0 solid white;
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
  transition: width 1s;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header-search-container .tx-indexedsearch-form .search_form_icon {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 13px;
  color: #fff;
  z-index: 10;
}
#header-search-container .tx-indexedsearch-form .form-control {
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 38px;
  padding-right: 45px;
}
#header-search-container .tx-indexedsearch-form input[type="submit"] {
  width: 38px;
  height: 38px;
  background-color: #FF6700;
  right: 0px;
  text-indent: -9999px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: background-color 0.3s ease-out;
}
#header-search-container .tx-indexedsearch-form input[type="submit"]:hover {
  background-color: #FF5122;
}
#header-search-container .small-button {
  padding: 8px 16px;
}
@media screen and (max-width: 991px) {
  #header-search-container .small-button {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #header-search-container .header-search-box {
    display: block;
    width: 100%;
  }
}
#header-search-container .header-search-box .tx_solr {
  padding: 0;
  width: 100% !important;
}
#header-search-container .header-search-box input {
  color: #bccace;
  font-size: 16px;
  position: relative;
  top: 0;
  right: 0;
  outline: none;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 10;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border: 1px solid #698A95;
  border-radius: 3px;
  color: #0F2C35;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#header-search-container .header-search-box input::-webkit-input-placeholder {
  display: none;
}
#header-search-container .header-search-box input::-moz-placeholder {
  display: none;
}
#header-search-container .header-search-box input:focus {
  border-color: #FF6700;
  box-shadow: none;
  outline: none;
}
#header-search-container .header-search-box .flex-group {
  display: flex;
}
#header-search-container .header-search-box .reset_search {
  position: absolute;
  right: 65px;
  z-index: 11;
  top: 5px;
  color: #002832;
  font-size: 20px;
  cursor: pointer;
}
#header-search-container .header-search-box .input-group-btn {
  padding: 0;
  width: 40px;
}
#header-search-container .header-search-box .input-group-btn .btn {
  background-color: #FF6700;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s ease-out;
}
#header-search-container .header-search-box .input-group-btn .btn:hover {
  background-color: #FF5122;
}
#header-search-container .header-search-box .input-group-btn .btn .nc-icon-mini {
  color: #fff;
  font-size: 12px;
  position: relative;
}
#header-search-container .header-search-box .input-group-btn .btn .btn_label {
  display: none;
}
#header-search-container .header-search-box .form-control-submit,
#header-search-container .header-search-box .search-label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  background: white;
}
#header-search-container .header-search-box .icon-search-button {
  border: none;
  background: transparent;
  color: #bccace;
  width: auto;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  z-index: 90;
}
@media (max-width: 991px) {
  #header-search-container .header-search-box .icon-search-button {
    display: none;
  }
}
#header-search-container .header-search-box .icon-search-button:hover {
  color: #fff;
}
@media screen and (max-width: 992px) {
  #header-search-container .header-search-box .icon-search-button {
    width: 27px;
    color: #698a95 !important;
  }
  #header-search-container .header-search-box .icon-search-button:hover {
    color: #698a95;
  }
}
#header-search-container .submit_label {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  color: #CBDCE2;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1099px) {
  #header-search-container .submit_label {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  #header-search-container .submit_label {
    display: none;
  }
}
#header-search-container .icon-search-button:hover .submit_label {
  color: #fff;
}
.header-search-button {
  background: #fff;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.form-control-submit {
  background: #fff;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .form-control-submit {
    display: none !important;
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    bottom: -60px !important;
    width: 100px !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    z-index: 1 !important;
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
  }
}
.mobile_search_container {
  display: none;
  float: right;
  height: 35px;
}
@media (min-width: 992px) {
  .mobile_search_container {
    display: none !important;
  }
}
.desktop_search_container {
  display: block;
  position: relative;
  margin: 0 0 0 13px;
  float: right;
  cursor: pointer;
  width: 80px;
}
@media screen and (max-width: 992px) {
  .desktop_search_container {
    display: none;
  }
  .mobile_search_container {
    display: block;
    top: 18px;
    right: 12px;
    position: relative;
  }
  #header-search-container .header-search-box form {
    position: relative;
    height: 35px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #header-search-container {
    margin: 0;
  }
  #header-search-container .header-search-box form {
    position: relative;
  }
}
#header-main-top + #header-main-container,
#header-main-top + .dcheader {
  top: 0;
  transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
}
#header-main-top + .dcheader + #content {
  margin-top: 40px;
}
@media screen and (max-width: 1099px) {
  #header-main-top + .dcheader + #content {
    margin-top: 40px;
  }
}
#header-main-top:not(.scrollhide) + #header-main-container,
#header-main-top:not(.scrollhide) + .dcheader {
  top: 40px;
  transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
}
#header-main-top:not(.scrollhide) + .dcheader .dcheader__menu {
  top: 55px;
  transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
}
@media screen and (max-width: 1099px) {
  #header-main-top:not(.scrollhide) + #header-main-container,
  #header-main-top:not(.scrollhide) + .dcheader {
    top: 40px;
  }
  #header-main-top:not(.scrollhide) + .dcheader .dcheader__menu {
    top: 55px;
  }
}
@media screen and (max-width: 320px) {
  .dcheader__menu + .container {
    padding: 0 15px;
  }
}
#header-main-container {
  min-height: 70px;
  border-top: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#header-main-container .search-label {
  display: none;
  outline: 0;
  border: none;
  background: transparent;
  width: 27px;
  height: 25px;
  top: 5px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #header-main-container .search-label {
    display: block;
  }
}
#header-main-container .search-label .nc-icon-mini {
  color: #698A95;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#header-main-container .search-label .nc-icon-mini:hover {
  color: #0F2C35;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4b5d66;
}
.navbar-default .navbar-toggle.nav_open .icon-bar {
  display: none;
}
.navbar-default .navbar-toggle .close_icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  top: 4px;
  display: none;
}
.navbar-default .navbar-toggle .close_icon::before,
.navbar-default .navbar-toggle .close_icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #698A95;
}
.navbar-default .navbar-toggle .close_icon::before {
  transform: rotate(45deg);
}
.navbar-default .navbar-toggle:hover .close_icon::before,
.navbar-default .navbar-toggle:hover .close_icon::after {
  background: #0F2C35;
}
.navbar-default .navbar-toggle .close_icon::after {
  transform: rotate(-45deg);
}
.navbar-default .navbar-toggle.nav_open .close_icon {
  display: inline-block;
}
.navbar-default .navbar-toggle {
  margin-right: 0;
  right: -5px;
}
@media (min-width: 992px) {
  #header-main-container:not(.absolute-header) ~ #content.main-section {
    /*margin-top: 200px;*/
    margin-top: 40px;
  }
  /*#header-main-top + #header-main-container,*/
  #header-main-top + .dcheader {
    position: fixed;
    width: 100%;
    z-index: 140;
  }
  /*#header-main-container.small_header,*/
  .dcheader.small_header {
    height: 80px;
    min-height: 80px;
    background: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  #header-main-top:not(.scrollhide) + .dcheader .dcheader__menu {
    top: 80px;
  }
  #header-main-top:not(.scrollhide) + .dcheader.small_header .dcheader__menu {
    top: 55px;
  }
  #header-main-top.scrollhide + .dcheader.small_header .dcheader__menu {
    top: 15px;
  }
  .dcheader.small_header > .container {
    position: relative;
  }
  .dcheader.small_header .col-6.text-right.align-items-center {
    position: absolute;
    right: 0;
    top: 20px;
  }
  /*	#header-main-container.small_header a.navbar-brand-image {
		display: block;
		width: 259px;
		height: 84px;
		margin-top: -20px;
		margin-left: 40px;
		background: url("/fileadmin/introduction/images/theme/logo-small.png") no-repeat 0 0;
		background-size: 249px 74px;
	}
	#header-main-container.small_header a.navbar-brand-image img {
		display: none !important;
	}*/
  .dcheader.small_header .col-6.text-left {
    background-position: left center;
    background-repeat: no-repeat;
    height: 80px;
    position: absolute;
    top: 2px;
    background-size: 395px 138px;
    left: -12px;
  }
  .dcheader.small_header .col-6.text-left img {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  #header-main-container {
    min-height: 79px;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .dcheader.small_header .col-6.text-left {
    left: -51px;
  }
}
/* Search heder autocomplete styles */
body .tx-solr-autosuggest {
  border: 1px solid #BCCACE;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: -2px;
}
body .tx-solr-autosuggest .autocomplete-suggestion {
  color: #0F2C35;
  padding: 7px 7px 7px 10px;
}
body .tx-solr-autosuggest strong {
  color: #FF6700;
}
body .tx-solr-autosuggest .autocomplete-suggestion::before {
  display: none;
}
body .tx-solr-autosuggest .autocomplete-selected {
  background: #F5F7FA;
  text-decoration: none;
}
body .tx-solr-autosuggest .autocomplete-suggestion:last-child {
  background: transparent;
  color: #0F2C35;
}

.cm_placeholder,
.feature_manager.container {
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	width: 300px;
	max-width: none !important;
}

.cm_placeholder .h1,
.cm_placeholder h1,
.feature_manager h1 {
	font-size: 18px;
	font-weight: bold;
}

.cm_placeholder h3,
.feature_manager h3 {
	font-size: 14px;
	font-weight: bold;
}

.cm_placeholder p,
.feature_manager.container p {
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #000 !important;
}

.cm_placeholder a,
.feature_manager a {
	text-decoration: underline;
}

.cm_placeholder a:hover,
.feature_manager a:hover {
	text-decoration: none;
}

.cm_placeholder a.btn,
.feature_manager a.btn {
	font-size: 12px;
	padding: 0 10px;
	border-radius: 0;
	border: 0;
	text-decoration: none;
	margin-top: 5px;
}

.cm_placeholder .row a,
.feature_manager .row a {
	display: inline-block;
	line-height: 28px;
}

.cm_placeholder .custom-control-label,
.feature_manager .custom-control-label {
	line-height: 25px;
	font-weight: bold;
}

.feature_manager .custom-control-label.custom-control-label-first {
	font-size: 14px;
}

.cm_placeholder .custom-checkbox label,
.cm_placeholder .custom-checkbox input,
.cm_placeholder .form-switch label,
.cm_placeholder .form-switch input,
.feature_manager .custom-checkbox label,
.feature_manager .custom-checkbox input,
.feature_manager .form-switch label,
.feature_manager .form-switch input {
	cursor: pointer;
}

.feature_manager .details {
	margin-top: 30px;
}

.feature_manager a.summary {
	position: absolute;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 25px;
}

.feature_manager a.summary:before {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: 7px;
	width: 0;
	height: 0;
	border-top: 10px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.feature_manager a.summary.collapsed:before {
	top: 7px;
	border-top: 5px solid transparent;
	border-left: 10px solid #000;
	border-bottom: 5px solid transparent;
	border-right: 0;
}

.feature_manager .collapsing {
	-webkit-transition: none;
	transition: none;
}

.cm_placeholder table,
.feature_manager table {
	margin-top: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.cm_placeholder table {
	margin-top: 15px;
}

.cm_placeholder table th,
.cm_placeholder table td,
.feature_manager table th,
.feature_manager table td {
	padding: 3px 5px 3px 0;
	border: 0;
}

.cm_placeholder table th:first-child,
.cm_placeholder table td:first-child,
.feature_manager table th:first-child,
.feature_manager table td:first-child {
	width: 30%;
}

.cm_placeholder {
	width: auto;
	height: 100%;
}

.cm_placeholder .cm_placeholder_bg.bg_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: blur(5px);
}

.cm_placeholder .cm_placeholder_bg.bg_img:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.cm_placeholder .cm_placeholder_fg {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
}

.cm_placeholder a,
.feature_manager a {
	color: #000;
}

.cm_placeholder a:hover,
.feature_manager a:hover {
	color: #000;
}

.cm_placeholder a.btn,
.feature_manager a.btn {
	color: #fff;
	background-color: #000;
}

.cm_placeholder a.btn:hover,
.feature_manager a.btn:hover {
	color: #fff;
	background-color: #AAA;
}

/** Media Queries **/

@media (min-width: 768px) {
	.feature_manager.container {
		width: 700px;
		padding: 10px !important;
	}
}

@media (min-width: 992px) {
	.feature_manager.container {
		width: 900px;
	}
}

@media (min-width: 768px) {
	.feature_manager a.btn {
		float: right;
		margin-top: 0;
	}

	.cm_placeholder a.btn {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.feature_manager .row a.consent_essentials_only {
		display: block;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.cm_placeholder .cm_placeholder_fg {
		margin: 30px;
		padding: 30px;
	}
}
@keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

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

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

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

.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .vex.vex-closing .vex-overlay {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff; }
  .vex.vex-closing .vex-content {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }

@keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-ms-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-o-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-webkit-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-moz-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-ms-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-o-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-webkit-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-moz-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-ms-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-o-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

.vex.vex-theme-default {
  padding-top: 160px;
  padding-bottom: 160px; }
  .vex.vex-theme-default.vex-closing .vex-content {
    animation: vex-flyout 0.5s;
    -webkit-animation: vex-flyout 0.5s;
    -moz-animation: vex-flyout 0.5s;
    -ms-animation: vex-flyout 0.5s;
    -o-animation: vex-flyout 0.5s;
    -webkit-backface-visibility: hidden; }
  .vex.vex-theme-default .vex-content {
    animation: vex-flyin 0.5s;
    -webkit-animation: vex-flyin 0.5s;
    -moz-animation: vex-flyin 0.5s;
    -ms-animation: vex-flyin 0.5s;
    -o-animation: vex-flyin 0.5s;
    -webkit-backface-visibility: hidden; }
  .vex.vex-theme-default .vex-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", sans-serif;
    background: #f0f0f0;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em; }
    .vex.vex-theme-default .vex-content h1, .vex.vex-theme-default .vex-content h2, .vex.vex-theme-default .vex-content h3, .vex.vex-theme-default .vex-content h4, .vex.vex-theme-default .vex-content h5, .vex.vex-theme-default .vex-content h6, .vex.vex-theme-default .vex-content p, .vex.vex-theme-default .vex-content ul, .vex.vex-theme-default .vex-content li {
      color: inherit; }
  .vex.vex-theme-default .vex-close {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .vex.vex-theme-default .vex-close:before {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      content: "\00D7";
      font-size: 26px;
      font-weight: normal;
      line-height: 31px;
      height: 30px;
      width: 30px;
      text-align: center;
      top: 3px;
      right: 3px;
      color: #bbb;
      background: transparent; }
    .vex.vex-theme-default .vex-close:hover:before, .vex.vex-theme-default .vex-close:active:before {
      color: #777;
      background: #e0e0e0; }
  .vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em; }
  .vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em; }
    .vex.vex-theme-default .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"] {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #fff;
      width: 100%;
      padding: .25em .67em;
      border: 0;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      min-height: 2.5em;
      margin: 0 0 .25em; }
      .vex.vex-theme-default .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        -moz-box-shadow: inset 0 0 0 2px #8dbdf1;
        -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
        box-shadow: inset 0 0 0 2px #8dbdf1;
        outline: none; }
  .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1; }
    .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
      content: "";
      display: table;
      clear: both; }
  .vex.vex-theme-default .vex-dialog-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em; }
    .vex.vex-theme-default .vex-dialog-button.vex-last {
      margin-left: 0; }
    .vex.vex-theme-default .vex-dialog-button:focus {
      animation: vex-pulse 1.1s infinite;
      -webkit-animation: vex-pulse 1.1s infinite;
      -moz-animation: vex-pulse 1.1s infinite;
      -ms-animation: vex-pulse 1.1s infinite;
      -o-animation: vex-pulse 1.1s infinite;
      -webkit-backface-visibility: hidden;
      outline: none; }
      @media (max-width: 568px) {
        .vex.vex-theme-default .vex-dialog-button:focus {
          animation: none;
          -webkit-animation: none;
          -moz-animation: none;
          -ms-animation: none;
          -o-animation: none;
          -webkit-backface-visibility: hidden; } }
    .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
      background: #3288e6;
      color: #fff; }
    .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
      background: #e0e0e0;
      color: #777; }

.vex-loading-spinner.vex-theme-default {
  -moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #f0f0f0;
  border: .2em solid transparent;
  border-top-color: #bbb;
  top: -1.1em;
  bottom: auto; }

@import"../../../fileadmin/assets/bootstrappackage/"/user_upload/dennemeyer/css/build.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
/* Brand Color */
.bg-brand-light-orange {
  background-color: #ff6700;
}
.text-brand-light-orange {
  color: #ff6700;
}
.border-brand-light-orange {
  border-color: #ff6700;
}
.border-bottom-brand-light-orange {
  border-bottom-color: #ff6700;
}
.bg-brand-default-orange {
  background-color: #ff5122;
}
.text-brand-default-orange {
  color: #ff5122;
}
.border-brand-default-orange {
  border-color: #ff5122;
}
.border-bottom-brand-default-orange {
  border-bottom-color: #ff5122;
}
.bg-brand-dark-orange {
  background-color: #f72f2f;
}
.text-brand-dark-orange {
  color: #f72f2f;
}
.border-brand-dark-orange {
  border-color: #f72f2f;
}
.border-bottom-brand-dark-orange {
  border-bottom-color: #f72f2f;
}
.bg-brand-light-pink {
  background-color: #c90065;
}
.text-brand-light-pink {
  color: #c90065;
}
.border-brand-light-pink {
  border-color: #c90065;
}
.border-bottom-brand-light-pink {
  border-bottom-color: #c90065;
}
.bg-brand-default-pink {
  background-color: #96025a;
}
.text-brand-default-pink {
  color: #96025a;
}
.border-brand-default-pink {
  border-color: #96025a;
}
.border-bottom-brand-default-pink {
  border-bottom-color: #96025a;
}
.bg-brand-very-light-gray {
  background-color: #bccace;
}
.text-brand-very-light-gray {
  color: #bccace;
}
.border-brand-very-light-gray {
  border-color: #bccace;
}
.border-bottom-brand-very-light-gray {
  border-bottom-color: #bccace;
}
.bg-brand-light-gray {
  background-color: #738993;
}
.text-brand-light-gray {
  color: #738993;
}
.border-brand-light-gray {
  border-color: #738993;
}
.border-bottom-brand-light-gray {
  border-bottom-color: #738993;
}
.bg-brand-default-gray {
  background-color: #4b5d66;
}
.text-brand-default-gray {
  color: #4b5d66;
}
.border-brand-default-gray {
  border-color: #4b5d66;
}
.border-bottom-brand-default-gray {
  border-bottom-color: #4b5d66;
}
.bg-brand-dark-gray {
  background-color: #0f2c35;
}
.text-brand-dark-gray {
  color: #0f2c35;
}
.border-brand-dark-gray {
  border-color: #0f2c35;
}
.border-bottom-brand-dark-gray {
  border-bottom-color: #0f2c35;
}
.bg-brand-default-white {
  background-color: #ffffff;
}
.text-brand-default-white {
  color: #ffffff;
}
.border-brand-default-white {
  border-color: #ffffff;
}
.border-bottom-brand-default-white {
  border-bottom-color: #ffffff;
}
.bg-brand-default-transparent {
  background-color: transparent;
}
.text-brand-default-transparent {
  color: transparent;
}
.border-brand-default-transparent {
  border-color: transparent;
}
.border-bottom-brand-default-transparent {
  border-bottom-color: transparent;
}
.bg-brand-default-blue {
  background-color: #054fd3;
}
.text-brand-default-blue {
  color: #054fd3;
}
.border-brand-default-blue {
  border-color: #054fd3;
}
.border-bottom-brand-default-blue {
  border-bottom-color: #054fd3;
}
.bg-brand-dark-blue {
  background-color: #002a6d;
}
.text-brand-dark-blue {
  color: #002a6d;
}
.border-brand-dark-blue {
  border-color: #002a6d;
}
.border-bottom-brand-dark-blue {
  border-bottom-color: #002a6d;
}
.bg-brand-light-green {
  background-color: #02d36b;
}
.text-brand-light-green {
  color: #02d36b;
}
.border-brand-light-green {
  border-color: #02d36b;
}
.border-bottom-brand-light-green {
  border-bottom-color: #02d36b;
}
.bg-brand-default-green {
  background-color: #049b44;
}
.text-brand-default-green {
  color: #049b44;
}
.border-brand-default-green {
  border-color: #049b44;
}
.border-bottom-brand-default-green {
  border-bottom-color: #049b44;
}
/* Margin and paddings */
.margin-10 {
  margin: 10px 10px 10px 10px;
}
.margin-10-top {
  margin-top: 10px;
}
.margin-10-left {
  margin-left: 10px;
}
.margin-10-right {
  margin-right: 10px;
}
.margin-10-bottom {
  margin-bottom: 10px;
}
.padding-10 {
  padding: 10px 10px 10px 10px;
}
.padding-10-top {
  padding-top: 10px;
}
.padding-10-left {
  padding-left: 10px;
}
.padding-10-right {
  padding-right: 10px;
}
.padding-10-bottom {
  padding-bottom: 10px;
}
.margin-12 {
  margin: 12px 12px 12px 12px;
}
.margin-12-top {
  margin-top: 12px;
}
.margin-12-left {
  margin-left: 12px;
}
.margin-12-right {
  margin-right: 12px;
}
.margin-12-bottom {
  margin-bottom: 12px;
}
.padding-12 {
  padding: 12px 12px 12px 12px;
}
.padding-12-top {
  padding-top: 12px;
}
.padding-12-left {
  padding-left: 12px;
}
.padding-12-right {
  padding-right: 12px;
}
.padding-12-bottom {
  padding-bottom: 12px;
}
.margin-16 {
  margin: 16px 16px 16px 16px;
}
.margin-16-top {
  margin-top: 16px;
}
.margin-16-left {
  margin-left: 16px;
}
.margin-16-right {
  margin-right: 16px;
}
.margin-16-bottom {
  margin-bottom: 16px;
}
.padding-16 {
  padding: 16px 16px 16px 16px;
}
.padding-16-top {
  padding-top: 16px;
}
.padding-16-left {
  padding-left: 16px;
}
.padding-16-right {
  padding-right: 16px;
}
.padding-16-bottom {
  padding-bottom: 16px;
}
.margin-24 {
  margin: 24px 24px 24px 24px;
}
.margin-24-top {
  margin-top: 24px;
}
.margin-24-left {
  margin-left: 24px;
}
.margin-24-right {
  margin-right: 24px;
}
.margin-24-bottom {
  margin-bottom: 24px;
}
.padding-24 {
  padding: 24px 24px 24px 24px;
}
.padding-24-top {
  padding-top: 24px;
}
.padding-24-left {
  padding-left: 24px;
}
.padding-24-right {
  padding-right: 24px;
}
.padding-24-bottom {
  padding-bottom: 24px;
}
.margin-32 {
  margin: 32px 32px 32px 32px;
}
.margin-32-top {
  margin-top: 32px;
}
.margin-32-left {
  margin-left: 32px;
}
.margin-32-right {
  margin-right: 32px;
}
.margin-32-bottom {
  margin-bottom: 32px;
}
.padding-32 {
  padding: 32px 32px 32px 32px;
}
.padding-32-top {
  padding-top: 32px;
}
.padding-32-left {
  padding-left: 32px;
}
.padding-32-right {
  padding-right: 32px;
}
.padding-32-bottom {
  padding-bottom: 32px;
}
.margin-36 {
  margin: 36px 36px 36px 36px;
}
.margin-36-top {
  margin-top: 36px;
}
.margin-36-left {
  margin-left: 36px;
}
.margin-36-right {
  margin-right: 36px;
}
.margin-36-bottom {
  margin-bottom: 36px;
}
.padding-36 {
  padding: 36px 36px 36px 36px;
}
.padding-36-top {
  padding-top: 36px;
}
.padding-36-left {
  padding-left: 36px;
}
.padding-36-right {
  padding-right: 36px;
}
.padding-36-bottom {
  padding-bottom: 36px;
}
.margin-48 {
  margin: 48px 48px 48px 48px;
}
.margin-48-top {
  margin-top: 48px;
}
.margin-48-left {
  margin-left: 48px;
}
.margin-48-right {
  margin-right: 48px;
}
.margin-48-bottom {
  margin-bottom: 48px;
}
.padding-48 {
  padding: 48px 48px 48px 48px;
}
.padding-48-top {
  padding-top: 48px;
}
.padding-48-left {
  padding-left: 48px;
}
.padding-48-right {
  padding-right: 48px;
}
.padding-48-bottom {
  padding-bottom: 48px;
}
.margin-64 {
  margin: 64px 64px 64px 64px;
}
.margin-64-top {
  margin-top: 64px;
}
.margin-64-left {
  margin-left: 64px;
}
.margin-64-right {
  margin-right: 64px;
}
.margin-64-bottom {
  margin-bottom: 64px;
}
.padding-64 {
  padding: 64px 64px 64px 64px;
}
.padding-64-top {
  padding-top: 64px;
}
.padding-64-left {
  padding-left: 64px;
}
.padding-64-right {
  padding-right: 64px;
}
.padding-64-bottom {
  padding-bottom: 64px;
}
.margin-72 {
  margin: 72px 72px 72px 72px;
}
.margin-72-top {
  margin-top: 72px;
}
.margin-72-left {
  margin-left: 72px;
}
.margin-72-right {
  margin-right: 72px;
}
.margin-72-bottom {
  margin-bottom: 72px;
}
.padding-72 {
  padding: 72px 72px 72px 72px;
}
.padding-72-top {
  padding-top: 72px;
}
.padding-72-left {
  padding-left: 72px;
}
.padding-72-right {
  padding-right: 72px;
}
.padding-72-bottom {
  padding-bottom: 72px;
}
.margin-96 {
  margin: 96px 96px 96px 96px;
}
.margin-96-top {
  margin-top: 96px;
}
.margin-96-left {
  margin-left: 96px;
}
.margin-96-right {
  margin-right: 96px;
}
.margin-96-bottom {
  margin-bottom: 96px;
}
.padding-96 {
  padding: 96px 96px 96px 96px;
}
.padding-96-top {
  padding-top: 96px;
}
.padding-96-left {
  padding-left: 96px;
}
.padding-96-right {
  padding-right: 96px;
}
.padding-96-bottom {
  padding-bottom: 96px;
}
.margin-128 {
  margin: 128px 128px 128px 128px;
}
.margin-128-top {
  margin-top: 128px;
}
.margin-128-left {
  margin-left: 128px;
}
.margin-128-right {
  margin-right: 128px;
}
.margin-128-bottom {
  margin-bottom: 128px;
}
.padding-128 {
  padding: 128px 128px 128px 128px;
}
.padding-128-top {
  padding-top: 128px;
}
.padding-128-left {
  padding-left: 128px;
}
.padding-128-right {
  padding-right: 128px;
}
.padding-128-bottom {
  padding-bottom: 128px;
}
.margin-256 {
  margin: 256px 256px 256px 256px;
}
.margin-256-top {
  margin-top: 256px;
}
.margin-256-left {
  margin-left: 256px;
}
.margin-256-right {
  margin-right: 256px;
}
.margin-256-bottom {
  margin-bottom: 256px;
}
.padding-256 {
  padding: 256px 256px 256px 256px;
}
.padding-256-top {
  padding-top: 256px;
}
.padding-256-left {
  padding-left: 256px;
}
.padding-256-right {
  padding-right: 256px;
}
.padding-256-bottom {
  padding-bottom: 256px;
}
/* Font Settings */
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather Light';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nrpPmMW7T3WCII-UZW2GGCw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Merriweather Light';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nqAAODQ6hKuKTT6yBk7tJss.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Light';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nhLwFvNxpkIoVzlXSkPSYkA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Light';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nk4GofcKVZz6wtzX_QUIqsI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v15/RFda8w1V0eDZheqfcyQ4EK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Merriweather Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v15/RFda8w1V0eDZheqfcyQ4EJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v15/RFda8w1V0eDZheqfcyQ4ED0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v15/RFda8w1V0eDZheqfcyQ4EOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nrPaLDTSXeXFRL0dx0NiHII.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Merriweather Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6ntkZ6ofoXFVR94fBb90XSvU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nuIaMZP5eRGvEWe_CNIU_oY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nnNuWYKPzoeKl5tYj8yhly0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather Light Italic';
  font-style: italic;
  font-weight: 300;
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIFvxabc8-Ua_u_bDyl2V6ao.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Merriweather Light Italic';
  font-style: italic;
  font-weight: 300;
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwII_1JgVyIQZ7vlaYT5eo8zo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Light Italic';
  font-style: italic;
  font-weight: 300;
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIJpID8tihKRMKfpfDQ5OzSE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Light Italic';
  font-style: italic;
  font-weight: 300;
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIHM1hBkL4m68a-ReB_y0NYc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Merriweather Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIEVUTRPtBn3BSc_rW_ryx7U.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Merriweather Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIDaggPqPUlqZtH2DnDrcMQE.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIOR3LJ09PnibSpWhv21tZ8w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIEcqRxak6Wc5LUVz-l064SE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.display-table-row {
  display: table-row;
}
.font-beneton-light {
  font-family: 'Benton Sans Lt', 'Arial';
}
.font-beneton-light-italic {
  font-family: 'Benton Sans Lt It', 'Arial Italic';
}
.font-beneton-regular {
  font-family: 'Benton Sans Reg', 'Arial';
}
.font-beneton-regular-italic {
  font-family: 'Benton Sans It', 'Arial Italic';
}
.font-beneton-medium {
  font-family: 'Benton Sans Med', 'Arial';
}
.font-beneton-medium-italic {
  font-family: 'Benton Sans Med It', 'Arial Italic';
}
.font-beneton-bold,
.pill-button,
.primary-pill-button {
  font-family: 'Benton Sans Bd', 'Arial Bold';
}
.font-beneton-bold-italic {
  font-family: 'Benton Sans Bd It', 'Arial Bold Italic';
}
.font-merriweather-light {
  font-family: 'Merriweather Light', 'Georgia';
}
.font-merriweather-light-italic {
  font-family: 'Merriweather Light Italic', 'Georgia Italic';
}
.font-merriweather-regular {
  font-family: 'Merriweather Regular', 'Georgia';
}
.font-merriweather-bold {
  font-family: 'Merriweather Bold', 'Georgia Bold';
}
.font-merriweather-bold-italic {
  font-family: 'Merriweather Bold Italic', 'Georgia Bold Italic';
}
body .text-size-12 {
  font-size: 12px;
}
body .text-size-14 {
  font-size: 14px;
}
body .text-size-18 {
  font-size: 18px;
}
body .text-size-24 {
  font-size: 24px;
}
body .text-size-32 {
  font-size: 32px;
}
body .text-size-48 {
  font-size: 48px;
}
body .text-size-64 {
  font-size: 64px;
}
body .text-size-96 {
  font-size: 96px;
}
.no-outline,
.primary-pill-button {
  border: none;
}
.normal-button {
  padding: 18px 22px;
  font-size: 16px;
}
.normal-button a,
.normal-button p {
  font-size: 16px;
}
.pill-button,
.primary-pill-button {
  display: inline-block;
  font-weight: normal;
  -webkit-border-top-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  -webkit-border-top-left-radius: 200px;
  -moz-border-radius-topright: 200px;
  -moz-border-radius-bottomright: 200px;
  -moz-border-radius-bottomleft: 200px;
  -moz-border-radius-topleft: 200px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  cursor: pointer;
}
.pill-button p,
.pill-button a,
.pill-button span {
  font-family: 'Benton Sans Med', 'Arial';
}
.primary-pill-button {
  background: #ff5122;
  color: #ffffff;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.primary-pill-button p,
.primary-pill-button a {
  font-family: 'Benton Sans Bd', 'Arial';
}
.primary-pill-button:hover {
  background: #f72f2f;
  -moz-box-shadow: 0px 5px 15px 0px rgba(247, 47, 47, 0.5);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(247, 47, 47, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(247, 47, 47, 0.5);
  color: #ffffff;
  border-bottom: none;
}
.primary-pill-button:active {
  color: #666666;
}
.primary-pill-button:active p,
.primary-pill-button:active a {
  color: #666666;
}
.primary-pill-button p,
.primary-pill-button a {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  border: none;
  transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}
#header-main-top .search_container_flyout {
  top: 40px;
}
#header-main-top .search_container_flyout.active:not(.no_main_header) {
  top: 40px;
}
#header-main-top .search_container_flyout.no_main_header {
  top: 119px;
}
#header-main-top.search_active:not(.scrolling) + .dcheader {
  top: 119px;
  z-index: 10;
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  #header-main-top {
    padding: 0;
  }
  #header-main-top .search_container_flyout {
    top: 30px;
  }
  #header-main-top .search_container_flyout.active:not(.no_main_header) {
    top: 30px;
  }
  #header-main-top.search_active:not(.scrolling) + .dcheader {
    top: 109px;
    z-index: 10;
  }
}

/** TICKET #43793 **/
.brand_page .stage_media .stage_text p a:hover,
.brand_page .stage_media .stage_text p a:focus {
    text-decoration: none !important;
}

.brand_page .stage_media .try_for_free:hover {
    background: #ff5122;
}

/** /TICKET #43793 **/

/** TICKET #43791 **/
.pagination > .active > span {
    background: transparent;
    text-decoration: none !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    font-size: 12px;
    padding: 6px 0;
    padding-bottom: 6px;
    padding-bottom: 6px;
    width: 28px;
    text-align: center;
    height: 28px;
}

/** /TICKET #43791 **/

/** TICKET #43792 **/
#header-main-top a {
    display: inline-block;
    line-height: 14px;
}

#header-main-top a .icon-small-svg {
    vertical-align: top;
}

.tx-solr-search-form .flex-group .input-group-btn .btn,
#header-search-container .header-search-box .input-group-btn .btn {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/search-white.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#header-main-top .icon-search-button img {
    margin-right: 0;
    margin-top: -2px;
}

/** /TICKET #43792 **/

/** TICKET #43790 **/
.brand_page .stage_media .logIn:before {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/Icon_trial_white.svg');
    width: 20px;
    height: 20px;
}

.brand_page .stage_media .try_for_free:before {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/Icon_user_orange.svg');
    width: 20px;
    height: 20px;
}

.brand_page .stage_media .try_for_free:hover:before {
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Images/Icons/Icon_user_white.svg');
}

/** /TICKET #43790 **/


/** TICKET #43815 **/
.checkbox-primary input[type="checkbox"]:checked + label:before {
    background-color: #000 !important;
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Icons/form_checkbox_dennemeyer_white.svg') !important;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    display: none !important;
}

input[type="checkbox"].styled:checked + label:after {
    display: none !important;
}

/** /TICKET #43815 **/


/** TICKET #43828 **/
.blog_post .inner h3 {
    /*margin-top: 60px;*/
    /*font-size: 26px !important;*/
    /*line-height: 42px;*/
    /*font-family: 'Benton Sans Med', 'Arial' !important;*/
    padding-bottom: 0;
    border-bottom: none;
    /*margin-bottom: 24px;*/
    /*font-weight: unset !important;*/
    /*color: #000;*/
}

/** /TICKET #43828 **/


/** TICKET #43841 **/
@media (min-width: 992px) {
    #semantic-search-demo {
        min-height: 570px;
    }
}

#semantic-search-demo .fields input {
    /*border: 2px solid #7c919a;*/
    padding: 1px 4px;
    width: 100%;
    /*max-width: 210px !important;*/
}

#semantic-search-demo .fields .select2-container {
    width: 100%;
    /*max-width: 210px !important;*/
}

@media (min-width: 992px) {
    #semantic-search-demo .fields input,
    #semantic-search-demo .fields .select2-container {
        max-width: 210px !important;
    }
}

#semantic-search-demo .form .fields {
    max-width: 660px;
    margin: auto;
    text-align: left;
    justify-content: flex-start;
}

#semantic-search-demo .form .fields .field {
    width: 100%;
}

@media (min-width: 992px) {
    #semantic-search-demo .form .fields .field {
        width: 33.333%;
    }

    #semantic-search-demo .form .fields .field.type_textarea,
    #semantic-search-demo .form .fields .field.type_statictext {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #semantic-search-demo .form .fields .field.type_textarea,
    #semantic-search-demo .form .fields .field.type_textarea textarea {
        width: 900px;
    }

    #semantic-search-demo .form .fields .field.type_textarea textarea {
        margin-left: -120px;
    }
}

#semantic-search-demo .button_previous {
    border: 1px solid #7c919a;
    background: #fff;
    color: #7c919a;
}

#semantic-search-demo .thank_you .form_check {
    display: inline-block;
    width: 96px;
    height: 96px;
    background-image: url(/fileadmin/a/page/forms-modals/form_success_check.svg);
    margin-top: 15px;
}

#semantic-search-demo .thank_you .form_submittedheadline p {
    font-size: 24px;
    line-height: 29px;
    color: #00d464;
    font-family: Benton Sans Med, Arial, sans-serif !important;
}

#semantic-search-demo .thank_you a {
    /*font-size: 18px;*/
    /*line-height: 24px;*/
    color: #ff6700;
    background: transparent;
    /*padding: 20px 40px;*/
    /*margin: 22px 0;*/
    border: 1px solid transparent;
}

#semantic-search-demo .thank_you a:hover {
    box-shadow: none;
}

.select2-drop .select2-search:before {
    content: none !important;
    display: none !important;
}

#semantic-search-demo .last_step_text {
    margin-bottom: 20px;
}

#semantic-search-demo .field.type_countryselect,
#semantic-search-demo .field.type_stateselect {
    position: relative;
}

#semantic-search-demo .field.type_countryselect select,
#semantic-search-demo .field.type_stateselect select {
    width: 100% !important;
    height: 28px !important;
}

/** /TICKET #43841 **/


/** START Ticket #43791 **/
/* .select2-drop.select-dropdown .select2-results .select2-result-label .select2-match {
        display: none;
}
.select2-drop.select-dropdown .select2-results .select2-result-label {
        padding-left: 10px;
        font-size: 12px;
}
*/
.select2-drop.select-dropdown .select2-results .select2-result-label {
    font-size: 12px;
}

.select2-drop.select-dropdown .select2-results .select2-highlighted .select2-result-label {
    color: #ff6700;
}

/** END Ticket #43791 **/

/** START Ticket #44011 **/
#content.main-section .module_two_banners .card.bg_gradient:before,
#content.main-section .module_three_banners .card.bg_gradient:before,
#content.main-section .carousel.slide .item.top-hero::before {
    z-index: 2 !important;
}

/** END Ticket #44011 **/

/** START Ticket #44324 **/
@media (max-width: 767px) {
    #header-main-top a#header-location {
        margin-left: 0;
    }

    #header-main-top .float-right a {
        padding-left: 2px !important;
    }
}

.module_price_table .mobile .placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #0F2C35;
    font-family: 'Benton Sans Reg';
    text-align: center;
    word-break: break-word;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #F5F7FA;
}

.module_price_table .mobile .first_column_check {
    /* background: #F5F7FA;
    height: 40px;
    border-right: 15px solid #fff;
    */
}

.module_price_table .mobile .second_column_check {
    height: 40px;
}

.module_price_table .mobile .second_column_check .noChecked, .module_price_table .mobile .third_column_check .noChecked,
.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .third_column_check .checked,
.module_price_table .mobile .second_column_check .checked, .module_price_table .mobile .first_column_check .checked {
    background-color: #F2F4F6;
    padding-right: 10px;
    height: 40px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.module_price_table .mobile .third_column_check .noChecked {
    background-color: #CBDCE2;
}

.module_price_table .mobile .third_column_check {
    height: 40px;
}


.module_price_table .footer_linie {
    margin-block: 30px;
    border-top: 1px solid #CBDCE2;
}

.module_price_table .mobile .footer {
    font-size: 16px;
    line-height: 21px;
    color: #698A95;
    font-family: 'Benton Sans Lt';
    border-right: 15px solid #fff;
}

.module_price_table .two_colum .table_titles th {
    width: 50%;
}


.module_price_table .two_colum .mobile .second_column_check .noChecked, .module_price_table .two_colum .mobile .second_column_check .checked, .module_price_table .two_colum .mobile .second_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .two_colum .mobile .second_column_check {
    /* border-right: 15px solid #fff; */
    padding-right: 0;
}

.module_price_table .two_colum .mobile .first_column_check {
    border-right: none;
}

.module_price_table .two_colum .second_column_check .noChecked, .module_price_table .two_colum .second_column_check .checked {
    border-right: none;
}

.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .first_column_check .checked, .module_price_table .mobile .first_column_check .placeholder {
    background-color: #F5F7FA;
}


.module_price_table .mobile .third_column_check .noChecked, .module_price_table .mobile .third_column_check .checked, .module_price_table .mobile .third_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .mobile .footer_linie {
    width: 97%;
}

@media only screen and (min-width: 768px) {

    .module_price_table .mobile {
        display: none;
    }

    .module_price_table .desktop {
        display: block;
        padding: 0 15px;
    }

    .module_price_table {
        position: relative;
        padding: 50px 0;
    }


    .module_price_table .table_titles h1 {
        font-size: 25px;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .module_price_table .desktop .table_titles th {
        border-right: 30px solid #fff;
        vertical-align: bottom;
    }

    .module_price_table .desktop .table_titles th:first-of-type {
        border-left: none;
    }

    .module_price_table .desktop .table_titles th:last-of-type {
        border-right: none;
    }

    .module_price_table .table_title_link {
        height: 50px;
    }

    .module_price_table .table_title_link a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        font-family: "Benton Sans Reg";
        width: 100%;
        text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 300;
    }

    .module_price_table .category_label {
        font-size: 27px;
        line-height: 30px;
        font-family: "Benton Sans Med";
        color: #0F2C35;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 15px;
        hyphens: auto;
        word-wrap: break-word;
        padding-right: 20px;
        background: #fff;
        z-index: 1;
        position: relative;
    }

    .module_price_table .feature_label {
        color: #0F2C35;
        font-size: 18px;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        line-height: normal;
    }

    .module_price_table table .label_outer {
        border-bottom: 1px solid #EBEBEB;
        height: 50px;
    }

    .module_price_table table .label_outer:nth-last-of-type(1) {
        border-bottom: none;
    }

    .module_price_table .checked, .module_price_table .noChecked {
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }

    .module_price_table .noChecked span {
        display: flex;
        justify-content: center;
    }

    .module_price_table .desktop .noChecked span:after {
        display: inline-block;
        content: "\00d7";
        font-size: 40px;
        color: #000;
        font-weight: 500;
        height: 66px;
    }

    .module_price_table .desktop .third_column_check .checked, .module_price_table .desktop .third_column_check .noChecked {
        border-right: none;
    }

    .module_price_table .desktop .placeholder {
        font-size: 18px;
        line-height: 33px;
        color: #0F2C35;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        text-align: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .module_price_table .desktop .first_column_check {
        background: #F5F7FA;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .second_column_check {
        background: #F2F4F6;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .third_column_check {
        background: #CBDCE2;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .two_colum .desktop .second_column_check {
        background-color: #CBDCE2;
    }

    .module_price_table .desktop .third_column_check .placeholder {
        border-right: none;
    }

    .module_price_table table hr {
        margin-top: 5px;
        margin-bottom: 0;
        border-top: 1px solid #CBDCE2;
        position: relative;
    }

    .module_price_table .desktop .footer {
        font-size: 16px;
        line-height: 19px;
        color: #698A95;
        font-family: 'Benton Sans Lt';
    }

    .module_price_table table {
        table-layout: fixed;
    }
}

/** END Ticket #44324 **/


/* START Ticket #43415 */
/*Price Table */

/* Benton Sans Med */
@font-face {
    font-family: 'Benton Sans Med';
    font-style: normal;
    font-weight: 400;
    src: local('Benton Sans Med It'),
        local('Benton Sans Med It'),
        url("/fonts/Benton\ Sans\ Medium.woff2") format('woff2'),
        url("/fonts/Benton\ Sans\ Medium.woff") format('woff');
}

/* Benton Sans Reg */
@font-face {
    font-family: 'Benton Sans Reg';
    font-style: normal;
    font-weight: 300;
    src: local('Benton Sans Reg'),
        local('Benton Sans Reg'),
        url("/fonts/Benton\ Sans\ Regular.woff2") format('woff2'),
        url('/fonts/Benton\ Sans\ Regular.woff') format('woff');
}

/* Benton Sans Lt */
@font-face {
    font-family: 'Benton Sans Lt';
    font-style: normal;
    font-weight: 300;
    src: local('Benton Sans Lt'),
        local('Benton Sans Lt'),
        url("/fonts/Benton\ Sans\ Light.woff2") format('woff2'),
        url('/fonts/Benton\ Sans\ Light.woff') format('woff');
}

.module_price_table .desktop {
    display: none;
}

.module_price_table {
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
}

.module_price_table table {
    width: 100%;
    table-layout: auto;
    margin-bottom: 20px;
}

.module_price_table .table_title {
    display: block;
    margin: 0 auto;
}

.module_price_table .table_title h1 {
    padding: 0 15px;
    margin-bottom: 40px;
}

.module_price_table .mobile {
    display: block;
    height: 640px;
    overflow-y: auto;
    overflow-x: hidden;
    /*-ms-overflow-style: none;
    scrollbar-width: none;
    */
}

/*
.module_price_table .mobile::-webkit-scrollbar {
        display: none;
} */

.module_price_table .table_titles h1 {
    font-size: 16px;
    line-height: 19px;
    color: #0F2C35;
    font-family: "Benton Sans Med";
    padding-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
}

.module_price_table .mobile .table_titles th {
    padding-right: 10px;
    vertical-align: bottom;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 10px;
}

.module_price_table .table_title_link {
    height: 38px;
    background: #FF6700;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module_price_table .table_title_link a:hover {
    background-color: #FF5122;
    border-radius: 5px;
}

.module_price_table .table_title_link a {
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    font-family: "Benton Sans Reg";
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    border-radius: 5px;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out, -webkit-box-shadow .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, -webkit-box-shadow .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out, box-shadow .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, box-shadow .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}


.module_price_table .mobile .category_label {
    /*font-size: 24px;
    line-height: 29px;
    color: #0F2C35;
    font-weight: 500;
    /* margin-block: 20px;
    margin: 40px 0 15px 0;
    text-align: center;
    font-family: "Benton Sans Med";
    position: relative; */
    font-size: 24px;
    line-height: 29px;
    color: #0F2C35;
    font-weight: 500;
    margin-block: 20px;
    text-align: center;
    font-family: "Benton Sans Med";
    position: relative;
    width: 97%;
    margin: 40px 0 0 0;
}

.module_price_table .desktop .category_label::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    background: #CBDCE2;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.module_price_table .mobile .category_label::after {
    display: none;
}

.module_price_table .category_label span {
    background: #fff;
    padding-right: 10px;
}


.module_price_table .mobile .category_label h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CBDCE2;
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-size: 24px;
}

.module_price_table .mobile .category_label h2 span {
    background: #fff;
    padding: 0 15px;
}

.module_price_table .mobile .feature_label {
    color: #0F2C35;
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    font-family: "Benton Sans Reg";
}

.module_price_table .mobile tr:nth-child(3) .feature_label {
    margin-top: 0;
}

.module_price_table .mobile .first_column_check .checked, .module_price_table .mobile .first_column_check .noChecked,
.module_price_table .mobile .second_column_check .checked, .module_price_table .mobile .second_column_check .noChecked,
.module_price_table .mobile .third_column_check .checked, .module_price_table .mobile .third_column_check .noChecked {
    text-align: center;
}

.module_price_table .checked span {
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 10px;
    margin-left: 0;
    border-bottom: 4px solid #00A083;
    border-right: 4px solid #00A083;
}

.module_price_table .mobile .noChecked span {
    display: flex;
    justify-content: center;
}


.module_price_table .mobile .noChecked span:after {
    display: inline-block;
    content: "\00d7";
    font-size: 27px;
    color: #000;
    font-weight: 500;
    height: 40.5px;
}

.module_price_table .mobile .placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #0F2C35;
    font-family: 'Benton Sans Reg';
    text-align: center;
    word-break: break-word;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: #F5F7FA;
}

.module_price_table .mobile .first_column_check {
    /* background: #F5F7FA;
    height: 40px;
    border-right: 15px solid #fff;
    */
}

.module_price_table .mobile .second_column_check {
    height: 40px;
}

.module_price_table .mobile .second_column_check .noChecked, .module_price_table .mobile .third_column_check .noChecked,
.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .third_column_check .checked,
.module_price_table .mobile .second_column_check .checked, .module_price_table .mobile .first_column_check .checked {
    background-color: #F2F4F6;
    padding-right: 10px;
    height: 40px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.module_price_table .mobile .third_column_check .noChecked {
    background-color: #CBDCE2;
}

.module_price_table .mobile .third_column_check {
    height: 40px;
}


.module_price_table .footer_linie {
    margin-block: 30px;
    border-top: 1px solid #CBDCE2;
}

.module_price_table .mobile .footer {
    font-size: 16px;
    line-height: 21px;
    color: #698A95;
    font-family: 'Benton Sans Lt';
    border-right: 15px solid #fff;
}

.module_price_table .two_colum .table_titles th {
    width: 50%;
}


.module_price_table .two_colum .mobile .second_column_check .noChecked, .module_price_table .two_colum .mobile .second_column_check .checked, .module_price_table .two_colum .mobile .second_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .two_colum .mobile .second_column_check {
    /* border-right: 15px solid #fff; */
    padding-right: 0;
}

.module_price_table .two_colum .mobile .first_column_check {
    border-right: none;
}

.module_price_table .two_colum .second_column_check .noChecked, .module_price_table .two_colum .second_column_check .checked {
    border-right: none;
}

.module_price_table .mobile .first_column_check .noChecked, .module_price_table .mobile .first_column_check .checked, .module_price_table .mobile .first_column_check .placeholder {
    background-color: #F5F7FA;
}


.module_price_table .mobile .third_column_check .noChecked, .module_price_table .mobile .third_column_check .checked, .module_price_table .mobile .third_column_check .placeholder {
    background-color: #CBDCE2;
}

.module_price_table .mobile .footer_linie {
    width: 97%;
}

@media only screen and (min-width: 768px) {

    .module_price_table .mobile {
        display: none;
    }

    .module_price_table .desktop {
        display: block;
        padding: 0 15px;
    }

    .module_price_table {
        position: relative;
        padding: 50px 0;
    }


    .module_price_table .table_titles h1 {
        font-size: 25px;
        line-height: normal;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .module_price_table .desktop .table_titles th {
        border-right: 30px solid #fff;
        vertical-align: bottom;
    }

    .module_price_table .desktop .table_titles th:first-of-type {
        border-left: none;
    }

    .module_price_table .desktop .table_titles th:last-of-type {
        border-right: none;
    }

    .module_price_table .table_title_link {
        height: 50px;
    }

    .module_price_table .table_title_link a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        font-family: "Benton Sans Reg";
        width: 100%;
        text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 300;
    }

    .module_price_table .category_label {
        font-size: 27px;
        line-height: 30px;
        font-family: "Benton Sans Med";
        color: #0F2C35;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 15px;
        hyphens: auto;
        word-wrap: break-word;
        padding-right: 20px;
        background: #fff;
        z-index: 1;
        position: relative;
    }

    .module_price_table .feature_label {
        color: #0F2C35;
        font-size: 18px;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        line-height: normal;
    }

    .module_price_table table .label_outer {
        border-bottom: 1px solid #EBEBEB;
        height: 50px;
    }

    .module_price_table table .label_outer:nth-last-of-type(1) {
        border-bottom: none;
    }

    .module_price_table .checked, .module_price_table .noChecked {
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }

    .module_price_table .noChecked span {
        display: flex;
        justify-content: center;
    }

    .module_price_table .desktop .noChecked span:after {
        display: inline-block;
        content: "\00d7";
        font-size: 40px;
        color: #000;
        font-weight: 500;
        height: 66px;
    }

    .module_price_table .desktop .third_column_check .checked, .module_price_table .desktop .third_column_check .noChecked {
        border-right: none;
    }

    .module_price_table .desktop .placeholder {
        font-size: 18px;
        line-height: 33px;
        color: #0F2C35;
        font-family: "Benton Sans Reg";
        font-weight: 400;
        text-align: center;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .module_price_table .desktop .first_column_check {
        background: #F5F7FA;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .second_column_check {
        background: #F2F4F6;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .desktop .third_column_check {
        background: #CBDCE2;
        border-bottom: 1px solid #EBEBEB;
    }

    .module_price_table .two_colum .desktop .second_column_check {
        background-color: #CBDCE2;
    }

    .module_price_table .desktop .third_column_check .placeholder {
        border-right: none;
    }

    .module_price_table table hr {
        margin-top: 5px;
        margin-bottom: 0;
        border-top: 1px solid #CBDCE2;
        position: relative;
    }

    .module_price_table .desktop .footer {
        font-size: 16px;
        line-height: 19px;
        color: #698A95;
        font-family: 'Benton Sans Lt';
    }

    .module_price_table table {
        table-layout: fixed;
    }
}

@media only screen and (min-width: 991px) {
    .module_price_table .table_titles h1 {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_price_table .feature_label {
        line-height: normal; /* war 33px */
        display: flex;
        align-items: center;
    }

    .module_price_table .table_titles h1 {
        line-height: 43px;
    }
}

@media only screen and (min-width: 1400px) {
    .module_price_table table hr {
        /* position: absolute;
        width: 100%;
        max-width: 1060px;
        margin-left: 15px; 	 */
        position: absolute;
        max-width: 100%;
        width: 72%;
        margin-left: -16%;
        z-index: 0;
    }

    .module_price_table .two_colum table hr {
        /* position: absolute;
        max-width: 1350px;
        margin-left: -225px;
        width: 100%; */
        position: absolute;
        max-width: 100%;
        width: 70%;
        margin-left: -20%;
        z-index: 0;
    }
}

/* END Ticket #43415 */
/** /TICKET #43927 **/

/** START Ticket #43957 **/

.ne_library .breadcrumbs-copy li {
    margin-bottom: 0;
}

.ne_library .stage .fg_image_container {
    width: 100% !important;
}

.ne_library .stage .fg_image_container .fg_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ne_library .hubspot_dl {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .ne_library .hubspot_dl {
        margin-bottom: 0;
    }

    /*	.ne_library .stage.file_img_preview .fg_image_container {
            padding: 0 !important;
        }

        .ne_library .stage.file_img_preview .fg_image {
            width: 100% !important;
            height: 100% !important;
            border: none !important;
        }*/
}

/** END Ticket #43957 **/


/* START Ticket #44148 */
.select2-drop .select2-all-none.select_all_active .select2-none:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #BCCACE;
    z-index: -1;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
    background: #FF6700;
    border-color: #FF6700;
}

.select2-drop .select2-all-none.select_all_active .select2-none:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select2-container.select-container .select2-choice {
    border: 1px solid #698A95;
    color: #333;
}

/* END Ticket #44148 */


/* START Ticket #44200 */
.dcsection3_media_grid .outer_box .detail_box .media_icon_container {
    width: 60px;
    float: left;
    margin-right: 15px;
}

.dcsection3_media_grid .outer_box .detail_box .media_icon_container > img {
    width: 100%;
    height: auto;
}

.dcsection3_media_grid .outer_box .detail_box .media_text_container {
    overflow: hidden;
}

/* Lightbox */
body .vex.vex-media .vex-dialog-form .vex-dialog-input,
body .vex.vex-media .vex-content {
    height: auto;
}

@media (min-width: 1200px) {
    body .vex.vex-media .vex-dialog-form .vex-dialog-input,
    body .vex.vex-media .vex-content {
        width: 900px;
    }
}

.vex-dialog-form .gated-media {
    height: 100%;
    padding-bottom: 60px;
}

.vex-dialog-form .gated-media .acsection2__video-outer {
    height: 100%;
    padding-left: 20px;
}

.vex-dialog-form .gated-media .acsection2__video-outer .acsection2__video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    box-shadow: none;
}

.vex-dialog-form .gated-media .download_message_outer {
    padding-left: 20px;
    text-align: center;
}

.vex-dialog-form .gated-media .download_message_outer .vex-dialog-message {
    padding-top: 0 !important;
}

.vex-dialog-form .gated-media .download_message_outer a {
    color: #ff6700;
}

.hs-form .hs-form-field .hs-form-booleancheckbox label > input:checked + span:after {
    content: " ";
    background-color: #000 !important;
    background-image: url('../../../_assets/9b80d86a98af3ecc38aabe297d2c3695/Icons/form_checkbox_dennemeyer_white.svg') !important;
}

/* END Ticket #44200 */


/** START Ticket #44170 **/
.module_hero_header > div > div:nth-child(2) > h1 strong {
    font-family: 'Benton Sans Med', 'Arial';
    /* font-size: 60px; */
}

@media (min-width: 1200px) {
    .module_hero_header > div > div:nth-child(2) > h1 strong {
        font-size: 60px;
    }
}

.service_sub_section_img .light_text {
    font-family: 'Benton Sans Reg', 'Arial';
}

/** END Ticket #44170 **/

/** START Ticket #44626 **/
.sticky .stage_media .stage_text {
    padding: 0 65px 150px 15px;
}

.terminal {
    height: 100%;
}

.terminal .terminal__window {
    height: 92%;
}

#api-animation .row {
    align-items: stretch !important;
    flex-direction: row;
}

/** END Ticket #44626 **/


/** START Ticket #44675 **/
body .vex.vex-theme-default .link-div {
    justify-content: center;
}

/** END Ticket #44675 **/

/** START Ticket #44736 **/
.acsection1 .logo-container {
    display: none;
}

.dcsection3 .cards {
    min-height: auto;
}

/*.module.dcsection5.bs4 {
        min-height: auto !important;
}*/

@media only screen and (max-width: 991.98px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__sheettext {
        max-height: none;
    }
}

@media only screen and (max-width: 1024px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__casesheet {
        position: relative;
    }
}

@media only screen and (max-width: 1360px) {
    .dcsection3 .service_details.show {
        height: auto;
    }
}

/** END Ticket #44736 **/

/** START Ticket #44735 **/
.dcsection9 .dcsection9__locationicon {
    max-width: 36px;
    width: 100% !important;
    background-repeat: no-repeat;
}

.hs-form .hs-input[type=tel] {
    border: none;
}

@media only screen and (max-width: 991.98px) {
    .dcsection9 .dcsection9__locationicon {
        width: 24px !important;
    }
}

/** END Ticket #44735 **/

/** START Ticket #44740 **/

.hbspt-form .input .inputs-list label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.hbspt-form .input .inputs-list label > input {
    width: auto !important;
}

/** END Ticket #44740 **/

/** START Ticket #44738 **/
.vex-dialog-form .input .checkbox label::before {
    top: 5px;
}

/** END Ticket #44738 **/

/** START Ticket #44737 **/
.module_subtitle .text-brand-default-orange {
    margin-top: 30px;
}

/** END Ticket #44737 **/


/** START Ticket #44773 **/
.dcsection6__teamcard {
    min-height: 660px;
    height: 100%;
}

.dcsection6__arrows {
    top: 0 !important;
}

/** END Ticket #44773 **/


/** START Ticket #44802 **/
@media only screen and (max-width: 991.98px) {
    .dcsection6__slide {
        min-height: 600px !important;
        height: 100% !important;
    }
}

/** END Ticket #44802 **/


/** START Ticket #44804 **/
@media only screen and (max-width: 480px) {
    .dcsection8 .dcsection8__image img {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media only screen and (max-width: 1300px) {
    .dcsection8__cite:before {
        left: -15px !important;
    }
}

/** END Ticket #44804 **/

/** START Ticket #44800 **/
.carousel_outer .homepage-slider .bodytext {
    margin-bottom: 35px !important;
    margin-top: 0 !important;
}

@media only screen and (max-width: 480px) {
    #content.main-section .carousel-indicators {
        bottom: 0;
    }
}

/** END Ticket #44800 **/

/** START Ticket #44736 **/
.acsection1 .logo-container {
    display: none;
}

.dcsection3 .cards {
    min-height: auto;
}

@media only screen and (max-width: 991.98px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__sheettext {
        max-height: none;
    }
}

@media only screen and (max-width: 1024px) {
    .dcsection5 .fadetop {
        display: none;
    }

    .dcsection5__casesheet {
        position: relative;
    }
}

@media only screen and (max-width: 1360px) {
    .dcsection3 .service_details.show {
        height: auto;
    }
}

/** END Ticket #44736 **/

/** START Ticket #44856 **/
@media only screen and (min-width: 580px) {
    .module_two_banners .card .c_banners {
        min-height: 365px;
    }
}

@media only screen and (min-width: 768px) {
    .module_two_banners .card.c_banners {
        min-height: 390px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .module_two_banners .card.c_banners {
        min-height: 340px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_two_banners .card.c_banners {
        min-height: 280px;
    }
}

/** END Ticket #44856 **/

/** START Ticket #44852 **/
.dcsection6__teamcard {
    height: 100%;
    min-height: unset;
}

.dcsection6__member p a {
    bottom: 90px !important;
}

@media only screen and (min-width: 991px) {
    .dcsection6__member p a {
        bottom: 65px !important;
    }
}

/** END Ticket #44852 **/


/** START Ticket #44855 **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .module_three_banners .card.c_banners {
        min-height: 420px;
    }

    .justify-rows {
        align-items: unset !important;
    }

    .justify-rows .text-center {
        display: flex;
        align-items: center;
    }
}

/** END Ticket #44855 **/

/** START Ticket #44854 **/
.dcsection9__infotext {
    word-break: break-word;
    hyphens: auto;
}

@media only screen and (max-width: 991.98px) {
    .dcsection9__infotext {
        margin-top: 0 !important;
        max-width: none !important;
        margin-right: 0 !important;
        line-height: 24px !important;
    }
}


@media only screen and (max-width: 1024px) {
    .dcsection9__infotext {
        max-width: 145px;
        margin-right: -10px;
    }
}

.dcsection9 .dcsection9__locationicon, .dcsection9 .dcsection9__mailicon, .dcsection9 .dcsection9__phoneicon {
    margin-right: 0 !important;
}

.dcsection9__contactinfo {
    gap: 15px;
}

.dcsection9__mailicon {
    flex-shrink: 0;
}

/** END Ticket #44854 **/

/** START Ticket #44853 **/
#team .dcsection6__member {
    padding: 15px !important;
}

.dcsection6__description p, .dcsection6__descriptionmobile p {
    line-height: 17px !important;
}

/** END Ticket #44853 **/


/** START Ticket #45057 **/
.dcsection5__sheettext ul li:before {
    content: '';
    display: none;
}

.dcsection5__sheettext ul {
    list-style: disc;
}

.dcsection5__sheettext ul li::marker {
    color: #ff6700;
}

.dcsection5__sheettext ol li::marker {
    color: #000;
}

/** END Ticket #45057 **/

/** START Ticket #45057 **/
.dcsection5__sheettext ul li:before {
    content: '';
    display: none;
}

.dcsection5__sheettext ul {
    list-style: disc;
}

.dcsection5__sheettext ul li::marker {
    color: #ff6700;
}

.dcsection5__sheettext ol li::marker {
    color: #000;
}

/** END Ticket #45057 **/

/** START Ticket #45039 **/
.module_three_banners.textimg .card_outer .card.c_banners,
.module_two_banners.textimg .card_outer .card.c_banners {
    min-height: unset;
    flex: 1;
}

#contact-us > div.container > div.row.dcsection9__container > div.col-lg-4.order-1.order-lg-2.dcsection9__contactcontainer > div > div:nth-child(2) {
    display: flex !important;
}

.module_three_banners.textimg .row,
.module_two_banners.textimg .row {
    display: flex;
    flex-flow: row wrap;
    align-items: unset !important;
}


.module_three_banners.textimg .col-md-4,
.module_three_banners.textimg .card_outer,
.module_two_banners.textimg .card_outer {
    display: flex;
}


@media only screen and (max-width: 992px) {
    .module_three_banners.textimg .card.c_banners {
        min-height: unset !important;
        height: unset;
        display: flex;
        flex-direction: column;
    }

    .module_two_banners.textimg .card.c_banners {
        min-height: unset;
        height: unset;
        display: flex;
        flex-direction: column;
        padding: 24px !important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .module_three_banners.textimg .card.c_banners {
        min-height: unset;
    }

    .module_two_banners.textimg .card.c_banners {
        padding: 40px 30% 30px 50px !important;
    }
}

/** END Ticket #45039 **/


/** START Ticket #45056 **/
.module_feature .title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #0f2c35;
    font-family: 'Benton Sans Med', 'Arial';
    font-size: 32px;
    padding: 0 15px;
}

.box_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box {
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
}

.box {
    width: 100%;
}

.module_feature .box img {
    max-width: 100px;
    width: 100%;
    object-fit: contain;
    height: auto;
}

.module_feature .column_wrapper {
    background-size: contain;
    background-position: center;
    padding: 30px 50px 0 50px;
    background-repeat: no-repeat;
    min-height: 140px;
}

.module_feature .column_title h2 {
    font-family: 'Benton Sans Med', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #0f2c35;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.module_feature .three_col {
    width: 100%;
}

.module_feature .two_col {
    width: 100%;
}

.module_feature .column_description {
    font-size: 15px;
    color: #0F2C35;
    line-height: 27px;
    font-family: 'Benton Sans Reg', 'Arial';
}

@media only screen and (min-width: 768px) {
    .module_feature .column_wrapper {
        padding: 50px 50px 0 50px;
    }
}

@media only screen and (min-width: 991px) {
    .module_feature .three_col {
        width: 33%;
    }

    .module_feature .two_col {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .module_feature .column_wrapper {
        padding: 50px 20px 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_feature .title {
        padding: 0 430px;
    }
}

/** END Ticket #45056**/
/** START Ticket #45057 **/
.dcsection5__sheettext ul li:before {
    content: '';
    display: none;
}

/** START Ticket #45261 **/
.dcsection6 p {
    margin-bottom: 0 !important;
}

/** START Ticket #45039 **/
.module_three_banners.textimg .card_outer .card.c_banners,
.module_two_banners.textimg .card_outer .card.c_banners {
    min-height: unset;
    flex: 1;
}

#contact-us > div.container > div.row.dcsection9__container > div.col-lg-4.order-1.order-lg-2.dcsection9__contactcontainer > div > div:nth-child(2) {
    display: flex !important;
}

.module_three_banners.textimg .row,
.module_two_banners.textimg .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.dcsection6 .buttons_wrapper a {
    display: flex;
    gap: 10px;
    color: #000;
}

.dcsection6 .buttons_wrapper a:hover {
    color: #ff5122;
}


.dcsection6 .buttons_wrapper a::after {
    content: "\2192";
}

@media (max-width: 991.98px) {
    .dcsection6__member {
        padding: 15px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .dcsection6__member {
        padding: 30px 30px 0 30px !important;
    }

    .dcsection6 .buttons_wrapper {
        padding: 10px 30px;
        font-size: 14px;
    }

    .dcsection6 .buttons_wrapper a::after {
        display: block;
    }
}

/** END Ticket #45261**/
/** END Ticket #44857 **/

/** START Ticket #45081 **/
.justify-rows {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    align-items: stretch !important;
}

@media only screen and (max-width: 480px) {
    .justify-rows {
        overflow: auto;
    }
}

/** END Ticket #45081 **/

/** START Ticket #45079 **/
@media only screen and (max-width: 480px) {
    .dcsection6__slide {
        min-height: 500px !important;
    }
}

@media only screen and (max-width: 991.98px) and (orientation: landscape) {
    .dcsection6__slide {
        min-height: 500px !important;
        height: unset !important;
    }
}

/** END Ticket #45079 **/

/** START Ticket #45085 **/
@supports (-moz-appearance:none) {
    .dcsection4__scrollouter {
        overflow-x: hidden;
    }
}

/** END Ticket #45085 **/


/** START Ticket #45056 **/
.module_feature .title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #0f2c35;
    font-family: 'Benton Sans Med', 'Arial';
    font-size: 32px;
    padding: 0 15px;
}

.box_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box {
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
}

.box {
    width: 100%;
}

.module_feature .box img {
    max-width: 100px;
    width: 100%;
    object-fit: contain;
    height: auto;
}

.module_feature .column_wrapper {
    background-size: contain;
    background-position: center;
    padding: 30px 50px 0 50px;
    background-repeat: no-repeat;
    min-height: 140px;
}

.module_feature .column_title h2 {
    font-family: 'Benton Sans Med', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #0f2c35;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.module_feature .three_col {
    width: 100%;
}

.module_feature .two_col {
    width: 100%;
}

.module_feature .column_description {
    font-size: 15px;
    color: #0F2C35;
    line-height: 27px;
    font-family: 'Benton Sans Reg', 'Arial';
}

@media only screen and (min-width: 768px) {
    .module_feature .column_wrapper {
        padding: 50px 50px 0 50px;
    }
}

@media only screen and (min-width: 991px) {
    .module_feature .three_col {
        width: 33%;
    }

    .module_feature .two_col {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .module_feature .column_wrapper {
        padding: 50px 20px 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .module_feature .title {
        padding: 0 430px;
    }
}

/** END Ticket #45056**/


/** START Ticket #46065 **/
@media only screen and (min-width: 1200px) {
    body .vex.vex-theme-default .vex-dialog-form {
        display: flex;
        flex-wrap: wrap;
    }

    body .vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
        width: 100% !important;
    }
}

/** END Ticket #46065 **/

/** START Ticket #46369 **/
body .vex.vex-theme-default .vex-close {
    z-index: 1;
}

/** END Ticket #46369 **/

/** START Ticket #46302 **/

.acsection1__card-inner {
    padding: 20px 5px;
}

.acsection1__detail p {
    font-size: 12px;
}

@media only screen and (min-width: 1400px) {

    .acsection1__detail p {
        font-size: 13px;
    }
}

/** END Ticket #46302 **/

/** START Ticket #46395 **/
.module_feature b, strong {
    font-weight: bold;
}

/** END Ticket #46395 **/

/** START Ticket #46340 **/
@media only screen and (min-width: 768px) {
    .step.fourth {
        background-position: 500px 5px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .step.fourth {
        background-position: 100px -10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .step.fourth {
        background-position: 175px 5px !important;
    }
}

/** END Ticket #46340 **/
/** START Ticket #46395 **/
.module_feature b, .module_feature strong {
    font-weight: bold !important;
}

/** END Ticket #46395 **/

/** START Ticket #46310 **/
.dcsection8 {
    padding: 30px 0 25px;
}

/** END Ticket #46310"

/** START Ticket #46340 **/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .step.fourth {
        background-position: 100px -10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .step.fourth {
        background-position: 175px 5px !important;
    }
}

/** END Ticket #46340 **/

/** START Ticket #46339 **/
#content.main-section .backendlayout-pagets__default .dcsection6__bodytext {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 991px) {
    #content.main-section .backendlayout-pagets__default .dcsection6__bodytext {
        margin-bottom: 90px !important;
    }
}

/** END Ticket #46339 **/

/** START Ticket #46338 **/
@media only screen and (min-width: 480px) and (max-width: 991px ) {
    .dcsection6__slide {
        min-height: 500px !important;
    }
}

/** END Ticket #46338**/

/** START Ticket #46341 **/
.dcsection6__teamcard {
    height: auto;
    min-height: unset;
    background: transparent;
}

.dcsection6__member {
    min-height: 290px;
    height: 100%;
}

.dcsection6__slide {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
    .dcsection6__slide {
        margin-bottom: 0;
    }

    .dcsection6__member {
        min-height: 280px;
    }
}


/** END Ticket #46341 **/

/** START Ticket #46311 **/
@media only screen and (min-width: 1024px) {
    .dcsection6__image {
        min-height: 400px;
    }
}

/** END Ticket #46311 **/

/** START Ticket #46337 **/
.module_three_banners.textimg .col-md-4,
.module_three_banners.textimg .card_outer,
.module_two_banners.textimg .card_outer {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .module_three_banners.textimg .col-md-4,
    .module_three_banners.textimg .card_outer,
    .module_two_banners.textimg .card_outer {
        display: flex;
        flex: 1;
    }
}

/** END Ticket #46337 **/

/** START Ticket #46575 **/
@media (min-width: 992px) and (max-width: 1099px) {
    header.navbar-default.navbar #header-main.container .navbar-main > li > a {
        margin: 0 10px 0 10px;
    }
}

/** END Ticket #46575 **/

/** START Ticket #46600  **/
@media only screen and (min-width: 1200px) {
    .dcsection4__scrollouter {
        overflow-x: hidden !important;
    }
}

/** END Ticket #46600 **/

/** START Ticket #46604 **/
@media only screen and (min-width: 576px) and (orientation: landscape) {
    .module_three_banners.textimg .col-md-4,
    .module_three_banners.textimg .card_outer,
    .module_two_banners.textimg .card_outer {
        display: grid;
    }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
    .module_three_banners.textimg .col-md-4,
    .module_three_banners.textimg .card_outer,
    .module_two_banners.textimg .card_outer {
        display: grid;
    }
}

/** END Ticket #46604 **/

/** START Ticket #46600  **/
@media only screen and (min-width: 1200px) {
    .dcsection4__scrollouter {
        overflow-x: hidden !important;
    }
}

/** END Ticket #46600 **/


/** START Ticket #46610 **/
@media only screen and (min-width: 768px) {
    .no_margin_top {
        margin-top: 0;
    }

    .smaller_margin_top {
        margin-top: 32px;
    }
}

/** END Ticket #46610 **/
/** START Ticket #46610 **/
@media only screen and (min-width: 768px) {
    .no_margin_top {
        margin-top: 0;
    }

    .smaller_margin_top {
        margin-top: 32px;
    }
}

/** END Ticket #46610 **/


/** START Ticket #46568 **/

.module_animated_numbers {
    margin: 0;
}

.animated_box {
    text-align: center;
}

.animated_box .animated_wrapper {
    display: inline-flex;
    font-size: 72px;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .animated_box .animated_wrapper {
        font-size: 48px;
    }
}

.animated_box .animated_number {
    font-weight: bold;
}

.animated_box .abstand {
    margin-right: 15px;
}

.animated_box .bodytext {
    font-size: 18px;
    margin: 12px 0 0 0;
    padding: 0 20px;
    color: #0F2C35;
}

@media only screen and (min-width: 1024px) {

    .animated_box .animated_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .animated_box .animated_number {
        display: inline-block;
    }
}

/** END Ticket #46568 **/


/** START Ticket #46850 **/
.ne_library ul li {
    margin: 0 0 15px 0 !important;
}

.ne_library ul li:first-of-type {
    margin-top: 15px !important;
}

/** END Ticket #46850 **/

/** START Ticket #44378 **/
.tech_print .icon-small-svg {
    width: 20px;
    margin-right: 4px;
}

/** END Ticket #44378 **/


/** START Ticket # 46860 **/

.ne_library .breadcrumb {
    display: flex !important;
}

.ne_library .breadcrumb li {
    display: flex !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}


.ne_library .breadcrumb li.active {
    display: none !important;
}

.ne_library .breadcrumb li a {
    color: #FF6700 !important;
}

.ne_library .breadcrumb li::before {
    padding: 0 5px !important;
    color: #fff !important;
    content: "/\00a0" !important;
}

.ne_library .breadcrumb li:first-of-type::before {
    content: '' !important;
    display: none;
}


.ne_library .breadcrumb li:nth-last-child(2) a {
    color: #fff !important;
}

.ne_library .stage .breadcrumb li:before {
    padding: 0 5px !important;
    color: #fff !important;
    content: "/\00a0" !important;
}

.ne_library .stage .breadcrumbs-copy li:nth-child(3):before {
    display: block !important;
}

/** END Ticket #46860 **/

/** START Ticket #46923 **/
@media (min-width: 1024px) {
    .ne_library .stage.has_fg_img {
        margin-bottom: 0 !important;
    }
}


.select2-container.select2-container-multi.select-container .select2-choices .custom_search_choice,
.select2-container.select2-container-multi.select-container .select2-choices .select2-search-field {
    margin: 0 !important;
    padding: 3px 0 0 8px !important
}

/** END Ticket #46923 **/

/** START Ticket #46930 **/

@media (min-width: 576px) and (max-width: 1023px) and (orientation: landscape) {

    body .vex.vex-theme-default {
        overflow: auto !important;
    }

    body .vex.vex-theme-default .vex-content {
        top: 75px !important;
    }
}

/** END Ticket #46930 **/

/** START Ticket #47344 **/
.acsection2__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .acsection2.js_cookie_active .acsection2__video {
        height: auto !important;
    }

    .acsection2__video::before {
        padding-top: 56.25%;
        display: block;
        content: "";
    }
}

/** END Ticket #47344 **/

/** START Ticket #47549 **/
.module_two_banners .cta.c_secondary {
    padding: 6px 16px;
    max-width: fit-content;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Benton Sans Reg', 'Arial';
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}

.module_two_banners .card.c_banners .c_main {
    font-size: 32px !important;
}

.module_two_banners .card .c_secondary {
    font-size: 16px !important;
}

/** END Ticket #47549 **/

/** START Ticket # 47346 **/

@media (max-width: 991px) {
    .ne_library .section_latest_resources .card {
        height: auto;
    }
}

.ne_library .section_latest_resources .card .date_cta_container {
    margin-top: unset;
}


.ne_library .section_latest_resources .card .content {
    flex-basis: 220px;
}

@media (min-width: 1200px) {
    @supports (-webkit-hyphens:none) {
        .ne_library .filter_bar .filter.filter_wrap_orderby {
            margin-top: 0 !important;
        }
    }
}

/** END Ticket #47346 **/

/** START Ticket #47654 **/
body#body-p40 .office-details .circle.law::before {
    content: url(/fileadmin/user_upload/ico/ent_associates.svg) !important;
    color: #fff;
}

/** END Ticket #47654 **/

/** START Ticket #47855 **/

.dcsection7__card.selected .dcsection7__answer {
    max-height: 1900px !important;
}

/** END Ticket #47855 **/

/** START Ticket #48003 **/
.ai_info {
    font-weight: bold;
    color: #0F2C35;
    display: flex !important;
    gap: 10px;
    position: relative;
}

.ai_info .text {
    display: flex;
    gap: 10px;
}

.ai_info .ai_image {
    content: '';
    background-image: url('../../../../ne_blog/Resources/Public/Images/ai-translated.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 25px;
}

.ai_info:hover .tooltip {
    opacity: 1;
    display: block;
    animation: fadeIn 0.3s forwards;
}

.ai_info:not(:hover) .tooltip {
    animation: fadeOut 0.3s forwards;
}

.ai_info:after {
    content: "?";
    display: flex;
    width: 22px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    background: #698A95;
    font-size: 13px;
    border: none;
    padding-top: 1px;
    cursor: pointer;
    color: #fff;
}

.ai_info .tooltip {
    position: absolute;
    top: -145px;
    left: 0;
    transform: translate(10px, 10px);
    animation: fadeIn 0.3s forwards;
    font-size: 10px;
    width: 100%;
    background: #0F2C35;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 9999999999 !important;
    min-height: 75px;
}

.ai_info .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0F2C35;
    position: absolute;
    bottom: -7px;
    left: 270px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        display: none;
    }
    to {
        opacity: 1;
        display: block;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        display: block;
    }
    to {
        opacity: 0;
        display: none;
    }
}

@media (min-width: 400px) {
    .ai_info .tooltip {
        top: -110px;
    }

    .ai_info .tooltip:after {
        left: 315px;
    }

    .ai_info:after {
        width: 20px;
    }
}

@media (min-width: 768px) {
    .ai_info .tooltip {
        top: -100px;
        left: -10px;
    }

    .ai_info .tooltip:after {
        left: 325px;
    }
}

@media (min-width: 1200px) {
    .ai_info .tooltip {
        top: -125px;
        left: 150px;
        width: 65%;

    }

    .ai_info .tooltip:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1300px) {
    .ai_info .tooltip {
        min-height: 103px;
        max-height: 103px;
        max-width: 365px;
        width: 100%;
        top: -125px;
        left: 135px;
    }
}

/** END Ticket #48003 **/

/** START Ticket #48096 **/
.author_wrapper {
    padding: 24px 30px 0 30px;
}

.author_wrapper .inner {
    padding: 0 !important;
}

.author_wrapper .education h2, .author_wrapper .membership h2, .author_wrapper .practiceGroups h2,
.author_wrapper .industry h2, .author_wrapper .audience h2, .author_wrapper .languages h2,
.author_wrapper .contact h2 {
    font-family: 'Benton Sans Reg' !important;
    font-size: 23px !important;
    line-height: 1.2 !important;
    color: #0F2C35;
    margin: 0;
    padding: 0 0 30px 0;
    display: flex;
    gap: 15px;
    align-items: center;
    border-bottom: 7px solid #F2F4F5;
}

.author_wrapper .outer {
    margin-bottom: 50px;
}

.author_wrapper .outer .author_education, .author_wrapper .outer .author_membership,
.author_wrapper .outer .author_practice_groups, .author_wrapper .outer .author_industry,
.author_wrapper .outer .author_audience, .author_wrapper .outer .author_languages, .author_wrapper .outer .language_wrapper {
    padding: 30px 0 0 0;
}

.author_wrapper .outer ul {
    margin: 0;
    padding-inline-start: 20px !important;
}

.author_wrapper .outer ul li {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 32px !important;
}

.author_wrapper .education h2:before, .author_wrapper .membership h2:before, .author_wrapper .practiceGroups h2:before,
.author_wrapper .industry h2:before, .author_wrapper .audience h2:before, .author_wrapper .languages h2:before,
.author_wrapper .contact h2:before {
    content: '';
    display: block;
    max-width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    text-align: center;
}

.author_wrapper .education h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-education.svg");
}

.author_wrapper .membership h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-professional-membership.svg");
}

.author_wrapper .practiceGroups h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-practice-groups.svg");
}

.author_wrapper .industry h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-industry-expertise.svg");
}

.author_wrapper .audience h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-right-of-audience.svg");
}

.author_wrapper .languages h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-languages.svg");
}

.author_wrapper .contact h2:before {
    background-image: url("/fileadmin/assets/ne_blog/Images/icon-32-contact.svg");
}

.author_wrapper .language_wrapper {
    display: flex;
    gap: 5px;
}

.author_wrapper .language_wrapper .author_contact_form, .author_wrapper .language_wrapper .author_contact_linkedin {
    margin-top: -3px;
}

@media (min-width: 768px) {
    .author_wrapper .education h2, .author_wrapper .membership h2, .author_wrapper .practiceGroups h2,
    .author_wrapper .industry h2, .author_wrapper .audience h2, .author_wrapper .languages h2,
    .author_wrapper .contact h2 {
        font-size: 28px !important;
        line-height: 48px !important;
    }

    .author_wrapper .education h2:before, .author_wrapper .membership h2:before, .author_wrapper .practiceGroups h2:before,
    .author_wrapper .industry h2:before, .author_wrapper .audience h2:before, .author_wrapper .languages h2:before,
    .author_wrapper .contact h2:before {
        width: 32px;
        height: 32px;
        background-size: cover;
    }
}

/** END Ticket #48096 **/


/** START Ticket #48135 **/
.dcsection6 .dcsection6__slide {
    height: 800px;
}

.dcsection6 .dcsection6__teamcard {
    height: 785px;
}

@media only screen and (max-width: 991.98px) {
    .dcsection6 .dcsection6__slide {
        min-height: 785px !important;
    }
}

/** END Ticket #48135**/

/** START Ticket #47549 **/
.module_two_banners .cta.c_secondary {
    padding: 6px 16px;
    max-width: fit-content;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Benton Sans Reg', 'Arial';
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}

.module_two_banners .card.c_banners .c_main {
    font-size: 32px !important;
}

.module_two_banners .card .c_secondary {
    font-size: 16px !important;
}

/** END Ticket #47549 **/

/** START Ticket #48098 **/
.world_map .fallback_map {
    display: none;
}

/** END Ticket #48098**/

/** START Ticket #48242 **/
.dcsection3_grid.dcsection3 .service_details.show {
    height: auto !important;
}

/** END Ticket #48242 **/

/** START Ticket #48253 **/

#content section.dcsection6 > .container {
    padding: 0 15px !important;
}

#content section.acsection2 > .container {
    padding: 0 15px !important;
}

@media (max-width: 991.98px) {
    .dcsection6__teamcard {
        left: 15px !important;
        margin-left: 15px !important;
    }
}

/** END Ticket #48253 **/

/** START Ticket #48257 **/
@media (max-width: 768px) {
    #latest-insights-container.container {
        width: 100% !important;
    }
}

/** END Ticket #48257 **/

/** START Ticket #48352 **/
.dcsection6__teamcard {
    left: 0;
}

/** END Ticket #48352 **/

/** START Ticket #48351 **/
@media (max-width: 991.98px) {
    .dcsection6 .dcsection6__teamcard {
        height: 575px;
    }

    .dcsection6 .dcsection6__slide {
        min-height: 575px !important;
    }
}

/** END Ticket #48351 **/


/** START Ticket #48215 **/

.module_faqs {
    margin: 50px 0;
}

.module_faqs .header-filter {
    display: flex;
    justify-content: space-evenly;
    color: #698A95;
    text-align: center;
}

.module_faqs .faq_tab {
    display: none;
}

.module_faqs .faq_tab.active-tab {
    display: block;
}

.module_faqs .active-tab {
    color: #0F2C35;
}

.module_faqs .tab_trigger {
    cursor: pointer;
    margin-bottom: 40px;
}

.module_faqs .trigger_wrapper {
    width: 100%;
    min-width: auto;
    padding: 0 15px;
    font-family: 'Benton Sans Med', Arial, sans-serif;
}

.module_faqs .faq_question {
    cursor: pointer;
}

.module_faqs .faqs_wrapper ul {
    padding-inline-start: 0;
}

.module_faqs .faqs_wrapper ul li::marker {
    content: '';
    display: none;
    appearance: none;
    -webkit-appearance: none;
}

.module_faqs .faqs_wrapper .faq_tab ul li {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    list-style: none !important;
}

.module_faqs .faqs_topline {
    color: #0F2C35;
    font-size: 32px;
    text-align: center;
    margin-bottom: 100px;
}

.module_faqs .faqs_wrapper .header-filter .active-tab:after {
    content: '';
    /*background-image: -webkit-linear-gradient(0deg, #c90065 0%, #ff6700 100%);
    height: 3px; */
    display: block;
    border-bottom: 3px solid #ff6700;
}

.module_faqs .faqs_wrapper .faq_question {
    max-width: 95%;
    position: relative;
}

.module_faqs .faqs_wrapper .faq_question:after {
    content: '';
    background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/Icons/open.svg");
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
}

.module_faqs .faqs_wrapper .faq_question.active-tab:after {
    content: '';
    background-image: url("/fileadmin/assets/customprovider/dennemeyer.com/Images/Icons/close.svg");
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
}

.module_faqs .faqs_wrapper .faq_answer {
    border-top: 2px solid #f2f4f4;
    padding-top: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
}

.module_faqs .faq_answer.active-tab {
    max-height: 900px;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-top: 40px;
}

.module_faqs .faqs_wrapper .faq_answer p {
    margin: 0;
    color: #698A95;
    font-family: "Benton Sans Lt", "Arial";
}


@media (max-width: 768px) {
    .module_faqs .header-filter {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .module_faqs .faqs_wrapper .header-filter .active-tab:after {
        width: 90%;
        margin: 0 auto;
    }

    .module_faqs .trigger_wrapper {
        font-size: 20px;
        font-family: 'Benton Sans Med', Arial, sans-serif;
    }
}

@media (min-width: 991px) {
    .module_faqs .faqs_wrapper .faq_title {
        text-align: left;
    }

    .module_faqs .faqs_wrapper .faq_question:after {
        right: -45px;
    }

    .module_faqs .faqs_wrapper .faq_question.active-tab:after {
        right: -45px;
    }

    .module_faqs .trigger_wrapper {
        font-family: 'Benton Sans Med', Arial, sans-serif;
    }
}

@media (min-width: 1024px) {
    .module_faqs .tab_trigger {
        display: flex;
        align-items: center;
    }

    .module_faqs .faqs_wrapper .header-filter .active-tab:after {
        content: "";
        display: none;
        visibility: hidden;
    }

    .module_faqs .tab_trigger.active-tab .trigger_wrapper {
        font-size: 32px;
        border-bottom: 3px solid #ff6700;
    }

    .module_faqs .tab_trigger .trigger_wrapper {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .module_faqs .tab_trigger.active-tab .trigger_wrapper,
    .module_faqs .tab_trigger .trigger_wrapper {
        font-size: 36px;
    }

    .module_faqs .tab_trigger {
        display: block;
    }

    .module_faqs .trigger_wrapper {
        font-family: 'Benton Sans Reg', Arial, sans-serif;
    }
}

/** END Ticket #48215 **/

/** START Ticket #48557 **/
.service_sub_section_video p > a,
.service_sub_section_img p > a {
    color: #ff5122 !important;
    font-family: 'Benton Sans Medium', 'Arial';
    text-decoration: none !important;
}

/** END Ticket #48557 **/

/** START Ticket #48604 **/
.module_three_banners .c_secondary {
    font-size: 16px !important;
}

/** END Ticket #48604 **/

/** START Ticket #48611 **/
@media only screen and (max-width: 1024px) {
    .dcsection5 .fadebottom {
        display: none;
    }
}

/** END Ticket #48611 **/

/** START Ticket #48634 **/
.issuefinder .slider .ipright_pill,
.blog_post .filed_in_row .tag_pill,
.ne_library .section_latest_resources .card .type,
.ne_library .stage .category {
    background: #738894 !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.ne_library .stage .category {
    border-radius: 10px !important;
}

/** END Ticket #48634 **/

/** START Ticket #48930 **/
@media (max-width: 768px) {
    #services {
        padding-bottom: 0 !important;
    }

    .dcsection3_grid {
        padding-bottom: 0 !important;
    }

    .dcsection3_grid + .dcsection6 {
        padding-top: 20px !important;
    }
}

/** END Ticket #48930 **/

/** START Ticket #49149 **/
@media (min-width: 1500px) {
    .blog_home .featured_post_1 .img {
        border-radius: 6px;
    }

    .blog_home .featured_post_1 .img .img-responsive {
        max-width: 700px;
        width: 700px;
        height: 500px;
    }
}

/** END Ticket #49149 **/

/** START Ticket #49302 **/
.hs-form-checkbox {
    list-style-type: none !important;
}

.hs-form .hs-form-field label span {
    padding-right: 5px;
}

.hbspt-form .input .inputs-list label {
    align-items: flex-start;
    line-height: 1.5 !important;
}

/** END Ticket #49302 **/

/** START Ticket #49184**/
.hs-form .hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox {
    margin: 10px 0;
}

.hs-form-checkbox-display {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.hs-form .hs-form-field label.hs-form-checkbox-display span,
.hs-form .hs-form-field label.hs-form-radio-display span {
    padding-left: 8px;
}

.vex-dialog-form .input .checkbox label::before {
    top: 5px;
}

.hs-form .checkbox > input + label {
    padding-left: 8px;
}

.hs-form-checkbox .hs-input[type="checkbox"],
.hs-form-checkbox .hs-input[type="radio"] {
    z-index: 1;
    cursor: pointer;
}

.hs-form fieldset.form-columns-1 .hs-input[type="checkbox"] {
    width: auto !important;
}

.hs-form-checkbox .hs-input[type="checkbox"] {
    height: auto !important;
}

.hs-form-checkbox .hs-input[type="checkbox"]:checked {
    accent-color: #000;
    outline: none;
    outline-offset: -2px;
}

.hs-form-checkbox .hs-input[type="checkbox"]:focus,
.hs-form-checkbox .hs-input[type="checkbox"]:focus-within {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -3px;
}

.hs-form .hs-form-field .hs-form-booleancheckbox input + label:before {
    display: none !important;
}

.hs-form .hs-form-field .hs-form-booleancheckbox input {
    opacity: 1;
    height: auto !important;
    width: auto !important;
}

.hs-form .hs-form-field .hs-form-booleancheckbox input:checked {
    accent-color: #000;
    outline: none;
    outline-offset: -2px;
}

.hs-form.hs-custom-style .hs-form-field .hs-form-booleancheckbox input {
    left: 0;
}

.hs-form .hs-form-field .hs-form-booleancheckbox label > input + span:before {
    display: none;
}

.hs-form .hs-form-field .hs-form-booleancheckbox label > input:checked + span:after {
    display: none;
}

/** END Ticket #49184 **/

/** START Ticket #49383 **/
.dcsection8 ul.slick-dots li.slick-active button {
    position: unset !important;
    margin-top: 5px !important;
}

.dcsection8 ul.slick-dots li {
    margin-top: 0 !important;
}

@-moz-document url-prefix() {
    .dcsection8 ul.slick-dots li.slick-active button {
        position: relative !important;
        margin-top: 4px !important;
        top: -2px !important;
    }
}

/** END Ticket #49383 **/

/** START Ticket #49445**/
@media (max-width: 991px) {
    .ne_library .section_latest_resources .card {
        height: 340px !important;
    }
}

/** END Ticket # 49445 **/

/** START Ticket #49446 **/
@media (max-width: 1199px) {
    body#body-p40 #header-container-for-absolute-pages:before,
    .htmlarea-content-body#body-p40 #header-container-for-absolute-pages:before {
        display: none;
    }

    .map_outer .full-map-container {
        display: none;
    }

    .map_outer .absolute-header-top {
        padding-top: 115px !important;
    }

    .map_outer .world_map {
        height: 335px;
    }

    .tx_ne_svgmap {
        padding-bottom: 0 !important;
    }

    .map_outer #svg_container svg {
        display: none;
    }

    .world_map .fallback_map {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/** END TIcket #49446 **/

/** START Ticket #49490 **/
@media (max-width: 991px) {
    .service_sub_section_img .img_photo {
        height: auto;
    }
}

/** END Ticket #49490 **/

/** START Ticket #50276 **/
.video-container .video-responsive {
    height: auto !important;
    padding-bottom: 20% !important;
}

.video-container .video-responsive .cm_placeholder_fg {
    background-color: #fff !important;
}

/** END Ticket #50276 **/

/** START Ticket #50668 **/
.vex-dialog-form .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"]{
    max-width: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
}

@media (min-width:992px) {
.vex-dialog-form .hs-form fieldset.form-columns-1 .hs-input[type="checkbox"]{
    max-width: 18px !important;
    max-height: 18px !important;
}
}

.hs-form .hs-form-field .hs-form-booleancheckbox-display {
    margin-left:0 !important;
}

.hs-form-94403689-dfea-4556-926d-ceb749cd9faa_0cb272c6-3ee0-40ed-93dc-a34372b8c07e.stacked .inputs-list > li label {
    margin-left: 0 !important;
}

@media (max-width: 1199px)  {
    .hs-form .hs-form-field .hs-form-booleancheckbox-display span p {
        padding-left: 15px !important;
        padding-top: 5px;
    }
}

@media (min-width:1200px) {
    .hs-form .hs-form-field .hs-form-booleancheckbox-display:has(input.hs-input) span p {
        padding-left: 20px !important;
    }
}


/** END Ticket #50668 **/


/** START Ticket #50669 **/
.inputs-list,
.inputs-list .hs-fieldtype-booleancheckbox {
    list-style: none !important;
}

.hs-form .hs-form-field .hs-form-booleancheckbox > label > input {
    opacity: 1;
    top: 5px;
    left: 0px;
}

.hs-form .hs-form-field .hs-form-booleancheckbox-display span p {
    display: block;
    padding-top:5px;
}

.hs-form .hs-form-field .hs-form-booleancheckbox > label  {
    margin-left: 0 !important;
    margin-top: 5px !important;
}

/** END Ticket #50669 **/



/** START Ticket #50671 **/
.hs-form .hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox,
.hs-form .hs-fieldtype-checkbox ul.inputs-list .hs-form-checkbox .hs-form-checkbox-display {
    display: inline-flex;
    align-items: center;
}

.hs-form .hs-form-field label.hs-form-checkbox-display span,
.hs-form .hs-form-field label.hs-form-radio-display span {
    margin-top: 3px;
}
/** END Ticket #50671 **/
.tx-solr-autosuggest {
    background: #FFF;
    overflow: auto;

}

.tx-solr-autosuggest .autocomplete-suggestion {
    white-space: nowrap;
    overflow: hidden;
    color: #848383;
    font-family: 'Helvetica Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px 8px 10px;
    cursor: pointer;
}

.tx-solr-autosuggest .autocomplete-suggestion::before {
    content: ' ';
    border-top: 1px solid #dadada;
    display: block;
    padding: 0 10px 8px 0;
}

.tx-solr-autosuggest .autocomplete-suggestion:last-child {
    background-color: #003d76;
    border-top: 0;
    color: #fff;
    position: relative;
}

.tx-solr-autosuggest .autocomplete-suggestion:first-child::before,
.tx-solr-autosuggest .autocomplete-suggestion:last-child::before {
    border-top: 0;
}

.tx-solr-autosuggest strong {
    color: #003d76;
    font-weight: normal;
}

.tx-solr-autosuggest .autocomplete-selected {
    text-decoration: underline;
}