/* Kantar TechEdge 2019 */
/* main variables definition */
/* sidebar variables definition */
/* main mixins definition */
html body section#content footer p, html body section#content .list_row .title h2, html body aside nav ul, html body, html {
  margin: 0;
  padding: 0;
}

html body .brands, html body section#content .office_box, html body section#content .column_box.slick, html body section#content .column_box.no-padding, html body section#content .column_box .media_logo, html body section#content .column_box .product_type_container, html body section#content .header_img .column_box h2, html body section#content .column_container.product_buttons, html body #products_container, html body #login_container, html body #sign_up_container, html body aside #tipue_search_content .tipue_search_result, html body aside #tipue_search_content #tipue_search_results_count, html body aside #tipue_search_content #tipue_search_error, html body table th, html body table td, html body label, html body input, html body button, html body textarea, html body select, html body section#content .signup, html body section#content .column_box #download_brochure, html body #scroll_nav, html body form button {
  padding: 1rem;
}

html body section#content .list_row, html body section#content .column_box, html body section#content .header_img .column_box h3, html body section#content .header_img .column_box h1 {
  padding: 4rem;
}

html body section#content .signup i, html body section#content .column_box .search_container i {
  padding: 0 1rem;
}

html body aside #tipue_search_content .tipue_search_result .tipue_search_content_text, html body label {
  padding: 1rem 0;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  margin: 0;
  padding: 1rem 0;
  line-height: normal;
}

html body section#content .column_box {
  align-self: stretch;
  -ms-flex-pack: center;
  box-sizing: border-box;
}

html body section#content .column_box.full.contact, html body section#content .column_box.full.support, html body section#content .column_box.full.webinars, html body section#content .column_box.full.tutorials, html body section#content .column_box.full.news, html body section#content .column_box.full.cookies, html body section#content .column_box.full.credentials, html body section#content .column_box.full.wwd, html body section#content .column_box.full.index {
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  filter: grayscale(0.75);
  padding: 3rem 15%;
}

html body section#content .column_box.full.products {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  filter: grayscale(0.75);
  padding: 3rem 15%;
}

html body section#content .column_box #download_brochure, html body #scroll_nav, html body form button {
  background-color: #0078d7;
  border: 0;
  border-radius: 3px;
  color: #fff;
  min-width: 100px;
  cursor: pointer;
}

html body section#content .signup {
  background-color: transparent;
  border: 3px solid #555;
  border-radius: 3px;
  color: #fff;
  min-width: 100px;
  cursor: pointer;
}

