header.main-header {
  position: static;
  background-color: #fff;
}
@media (max-width: 767px) {
  header.main-header {
    position: fixed;
  }
}
header.main-header a.logo {
  background-image: url('../img/Ubicross_logo.svg');
}
header.main-header .main-navigation li a {
  color: #2c2c43;
}
header.main-header .secondary-navigation li a {
  color: #2c2c43;
}
header.main-header .secondary-navigation li a.btn {
  color: #fff;
}
header.main-header .left-menu-icon {
  color: #2c2c43;
}
.secondary-menu {
  position: static;
  background-color: #a4ddfa;
}
.secondary-menu ul li a {
  color: #2c2c43;
}
.wrapper {
  overflow-x: hidden;
}
.support-section {
  padding-top: 50px;
}
.support-section h1 {
  text-align: center;
  color: #303c47;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
}
.support-section p {
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
  color: #303c47;
}
.support-section .need-help {
  height: 1px;
  background-color: #E2E2E2;
  margin: 50px auto;
  position: relative;
  max-width: 700px;
}
.support-section .need-help p {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -110px;
  padding: 0 10px;
  background-color: #fff;
}
.support-section .need-help p a {
  height: 50px;
  line-height: 48px;
  padding: 0;
  text-transform: uppercase;
  width: 200px;
  font-size: 18px;
}
.support-section ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 50px;
  text-align: center;
}
.support-section ul li {
  display: block;
  float: left;
  width: calc(25% - 40px);
  margin: 1.7em 20px 0;
  vertical-align: top;
  position: relative;
  padding-left: 60px;
}
.support-section ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font: normal normal normal 40px FontAwesome;
  color: #FB6C00;
}
.support-section ul li:first-child:before {
  content: "\f1cd";
  font-size: 50px;
}
.support-section ul li:nth-child(2):before {
  top: -5px;
  content: "\f059";
  font-size: 50px;
}
.support-section ul li:nth-child(3):before {
  content: "\f0e3";
}
.support-section ul li:nth-child(4):before {
  top: -5px;
  content: "\f0e0";
}
.support-section ul li h2 {
  font-weight: 900;
  font-size: 17px;
  margin-bottom: 5px;
  text-align: left;
  color: #303c47;
  margin-top: 0;
  text-transform: uppercase;
}
.support-section ul li h2 a {
  color: #303c47;
}
.support-section ul li p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  min-height: 80px;
  margin-bottom: 10px;
}
.support-section ul li .read-more {
  color: #303c47;
  text-align: left;
  display: block;
}
.blue-section {
  background-color: #1ba9f3;
  text-align: center;
  padding: 25px 0 20px 0;
}
@media (max-width: 767px) {
  .blue-section {
    text-align: left;
    padding: 59px 15px 0 15px;
    margin-top: 40px;
  }
}
.blue-section h1 {
  color: #fff;
  margin: 12px;
}
@media (max-width: 767px) {
  .blue-section h1 {
    float: left;
    margin: 0;
    line-height: 53px;
  }
}
.blue-section p {
  color: #fff;
}
@media (max-width: 767px) {
  .blue-section p {
    display: none;
  }
}
.blue-section .search-box {
  width: 580px;
  height: 40px;
  padding-left: 19px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px auto 8px;
  display: block;
  border: 1px solid #0c96df;
  background-color: #bbe5fb;
}
.blue-section .search-box button,
.blue-section .search-box .button-resp {
  border: none;
  outline: none;
  height: 100%;
  float: right;
  background: none;
  padding: 0 10px;
  font-size: 20px;
  color: #2c2c43;
  font-weight: 300;
  font-style: normal;
}
.blue-section .search-box input {
  border: none;
  outline: none;
  height: 100%;
  display: block;
  float: left;
  background-color: #bbe5fb;
  width: calc(100% - 45px);
  font-size: 16px;
  color: #2c2c43;
  font-weight: 700;
  font-style: normal;
}
.blue-section .search-box input::-webkit-input-placeholder {
  color: #2c2c43;
}
.blue-section .search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #2c2c43;
}
.blue-section .search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c2c43;
}
.blue-section .search-box input:-ms-input-placeholder {
  color: #2c2c43;
}
@media (max-width: 767px) {
  .blue-section .search-box input {
    display: none;
  }
}
@media (max-width: 767px) {
  .blue-section .search-box {
    width: 40px;
    border: none;
    background: none;
    float: right;
    margin-left: 0px;
  }
  .blue-section .search-box a {
    color: #fff !important;
  }
  .blue-section .search-box i {
    line-height: 40px;
  }
  .blue-section .search-box.open-search {
    position: absolute;
    background-color: #bbe5fb;
    width: 100%;
    z-index: 1000;
    float: none;
  }
  .blue-section .search-box.open-search input {
    display: block;
    float: left;
    position: absolute;
  }
  .blue-section .search-box.open-search a {
    float: right;
    color: #2c2c43 !important;
  }
}
.support-icon-row {
  margin-top: 25px;
}
.support-icon-row .support-icon-box {
  padding: 35px 0 25px;
  background-color: #f2f3f4;
  text-align: center;
  display: block;
}
@media (max-width: 992px) {
  .support-icon-row .support-icon-box {
    min-height: 255px;
  }
}
@media (max-width: 767px) {
  .support-icon-row .support-icon-box {
    margin: 0 20px 20px;
    padding: 20px 0;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .support-icon-row .support-icon-box img {
    height: 100px;
  }
}
.support-icon-row .support-icon-box img {
  width: 150px;
}
.support-icon-row .support-icon-box h2 {
  margin-top: 30px;
}
.support-icon-row .support-icon-box:hover,
.support-icon-row .support-icon-box:focus,
.support-icon-row .support-icon-box:active {
  text-decoration: none;
  cursor: pointer;
}
.support-questions {
  margin-top: 25px;
  padding: 20px 0 30px;
  border-top: 1px solid #d6e2ea;
  border-bottom: 1px solid #d6e2ea;
}
.support-questions h2 {
  text-align: center;
}
.support-questions .questions-box {
  padding: 0 20px;
}
.support-questions .questions-box p {
  font-size: 14px;
}
.support-questions-footer {
  padding: 30px 0 45px;
  text-align: center;
}
@media (max-width: 480px) {
  .support-questions-footer {
    padding-bottom: 30px;
  }
}
.support-questions-footer .btn {
  width: 182px;
  height: 45px;
  padding: 0px;
  margin: 0 15px;
  line-height: 45px;
  font-size: 16px;
  color: #abd40b;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  border: 1px solid #abd40b;
}
.support-questions-footer .btn:hover {
  border-color: #5cd40b;
  background-color: #5cd40b;
  color: #fff;
}
@media (max-width: 480px) {
  .support-questions-footer .btn {
    margin-bottom: 10px;
  }
}
