@font-face{
	font-family: 'Gotham-Medium';
	src: url('gotham-medium-webfont.woff') format('woff')
}

body {
  position: relative;
  font-family: "Open Sans",sans-serif;

  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

header  {
  height: auto;
}

header .top-row {
  height: auto;
  background-color:  rgb(50,63,71);;
}

header .top-row .store-link {
  float: left;
}

.register_img {
	min-height:200px;
	background: rgb(83,205,241);
	background: linear-gradient(0deg, rgba(83,205,241,1) 28%, rgba(84,177,204,1) 77%);
	color: white;
	font-size: 4.8rem !important;
	text-align: center;
	padding-top: 70px;
	cursor:pointer;
	text-decoration: none !important;
	font-family: 'Raleway', sans-serif;
}

header .bottom-row {
  background-color: white;
  padding: 10px 0;
}

header .bottom-row .container {
    width: 100% !important;
    max-width: 1170px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.otherCountry {
    max-width: 300px;
    margin: 15px auto;

}

.countryName {
  text-transform: uppercase;
}

/*.regionSelect .countryName, .regionModal .countryName {
    display: inline-block;
    vertical-align: middle;
    padding-left: .75rem;
    font-weight: bold;
}

.regionSelect .countryFlag, .regionModal .countryFlag {
    display: inline-block;
    width: 30px;
    line-height: 0;
    vertical-align: middle;
}

.regionModal .otherCountry a {
    display: block;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    border: 1px solid rgba(50,63,71,.25);
    color: rgb(50,63,71);
    text-align: left;
}*/

.search-bar {
  width: 40%;
  margin-left: 10px;
}

.mobile-search-bar {
  width: 80%;
}

.nav-menu{
  padding: 10px 0;
}

.top-row a {
  display: block;
  padding: .85em 1em .95em;
  font-weight: inherit;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

.top-row .store-link a::before {
  font-family: FontAwesome;
	content: "\f104";
	text-align: left;
  padding-right: 5px;
}

.top-row a:hover {
  text-decoration: none;
}

.bottom-row a {
  font-size: 14px;
  font-weight: 400;
  //padding: 26px 15px !important;
  color: rgb(68, 70, 71);
	padding-right: 40px;
  padding-top: 12px;
}

.bottom-row a:hover {
  text-decoration: none;
  color: rgb(70, 200, 225);
}

.container .img-fluid {
  height: 48px;
  //margin: 13px 33px 13px 0;
}

.mobile-menu .img-fluid {
  height: 40px;
}

.support-banner {
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.support-banner {
    position: relative;
    background-size: cover;
}

.two-col-help-pages .page .support-banner-content {
    padding: 10vw 15px;
}

.support-banner h1 {
    position: relative;
    margin: 0;
    font-size: 3.6rem !important;
    line-height: 1.2;
    padding: 0 0 .25em;
    margin: 0;
    font-weight: normal;
    color: #333f48;
}

.support-banner p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    color: #333f48;
}

.support-search-wrap {
    line-height: 0;
    padding-top: 1.5em;
}

.support-search-wrap .articles-main-search {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    padding: 0;
    background-color: #fff;
    text-align: left;
}

.articles-main-search h4 {
    font-size: 1em;
    text-transform: uppercase;
    color: inherit;
    margin: 0;
}

.support-search-wrap .articles-main-search h4 {
    display: none;
}

.articles-main-search .searchform {
    display: block;
    position: relative;
    border: 2px solid #E8E9E8;
    padding: 1px;
    background-color: #fff;
}

.support-search-wrap .articles-main-search .searchform {
    border: none;
    padding: 0 .3em;
}

.support-search-wrap .articles-main-search input {
    font-size: 16px;
}

.articles-main-search input {
    display: block;
    width: 100%;
    border: none;
    padding: 0.2em .6em;
    line-height: 1.5;
}

.support-search-wrap .articles-main-search button {
    font-size: 1em;
    right: .5em;
}

.articles-main-search button {
    position: absolute;
    right: 0;
    top: 50%;
    border: none;
    background-color: transparent;
    font-size: .9em;
    opacity: .5;
    transform: translate(0%, -50%);
}

.fa-search:before {
    content: "\f002";
}

.fa-5 {
    font-size: 12em !important;
		color: #212121;
}

.fa-5:hover {
    color: #666;
}

.articles-main-search button span {
    display: none;
}

.support-search-wrap .articles-main-search input:focus {
    outline: none;
}

main {
  min-height: 500px;
}

footer {
  background-color: rgb(50,63,71);
}

footer .container {
  width: 100% !important;
  max-width: 1170px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  color: #A0A2A4;
}

.footer-container a {
  color: rgba(255,255,255,.8);
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex: 1 1 auto;
}

.footer-logo-wrapper .img-fluid {
  width: 156;
  height: 48;
}

.language-switcher {
  text-align: right;
}

.regionSelect {
  display: inline-block;
	margin-right: 30px;
}

.regionSelect a {
  display: inline-block;
  padding: .7em 0;
  text-decoration: none;
  outline: none;
  color: rgba(255,255,255,.8);
}

.regionSelect .countryFlag, .regionModal .countryFlag {
  display: inline-block;
  width: 30px;
  line-height: 0;
  vertical-align: middle;
}

.regionSelect .countryName, .regionModal .countryName {
  display: inline-block;
  vertical-align: middle;
  padding-left: .75rem;
  font-weight: bold;
  color: #fff;
}

.regionSelect .regionSelect-tip {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.5rem;
  font-weight: 300;
  color: #fff;
  opacity: .75;
  transform: scale(.9);
}

.regionSelect-tip {
  text-transform: none !important;
}

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

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

footer .container .block-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

footer .container li {
    margin-top: 12px;
    margin-bottom: 12px;
}

footer .container li a {
    color: rgba(255,255,255,.8);
}

footer .container li a:hover {
    text-decoration: none;
    color: rgba(255,255,255,.95);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
  max-width: 1170px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.support-page-wrap {
    padding: 0 15px 30px;
}

.support-page-group h2 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
}

.support-page-group h3 {
  font-family: 'Open Sans',sans-serif;
}

.support-page-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    padding: 60px 0 3rem;
    padding-left: 25%;
    position: relative;
}

.support-group-parent {
    position: absolute;
    left: 0;
    width: 25%;
    padding-top: 2em;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}

.support-group-parent, .support-group-cat {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}

.support-group-cat {
    width: 33.33%;
}

.support-group-cat > a {
    border-bottom: 3px solid #00abc7;
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.support-group-cat > a:hover {
    text-decoration: none;
    transform: scale(1.05);
    transform-origin: center top;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.support-group-cat .img-wrap.b-lazy {
    padding-bottom: 75%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.support-group-cat .img-wrap {
    display: block;
}

.support-group-cat h3 {
    font-size: 13px;
    color: #212121;
    padding: 1.5em .5em 2em;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

h2 {
    font-family: inherit;
    font-weight: 300;
    font-size: 2.308em;
    padding: 0 0 30px 0;
    margin: 0;
}

.support-group-parent h2 {
    font-size: 2.6rem;
}

.support-page-group + .support-page-group {
    border-top: 1px solid #eee;
}

.support-category-sub {
    padding-bottom: 8rem;
    margin-bottom: 0;
}

.support-category-view .cat-info .title {
    position: relative;
    margin: 0 0 .5em;
}

.support-category-view .cat-info h2 {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: .5em 0;
    border-bottom: 1px solid #DFDFDF;
    font-family: "Open Sans",sans-serif !important;
}

#feat-prod .title h2, .products-grid .title h2, .top-level-cat .title h2 {
    margin-top: 0;
}

.title h2 {
    font-size: 21px !important;
}

.support-category-view .cat-info .view-all {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    padding: .4em 1em;
    transform: translate(0%, -50%);
}

.two-col-help-pages .mainCol a {
    color: #666;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

#feat-prod .desc, .products-grid .desc, .top-level-cat .desc {
    font-size: 14px;
    line-height: 25px;
    color: #A0A2A4;
    font-weight: 300;
}

.support-categ-products {
    display: flex;
    flex-wrap: wrap;
}

.two-col-help-pages .mainCol a {
    color: #666;
}

.support-category-sub .showAll {
    display: inline-block;
    font-size: .9em;
    padding: .8em 1.6em;
    border: 1px solid #E0E0E0;
    line-height: 1.2;
    color: #797E83;
}

.showAll {
    display: inline-block;
    font-size: .9em;
    padding: .8em 1.6em;
    border: 1px solid #E0E0E0;
    line-height: 1.2;
    color: #797E83;
}

.support-categ-products {
    display: flex;
    flex-wrap: wrap;
}

.support-categ-products > .item {
    width: 33.33%;
    margin-bottom: 1em;
}

.item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.support-categ-products .item:hover {
  text-decoration: none;
  transform: scale(1.05);
  transform-origin: center top;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.support-categ-products > .item > .item-area {
    border-color: transparent;
    padding: 0 0 1em 0;
}

.two-col-help-pages .mainCol a {
    color: #666;
}

.support-categ-products > .item > .item-area:hover {
    border-color: rgba(0,0,0,.15);
}

.two-col-help-pages .mainCol a:hover {
    color: #333;
    text-decoration: underline;
}

.item-area:focus, .item-area:hover, .item-area:visited {
    text-decoration: none;
}

.item-area {
    display: block;
    border: 1px solid #EDEDEE;
    border-radius: 0;
    background-clip: padding-box;
    padding: 20px;
}

.item-area .product-image-area {
    text-align: center;
}

.support-categ-products .item-area .product-image-area .product-image {
    height: auto !important;
}

.item-area .product-image-area .product-image {
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.support-categ-products .item-area .product-image-area .product-image:before {
    content: "";
    display: block;
    padding-bottom: 90%;
}

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

.support-categ-products .item-area .details-area {
    min-height: 0;
    padding: 0 1em;
}

.item-area .details-area {
    text-align: center;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.support-categ-products .item-area .details-area h5 {
    font-size: 14px;
}

.item-area .details-area h5.product-name {
    margin: 0;
    color: #444647;
    font-weight: 300 !important;
    line-height: 24px;
    text-transform: none;
    font-family: "Open Sans",sans-serif !important;
}

div {
    display: block;
}

.category-products .row.first .item.first {
  margin-top:30px;
}

.showSome .support-categ-products .item:nth-child(n+4) {
  display: none;
}

.all-product-articles .article-sections > li.showSome .item:nth-child(n+4) { display: none; }

.two-col-help-pages .mainCol a:hover {
    color: #333;
    text-decoration: underline;
}

.support-category-sub .showAll:hover {
    background-color: #E0E0E0;
    text-decoration: none !important;
}

.showAll:hover {
    background-color: #E0E0E0;
    text-decoration: none !important;
}

.support-category-sub .showAll {
    display: inline-block;
    font-size: .9em;
    padding: .8em 1.6em;
    border: 1px solid #E0E0E0;
    line-height: 1.2;
    color: #797E83;
}

.showAll {
    display: inline-block;
    font-size: .9em;
    padding: .8em 1.6em;
    border: 1px solid #E0E0E0;
    line-height: 1.2;
    color: #797E83;
}

.two-col-help-pages .mainCol a {
    color: #666;
}

.two-col-help-pages .mainCol a:hover {
    color: #333;
}

.mainCol {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

@media only screen and (max-width: 991px) .leftCol {
    display: none;
}

.leftCol {
    padding-top: 4rem;
    padding-right: 5rem;
    padding-bottom: 6rem;
}

.particles-category-nav {
    padding: 0 0 2em;
}

.particles-category-nav .block-title h4 {
    text-transform: uppercase;
    font-size: 1em;
    color: #797E83;
    font-weight: normal;
    margin: 0 0 .5em;
}

.particles-category-nav .block-title a, .particles-category-nav .block-title a:hover {
    color: inherit;
    text-decoration: none;
}

.particles-category-nav a {
    display: block;
    padding: .25em 0;
    color: #555659;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

b, strong {
    font-weight: bold;
}

.particles-category-nav ul {
    padding-left: 0;
    list-style: none;
}

.particles-category-nav ul ul {
    padding-bottom: 2em;
    font-size: .9em;
}

.particles-category-nav .category-list > li {
    padding-bottom: .5em;
}

.particles-category-nav ul > li {
    position: relative;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.particles-category-nav .category-list > li > a {
    position: relative;
    padding: .25em 0;
    margin: .25em 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    border-bottom: 1px solid #e0e0e0;
    transition: padding 100ms ease;
}

.particles-category-nav .category-list > li > a:hover {
    padding-left: .2em;
    text-decoration: none;
}

.particles-category-nav a {
    display: block;
    padding: .25em 0;
    color: #555659;
}

.particles-category-nav ul.js-interactive > li.closed ul {
    display: none !important;
}

.particles-category-nav ul.js-interactive > li.active-categ ul, .particles-category-nav ul.js-interactive > li.open ul {
    display: block;
}

<!-- products -->

.product-info__title h1 {
    font-size: 2.5em !important;
    margin-top: 0;
    position: relative;
}

.h1, h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.product-essential {
    padding-bottom: 0;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.product-info-box {
    padding-left: 0 !important;
}

.product-info__title h1 small {
    opacity: 0 !important;
}

.product-info__title h1 small {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 100%;
    left: 0;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.product-info__description {
    color: #777;
    font-size: .9em;
    margin-bottom: 20px;
}

.support-product-guide {
    padding-bottom: 20px;
}

.support-product-guide ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.support-product-guide li {
    position: relative;
}

.support-product-guide a {
    color: #666;
}

.support-product-guide a:hover {
    color: #333;
    text-decoration: underline;
}

.support-product-guide li a {
    display: inline-block;
    padding: .5em 1em .5em 3em;
}

.support-product-guide svg {
    position: absolute;
    left: 1.25em;
    top: 50%;
    width: auto;
    height: 1.4em;
    transform: translate(-50%, -50%);
}

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

a:active, a:hover {
    outline: 0;
}

ul, menu, dir {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

h1,.h1,h2,.h2 { font-family:"Open Sans",sans-serif; font-weight:normal; color:#444647}

.product-info__description {
    color: #777;
    font-size: .9em;
    margin-bottom: 20px;
}

.prod-sales-faq {
    padding-top: 3rem;
    padding-bottom: 0 !important;
    background-color: transparent;
}

.prod-sales-faq .row {
    display: flex;
}

.prod-sales-faq .prod-faq-img-col, .prod-sales-faq .prod-faq-main {
    align-self: center;
}

.prod-sales-faq h2 {
    border-bottom: 1px solid #eee;
    font-size: 1.75em;
    font-weight: 400 !important;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 0;
    padding: 1em 0 0;
    font-family: "Open Sans",sans-serif !important;
}

.all-product-articles .prod-articles-content {
    padding-bottom: 30px;
}

.all-product-articles .article-sections {
    padding: 0;
    margin: 0;
}

.all-product-articles .article-sections > li {
    padding: 0 30px 0 0;
    margin-bottom: 60px;
}

.all-product-articles .article-sections h4 {
    font-size: 1.1em;
    line-height: 1;
    font-weight: bold;
    color: #404040;
    margin: 0 0 .3em;
}

.all-product-articles .article-sections ul {
    padding: 0;
    list-style: none;
    font-size: 1em;
    margin-bottom: 1em;
}

.all-product-articles .article-sections ul li {
    margin: 0;
    padding: .4em 0;
}

.item {
    position: relative;
    margin-bottom: 30px;
}

.mainCol a {
    color: #666;
}

.all-product-articles .article-sections ul li a::before {
    content: "•";
    display: inline-block;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    padding: 0px 0.15em;
}

.product-img-box .product-image-area {
    text-align: center;
}

.product-img-box .product-image-area .product-image {
    height: auto !important;
}

.product-img-box .product-image-area .product-image {
    width: 100%;
    max-width: 700px;
    display: inline-block;
}

.product-img-box .product-image-area .product-image:before {
    content: "";
    display: block;
    padding-bottom: 90%;
}

<!-- SOLUTION -->

.support-article-page {
    padding-bottom: 60px;
}

.articles {
    display: block;
}

.support-article-page h1 small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    bottom: 100%;
    left: 0;
    padding-bottom: 10px;
}

.article-related-products {
    padding: .2em .7em;
    background-color: #f8f8f8;
    font-size: .85em;
    border-radius: 3px;
    margin: 10px 0;
}

.support-article-text {
    font-size: 1.1em;
    padding: 1em 1em 4em;
    min-height: 300px;
}

.support-article-extra {
    display: flex;
    margin: 0 -15px;
}

.support-article-extra > div {
    flex: 1;
    padding: 0 15px;
}

.support-article-extra .support-contacts {
    border-bottom: none;
}

.support-contacts .support-contact-wrap {
    position: relative;
    display: inline-block;
    padding: .7em 1em .7em 3em;
    font-weight: bold;
    color: #777;
    cursor: pointer;
}

.support-contacts .support-contact-wrap i {
    position: absolute;
    left: 1.15em;
    top: 50%;
    color: #bbb;
    transform: translate(-50%, -50%);
}

.support-article-extra h3, .support-article-extra h5 {
    font-size: 13px;
    font-weight: bold;
    color: #444647;
    line-height: 1.25;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: .25em;
    margin: 0 0 1em;
}

.support-contacts .support-contact-wrap:hover {
    text-decoration: none !important;
    color: #333;
}

.support-contacts .support-contact-wrap {
    position: relative;
    display: inline-block;
    padding: .7em 1em .7em 3em;
    font-weight: bold;
    color: #777;
    cursor: pointer;
}

.support-contacts .support-contact-wrap i {
    position: absolute;
    left: 1.15em;
    top: 50%;
    color: #bbb;
    transform: translate(-50%, -50%);
}

.fa {
    display: inline-block;
    font-size: inherit;
}

.support-contacts .support-contact-detail {
    display: none;
}



@media only screen and (max-width: 780px) {

	.two-col-help-pages .page .support-banner h1 { font-size: 3rem !important; }
	.two-col-help-pages .page .support-banner p { font-size: 16px !important; }
	.two-col-help-pages .page .support-banner-content {}

	.two-col-help-pages .support-article-page { padding-top: 3rem; padding-bottom: 0; }
	.two-col-help-pages .support-article-extra { display: block; margin: 0 auto; max-width: 500px; }
	.two-col-help-pages .support-article-extra > div { display: block; width: 100%; padding-bottom: 6rem; }

}

@media only screen and (max-width: 600px) {

	 .support-categ-products > .item { width: 50%; padding: 0; }
	 .support-categ-products .item-area .details-area h5 { font-size: 13px; line-height: 1.25; }

	 .support-search-results .support-categ-products.showSome .item:nth-child(-n+4),
	 .showSome .support-categ-products .item:nth-child(-n+4) { display: block; }

	 .support-search-results .support-categ-products.showSome .item:nth-child(n+5),
	 .showSome .support-categ-products .item:nth-child(n+5) { display: none; }

	 .support-search-results .showAll,
	 .support-category-sub .showAll { display: block; margin: 20px auto; max-width: 140px; text-align: center; }

}

@media only screen and (max-width: 450px) {

	.two-col-help-pages .page .support-banner-content { padding: 40px 15px 80px; }
	.two-col-help-pages .page .support-cat-header { position: relative; transform: none; top: auto; left: auto; right: auto; bottom: auto; }
	.two-col-help-pages .page .support-cat-header h1 { padding: 0; }
	.two-col-help-pages .page .support-cat-header p { display: none; }

	.two-col-help-pages .page .support-search-wrap { position: absolute; left: 0; bottom: 0; right: 0; border-bottom: 2px solid #00aec7; }
	.two-col-help-pages .page .support-search-wrap .articles-main-search { max-width: none; }
	.two-col-help-pages .page .support-search-wrap .articles-main-search input { padding-top: .5em; padding-bottom: .5em; }

	.two-col-help-pages .support-categ-products > .item { /* width: 100%; */ }

	.two-col-help-pages .support-search-filters { font-size: 0; }
	.two-col-help-pages .support-search-filters > * { font-size: 1.1rem; }
	.two-col-help-pages .support-search-filters > span { display: block; padding-bottom: .25em; }
	.two-col-help-pages .support-search-filters > label { margin-right: 5px; padding: .6em; }
	.two-col-help-pages .support-search-filters > label span { vertical-align: middle; padding-right: .25em; }
	.two-col-help-pages .support-search-filters > label input { vertical-align: middle; }

}


/* -------------------------------------------------- */
/* !- ABOVE X WIDTH */

@media screen and (max-width: 559px) {
	.support-page-group > * { width: 50%; }
}

@media screen and (min-width: 992px) {
	.two-col-help-pages .page .support-banner { min-height: 500px; }
	.page-support #pageContent .content.top-null { padding-bottom: 2rem; }
   .hide-desktop { display: none; }

}

@media only screen and (max-width: 780px) {

	.page .support-banner h1 { font-size: 3rem !important; }
	.page .support-banner p { font-size: 16px !important; }
	.page .support-banner-content {}

	.support-article-page { padding-top: 3rem; padding-bottom: 0; }
	.support-article-extra { display: block; margin: 0 auto; max-width: 500px; }
	.support-article-extra > div { display: block; width: 100%; padding-bottom: 6rem; }

}


@media only screen and (max-width: 991px) {

	 .leftCol { display: none; }
   header { display: none; }
   main { padding-top: 80px; }
   .support-banner{ display: none; }

	 .support-category-sub { background-color: transparent; }
	 .support-category-sub .cat-info { background-color: transparent; border: none; padding: 0; margin: 0; }
	 .support-category-sub .cat-info .title { float: none; width: 100%; padding: 0; }

	 .mainCol { padding-top: 2rem; }
   .kb-product-view .mobile-title { display: none; }
	 .kb-product-view .product-img-box { padding-bottom: 2rem; }
	 .kb-product-view .product-info-box { padding-left: 15px !important; }

   .support-page-group { padding-top: 30px; padding-left: 0; }
 	.support-group-parent { position: relative; left: 0; top: 0; width: 100%; padding-top: 0; padding-right: 25%; margin-bottom: 15px; }
 	.support-group-parent h2 { padding-bottom: 0; }
 	.support-group-parent p { margin-bottom: 0; }
 	.support-group-parent .btn { position: absolute; top: 0; right: 15px; }
}

#off-canvas-left {
    background-color: rgb(50,63,71);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    padding-bottom: 45px;
    transform: translate(-100%,0);
    transform: translate3d(-100%,0,0);
    will-change: transform;
    transition: all 300ms cubic-bezier(0, 0.9, 0.3, 1);
    overflow: visible !important;
}

.reveal {
    transform: translateX(0) ! important;
}

@media screen and (max-width:991px) {
	.page,
	#off-canvas-left { padding-top: 60px; /* .mobile-menu height */ }

}

#off-canvas-left .main-nav-wrapper {
    height: 100%;
    overflow: auto;
}

#off-canvas-left .main-nav-inner {
    min-height: 101%;
}

.clearfix {
    clear: both;
}
 .nav-container ul {
    background-color: transparent;
}

.nav-container li {
    border-bottom: none;
}

.off-canvas-contact-us a, .off-canvas-home a, .off-canvas-categories .nav-container ul a {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 2rem 2rem;
    font-weight: bold;
    color: #fff !important;
}

.off-canvas-categories {
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.off-canvas-categories .nav-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.off-canvas-categories .nav-container li {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.25);
}

.off-canvas-home, .off-canvas-categories .nav-container li {
    border-bottom: none;
}

.off-canvas-contact-us a, .off-canvas-home a, .off-canvas-categories .nav-container ul a {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 2rem 2rem;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
}

.off-canvas-categories .nav-container .toggle-icon {
    position: absolute;
    top: 8px;
    right: 0;
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 0;
    width: 44px;
    padding: 22px 0;
    text-align: center;
    transition: all 100ms ease;
}

.off-canvas-categories .nav-container .toggle-icon {
    display: block;
    cursor: pointer;
    padding-right: 17px;
    padding-left: 17px;
    padding-top: 22px;
    padding-bottom: 18px;
    transform: rotate(45deg);
    transition: all 0s ease;
}

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

.off-canvas-categories .nav-container li .sub-menu {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .1s ease-in;
}

.off-canvas-categories .nav-container .toggle-icon.on {
    transform: rotate(0);
}

.off-canvas-categories .nav-container li .sub-menu.on {
    height: auto;
    max-height: 700px;
}

.off-canvas-categories .nav-container li .sub-menu ul {
    background-color: #202122;
}

.off-canvas-categories .nav-container li .sub-menu ul a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1.5rem 2rem;
    color: #fff !important;
}

.off-canvas-categories .nav-container li .sub-menu ul a {
    text-transform: none;
    font-weight: 400;
}

.mobile-menu {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.mobile-menu {
    text-align: center;
    color: #444647;
    padding: 10px 20px;
    border-bottom: 1px solid #DBDCDD;
    height: 60px;
}

.mobile-menu .menu-icon-wrap {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
}

.mobile-menu .logo {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.mobile-menu .menu-icon-wrap label {
    display: block;
    height: auto;
    width: auto;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translate(0,0);
}

.mobile-menu .menu-icon-wrap label {
    margin-bottom: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: relative;
    left: -4px;
    padding-top: 5px;
}

.mobile-menu .menu-icon-wrap .burger-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translate(0,0);
    padding: 5px 0;
    border: 2px solid #444647;
    border-width: 2px 0;
}

.support-search-results .results-group {
    margin-bottom: 5em;
}

.support-search-results h3 {
    font-size: 1em;
    opacity: 0.75;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.support-search-results ol {
    padding-left: 2em;
    list-style: none;
}

.support-search-results .support-search-articles {
    counter-reset: supportSearchResults;
}

.support-search-results .support-search-articles li {
    position: relative;
    font-size: 1.2em;
    padding-bottom: 2.5em;
}

.support-search-results .support-search-articles li:before {
    counter-increment: supportSearchResults;
    content: counter(supportSearchResults);
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    font-weight: 300;
    font-size: 2em;
    line-height: 1;
    opacity: .1;
    padding: 0 .25em 0 0;
}

.support-search-results h2 {
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0;
}

.article-name a {
    font-weight: bold;
    text-decoration: none;
}

.support-search-results h2 a {
    display: inline-block;
    vertical-align: top;
    color: #666;
}

.support-search-results .article-content {
    font-size: .9em;
}

small, .small {
    font-size: 85%;
}

.support-search-results .read-more {
    display: inline-block;
    font-size: .8em;
    padding: .2em 0;
    color: #666;
}

.support-search-results h1 {
    margin-top: 0;
    position: relative;
    font-size: 2.25em !important;
}

.fa-search:hover {
  cursor: pointer;
  color: #4ec8df;
}

ul.js-interactive > li > a i {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: .5;
    transform: translate(0%, -50%);
}

.fa {
    display: inline-block;
    font-size: inherit;
}

.search-area.desktop {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    height: 72px;
    background-color: #fff;
    width: 60px;
    transition: width .3s ease;
}

#search_mini_form .input-search-wrapper {
    position: relative;
    display: inline-block;
    float: left;
    min-width: 50%;
}

.search-area.desktop.search-on{
  width: calc(100% - 70px);
}

.search-area{
      display: inline-block;
}

.search-mini-form-wrapper {
    display: inline-block;
    border-left: 1px solid rgb(121, 126, 131);
    height: 72px;
    width: 100%;
}

#search-toggle {
    height: 72px;
    display: inline-block;
    zoom: 1;
    opacity: 1;
    transition: opacity .5s ease;
}

#search-toggle.search-on {
    display: none;
}

#search-toggle.search-transition {
    zoom: 1;
    opacity: 0;
}

#search-toggle a {
    display: block;
    text-align: center;
    padding: 26px 30px;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

#search-toggle a svg {
    position: relative;
    top: 3px;
}


.search-area.desktop #search_mini_form.search-transition {
    zoom: 1;
    opacity: 1;
}

.search-area.desktop #search_mini_form.search-on {
    display: inline-block;
}

.search-area.desktop #search_mini_form {
    width: 100%;
    zoom: 1;
    opacity: 0;
    display: none;
    transition: opacity .5s ease;
}

.search-area.desktop #search_mini_form.form-search {
    display: inline-block;
    width: 100%;
}

.search-area.desktop #search_mini_form.input-search-wrapper {
    position: relative;
    display: inline-block;
    float: left;
    min-width: 50%;
}

.search-area.desktop #search_mini_form .input-search-wrapper.clearfix {
    clear: both;
}

.search-area.desktop #search_mini_form .input-search-wrapper svg {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    margin-left: 25px;
}

.search-area.desktop #search_mini_form .input-search-wrapper #search {
    padding-left: 70px;
    padding-top: 24px;
    padding-bottom: 23px;
    border: none;
    font-size: 18px;
    color: #888B8D;
    font-weight: 300;
    width: 100%;
}