/* section variables definition */
/* footer variables definition */
/* font-size variables definition */
html {
  color: #555;
  font-family: "rt_ralewayregular", Arial, sans-serif;
  height: 100%;
  font-size: 1em;
  padding: 0;
  margin: 0;
  /* box-sizing in all web */
  /* body content styles */
}
html * {
  box-sizing: border-box;
}
html body {
  min-height: 100%;
  padding: 0;
  background-color: #f0f0f0;
  overflow-y: scroll;
  /* sidebar styles */
  /* main content section */
  /* content section */
  /* specific classes of old support web */
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  color: #111;
  font-weight: 100;
}
html body label, html body input, html body button, html body textarea, html body select {
  font-family: "rt_ralewayregular", Arial, sans-serif;
  border-radius: 3px;
  border: 1px solid #dedede;
  background-color: #fff;
  font-size: 0.95em;
}
html body label {
  border: 0px;
  min-width: 150px;
  display: block;
  font-size: 0.95em;
}
html body textarea {
  min-height: 200px;
  font-size: 0.95em;
}
html body form {
  display: none;
}
html body a {
  color: #0078d7;
  text-decoration: none;
}
html body a:hover {
  text-decoration: underline;
}
html body img {
  margin: 0 auto;
  display: block;
}
html body hr {
  border: 1px solid #f0f0f0;
}
html body p {
  margin: 0;
  padding: 0 0 2em 0;
  line-height: 1.7;
}
html body i.lg {
  font-size: 1.28em;
}
html body table {
  background: #fff;
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dedede;
  overflow: auto;
  table-layout: unset;
}
html body table th {
  border-bottom: 1px solid #dedede;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
html body table th:first-child {
  width: 10px;
}
html body table td:nth-child(1) {
  text-align: center;
}
html body table td {
  overflow: hidden;
  text-overflow: ellipsis;
}
html body table td.file i, html body table td.folder i, html body table th i {
  font-size: 1.2rem;
  text-align: left;
}
html body table td.folder {
  vertical-align: middle;
}
html body table td i {
  font-size: 1.2rem;
  text-align: left;
  cursor: pointer;
}
html body table td i:hover {
  color: #0078d7;
}
html body table tr:nth-child(odd) {
  background-color: #fbfbfb;
}
html body table tr:not(:first-child):hover {
  background-color: #f7f7f7;
}
html body table th:nth-child(1) {
  text-overflow: clip;
}
html body table td:nth-child(1) {
  text-overflow: clip;
}
html body i.fileIcon {
  margin-right: 0.5rem;
}
html body form.visible {
  display: block;
}
html body form button, html body form input, html body form label, html body form textarea, html body form select, html body #query_select {
  width: 100%;
}
html body aside {
  position: fixed;
  width: 100%;
  z-index: 1;
  /* tipue styles (plugin) */
}
html body aside nav {
  background-color: rgba(0, 0, 0, 0.75);
  height: 50px;
  display: block;
  text-align: left;
  /* while the global search beign in development, the icon will be hidden */
}
html body aside nav ul {
  list-style: none;
}
html body aside nav ul li {
  float: left;
  min-width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
html body aside nav ul li a {
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
}
html body aside nav ul li a:hover {
  border-bottom: 3px solid #0078d7;
  text-decoration: none;
}
html body aside nav ul li.active a {
  border-bottom: 3px solid #0078d7;
}
html body aside nav ul li.supportMenu i {
  width: 25px;
  top: -3px;
  position: relative;
}
html body aside nav i {
  color: white;
  width: 80px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
html body aside nav input {
  display: none;
  background: transparent;
  border: none;
  color: #fff;
  width: 90%;
  outline: 0;
  position: relative;
  height: 50px;
  padding: 1em;
}
html body aside nav input::-webkit-search-cancel-button {
  display: none;
}
html body aside nav .sub {
  width: 130px;
  position: absolute;
}
html body aside nav .sub li {
  position: relative;
  width: 130px;
  font-size: 0.85em;
  background-color: #222;
}
html body aside nav .sub > li {
  float: left;
}
html body aside nav .sub li a:hover {
  background-color: #106ebe;
}
html body aside nav .sub li a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  right: 5px;
}
html body aside nav form {
  display: block;
  position: absolute;
  left: 0px;
  right: 80px;
  top: 0px;
}
html body aside #tipue_search_content {
  position: relative;
  left: 0px;
  background-color: white;
  z-index: 1;
  width: 100%;
  top: 0px;
  font-size: 0.95em;
  box-shadow: 0 15px 50px 0px rgba(0, 0, 0, 0.4);
}
html body aside #tipue_search_content #tipue_search_results_count, html body aside #tipue_search_content #tipue_search_error {
  font-size: 1em;
  font-weight: 800;
  border-bottom: 1px solid #dedede;
}
html body aside #tipue_search_content .tipue_search_result {
  border-bottom: 1px solid #dedede;
}
html body aside #tipue_search_content .tipue_search_result .tipue_search_content_title {
  font-size: 1em;
}
html body aside #tipue_search_content .tipue_search_result .tipue_search_content_text .tipue_search_content_bold {
  background-color: lightblue;
  padding: 0.2em 0.3em;
  border-radius: 3px;
}
html body aside #tipue_search_content .tipue_search_result .tipue_search_content_url {
  display: none;
}
html body aside #tipue_search_content .tipue_search_result:nth-child(odd) {
  background-color: #fbfbfb;
}
html body aside #tipue_search_content #tipue_search_image_modal {
  position: absolute;
  right: 25px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}
