
/*

  responsive breaking points:

  xs: 480px
  sm: 767px
  md: 992px
  lg: 1200px

*/

#article__page {
  padding-bottom: 30px;
}

.category-tree {
  border-bottom: 0;
}

.home__top-page {
  background: none;
  padding: 0;
  margin: 0;
}
.knowledge-base {
  padding: 0;
}
input, button, textarea {
  -webkit-appearance: none !important;
  outline: 0;
}
.btn-normalized {
  border-radius: 3px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
}
.btn-normalized.btn-less-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  backface-visibility: hidden;
  background-color: #11181c;
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
}
#navbar-container[style*="50px"] ~ .header,
#preview-bar-container[style*="50px"] ~ .header
{
  top: 50px;
}
#preview-bar-container[style*="-44px"] ~ .header {
  top: 0 !important;
}
.header-inner {
  max-width: initial;
  padding-left: 0;
}
#hc-logo {
  line-height: 57px;
  font-size: 16px;
  color: #aeb4b7;
  font-weight: 400;
  float: left;
  font-size: 11.5px;
  letter-spacing: 1.75px;
  height: 57px;
}
#hc-logo a {
  color: #ffffff;
  display: block;
  font-size: 11.5px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  height: 57px;
  position: relative;
  padding-left: 89px;
}
#hc-logo a:before {
  content: ' ';
  display: block;
  background-color: #00a0df;
  width: 57px;
  height: 57px;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  text-align: center;
  background-size: 30px auto;
  background-image: url(https://unifi-sdn.ubnt.com/img/ubnt-logo-u.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: 0;
  top: 0;
}

.user-nav {
  float: right;
}
@media (max-width: 767px) {
  .user-nav {
    top: 57px;
  }
}
.user-nav .dropdown {
  float: left;
}
.user-info.dropdown {
  margin-left: 0;
}
.user-info #user-dropdown {
  top: 100%;
}
#user #user-name {
  vertical-align: top;
}
@media (max-width: 767px) {
  .user-nav .language-selector .dropdown-menu {
    left: 0;
    right: auto;
  }
}
.user-nav .dropdown .dropdown-toggle {
  color: #aeb4b7;
  font-size: 11.5px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  line-height: 57px;
  height: 57px;
  display: block;
  padding-right: 0;
}
.user-nav > a, .user-nav .btn, .user-nav .login {
  color: #aeb4b7;
  font-size: 11.5px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 57px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  height: 57px;
  border: 0;
  margin-left: 20px;
}
main {
  padding: 0;
  padding-top: 57px;
}

.hc-t {
  display: table;
  width: 100%;
  height: 100%;
}
.hc-tr {
  display: table-row;
}
.hc-tc {
  display: table-cell;
  vertical-align: middle;
}


.hc-container {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.hc-row {
  margin-left: -10px;
  margin-right: -10px;
}
.hc-col {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.hc-row:before,
.hc-row:after,
.hc-col:before,
.hc-col:after,
main[role="main"]:before,
main[role="main"]:after
{
	content: " ";
	display: table;
}
.hc-row:after,
.hc-col:after,
main[role="main"]:after
{
	clear: both;
}

#hc-section--home-page .node--header {
  text-align: center;
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(https://help-center-assets.ubnt.com/hc/landing-background.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#hc-section--home-page .node--header .hc-col {
  height: 550px;
}
#hc-section--home-page .node--title {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
#hc-section--home-page .node--description {
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 1.6;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}


#hc-section--home-page .node--search {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 767px) {
  #hc-section--home-page .node--search {
    display: block;
  }
}
#hc-section--home-page .node--search a {
  color: #009FE2;
  text-decoration: none;
}
#hc-section--home-page .node--search a:hover {
  text-decoration: underline;
}
#hc-section--home-page .node--search .this-search-form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #hc-section--home-page .node--search .this-search-form {
    margin-bottom: 10px;
    display: block;
  }
}
#hc-section--home-page .node--search .this-search-form form {
  width: 480px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  #hc-section--home-page .node--search .this-search-form form {
    width: 100%;
  }
}
#hc-section--home-page .node--search .this-search-form form input[type="search"] {
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0 !important;
  border-radius: 3px;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  padding-left: 20px;
  padding-right: 55px;
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
}
#hc-section--home-page .node--search .this-search-form form input[type="search"]:focus {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.2);
}
#hc-section--home-page .node--search .this-search-form form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0;
  z-index: 2;
  outline: 0;
  background-image: url("https://theme.zdassets.com/theme_assets/77613/0fc204978941dea9980f029d26026a9c5ec99ff3.svg");
  background-size: 18px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  cursor: pointer;
}