.search-area.desktop #search_mini_form .search-submit {
    float: right;
}


.btn-default {
    font-size: 15px;
    border-radius: 3px;
    background-color: #00AEC7;
    border: none;
    text-shadow: none;
    color: #fff;
    height: 50px;
    margin-top: 12px;
    padding-left: 37px;
    padding-right: 37px;
    transition: all .2s ease;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-image: none;
}

.search-area.desktop #search_mini_form #search-select {
		float: left;
		padding-left: 5px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#search_mini_form #close-search-mini-form {
    display: inline-block;
    text-align: center;
    padding: 26px 20px;
    float: right;
}

.search-area.desktop #search_mini_form .search-dropdown {
    font-size: 14px;
    color: #888B8D;
    display: block;
    border-left: 1px solid #EDEDEE;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 15px;
    margin-right: 10px;
}

#searchInput {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.support-article-others .other-articles ul {
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
}

.support-article-others .other-articles li {
    margin: 0;
    padding: 1em 15px 1em 0;
    background: none;
}

.support-article-others .other-articles li a {
    display: inline-block;
    padding-right: 2em;
		font-family: 'Open Sans',sans-serif;
}

.support-article-others .other-articles li a::before {
    content: "›";
    display: inline-block;
    padding-right: 0.2em;
}