html body aside.visible {
  top: 80px;
}
html body aside.visible nav {
  margin-bottom: 0px;
}
html body .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
html body #sign_up_container {
  position: fixed;
  background-color: #fff;
  z-index: 3;
  top: 15vh;
  left: 0;
  right: 0;
  width: 25vw;
  margin: 0 auto;
}
html body #sign_up_container #close_sign_up {
  text-align: right;
  width: 100%;
  display: block;
  cursor: pointer;
}
html body #sign_up_container #sign_up_form {
  display: block;
}
html body #login_container {
  position: fixed;
  background-color: #fff;
  z-index: 3;
  top: 15vh;
  left: 0;
  right: 0;
  width: 25vw;
  margin: 0 auto;
}
html body #login_container #close_login {
  text-align: right;
  width: 100%;
  display: block;
  cursor: pointer;
}
html body #login_container #login_form {
  display: block;
}
html body #products_container {
  position: fixed;
  background-color: #fff;
  z-index: 3;
  top: 25vh;
  left: 0;
  right: 0;
  width: 50vw;
  margin: 0 auto;
}
html body #products_container #close_products {
  text-align: right;
  width: 100%;
  display: block;
  cursor: pointer;
}
html body #scroll_nav {
  position: fixed;
  min-width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0px 1rem;
  margin: 0px;
  bottom: 40%;
  right: -140px;
  border-radius: 0px;
  font-size: 0.95em;
  z-index: 1;
  opacity: 0.3;
  border-radius: 4px;
}
html body #scroll_nav:hover {
  opacity: 1;
}
html body #scroll_nav.visible {
  right: 7px;
}
html body section#header {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: fixed;
  top: 0;
  z-index: 2;
}
html body section#header .aside_button {
  width: 80px;
  height: 80px;
  line-height: 80px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 1.7em;
  position: absolute;
  left: 0px;
}
html body section#header .aside_button.right {
  left: unset;
  right: 0px;
}
html body section#header .head_logo {
  height: 80px;
  background: transparent url(../img/logo.jpg) no-repeat center left;
  background-size: auto 45px;
  position: absolute;
  left: 80px;
  right: 80px;
  cursor: pointer;
}
html body section#header .head_logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
html body section#content {
  position: relative;
  top: 80px;
  left: 0px;
  width: 100%;
  background: #fff;
  min-height: calc(100vh - 80px);
  flex-direction: column;
  display: flex;
  /* columns (main content) */
  /* background sections */
  /* footer */
}
html body section#content .column_container:not(.header_img):not(.product_section):not(.slick):not(.product_bar):not(.support_header) {
  flex: 1;
}
html body section#content .column_container.row {
  display: flex;
  background-color: #fff;
  z-index: 0;
}
html body section#content .column_container.dark {
  background-color: #222;
  color: #fff;
}
html body section#content .column_container.dark-alt {
  background-color: rgba(0, 0, 0, 0.83);
  color: #fff;
}
html body section#content .column_container.centered {
  padding: 2em 10em;
}
html body section#content .column_container.centered.index {
  padding: 0em 10em;
}
html body section#content .column_container.centered_products {
  padding: 0em 10em;
}
html body section#content .column_container.header_img {
  padding: 0;
}
html body section#content .column_container.alt {
  background-color: #fafafa;
}
html body section#content .column_container.thin {
  padding: 0 30%;
}
html body section#content .column_container.product {
  display: none;
}
html body section#content .column_container.product_buttons {
  display: none;
}
html body section#content .column_container.product_buttons .column_box {
  padding: 0;
}
html body section#content .column_container.product.active {
  display: flex;
}
html body section#content .column_container.product_buttons.active {
  display: flex;
}
html body section#content .column_container.product_buttons.top.active {
  padding-bottom: 0px;
}
html body section#content .content_product_section {
  flex: 1;
  background-color: #fafafa;
}
html body section#content .octagon {
  width: 100px;
  height: 100px;
  background: rgb(0, 117, 195);
  position: relative;
  box-sizing: border-box;
}
html body section#content .octagon:before {
  content: "";
  width: 100px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 29px solid rgb(0, 117, 195);
  border-left: 29px solid #eee;
  border-right: 29px solid #eee;
  box-sizing: border-box;
}
html body section#content .octagon:after {
  content: "";
  width: 100px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 29px solid rgb(0, 117, 195);
  border-left: 29px solid #eee;
  border-right: 29px solid #eee;
  box-sizing: border-box;
}
html body section#content .header_img .column_box {
  font-size: 35px;
}
html body section#content .header_img .column_box h1 {
  font-size: 1.5em;
  color: #fff;
  line-height: 1.5;
  border-bottom: 0px;
  text-shadow: 0px 2px 5px #222;
  font-weight: 800;
}
html body section#content .header_img .column_box h2 {
  font-size: 0.65em;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0px 2px 5px #222;
}
html body section#content .header_img .column_box h3 {
  font-size: 2em;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0px 2px 5px #222;
  font-weight: 800;
}
html body section#content .header_img .column_box h3 i {
  padding: 0 1rem;
}
html body section#content .column_box {
  line-height: 2rem;
  width: 100%;
  /* logos in credentials */
  /* slick styles */
}
html body section#content .column_box h1 {
  line-height: 2.5rem;
  font-size: 1.7em;
  font-weight: 600;
}
html body section#content .column_box h1 i {
  font-size: 1.3em;
}
html body section#content .column_box h1 a {
  color: #111;
}
html body section#content .column_box h1 a:hover {
  text-decoration: none;
}
html body section#content .column_box h1.left {
  text-align: left;
}
html body section#content .column_box h2, html body section#content .column_box h3 {
  line-height: 2.5rem;
}
html body section#content .column_box .image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
html body section#content .column_box .image.map {
  background: transparent url(../img/mapwithpins_alt.png) no-repeat center center;
  height: 300px;
  width: 100%;
  background-size: contain;
}
html body section#content .column_box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
html body section#content .column_box ul li {
  width: 100%;
  height: auto;
  line-height: 50px;
  border-bottom: 1px dotted #dedede;
}
html body section#content .column_box ul li:last-child {
  border-bottom: 0px;
}
html body section#content .column_box ul li i {
  padding: 0 0.2rem;
  font-size: 1.3rem;
}
html body section#content .column_box ul li a {
  text-decoration: none;
  color: #106ebe;
}
html body section#content .column_box ul li a:hover {
  text-decoration: underline;
}
html body section#content .column_box #download_brochure {
  margin: 0 auto;
  display: block;
}
html body section#content .column_box .product_nav_tab {
  font-size: 0.95em;
}
html body section#content .column_box .product_nav_tab .product_tab {
  display: inline-block;
  opacity: 0.3;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  height: auto;
  line-height: 60px;
  vertical-align: top;
  width: 11.9%;
}
html body section#content .column_box .product_nav_tab .product_tab i {
  width: 100%;
  font-size: 1.7em;
  height: 40px;
  line-height: 40px;
  display: block;
}
html body section#content .column_box .product_nav_tab .product_tab span {
  width: 100%;
  height: 30px;
  line-height: 20px;
  display: block;
}
html body section#content .column_box .product_nav_tab .product_tab.active {
  color: #0078d7;
  opacity: 1;
}
html body section#content .column_box .product_nav_tab .product_tab:hover {
  opacity: 1;
}
html body section#content .column_box .product_nav_tab .product_tab:hover a {
  color: #fff;
  text-decoration: none;
}
html body section#content .column_box .index_nav_tab .index_tab {
  display: inline-block;
  opacity: 0.35;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  height: 100%;
  line-height: 30px;
  vertical-align: top;
  width: 10.5%;
  background-color: transparent;
}
html body section#content .column_box .index_nav_tab .index_tab i {
  width: 100%;
  font-size: 1.7em;
  height: 40px;
  line-height: 40px;
  display: block;
  margin-top: 20px;
}
html body section#content .column_box .index_nav_tab .index_tab span {
  opacity: 0;
  color: #555;
  display: block;
  margin-top: 35px;
}
html body section#content .column_box .index_nav_tab .index_tab img {
  height: 48px;
  margin-bottom: 10px;
}
html body section#content .column_box .index_nav_tab .index_tab:hover {
  opacity: 1;
  transition-duration: 0.6s;
  transition-property: background, color, border-color;
  transition-timing-function: ease-in-out;
  color: #555;
  filter: unset;
  overflow: visible;
}
html body section#content .column_box .index_nav_tab .index_tab:hover span {
  opacity: 1;
  text-decoration: none;
  text-align: center;
}
html body section#content .column_box .index_nav_tab .index_tab:hover img {
  height: 70px;
  margin-bottom: 10px;
}
html body section#content .column_box .product_title_icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5rem;
}
html body section#content .column_box .products_subtitle {
  display: none;
}
html body section#content .column_box .products_subtitle .products_mobile {
  width: 100%;
}
html body section#content .column_box .arrow-down {
  width: 0;
  margin: 0 auto;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #555;
}
html body section#content .column_box .arrow-down-white {
  position: relative;
  top: -8px;
  border-top: 4px solid white;
  width: 0;
  margin: 0 auto;
  height: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