#hc-section--home-page .node--search .this-submit-link {
  display: inline-block;
  vertical-align: middle;
}
#hc-section--home-page .node--requests-submit-link {
  text-align: center;
  padding-bottom: 20px;
}

#hc-section--home-page .node--requests-submit-link a {
  display: inline-block;
  vertical-align: middle;
}

#hc-section--home-page .node--body {
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  #hc-section--home-page .node--body {
    padding-bottom: 0;
  }
}
#hc-section--home-page .node--submit-rma-notice {

}
#hc-section--home-page .node--submit-rma-notice-content {
  border-radius: 5px;
  background-color: #F3F3F3;
  height: 100px;
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
}
#hc-section--home-page .node--submit-rma-notice .hc-container {
  max-width: 900px;
}
#hc-section--home-page .node--submit-rma-notice .this-icon {
  float: left;
}
#hc-section--home-page .node--submit-rma-notice .this-note {
  float: left;
  max-width: 340px;
  padding-left: 20px;
}
#hc-section--home-page .node--submit-rma-notice .this-action {
  float: right;
  padding-right: 30px;
  padding-top: 12px;
}
#hc-section--home-page .node--categories {

}
#hc-section--home-page .node--categories .hc-container {
  max-width: 900px;
}
#hc-section--home-page .node--categories .hc-col {
  width: 50%;
  margin-bottom: 20px;
}
#hc-section--home-page .node--categories .hc-col.col-100pct {
  width: 100% !important;
}
#hc-section--home-page .node--categories .this {
  background-color: #4A4A4A;
  border-radius: 4px;
  height: 100px;
  position: relative;
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
  overflow: hidden;
}
#hc-section--home-page .node--categories .this:hover {
  background-color: #333333;
}

#hc-section--home-page .node--categories .this .hc-t {
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 20px;
}
#hc-section--home-page .node--categories .this .this-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
}
#hc-section--home-page .node--categories .this-icon {
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}
#hc-section--home-page .node--categories .this:hover .this-icon {
  transform: translate3d(-3px, 0px, 0px);
}
#hc-section--home-page .node--categories .this.this--01 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/21843f811ef33a83f1feb26dc7f3d4381f2e8fb7.png);
  background-position: -45px -8px;
  background-size: auto 120px;
}
#hc-section--home-page .node--categories .this.this--02 .this-icon {
  background-position: -30px 20px;
  background-image: url(https://theme.zdassets.com/theme_assets/77613/80fefc25f6758488e6bbf7c0d6797ed89cb09889.png);
  background-size: auto 70px;
}
#hc-section--home-page .node--categories .this.this--03 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/3651ec276963c07040d57928c353e8beb239177e.png);
  background-size: auto 100px;
  background-position: -25px 8px;
}
#hc-section--home-page .node--categories .this.this--04 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/458c87e2dc2ccd0f53077261f8e11b5fe4adabad.png);
  background-size: auto 50px;
  background-position: -17px 30px;
}
#hc-section--home-page .node--categories .this.this--05 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/air_fiber.png);
}
#hc-section--home-page .node--categories .this.this--06 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/icon-06.png);
}
#hc-section--home-page .node--categories .this.this--07 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/icon-07.png);
}
#hc-section--home-page .node--categories .this.this--08 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/ufiber.png);
  background-size: 80px;
background-position: 10px 14px;
}
#hc-section--home-page .node--categories .this.this--09 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/257af8ac078a77e96b12f70ad0b33fa67c62fea1.png);
  background-position: -35px 20px;
  background-size: auto 70px;
}
#hc-section--home-page .node--categories .this.this--10 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/accae8988ee0004db379b390b53af014756cc8ce.png);
  background-position: -15px 23px;
  background-size: auto 70px;
}
#hc-section--home-page .node--categories .this.this--11 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/icon-10.png);
}
#hc-section--home-page .node--categories .this.this--12 .this-icon {
  background-image: url(https://help-center-assets.ubnt.com/hc/icon-11.png);
}
#hc-section--home-page .node--categories .this-title {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.2;
}

#hc-section--home-page .node--categories .this-help-request-line {
  padding-top: 5px;
}
#hc-section--home-page .node--categories .this-article-count {
  color: #9B9B9B;
  font-size: 12px;
  font-weight: 300;
  padding-top: 5px;
}
@media (max-width: 480px) {
  #hc-section--home-page .node--categories .hc-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #hc-section--home-page .node--categories .this-title {
    font-size: 16px;
  }
  #hc-section--home-page .node--body {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #hc-section--home-page .node--submit-rma-notice {

  }
  #hc-section--home-page .node--submit-rma-notice-content {
    height: auto;
    padding-bottom: 0;
    padding-right: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  #hc-section--home-page .node--submit-rma-notice .this-icon,
  #hc-section--home-page .node--submit-rma-notice .this-note,
  #hc-section--home-page .node--submit-rma-notice .this-action
  {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}