.top-nav-subimt-ticket {
	padding-top: 12px;
	width: 100%;
	text-align: right;
}

.top-nav-subimt-ticket-search-on {
		width:55% !important;
	}

	.end-of-life-parent-categories {
		width: 100%;
	}

	.end-of-life-group-title {
		text-align: left;
		padding: 20px 0 0 0;
	}

	.end-of-life-tab {
		font-size: 14px;
		text-transform: uppercase;
		border-radius: 0px;
	}

	.end-of-life-group-card {
		padding-bottom: 20px;
	}

	.card-header .fa {
	  transition: .3s transform ease-in-out;
	}

	.card-header .collapsed .fa {
	  transform: rotate(-90deg);
	}

	.end-of-life-table {
		width: 100%;
		margin-top: 10px;
	}

	.end-of-life-table-header, .end-of-life-table-row {
		font-size: 15px;
		border-bottom: 1px solid #ddd;
	}

	.end-of-life-table-row {
		font-size: 15px;
		border-bottom: 1px solid #ddd;
	}

	.end-of-life-table-row:nth-child(even) {
		background-color: #f2f2f2
	}

	.end-of-life-search-container {
		width: 100%;
		overflow: hidden;
	}

	.end-of-life-search {
		float: right;
	}

.service-announcement {
  border-radius: 5px;
	background-color: #5bc0de;
	text-align: center;
	padding: 20px 8px;
	font-size: 12px;
	color: white;
	font-weight: 300;
	line-height: 1;
	font-family: "Open Sans",sans-serif !important;
	text-transform: capitalize;
	margin-top: 10px;
}

.ifa-banner {
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