html body section#content .column_box .product_type_container {
  display: flex;
  border-bottom: 1px dotted #dedede;
}
html body section#content .column_box .product_type_container p {
  padding: 0.5rem;
  margin: 0;
}
html body section#content .column_box .product_type_container:last-child {
  border-bottom: 0px;
}
html body section#content .column_box .product_image {
  display: flex;
}
html body section#content .column_box .product_image i {
  font-size: 20rem;
  margin: 0 auto;
}
html body section#content .column_box .support_step .number {
  margin-right: 1rem;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 2px solid #555;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
html body section#content .column_box .media_logo {
  display: inline-block;
  align-self: center;
  cursor: pointer;
  opacity: 0.3;
  filter: grayscale(1);
  cursor: default;
}
html body section#content .column_box .media_logo:not(.products) {
  min-width: 80px;
}
html body section#content .column_box .media_logo:hover {
  opacity: 1;
  filter: unset;
}
html body section#content .column_box .media_logo.active {
  cursor: default;
  filter: unset;
  opacity: 1;
}
html body section#content .column_box .media_logo.products {
  cursor: pointer;
  flex: 1;
  max-width: 80px;
}
html body section#content .column_box .search_container label {
  display: inline-block;
  padding: 0 2rem;
}
html body section#content .column_box .search_container input {
  width: 60%;
  display: inline-block;
}
html body section#content .column_box .search_container i {
  font-size: 1.7em;
}
html body section#content .column_box .search_container {
  text-align: right;
}
html body section#content .column_box .slick-list .media_logo {
  opacity: 1;
  filter: none;
}
html body section#content .column_container.half {
  width: 50%;
}
html body section#content .column_container.third {
  width: 33%;
}
html body section#content .column_box.half {
  flex: 1 1 50%;
  -ms-flex: 1 1 50%;
}
html body section#content .column_box.half.product {
  padding-top: 0px;
}
html body section#content .column_box.half.main {
  padding-top: 10px;
}
html body section#content .column_box.third {
  flex: 1 1 33%;
  -ms-flex: 1 1 33%;
}
html body section#content .column_box.third_rest {
  flex: 1 1 67%;
  -ms-flex: 1 1 67%;
}
html body section#content .column_box.full {
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}
html body section#content .column_box.full.subproducts {
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
html body section#content .column_box.full.no-padding-top {
  padding-top: 0px;
}
html body section#content .column_box.slick {
  border-bottom: 1px solid #dedede;
}
html body section#content .column_box.map {
  background: transparent url(../img/mapwithpins_alt.png) no-repeat center 80%;
  background-size: contain;
}
html body section#content .column_box.map2 {
  background: transparent url(../img/map.png) no-repeat center 50%;
  background-size: contain;
}
html body section#content .column_box.self_center {
  align-self: center;
}
html body section#content .column_box.product_desc {
  background-color: #fafafa;
}
html body section#content .column_box.product_desc h1 {
  font-size: 3em;
  border-bottom: 0px;
  text-align: center;
  padding: 2rem 0;
}
html body section#content .column_box.product_desc .description_logo {
  text-align: center;
}
html body section#content .column_box.full.index {
  background-image: url(../img/net.png);
}
html body section#content .column_box.full.wwd {
  background-image: url(../img/0_alt.jpg);
}
html body section#content .column_box.full.credentials {
  background-image: url(../img/1_alt.jpg);
}
html body section#content .column_box.full.products {
  background-image: url(../img/2_alt.jpg);
}
html body section#content .column_box.full.cookies {
  background-image: url(../img/main.jpg);
}
html body section#content .column_box.full.news {
  background-image: url(../img/6_alt.jpg);
}
html body section#content .column_box.full.tutorials {
  background-image: url(../img/5_alt.jpg);
}
html body section#content .column_box.full.webinars {
  background-image: url(../img/3_alt.jpg);
}
html body section#content .column_box.full.support {
  background-image: url(../img/7_alt.jpg);
}
html body section#content .column_box.full.contact {
  background-image: url(../img/4_alt.jpg);
}
html body section#content .column_container.support_header .column_box {
  padding: 4rem 4rem 1rem 4rem;
}
html body section#content .column_box.support_content {
  padding: 1rem 4rem;
  font-size: 1rem;
}
html body section#content #support_accordion {
  margin: 1rem 4rem;
  border: 1px solid #dedede;
  font-size: 0.85rem;
  line-height: 2rem;
  background-color: #fbfbfb;
}
html body section#content #support_accordion h3 {
  font-size: 0.9rem;
}
html body section#content #support_accordion_content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border-top: 1px solid #dedede;
}
html body section#content #support_accordion_content div {
  width: 33%;
}
html body section#content #support_accordion_content {
  height: 0;
  padding: 0 1rem 1rem 1rem;
}
html body section#content #support_accordion.closed #support_accordion_content {
  display: none;
}
html body section#content #support_accordion_toggle {
  line-height: 2rem;
  display: flex;
  background-color: #fbfbfb;
  padding: 1rem;
  gap: 1rem;
}
html body section#content #support_accordion_toggle div {
  letter-spacing: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