#hc-section--home-page .node--footer {
  background-color: #F3F3F3;
  min-height: 240px;
}



#hc-knowledge-base-features {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #F3F3F3;
}
#hc-knowledge-base-features .hc-container {
  max-width: 900px !important;
}
#hc-knowledge-base-features .hc-col {
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #hc-knowledge-base-features .hc-col:nth-child(2n+3) {
    clear: left;
  }
  #hc-knowledge-base-features .hc-col {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #hc-knowledge-base-features .hc-col {
    width: 100%;
  }
}
#hc-knowledge-base-features .this {
  text-align: center;
  position: relative;
}
#hc-knowledge-base-features .this .this-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
}
#hc-knowledge-base-features .this-icon {
  margin-bottom: 15px;
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
}
#hc-knowledge-base-features .this:hover .this-icon {
  transform: translate3d(0px, -3px, 0px);
}
#hc-knowledge-base-features .this-icon img {
  max-width: 72px;
}
#hc-knowledge-base-features .this-title {
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}
#hc-knowledge-base-features .this-description {
  font-size: 12px;
  color: #4A4A4A;
  line-height: 1.6;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}


#hc-knowledge-base-features .this:hover .this-title {
  color: #00a0df;
}

















#hc-footer {
  background-color: #FAFAFA;
}
#hc-footer .hc-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1230px;
}
#hc-footer .hc-section-alpha {
  background-color: #F3F3F3;
  min-height: 84px;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 992px) {
  #hc-footer .hc-section-alpha {
    padding-bottom: 20px;
  }
}
#hc-footer .hc-section-alpha .node--form {
  display: inline-block;
  vertical-align: middle;
}

#hc-footer .hc-section-alpha .node--form-body {
  float: left;
}

#hc-footer .hc-section-alpha .node--form-body:before,
#hc-footer .hc-section-alpha .node--form-body:after {
  content: " ";
  display: table;
}

#hc-footer .hc-section-alpha .node--form-body:after {
  clear: both;
}

#hc-footer .hc-section-alpha .node--label {
  float: left;
  line-height: 40px;
  padding-right: 25px;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
}

#hc-footer .hc-section-alpha .node--input {
  float: left;
  height: 40px;
  width: 175px;
}

#hc-footer .hc-section-alpha .node--input input {
  height: 40px;
  width: 100%;
  background-color: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 4px 0px 0px 4px;
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
  -webkit-box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
          box-shadow: 0 0 0 transparent, inset 0 0 0 transparent;
}

#hc-footer .hc-section-alpha .node--submit {
  float: left;
  width: 80px;
}

#hc-footer .hc-section-alpha .node--submit button {
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  border-radius: 0px 4px 4px 0px;
  text-transform: none;
  letter-spacing: 0;
}

#hc-footer .hc-section-alpha .node--form.sending--sending .node--submit button {
  background-image: url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMjE5NkYzIj4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgPGNpcmNsZSBzdHJva2U9IiNGMEYwRjAiIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+CiAgICAgIDxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+CiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0KICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIKICAgICAgICAgIHR5cGU9InJvdGF0ZSIKICAgICAgICAgIGZyb209IjAgMTggMTgiCiAgICAgICAgICB0bz0iMzYwIDE4IDE4IgogICAgICAgICAgZHVyPSIxcyIKICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgIDwvcGF0aD4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=);
  background-color: transparent;
  border: 2px solid #00A0DF;
  color: transparent;
  background-size: 25px auto;
}

#hc-footer .hc-section-alpha .node--form.hc-form-error .node--input input {
  color: red;
  box-shadow: inset 0 0 0 1px red;
}
#hc-footer .hc-section-beta {
  min-height: 314px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding-top: 45px;
}

#hc-footer .hc-section-beta .hc-col {
  width: 20%;
}

#hc-footer .hc-section-beta a {
  color: #0DA2DF;
}

#hc-footer .hc-section-beta .node--icon {
  padding-bottom: 15px;
  height: 40px;
}

#hc-footer .hc-section-beta .node--title {
  font-weight: normal;
  font-size: 20px;
  color: #666666;
  padding-bottom: 15px;
}

#hc-footer .hc-section-beta .node--list {
  font-size: 15px;
  line-height: 1.8;
}