html body section#content #support_accordion_toggle #support_accordion_toggle_right {
  display: flex;
  justify-content: space-between;
}
html body section#content #support_accordion_toggle #support_accordion_toggle_right,
html body section#content #support_accordion_toggle #support_accordion_toggle_left {
  cursor: pointer;
}
html body section#content #support_accordion_toggle div {
  width: 33%;
}
html body section#content #support_accordion_toggle_icon_closed,
html body section#content #support_accordion_toggle_icon_open {
  margin-left: 5px;
  transform: rotate(180deg);
  font-size: 1.2rem;
}
html body section#content #support_accordion.closed #support_accordion_toggle_icon_closed {
  display: inline-block;
}
html body section#content #support_accordion.closed #support_accordion_toggle_icon_open {
  display: none;
}
html body section#content #support_accordion.open #support_accordion_toggle_icon_closed {
  display: none;
}
html body section#content #support_accordion.open #support_accordion_toggle_icon_open {
  display: inline-block;
}
html body section#content #trainingsessionslist {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
html body section#content #trainingsessionslist li h4 {
  color: #111;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
html body section#content td.borderLeft, html body section#content th.borderLeft {
  border-left: 1px solid #dedede;
}
html body section#content .signup {
  font-size: 1.2rem;
}
html body section#content .signup i {
  font-size: 2.2rem;
}
html body section#content .list_row {
  background-color: #fff;
}
html body section#content .list_row .title {
  border-bottom: 2px solid #dedede;
  color: #555;
  text-align: left;
  margin-bottom: 1rem;
}
html body section#content .list_row.alt {
  background-color: #fbfbfb;
}
html body section#content .nav_pages:first-child {
  text-transform: capitalize;
}
html body section#content .nav_pages {
  font-size: 0.95em;
  display: inline-block;
  background-color: #fbfbfb;
  outline: 1px solid #dedede;
  padding: 0 1rem;
  color: #555;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
html body section#content .nav_pages:last-child {
  font-weight: bold;
  background-color: #fbfbfb;
  outline: 1px solid #0078d7;
  padding: 0 1rem;
  color: #0078d7;
}
html body section#content .nav_pages:hover {
  outline: 1px solid #0078d7;
  color: #0078d7;
  z-index: 10;
  box-shadow: inset 0px -2px 0px 0px #0078d7;
}
html body section#content .contact_section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  box-sizing: border-box !important;
  position: relative;
  justify-content: center;
  align-items: center;
}
html body section#content .contact_section .contact_card {
  position: relative;
  background-color: #dedede;
  font-size: 1em;
  display: flex;
  width: 100%;
  vertical-align: central;
  margin: 0.25rem 0;
  height: 120px;
}
html body section#content .contact_section .contact_card img {
  object-fit: cover;
  object-position: top;
  padding-bottom: 0;
  margin: 0;
  height: 100%;
}
html body section#content .contact_section .contact_card .contact_data {
  display: flex;
  text-align: left;
  text-wrap: balance;
  flex: 1;
  gap: 2px;
  justify-content: center;
  padding: 0.5rem;
}
html body section#content .contact_section .contact_card .contact_data div {
  line-height: normal;
}
html body section#content .contact_section .contact_card .contact_data_left {
  flex: 2;
  display: flex;
  justify-content: start;
  flex-direction: column;
  height: 100%;
}
html body section#content .contact_section .contact_card .contact_data_right {
  flex: 1;
  margin: auto;
}
html body section#content .contact_section .contact_card .contact_data h3 {
  line-height: 1.2rem;
  margin: 0 auto 0 0;
}
html body section#content .contact_section .contact_card .contact_data h5 {
  width: 90%;
  margin: 0.75rem auto 0 0;
}
html body section#content .contact_section .contact_card .contact_data h3, html body section#content .contact_section .contact_card .contact_data h5 {
  padding: 0;
}
html body section#content .contact_section .contact_card .contact_data .contact_phone {
  margin: 0.75rem auto 0 0;
}
html body section#content .contact_section .contact_card .contact_data .contact_button {
  background: #222;
  color: #fff;
  margin: 0;
  cursor: pointer;
  padding: 1.5em;
}
html body section#content .contact_section .contact_card .contact_data .contact_email {
  cursor: pointer;
  margin-top: 0;
  color: #555;
}
html body section#content .contact_section .contact_card .contact_data .contact_email:hover {
  font-weight: 600;
  text-decoration: none;
}
html body section#content .contact_section .contact_card .contact_data .contact_button:hover {
  opacity: 0.8;
  text-decoration: none;
}
html body section#content .office_box {
  width: 100%;
  min-height: 15vh;
  float: left;
}
html body section#content .office_box h4 {
  background-color: #111;
  color: #555;
  border-radius: 5px;
  text-align: left;
  padding-left: 1em;
  margin-bottom: 1em;
}
html body section#content .office_box .contact_office {
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  width: 100%;
}
html body section#content .office_box .contact_office#office_copenhagen {
  background-image: url("../img/copenhagen.png");
}
html body section#content .office_box .contact_office#office_miami {
  background-image: url("../img/miami.png");
}
html body section#content .office_box .contact_office#office_singapore {
  background-image: url("../img/singapore.png");
}
html body section#content .office_box .contact_office#office_tauton {
  background-image: url("../img/tauton.png");
}
html body section#content .office_box .contact_office#office_new_york {
  background-image: url("../img/newyork.png");
}
html body section#content .office_box .contact_office#office_barcelona {
  background-image: url("../img/barcelona.png");
}
html body section#content .office_box .contact_office#office_warsaw {
  background-image: url("../img/warsaw.png");
}
html body section#content .office_box.clear {
  clear: left;
}
html body section#content .office_box.dark {
  border-bottom: 0;
}
html body section#content .office_box.dark h3 {
  color: #fff;
  text-align: left;
}
html body section#content footer {
  font-size: 0.95em;
  background-color: #333;
  color: #dedede;
  height: 7vh;
  display: flex;
  z-index: 0;
}
html body section#content footer .te_logo {
  background: transparent url(../img/te_logo.png) no-repeat center center;
  height: 6.8vh;
  width: 10%;
  background-size: 12vh;
  float: right;
}
html body section#content footer p {
  font-size: 0.95em;
  align-self: center;
  width: 100%;
  padding: 0 1em;
}
html body section#content footer p .teVersion {
  color: #ababab;
  float: right;
}
html body section#content footer a {
  color: #dedede;
}
html body section#content.row {
  flex-direction: row;
}
html body .center {
  text-align: center;
  margin: 0 auto;
}
html body .brands {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
html body .dateRow {
  min-width: 120px;
  text-align: center;
}
html body .eVersionRow {
  text-align: center;
}
html body .objCont {
  display: none;
}

/* modals */
#maintenanceWindowsTrigger {
  font-size: 0.95em;
  display: inline-block;
  background-color: #fbfbfb;
  outline: 1px solid #dedede;
  padding: 0 1rem;
  color: #555;
  text-decoration: none;
  position: relative;
  margin-left: 10px;
}

#maintenanceWindowsTrigger.active {
  cursor: pointer;
}

#maintenanceWindowsTrigger.active:hover {
  outline: 1px solid #0078d7;
  color: #0078d7;
  z-index: 10;
  box-shadow: inset 0px -2px 0px 0px #0078d7;
}

#maintenanceWindowsTrigger.active .iaw-exclamation-triangle {
  margin-right: 5px;
  color: orange;
}

.maintenance-modal {
  display: none;
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 75vh;
  overflow-y: auto;
  padding: 20px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  max-width: 90%;
  width: 600px;
  border-radius: 4px;
}

.maintenance-reminder {
  padding: 5px;
  display: flex;
  width: 100%;
}

.maintenance-reminder .maintenance-icon {
  width: 10%;
}

.maintenance-reminder .maintenance-content {
  width: 90%;
}

.maintenance-reminder p {
  padding-bottom: 0.5em;
}

.maintenance-close-button-wrapper {
  display: flex;
}

.maintenance-modal-header {
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
}