#hc-footer .hc-section-gamma {
  min-height: 100px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  font-weight: 300;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

#hc-footer .hc-section-gamma:before {
  position: absolute;
  content: ' ';
  display: block;
  height: 1px;
  background-color: #CCCCCC;
  width: 1160px;
  top: 0;
  left: 50%;
  margin-left: -580px;
}

#hc-footer .hc-section-gamma a {
  color: #0DA2DF;
}

#hc-footer .hc-section-gamma .hc-copyrights {
  padding-bottom: 5px;
}

#hc-footer .hc-section-gamma .node--links ul {
  text-align: center;
}

#hc-footer .hc-section-gamma .node--links li {
  display: inline-block;
  vertical-align: middle;
}

#hc-footer .hc-section-gamma .node--links li:after {
  content: '|';
  display: inline-block;
  color: #666666;
  margin-left: 5px;
  margin-right: 5px;
}

#hc-footer .hc-section-gamma .node--links li:last-child:after {
  display: none;
}

#hc-footer .hc-section-gamma .node--links a {
  display: inline-block;
}
@media (max-width: 767px) {
  #hc-footer .hc-section-alpha {
    padding-top: 0;
  }
  #hc-footer .hc-section-alpha .node--form-body {
    width: 100%;
    float: none;
  }
  #hc-footer .hc-section-alpha .node--label {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #hc-footer .hc-section-alpha .node--input {
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
  }
  #hc-footer .hc-section-alpha .node--input input {
    text-align: center;
    border-radius: 4px 4px 4px 4px
  }
  #hc-footer .hc-section-alpha .node--submit {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #hc-footer .hc-section-alpha .node--submit button {
    border-radius: 4px 4px 4px 4px
  }
}

@media (max-width: 992px) {
  #hc-footer .hc-section-alpha .node--form-body {
    float: none;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #hc-footer .hc-section-alpha .node--input {
    width: 175px;
  }
  #hc-footer .hc-section-beta .hc-col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    width: 180px;
  }
}




#hc-social {
  float: left;
  margin-left: 70px;
}

@media (max-width: 992px) {
  #hc-social {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 25px;
    padding-right: 25px;
  }
}
#hc-social:before,
#hc-social:after {
  content: " ";
  display: table;
}

#hc-social:after {
  clear: both;
}

#hc-social a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  margin-left: 4px;
  margin-right: 4px;
}







.newsletter-success-pop-up {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  max-width: 420px;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  transform: translateY(120px);
  opacity: 0;
}

@media (max-width: 767px) {
  .newsletter-success-pop-up {
    max-width: 320px;
  }
}

.newsletter-success-pop-up.active {
  transform: translateY(0px);
  opacity: 1;
}

.newsletter-success-pop-up__image {
  flex-basis: 120px;
  background-image: url(https://help-center-assets.ubnt.com/hc/envelope.svg);
  position: relative;
  z-index: 9999;
}

.newsletter-success-pop-up__text {
  flex: 1;
  background: #fff;
  position: relative;
  z-index: 9999;
  vertical-align: center;
}

.newsletter-success-pop-up__text .message {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  position: absolute;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .newsletter-success-pop-up__text .message {
    font-size: 12px;
    line-height: 18px;
    padding: 15px;
  }
}

.newsletter-success-pop-up__close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media (max-width: 767px) {
  .newsletter-success-pop-up__close {
    right: 0px;
    top: -30px;
  }
}

.newsletter-success-pop-up__close:hover {
  opacity: 0.7;
}

.newsletter-success-pop-up:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  margin: auto;
  bottom: -20px;
  opacity: 0.3;
  left: 0;
  right: 0;
  z-index: 9000;
  background: -moz-radial-gradient(center, ellipse cover, black 0%, rgba(93, 93, 93, 0) 60%, rgba(153, 153, 153, 0) 99%);
  background: -webkit-radial-gradient(center, ellipse cover, black 0%, rgba(93, 93, 93, 0) 60%, rgba(153, 153, 153, 0) 99%);
  background: radial-gradient(ellipse at center, black 0%, rgba(93, 93, 93, 0) 60%, rgba(153, 153, 153, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00999999',GradientType=1 );
}









#hc-section--submit-request {
  padding-bottom: 30px;
}
#hc-section--submit-request .hc-container {
  max-width: 970px
}
#hc-section--submit-request .node--header {
  padding-bottom: 30px;
}
#hc-section--submit-request .node--title {
  font-size: 24px;
  font-weight: 400;
}
#hc-section--submit-request .node--body {

}
#hc-section--submit-request .node--support-option-block .hc-col {
  width: 50%;
}
#hc-section--submit-request .node--support-option-block .this-description {
  min-height: 120px;
}
@media (max-width: 880px) {
  #hc-section--submit-request .node--support-option-block .this-description {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  #hc-section--submit-request .node--support-option-block .hc-col {
    width: 100%;
  }
  #hc-section--submit-request .node--support-option-block .this-description {
    min-height: 0;
  }
}
#hc-section--submit-request .node--support-option {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #F3F3F3;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
#hc-section--submit-request .node--support-option.option--alter {
  background-color: #eaf6fc;
}
#hc-section--submit-request .node--support-option .this-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}
#hc-section--submit-request .node--support-option .this-description {
  padding-bottom: 20px;
}
#hc-section--submit-request .node--support-option .this-link {

}