.maintenance-modal-header i {
  color: orange;
  margin-right: 10px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.close-btn {
  margin-top: 10px;
  padding: 6px 12px;
  cursor: pointer;
  border: transparent;
  background-color: #0078d7;
  color: #FFFFFF;
  margin-left: auto;
}

.close-btn:hover {
  background-color: #0955c6;
}

html * {
  transition: 0.1s;
}

/* jquery ui styles (the important rules is to force the custom styles */
.ui-dialog {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 5px;
}

.ui-dialog-content {
  padding: 0 !important;
  margin: 0;
  width: 100% !important;
}

.ui-dialog-titlebar {
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  box-sizing: border-box;
  padding: 0.5em !important;
  font-size: 0.85em;
}

.ui-dialog-titlebar-close {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
}

.ui-widget-overlay {
  box-shadow: inset 0 0 100px 100px black;
}

/* Custom cookies dialog */
.wpcc-container {
  opacity: 1;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5em;
  max-height: 70px;
  overflow: hidden;
  position: fixed;
  transition: opacity 1s ease;
  z-index: 9999;
}

.wpcc-banner {
  align-items: center;
  flex-direction: row;
  margin: 1em;
  padding: 1em;
}

.wpcc-banner.wpcc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.wpcc-color-customized.wpcc-container {
  background-color: #414040;
  color: #FFF;
  border-radius: 2px;
}

.wpcc-message {
  margin: 1em;
}

.wpcc-banner .wpcc-message {
  display: block;
  flex: 1 1 auto;
  margin-right: 1em;
  max-width: 100%;
}

.wpcc-btn {
  cursor: pointer;
  background: #0078d7;
  color: #FFFFFF;
  border: transparent;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  outline: 0;
  padding: 0.4em 0.8em;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}

.wpcc-btn:hover {
  text-decoration: none;
}

.wpcc-btn:focus, .wpcc-privacy:focus {
  outline: 1px dotted #222;
}

.wpcc-privacy {
  cursor: pointer;
  display: inline-block;
  opacity: 0.85;
  color: #FFF;
  text-decoration: underline;
}

.wpcc-privacy:hover {
  opacity: 1;
}

.wpcc-privacy:active, .wpcc-privacy:visited {
  color: #FFF;
}

/* Custom video styles */
.video_nexTEdge {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* support tables  */
.support_content .iconCell {
  width: 60px;
}
.support_content .dlCell {
  width: 60px;
}
.support_content .product_folder {
  width: 24px;
  height: 24px;
}

/* csp fix */
.pb-20 {
  padding-bottom: 20px;
}

.ta-center {
  text-align: center;
}

.fs-2 {
  font-size: 2em;
}

/* all mobiles up to iPad */
@media screen and (max-width: 1024px) {
  html body {
    padding: 0;
  }
  html body h1.contact_title {
    text-align: center;
  }
  html body table {
    table-layout: fixed;
  }
  html body .column_box.support_content table th:first-child {
    width: 36px;
  }
  html body .column_box.support_content .product_folder {
    width: 16px;
    height: 16px;
  }
  html body aside {
    width: 100%;
  }
  html body aside #tipue_search_content {
    display: none;
  }
  html body aside nav ul li {
    width: 100%;
    display: inline-block;
    float: unset;
  }
  html body aside nav ul li.active a {
    border-bottom: 0px;
  }
  html body aside nav {
    height: auto;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  html body aside nav i#content-search {
    display: none;
  }
  html body aside nav form {
    display: none;
  }
  html body aside.visible nav {
    display: block;
  }
  html body aside nav .sub, html body aside nav .sub li {
    width: 100%;
  }
  html body section#header {
    width: 100%;
  }
  html body section#header .head_logo {
    background-position: center center;
  }
  html body section#content p {
    font-size: 1em;
    line-height: 2rem;
    text-align: left;
  }
  html body section#content footer {
    height: auto;
    background-color: #333;
    text-align: center;
  }
  html body section#content footer p {
    height: auto;
    background-color: #333;
    text-align: center;
    font-size: 0.95em;
  }
  html body section#content footer p .teVersion {
    width: 100%;
    display: block;
  }
  html body section#content footer .te_logo {
    display: none;
  }
  html body section#content .column_box.half, html body section#content .column_box.third {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    text-align: left;
  }
  html body section#content .column_container {
    flex-direction: column;
    padding: 0;
  }
  html body section#content .column_container.product.active .column_box h1:not(.product_title) {
    display: none;
  }
  html body section#content .column_container.centered {
    padding: 0;
  }
  html body section#content .column_container.centered_products {
    padding: 0;
  }
  html body section#content .column_box h1 i {
    width: 100%;
    font-size: 1.7em;
  }
  html body section#content .column_box.img {
    display: none;
  }
  html body section#content .column_box.empty {
    display: none;
  }
  html body section#content .column_box.map {
    background-image: none;
  }
  html body section#content .column_box.map2 {
    background-image: none;
  }
  html body section#content .column_box .index_nav_tab .index_tab span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  html body section#content .office_box {
    width: 100%;
  }
  html body section#content .header_img .column_box {
    font-size: 20px;
  }
  html body section#content .header_img .column_box h3 i {
    display: none;
  }
  html body section#content .column_container.support_header .column_box {
    padding: 1rem;
  }
  html body section#content .column_box.support_content {
    padding: 1rem;
  }
  html body section#content .contact_section .contact_card {
    margin: 1em auto;
    width: 95%;
    font-size: 0.95em;
    flex-direction: column;
    height: auto;
  }
  html body section#content .contact_section .contact_card img {
    max-height: none;
    max-width: none;
  }
  html body section#content .contact_section .contact_card .contact_data {
    flex-direction: column;
    margin: 0 auto 0 0;
    padding: 2em 2em 0.5em;
  }
  html body section#content .contact_section .contact_card .contact_data_left {
    margin: 0 auto 0 0;
  }
  html body section#content .contact_section .contact_card .contact_data_left h3, html body section#content .contact_section .contact_card .contact_data_left h5 {
    margin: 0 auto 0 0;
  }
  html body section#content .contact_section .contact_card .contact_data_left h5 {
    width: auto;
    margin: 5px auto 0 0;
  }
  html body section#content .contact_section .contact_card .contact_data_left .contact_phone {
    margin: 5px auto 0 0;
  }
  html body section#content .contact_section .contact_card .contact_data_left .contact_email {
    margin: 3em auto 3px 0;
  }
  html body section#content .contact_section .contact_card .contact_data_right {
    margin: 0 auto 1rem 0;
  }
  html body section#content .contact_section .contact_card .contact_data_right button {
    margin-top: 0;
  }
  html body section#content .signup {
    position: unset;
  }
  html body section#content .column_box .products_subtitle {
    display: block;
  }
  html body section#content .product_nav_tab {
    display: none;
  }
  html body section#content .column_box .search_container i {
    display: none;
  }
  html body section#content .column_box .search_container input {
    width: 100%;
  }
  html body #sign_up_container {
    width: 90%;
    top: 1rem;
  }
  html body #login_container {
    width: 90%;
    top: 1rem;
  }
  html body #scroll_nav {
    bottom: 5px;
    opacity: 1;
  }
  html body section#content .header_img .column_box h1, html body section#content .header_img .column_box h3, html body section#content .column_box, html body section#content .list_row {
    padding: 1rem;
  }
  .video_nexTEdge {
    width: 100%;
  }
  .support_content .hideMobile {
    display: none;
  }
  html body section#content #support_accordion_content {
    flex-direction: column;
  }
  html body section#content #support_accordion_content div {
    width: 100%;
  }
  html body section#content #support_accordion_toggle {
    display: flex;
    flex-direction: column;
  }
  html body section#content #support_accordion_toggle div {
    width: 100%;
  }
  html body section#content #support_accordion_toggle #support_accordion_toggle_right {
    text-align: left;
  }
  html body section#content #support_accordion {
    margin: 1rem 1rem 0 1rem;
  }
}
@font-face {
  font-family: "rt_ralewayregular";
  src: url("/fonts/rtrr-webfont.eot");
  src: url("/fonts/rtrr-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/rtrr-webfont.woff2") format("woff2"), url("/fonts/rtrr-webfont.woff") format("woff"), url("/fonts/rtrr-webfont.ttf") format("truetype"), url("/fonts/rtrr-webfont.svg#rt_ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* iPad special rule */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html body section#content .header_img .column_box {
    font-size: 25px;
  }
}
/* iPad Pro special rule */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html body section#content footer {
    height: 5vh;
  }
  html body section#content footer .te_logo {
    width: 30%;
    height: 5vh;
  }
  html body section#content .header_img .column_box {
    font-size: 35px;
  }
}
/* special rule for map overlapping issue */
@media screen and (min-width: 1025px) and (max-width: 1320px) {
  html body section#content .column_box.map {
    background: transparent url(../img/mapwithpins_alt.png) no-repeat center 100%;
    background-size: contain;
  }
  html body section#content .column_box.map2 {
    background: transparent url(../img/map.png) no-repeat center 50%;
    background-size: contain;
  }
}
/* mobile-tablet special rule */
@media screen and (max-width: 768px) {
  html body section#content .column_container.centered.index {
    padding: 0;
  }
  html body section#content .column_box .index_nav_tab .index_tab {
    width: 10%;
    opacity: 1;
  }
  html body section#content .column_box .index_nav_tab .index_tab img {
    height: 50px;
    margin-bottom: 10px;
    opacity: 1;
  }
  html body section#content .column_box .index_nav_tab .index_tab span {
    margin-top: 5px;
    display: none; /*text-transform: uppercase; font-size: x-small;*/
  }
  html body section#content .column_box .index_nav_tab .index_tab:hover img {
    height: 50px;
    margin: auto;
  }
}
/* mobile-tablet special rule */
@media screen and (max-width: 524px) {
  html body section#content .column_box .index_nav_tab .index_tab {
    width: 18%;
    opacity: 1;
  }
  html body section#content .column_box .index_nav_tab .index_tab img {
    height: 50px;
    margin-bottom: 10px;
    opacity: 1;
  }
  html body section#content .column_box .index_nav_tab .index_tab:hover img {
    height: 50px;
    margin: auto;
  }
}
@media screen and (max-width: 1490px) {
  footer {
    margin-bottom: 2px;
  }
  footer .te_logo {
    background-size: contain !important;
  }
}
@media screen and (min-height: 1189px) {
  html body section#content {
    min-height: 93.5vh;
  }
}
@media screen and (min-width: 900px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  html body section#content .contact_section {
    flex-direction: row;
    flex-wrap: wrap;
  }
  html body section#content .contact_section .contact_card {
    width: 30%;
  }
}

/*# sourceMappingURL=style.css.map */