#hc-section--submit-request-form {
  padding-bottom: 50px;
}
#hc-section--submit-request-form .hc-container {
  max-width: 970px
}
#hc-section--submit-request-form .node--header {
  padding-bottom: 30px;
}
#hc-section--submit-request-form .node--title {
  font-size: 24px;
  font-weight: 400;
  color: #009FE2;
}
#hc-section--submit-request-form .node--go-back {
  padding-bottom: 20px;
}
#hc-section--submit-request-form .node--go-back a {
  font-size: 14px;
  color: #009FE2;
  font-weight: 600;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='6px' height='10px' viewBox='0 0 6 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EShape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Request' transform='translate(-40.000000, -102.000000)' fill='%23009FE2' fill-rule='nonzero'%3E%3Cg id='Group-3' transform='translate(40.000000, 98.000000)'%3E%3Cpath d='M5.68938165,4.25760031 C5.29152765,3.89967926 4.6646302,3.91685796 4.28896725,4.29592203 L0.270404032,8.35103921 C-0.0900025603,8.71462358 -0.0902006948,9.28321968 0.270205897,9.64680405 L4.28876912,13.7039978 C4.4835353,13.9008921 4.7462616,14 5.00938417,14 C5.25328769,14 5.49778562,13.9146728 5.68918352,13.742697 C6.08703752,13.384776 6.10526589,12.7874858 5.72980108,12.4084217 L2.35319353,8.99911041 L5.72980108,5.59187564 C6.10526589,5.21281157 6.08723566,4.61552137 5.68938165,4.25760031 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 15px;
}
#hc-section--submit-request-form .node--body {

}
#hc-section--submit-request-form .node--body .hc-col {
  width: 50%;
}
@media (max-width: 767px) {
  #hc-section--submit-request-form .node--body .hc-col {
    width: 100%;
  }
}
#hc-section--submit-request-form .node--body .node--form {

}
@media (max-width: 767px) {
  #hc-section--submit-request-form .node--body .node--form {
    padding-bottom: 20px;
  }
}
#hc-section--submit-request-form .node--body .node--form .form-field label {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
#hc-section--submit-request-form .node--body .node--form .form-field input {
  height: 40px;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
}
#hc-section--submit-request-form .node--body .node--form .form-field .nesty-input {
  height: 40px;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
}
#hc-section--submit-request-form .node--body .node--form .form-field .upload-dropzone {
  border-radius: 2px;
  border: 1px solid #EEEEEE;
}
#hc-section--submit-request-form .node--body .node--form .form-field textarea {
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  height: 80px;
  resize: none;
}
#hc-section--submit-request-form .node--body .node--form footer {
  padding-top: 20px;
}
#hc-section--submit-request-form .node--body .node--form footer input[type="submit"] {
  width: 100%;
  display: block;
  border-radius: 3px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .6s cubic-bezier(.19,1,.22,1) 0s;
}
#hc-section--submit-request-form .node--body .node--form footer input[type="submit"]:hover {
  background: #0079a8;
    text-decoration: none;
    color: #fff;
}
#hc-section--submit-request-form .node--body .node--contacts {
  border-radius: 5px;
  background-color: #F3F3F3;
  margin-bottom: 40px;
  padding: 20px;
}
#hc-section--submit-request-form .node--body .node--contacts .this-contact {
  margin-bottom: 25px;
}
#hc-section--submit-request-form .node--body .node--contacts .this-contact:last-child {
  margin-bottom: 0;
}
#hc-section--submit-request-form .node--body .node--contacts .this-title {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 400;
  padding-bottom: 10px;
}
#hc-section--submit-request-form .node--body .node--contacts .this-content {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.4;
}
#hc-section--submit-request-form .node--body .node--description {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #4A4A4A;
  font-weight: 300;
  line-height: 1.6;
}
