/* Global sass file */
@font-face {
  font-family: "Gotham Rounded A","Gotham Rounded B";
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gotham Rounded A","Gotham Rounded B";
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Gotham Rounded A","Gotham Rounded B";
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham Rounded A","Gotham Rounded B";
  font-weight: 700;
  font-style: normal; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*  font: inherit; */
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button:hover {
  cursor: pointer; }

@media (min-width: 1050px) {
  #content, #content-wrapper {
    display: block !important; } }

#content #main-carousel .carousel-caption, #content-wrapper #main-carousel .carousel-caption {
  text-shadow: none !important; }

#nav-header {
  background-color: #fff;
  z-index: 20;
  position: relative;
  color: #505050; }
  #nav-header input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #aaa; }
    @media (min-width: 1050px) {
      #nav-header input {
        height: 35px; } }
    #nav-header input[type="text"] {
      color: #505050;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 10px 10px 0;
      padding: 0 20px;
      font-size: 16px; }
      @media (max-width: 1050px) {
        #nav-header input[type="text"] {
          border: none;
          padding: 0; } }
    #nav-header input[type="image"] {
      padding: 3px 10px;
      border: none; }
    #nav-header input[type="submit"] {
      border: none;
      padding: 0 20px;
      cursor: pointer; }
  #nav-header.nav--lock {
    position: fixed;
    opacity: 0.97;
    width: 100%;
    top: 0; }
    #nav-header.nav--lock .nav-primary {
      display: none; }
  #nav-header a:hover {
    text-decoration: none !important; }
  #nav-header .nav-left {
    text-align: left; }
  #nav-header .nav-center {
    text-align: center; }
  #nav-header .nav-right {
    /* text-align: right; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  #nav-header .mmaHomePage .nav-secondary .nav-center-mma .nav__list__item__link:last-child .active {
    color: #1293F2;
    background-color: #D5F3FF; }
  #nav-header #nav-secondrow .second-row-mobile {
    border-bottom: 1px solid #bbbbbb; }
  #nav-header #nav-secondrow .second-row-mobile--primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #BBBBBB;
    background-color: #fff; }
    #nav-header #nav-secondrow .second-row-mobile--primary a {
      border-right: 1px solid #BBBBBB;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      padding: 7px 5px;
      font-weight: normal;
      font-size: 16px; }
    #nav-header #nav-secondrow .second-row-mobile--primary .active--link {
      background: #ebfbff;
      color: #6ec6f1; }
    #nav-header #nav-secondrow .second-row-mobile--primary a:last-child {
      border-right: none; }
  #nav-header .nav {
    padding: 0 1%;
    margin: 0;
    border-bottom: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #nav-header .nav__list {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-height: 55px;
      margin: 0; }
      @media (max-width: 1125px) {
        #nav-header .nav__list {
          /* max-height: $nav-sec-height-iPad; */ } }
      #nav-header .nav__list:LAST-CHILD {
        -webkit-box-flex: 1.2;
        -webkit-flex: 1.2;
        -moz-box-flex: 1.2;
        -moz-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2; }
      #nav-header .nav__list__item {
        display: inline-block; }
        #nav-header .nav__list__item img {
          width: 32px; }
        #nav-header .nav__list__item--mobile-menu a, #nav-header .nav__list__item--mobile-menu-close a {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: unset !important;
          -moz-flex-direction: unset !important;
          -ms-flex-direction: unset !important;
          flex-direction: unset !important; }
        #nav-header .nav__list__item--cspire-logo img {
          width: auto; }
        #nav-header .nav__list__item--cspire-30th-logo img {
          width: auto;
          height: 55px; }
        #nav-header .nav__list__item--cspire-cloud-logo img {
          width: auto;
          height: 55px; }
        #nav-header .nav__list__item--mobile-menu img, #nav-header .nav__list__item--mobile-menu-close img {
          width: 24px; }
        #nav-header .nav__list__item__link {
          color: #505050;
          /* font-weight: bold; */
          display: inline-block;
          font-size: 15px;
          text-transform: uppercase;
          padding: 8px; }
          #nav-header .nav__list__item__link--active {
            color: #00B2F7; }
          #nav-header .nav__list__item__link:HOVER {
            color: #00B2F7; }
          #nav-header .nav__list__item__link--dropdown:HOVER + .nav-dropdown {
            visibility: visible;
            opacity: 1; }
          #nav-header .nav__list__item__link--sign-out {
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: unset !important;
            -moz-flex-direction: unset !important;
            -ms-flex-direction: unset !important;
            flex-direction: unset !important; }
  @media (max-width: 1125px) {
    #nav-header .nav-primary {
      display: none; } }
  @media (min-width: 1125px) {
    #nav-header .nav-secondary {
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15); } }
  #nav-header .nav-secondary .nav__list__item__link {
    font-weight: normal;
    font-size: 18px;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #nav-header .nav-secondary .nav__list__item__link .title {
      font-size: 10px;
      padding: 1px 0 0 0;
      margin: 0;
      text-transform: capitalize; }
    #nav-header .nav-secondary .nav__list__item__link--sign-out > span {
      color: #fff;
      padding: 8px 10px;
      text-align: center;
      border-radius: 20px; }
      @media (min-width: 480px) {
        #nav-header .nav-secondary .nav__list__item__link--sign-out > span {
          padding: 8px 25px;
          text-align: center; } }
      @media (max-width: 370px) {
        #nav-header .nav-secondary .nav__list__item__link--sign-out > span {
          font-size: 4vw !important;
          text-align: center; } }
    #nav-header .nav-secondary .nav__list__item__link--chat {
      position: relative; }
      #nav-header .nav-secondary .nav__list__item__link--chat:hover img {
        box-sizing: border-box;
        padding-left: 32px;
        height: 32px;
        background: url("/resources/images/nav-2016/nav_chat_on.svg") no-repeat; }
    #nav-header .nav-secondary .nav__list__item__link--cart-count {
      position: relative; }
      #nav-header .nav-secondary .nav__list__item__link--cart-count > span {
        position: absolute;
        right: 45%;
        top: 13%;
        color: #1293F2;
        font-weight: 500; }
      #nav-header .nav-secondary .nav__list__item__link--cart-count:hover img {
        box-sizing: border-box;
        padding-left: 32px;
        height: 32px;
        background: url("/resources/images/nav-2016/nav_cart_on.svg") no-repeat;
        /* Content url doesn't work for Firefox, hence the above solution */
        /* content:url("/resources/images/nav-2016/nav_cart_on.svg"); */ }
      #nav-header .nav-secondary .nav__list__item__link--cart-count:hover span {
        color: #fff; }
    #nav-header .nav-secondary .nav__list__item__link--search:hover img {
      box-sizing: border-box;
      padding-left: 32px;
      height: 32px;
      background: url("/resources/images/nav-2016/nav_search_on.svg") no-repeat;
      /* content:url("/resources/images/nav-2016/nav_search_on.svg"); */ }
    #nav-header .nav-secondary .nav__list__item__link--my-account:hover img {
      box-sizing: border-box;
      padding-left: 32px;
      height: 32px;
      background: url("/resources/images/nav-2016/nav_account_on.svg") no-repeat;
      /* content:url("/resources/images/nav-2016/nav_account_on.svg"); */ }
  #nav-header .nav-secondary .nav-center {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6; }
    @media (max-width: 1125px) {
      #nav-header .nav-secondary .nav-center {
        display: none; } }
    @media (min-width: 1125px) {
      #nav-header .nav-secondary .nav-center .nav__list__item__link {
        padding: 10px 1.4vw; } }
    #nav-header .nav-secondary .nav-center .nav__list__item__link:HOVER {
      /* font-weight: bold; */ }
  #nav-header .nav-secondary .nav-center-mma {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  #nav-header .nav-secondary .nav-right .nav__list__item__link {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* @media (min-width: $screen-width-large) {
					@include flex-direction(column);
				} */ }
    #nav-header .nav-secondary .nav-right .nav__list__item__link > span {
      font-size: 12px; }
  #nav-header .nav-logged-in .nav-secondary .nav-center {
    -webkit-box-flex: 0.5;
    -webkit-flex: 0.5;
    -moz-box-flex: 0.5;
    -moz-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5; }
    @media (min-width: 1050px) {
      #nav-header .nav-logged-in .nav-secondary .nav-center {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    @media (max-width: 1050px) {
      #nav-header .nav-logged-in .nav-secondary .nav-center {
        text-align: left;
        display: block; } }
    #nav-header .nav-logged-in .nav-secondary .nav-center .nav__list__item__link:HOVER {
      background-color: #fff; }
  @media (max-width: 1050px) {
    #nav-header .nav-logged-in .nav-secondary .nav-left {
      display: none; } }
  #nav-header .nav-wireless.nav-logged-out .nav-secondary .nav-center .nav__list__item__link:HOVER {
    color: #00B2F7;
    background-color: #D5F3FF; }
  #nav-header .nav-business.nav-logged-out .nav-secondary .nav-center .nav__list__item__link:HOVER {
    color: #FFFFFF;
    background-color: #002146; }
  @media (min-width: 1050px) and (max-width: 1300px) {
    #nav-header .nav-business.nav-logged-out .nav-secondary .nav-center .nav__list__item__link {
      padding: 10px .3vw; } }
  #nav-header .support-boxes, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support--description-container, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support--description-help {
    margin-left: 2%;
    padding: 1%; }
    #nav-header .support-boxes li, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support--description-container li, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support--description-help li {
      margin: 4px; }
  #nav-header .nav-fiber.nav-logged-out .nav-secondary .nav-center .nav-dropdown__wrapper__col--navigation img {
    width: auto; }
  #nav-header .nav-fiber.nav-logged-out .mobile-menu {
    text-align: left; }
  #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support {
    width: 100%;
    margin-top: 1%; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support a {
      color: #505050; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support img {
      width: auto;
      margin: auto;
      max-height: 175px;
      display: block; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .support-boxes, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .nav-dropdown__wrapper__col__support--description-container, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .nav-dropdown__wrapper__col__support--description-help {
      margin-left: 2%;
      padding: 1%; }
      #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .support-boxes li, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .nav-dropdown__wrapper__col__support--description-container li, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .nav-dropdown__wrapper__col__support--description-help li {
        margin: 4px; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .new-header-style h2, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .nav-dropdown__wrapper__col__support--description-container h2, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support .nav-dropdown__wrapper__col__support--description-help h2 {
      color: #0275d8;
      font-size: inherit; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support--description-container {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support--description-promotion {
      width: 32.20339%;
      float: left;
      margin: auto;
      display: block; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__support--description-help {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; }
  #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__list--extra-padding {
    padding: 2% 0 0 40%; }
  #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__list__item {
    text-align: right; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__list__item__link {
      padding-right: 12%; }
      #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col__list__item__link .bullet {
        display: none; }
  #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation {
    display: block;
    height: 100%; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__img {
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%; }
      #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__img img {
        margin: auto;
        display: block; }
    #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo {
      width: 66.10169%;
      float: left; }
      #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo .img, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo .nav-dropdown__wrapper__col--navigation__promo__left img, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo__left .nav-dropdown__wrapper__col--navigation__promo img, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo .nav-dropdown__wrapper__col--navigation__promo__right img, #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo__right .nav-dropdown__wrapper__col--navigation__promo img {
        top: 8%;
        display: block;
        position: relative; }
      #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo__left {
        width: 23.07692%;
        float: left;
        margin-right: 2.5641%; }
      #nav-header .nav-fiber.nav-logged-out .nav-dropdown__wrapper__col--navigation__promo__right {
        width: 61.53846%;
        float: left;
        margin-right: 2.5641%; }
  #nav-header .nav-dropdown {
    border-top: 1px solid #DDDDDD;
    position: absolute;
    width: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    /* z-index: 20; */ }
    #nav-header .nav-dropdown:HOVER {
      display: block;
      visibility: visible;
      opacity: 1; }
    #nav-header .nav-dropdown__wrapper {
      max-width: 1300px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin: 0 auto;
      padding: 15px 0 70px 0; }
      #nav-header .nav-dropdown__wrapper__col {
        text-align: left;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        #nav-header .nav-dropdown__wrapper__col--shop-online {
          -webkit-box-flex: 1.5;
          -webkit-flex: 1.5;
          -moz-box-flex: 1.5;
          -moz-flex: 1.5;
          -ms-flex: 1.5;
          flex: 1.5; }
          #nav-header .nav-dropdown__wrapper__col--shop-online ul {
            padding: 0; }
        #nav-header .nav-dropdown__wrapper__col--divider {
          border-right: 1px solid #DDDDDD;
          height: 170px;
          margin-top: 50px; }
          #nav-header .nav-dropdown__wrapper__col--divider-fiber-cities {
            height: 260px; }
          #nav-header .nav-dropdown__wrapper__col--divider-fiber-packaging {
            height: 140px; }
          #nav-header .nav-dropdown__wrapper__col--divider-fiber-support {
            height: 165px; }
        #nav-header .nav-dropdown__wrapper__col--small {
          -webkit-box-flex: 0.5;
          -webkit-flex: 0.5;
          -moz-box-flex: 0.5;
          -moz-flex: 0.5;
          -ms-flex: 0.5;
          flex: 0.5; }
        #nav-header .nav-dropdown__wrapper__col--small + .nav-dropdown__wrapper__col--divider {
          margin-top: 18px; }
        #nav-header .nav-dropdown__wrapper__col--desc {
          padding: 50px 10%;
          font-size: 16px;
          color: #505050; }
        #nav-header .nav-dropdown__wrapper__col__header {
          font-size: 18px;
          padding: 0 0 0 10%; }
          #nav-header .nav-dropdown__wrapper__col__header__link {
            color: #00B2F7;
            padding: 10px 5px;
            display: inline-block;
            font-weight: 500; }
        #nav-header .nav-dropdown__wrapper__col__list {
          padding: 0 10%; }
          #nav-header .nav-dropdown__wrapper__col__list--extra-padding {
            padding: 0 0 0 50%; }
          #nav-header .nav-dropdown__wrapper__col__list__item__link {
            color: #505050;
            display: inline-block;
            padding: 5px;
            font-size: 16px; }
            #nav-header .nav-dropdown__wrapper__col__list__item__link:HOVER {
              color: #00B2F7;
              /* font-weight: 500; */ }
            #nav-header .nav-dropdown__wrapper__col__list__item__link--shop-online-image {
              width: auto !important; }
        #nav-header .nav-dropdown__wrapper__col:LAST-CHILD .nav-dropdown__wrapper__col__list {
          border-right: none; }
  #nav-header .chat_success {
    display: none; }
  #nav-header .mobile-menu .header {
    font-weight: normal;
    color: #AAAAAA;
    margin-bottom: 5px;
    font-size: 28px; }
  #nav-header .mobile-menu__list ul li a {
    color: #00B2F7;
    padding: 1vw 0;
    display: inline-block;
    font-size: 18px; }
  #nav-header .mobile-menu__list ul li.list-indent-1 {
    padding-left: 3vw; }
  #nav-header .mobile-menu__list ul li.list-indent-2 {
    padding-left: 6vw; }
  #nav-header .mobile-menu__list--top {
    /* margin-bottom: 20px; */
    min-height: 230px; }
  #nav-header .mobile-menu__list--center {
    /* margin-bottom: 10px; */
    min-height: 80px; }
    #nav-header .mobile-menu__list--center ul li a {
      color: #505050; }
  #nav-header .mobile-menu__list--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #nav-header .mobile-menu__list--bottom ul {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #nav-header .mobile-menu__list--bottom ul li a {
        color: #505050; }
  #nav-header .mobile-menu .content-top {
    padding: 1% 1% 1% 8%;
    border-bottom: 1px solid #DDDDDD; }
  #nav-header .mobile-menu .content-center {
    padding: 3% 5%;
    border-bottom: 1px solid #DDDDDD; }
  #nav-header .mobile-menu .content-bottom {
    padding: 3% 5%;
    background-color: #EFEFEF;
    border-bottom: 1px solid #DDDDDD; }
  #nav-header .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #nav-header .search input {
      margin-bottom: 0px; }
    #nav-header .search--desktop {
      margin-top: 30px;
      width: 40%; }
  #nav-header .check-address {
    max-width: 550px;
    margin: 0 auto; }
    #nav-header .check-address .header {
      margin-bottom: 10px;
      font-weight: normal; }
    #nav-header .check-address .auto-complete-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    #nav-header .check-address #check-address--auto-complete {
      margin-right: 0; }
    #nav-header .check-address__form--row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
    #nav-header .check-address__form--field-address {
      margin-right: 0 !important; }
    #nav-header .check-address__form--field-zip {
      -webkit-box-flex: 0.2;
      -webkit-flex: 0.2;
      -moz-box-flex: 0.2;
      -moz-flex: 0.2;
      -ms-flex: 0.2;
      flex: 0.2;
      max-width: 120px; }
    #nav-header .check-address__form--btn {
      -webkit-box-flex: 0.6;
      -webkit-flex: 0.6;
      -moz-box-flex: 0.6;
      -moz-flex: 0.6;
      -ms-flex: 0.6;
      flex: 0.6;
      padding: 7px 1vw;
      border-radius: 4px;
      height: 35px; }
  #nav-header .nflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  #nav-header .nshow {
    display: inline-block; }
  #nav-header .nhide {
    display: none; }
    #nav-header .nhide--mobile {
      /* display: block; */ }
      @media (max-width: 1125px) {
        #nav-header .nhide--mobile {
          display: none !important; } }
    @media (max-width: 1125px) {
      #nav-header .nhide--mobile.sticky {
        width: 100%;
        bottom: 18px;
        position: fixed;
        left: 0;
        z-index: 9;
        transition: none;
        display: block !important; }
        #nav-header .nhide--mobile.sticky #nav-check-availability-button {
          width: 100%;
          max-width: 100%;
          text-align: center;
          background: blue;
          color: #fff;
          opacity: 1;
          border-radius: 2px;
          background-color: #0F3D58;
          display: block;
          padding: 20px;
          border: 1px solid transparent; }
        #nav-header .nhide--mobile.sticky #nav-check-availability-button:hover {
          background-color: #ffffff;
          color: #0F3D58; } }
    #nav-header .nhide--desktop {
      /* display: block; */ }
      @media (min-width: 1125px) {
        #nav-header .nhide--desktop {
          display: none !important; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus {
    text-decoration: none; }
  .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn--primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn--primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn--primary:focus, .btn--primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn--primary:active, .btn--primary.active,
  .open > .btn--primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn--primary:active:hover, .btn--primary:active:focus, .btn--primary:active.focus, .btn--primary.active:hover, .btn--primary.active:focus, .btn--primary.active.focus,
    .open > .btn--primary.dropdown-toggle:hover,
    .open > .btn--primary.dropdown-toggle:focus,
    .open > .btn--primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn--primary.disabled:focus, .btn--primary.disabled.focus, .btn--primary:disabled:focus, .btn--primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn--primary.disabled:hover, .btn--primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn--secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn--secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn--secondary:focus, .btn--secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn--secondary:active, .btn--secondary.active,
  .open > .btn--secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn--secondary:active:hover, .btn--secondary:active:focus, .btn--secondary:active.focus, .btn--secondary.active:hover, .btn--secondary.active:focus, .btn--secondary.active.focus,
    .open > .btn--secondary.dropdown-toggle:hover,
    .open > .btn--secondary.dropdown-toggle:focus,
    .open > .btn--secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn--secondary.disabled:focus, .btn--secondary.disabled.focus, .btn--secondary:disabled:focus, .btn--secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn--secondary.disabled:hover, .btn--secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn--info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn--info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn--info:focus, .btn--info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn--info:active, .btn--info.active,
  .open > .btn--info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn--info:active:hover, .btn--info:active:focus, .btn--info:active.focus, .btn--info.active:hover, .btn--info.active:focus, .btn--info.active.focus,
    .open > .btn--info.dropdown-toggle:hover,
    .open > .btn--info.dropdown-toggle:focus,
    .open > .btn--info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn--info.disabled:focus, .btn--info.disabled.focus, .btn--info:disabled:focus, .btn--info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn--info.disabled:hover, .btn--info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn--success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn--success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn--success:focus, .btn--success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn--success:active, .btn--success.active,
  .open > .btn--success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn--success:active:hover, .btn--success:active:focus, .btn--success:active.focus, .btn--success.active:hover, .btn--success.active:focus, .btn--success.active.focus,
    .open > .btn--success.dropdown-toggle:hover,
    .open > .btn--success.dropdown-toggle:focus,
    .open > .btn--success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn--success.disabled:focus, .btn--success.disabled.focus, .btn--success:disabled:focus, .btn--success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn--success.disabled:hover, .btn--success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn--warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn--warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn--warning:focus, .btn--warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn--warning:active, .btn--warning.active,
  .open > .btn--warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn--warning:active:hover, .btn--warning:active:focus, .btn--warning:active.focus, .btn--warning.active:hover, .btn--warning.active:focus, .btn--warning.active.focus,
    .open > .btn--warning.dropdown-toggle:hover,
    .open > .btn--warning.dropdown-toggle:focus,
    .open > .btn--warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn--warning.disabled:focus, .btn--warning.disabled.focus, .btn--warning:disabled:focus, .btn--warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn--warning.disabled:hover, .btn--warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn--danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn--danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn--danger:focus, .btn--danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn--danger:active, .btn--danger.active,
  .open > .btn--danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn--danger:active:hover, .btn--danger:active:focus, .btn--danger:active.focus, .btn--danger.active:hover, .btn--danger.active:focus, .btn--danger.active.focus,
    .open > .btn--danger.dropdown-toggle:hover,
    .open > .btn--danger.dropdown-toggle:focus,
    .open > .btn--danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn--danger.disabled:focus, .btn--danger.disabled.focus, .btn--danger:disabled:focus, .btn--danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn--danger.disabled:hover, .btn--danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn--outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn--outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn--outline-primary:focus, .btn--outline-primary.focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn--outline-primary:active, .btn--outline-primary.active,
  .open > .btn--outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
    .btn--outline-primary:active:hover, .btn--outline-primary:active:focus, .btn--outline-primary:active.focus, .btn--outline-primary.active:hover, .btn--outline-primary.active:focus, .btn--outline-primary.active.focus,
    .open > .btn--outline-primary.dropdown-toggle:hover,
    .open > .btn--outline-primary.dropdown-toggle:focus,
    .open > .btn--outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn--outline-primary.disabled:focus, .btn--outline-primary.disabled.focus, .btn--outline-primary:disabled:focus, .btn--outline-primary:disabled.focus {
    border-color: #43a7fd; }
  .btn--outline-primary.disabled:hover, .btn--outline-primary:disabled:hover {
    border-color: #43a7fd; }

.btn--outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn--outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn--outline-secondary:focus, .btn--outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn--outline-secondary:active, .btn--outline-secondary.active,
  .open > .btn--outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn--outline-secondary:active:hover, .btn--outline-secondary:active:focus, .btn--outline-secondary:active.focus, .btn--outline-secondary.active:hover, .btn--outline-secondary.active:focus, .btn--outline-secondary.active.focus,
    .open > .btn--outline-secondary.dropdown-toggle:hover,
    .open > .btn--outline-secondary.dropdown-toggle:focus,
    .open > .btn--outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn--outline-secondary.disabled:focus, .btn--outline-secondary.disabled.focus, .btn--outline-secondary:disabled:focus, .btn--outline-secondary:disabled.focus {
    border-color: white; }
  .btn--outline-secondary.disabled:hover, .btn--outline-secondary:disabled:hover {
    border-color: white; }

.btn--outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn--outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn--outline-info:focus, .btn--outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn--outline-info:active, .btn--outline-info.active,
  .open > .btn--outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn--outline-info:active:hover, .btn--outline-info:active:focus, .btn--outline-info:active.focus, .btn--outline-info.active:hover, .btn--outline-info.active:focus, .btn--outline-info.active.focus,
    .open > .btn--outline-info.dropdown-toggle:hover,
    .open > .btn--outline-info.dropdown-toggle:focus,
    .open > .btn--outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn--outline-info.disabled:focus, .btn--outline-info.disabled.focus, .btn--outline-info:disabled:focus, .btn--outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn--outline-info.disabled:hover, .btn--outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn--outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn--outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn--outline-success:focus, .btn--outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn--outline-success:active, .btn--outline-success.active,
  .open > .btn--outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn--outline-success:active:hover, .btn--outline-success:active:focus, .btn--outline-success:active.focus, .btn--outline-success.active:hover, .btn--outline-success.active:focus, .btn--outline-success.active.focus,
    .open > .btn--outline-success.dropdown-toggle:hover,
    .open > .btn--outline-success.dropdown-toggle:focus,
    .open > .btn--outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn--outline-success.disabled:focus, .btn--outline-success.disabled.focus, .btn--outline-success:disabled:focus, .btn--outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn--outline-success.disabled:hover, .btn--outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn--outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn--outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn--outline-warning:focus, .btn--outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn--outline-warning:active, .btn--outline-warning.active,
  .open > .btn--outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn--outline-warning:active:hover, .btn--outline-warning:active:focus, .btn--outline-warning:active.focus, .btn--outline-warning.active:hover, .btn--outline-warning.active:focus, .btn--outline-warning.active.focus,
    .open > .btn--outline-warning.dropdown-toggle:hover,
    .open > .btn--outline-warning.dropdown-toggle:focus,
    .open > .btn--outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn--outline-warning.disabled:focus, .btn--outline-warning.disabled.focus, .btn--outline-warning:disabled:focus, .btn--outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn--outline-warning.disabled:hover, .btn--outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn--outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn--outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn--outline-danger:focus, .btn--outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn--outline-danger:active, .btn--outline-danger.active,
  .open > .btn--outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn--outline-danger:active:hover, .btn--outline-danger:active:focus, .btn--outline-danger:active.focus, .btn--outline-danger.active:hover, .btn--outline-danger.active:focus, .btn--outline-danger.active.focus,
    .open > .btn--outline-danger.dropdown-toggle:hover,
    .open > .btn--outline-danger.dropdown-toggle:focus,
    .open > .btn--outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn--outline-danger.disabled:focus, .btn--outline-danger.disabled.focus, .btn--outline-danger:disabled:focus, .btn--outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn--outline-danger.disabled:hover, .btn--outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn--link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn--link, .btn--link:active, .btn--link.active, .btn--link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn--link, .btn--link:focus, .btn--link:active {
    border-color: transparent; }
  .btn--link:hover {
    border-color: transparent; }
  .btn--link:focus {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn--link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn--link:disabled:focus {
    color: #818a91;
    text-decoration: none; }
  .btn--link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn--lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn--sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn--r-lg {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem; }

.btn--r-xlg {
  border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem; }

.btn--block {
  display: block;
  width: 100%; }

.btn--block + .btn--block {
  margin-top: 0.5rem; }

input[type="submit"].btn--block,
input[type="reset"].btn--block,
input[type="button"].btn--block {
  width: 100%; }

.button, .button-primary, .button-secondary {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 12px 35px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  transition: all .6s linear;
  font-size: 14px;
  margin: 10px 0; }
  .button-primary {
    background-color: #23BAFE;
    border: 1px solid #23BAFE; }
    .button-primary:HOVER {
      background-color: #fff;
      color: #23BAFE; }
  .button-secondary {
    background-color: #003C80;
    border: 1px solid #003C80; }
    .button-secondary:HOVER {
      background-color: #fff;
      color: #003C80; }

html {
  font-size: 62.5%;
  /*10px*/
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

*:focus {
  outline: none; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif;
  font-weight: normal;
  color: #505050;
  background: #e4e4e4; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

h1 {
  font-size: 32px;
  font-size: 3.2rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  font-size: 20.8px;
  font-size: 2.08rem; }

h4 {
  font-size: 16px;
  font-size: 1.6rem; }

h5 {
  font-size: 12.8px;
  font-size: 1.28rem; }

h6 {
  font-size: 11.2px;
  font-size: 1.12rem; }

#wrapper {
  background-color: #ffffff; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

.clearfix {
  clear: both; }

.clearfix:AFTER {
  content: " ";
  clear: both;
  display: block; }

#content-wrapper {
  padding: .1px 0; }

/* CSS for Blue Banner */
.content--title {
  background: #28c2fe;
  background: -moz-linear-gradient(0deg, #28c2fe 0%, #127FD5 100%);
  background: -webkit-linear-gradient(0deg, #28c2fe 0%, #127FD5 100%);
  background: -o-linear-gradient(0deg, #28c2fe 0%, #127FD5 100%);
  background: -ms-linear-gradient(0deg, #28c2fe 0%, #127FD5 100%);
  background: linear-gradient(90deg, #28c2fe 0%, #127FD5 100%);
  padding: 20px 1%; }
  .content--title h1 {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    font-size: 3rem;
    margin: 0;
    padding: 0 0 0 10px; }
    @media (min-width: 750px) {
      .content--title h1 {
        font-size: 38px;
        font-size: 3.8rem; } }
  .content--title span {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    vertical-align: top; }
    @media (min-width: 750px) {
      .content--title span {
        width: 45px;
        height: 45px; } }
  @media (min-width: 750px) {
    .content--title {
      padding: 32px 1%; } }

.content--container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0; }

/* CSS For Chat */
.chat_success {
  display: none;
  /* hiding by default */ }

/* CSS for Social Share */
@media (max-width: 1050px) {
  #sthoverbuttons {
    display: none; } }

/* CSS for why buy online banner */
#shop-online {
  text-align: center;
  padding: 7px 20px 5px 35px;
  background-color: #F4F4F4;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  color: #2B2B2B;
  font-weight: 500; }
  @media (max-width: 1050px) {
    #shop-online {
      display: none; } }
  #shop-online .left-block {
    float: left; }
    #shop-online .left-block * {
      color: #444; }
  #shop-online .right-block {
    float: right; }
    #shop-online .right-block .new {
      color: #ffffff;
      background: #00B2F7;
      font-size: 12px;
      border-radius: 20px/10px;
      width: 40px;
      height: 20px;
      padding: 3px 0;
      display: inline-block;
      margin: 0 7px;
      font-weight: normal; }
  #shop-online .ltblue {
    color: #00AEEF; }

/* Wysdom Search */
#wysdom-search-bar-wrapper {
  background-image: url("/resources/images/wysdom-header.png");
  padding: 45px 0 35px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #wysdom-search-bar-wrapper * {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif;
    font-weight: 300; }
  #wysdom-search-bar-wrapper h1.wysdom-search-title {
    color: #FFF;
    text-align: center;
    margin: 0 10px 15px 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-size: 30px; }
    @media (max-width: 1050px) {
      #wysdom-search-bar-wrapper h1.wysdom-search-title {
        font-size: 25px;
        text-transform: capitalize; } }
  #wysdom-search-bar-wrapper .wysdom-search-input {
    height: auto !important;
    line-height: normal; }
  #wysdom-search-bar-wrapper .wys-dropdown-menu a {
    color: #666;
    text-decoration: none;
    font-size: 20px; }
    #wysdom-search-bar-wrapper .wys-dropdown-menu a:hover {
      text-decoration: underline; }
  #wysdom-search-bar-wrapper .wys-dropdown-menu strong {
    color: #666;
    font-weight: 500; }
  #wysdom-search-bar-wrapper .support-links {
    max-width: 1300px;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    font-size: 16px; }
    #wysdom-search-bar-wrapper .support-links a {
      color: #fff;
      padding: 0px 10px;
      display: inline-block;
      font-size: 16px; }
      #wysdom-search-bar-wrapper .support-links a:HOVER {
        color: #eee; }
  #wysdom-search-bar-wrapper .hide {
    display: none; }

#wysdom-search-bar, #wysdom-search-bar-autocomplete {
  width: 94% !important;
  max-width: 1000px !important;
  margin: 1px auto !important; }

#wysdom-search-bar-autocomplete {
  position: absolute !important; }

#nav-header #wysdom-sitewide-search-bar {
  margin: 40px 0 0 !important; }

#nav-header #wysdom-sitewide-search-bar-input {
  margin: 0 !important;
  border: 0 !important;
  font-size: 22px !important;
  height: 49px !important;
  position: relative !important;
  min-width: 600px !important;
  padding: 0 75px 0 15px !important; }

#wysdom-sitewide-search-bar .wys-dropdown-menu {
  width: 100% !important;
  text-align: left !important; }

#nav-header #wysdom-sitewide-solutions {
  display: none !important; }

#wysdom-sitewide-search-bar-submit {
  height: 100%; }

#wysdom-sitewide-search-bar {
  position: relative; }

#wysdom-sitewide-search-bar-progress {
  position: absolute; }

#nav-header .wysdom-search-form .wysdom-search-input-group .wysdom-search-input {
  height: auto !important;
  padding: 10px 75px 10px 10px !important;
  margin: 0 !important;
  color: #00aeef !important;
  border: none !important;
  font-size: 22px !important;
  width: 700px !important; }

#nav-header .wysdom-search-form .wysdom-search-autocomplete .wysdom-search-autocomplete-list li {
  text-align: left !important; }

#nav-header .wysdom-search-form .wysdom-search-autocomplete .wysdom-search-autocomplete-list li a {
  color: #505050 !important; }

.wysdom-search-input {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-weight: 300 !important;
  background: #fff !important; }

#wysdom-search-bar .wysdom-search-form .wysdom-search-autocomplete .wysdom-search-autocomplete-list {
  z-index: 1; }

#wysdom-search-bar .wysdom-search-form .wysdom-search-autocomplete .wysdom-search-autocomplete-list li {
  text-align: left; }

.wysdom-search-form .wysdom-search-input-group .wysdom-search-submit {
  background: #ddd !important; }

.wysdom-solution-preview a.wysdom-solution-preview-header {
  font-weight: 400 !important; }

/* Wysdom Search Ends */
#main-content .bottomStickyButton {
  display: none; }

@media (max-width: 800px) {
  #main-content .bottomStickyButton {
    position: fixed;
    bottom: 0;
    display: block;
    width: 110%;
    height: 60px;
    z-index: 1;
    background-color: #0064B1;
    color: white;
    text-align: left;
    padding-left: 45%;
    letter-spacing: 1px;
    margin-left: -5%;
    font-size: 16px;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif !important; } }

.header-house-background {
  background-image: url("/resources/images/home-services/home_landing/house-hdr.png");
  background-repeat: no-repeat;
  background-position: bottom 0px right 4.56vw;
  background-size: 10.749vw 9.121vw; }
  @media (min-width: 1535px) {
    .header-house-background {
      background-position: bottom 0px right 70px;
      background-size: 165px 140px; } }
  @media (max-width: 600px) {
    .header-house-background {
      background-position: bottom 0px right -2.5vw;
      background-size: 13.333vw 11.333vw; } }

.owl-carousel {
  touch-action: manipulation; }

#footer-content {
  clear: both; }
  #footer-content a {
    color: #505050; }
    #footer-content a:hover {
      color: #1293F2;
      font-weight: 500;
      text-decoration: none !important; }
  #footer-content a, #footer-content p {
    font-size: 14px; }
  #footer-content .footer-desktop--primary {
    background-color: #F2F2F2; }
    #footer-content .footer-desktop--primary .footer-links {
      max-width: 1300px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 1%; }
  #footer-content .footer-desktop--secondary {
    color: #505050;
    background-color: #E4E4E4; }
    #footer-content .footer-desktop--secondary .footer-bottom {
      max-width: 1300px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      padding: 20px 1%;
      /* @media (max-width: $screen-width-large) {
					display: block;
				} */ }
      #footer-content .footer-desktop--secondary .footer-bottom__left {
        margin: 0 5px; }
        #footer-content .footer-desktop--secondary .footer-bottom__left p {
          margin: 0;
          padding: 0; }
        #footer-content .footer-desktop--secondary .footer-bottom__left a {
          display: inline-block;
          color: #505050;
          padding: 5px 10px; }
          #footer-content .footer-desktop--secondary .footer-bottom__left a:first-child {
            padding-left: 0; }
          #footer-content .footer-desktop--secondary .footer-bottom__left a:hover {
            color: #1293F2;
            font-weight: 500; }
        #footer-content .footer-desktop--secondary .footer-bottom__left--active {
          font-weight: 500; }
        #footer-content .footer-desktop--secondary .footer-bottom__left--agreements {
          color: #1293F2 !important; }
      #footer-content .footer-desktop--secondary .footer-bottom__right {
        margin: 0 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        #footer-content .footer-desktop--secondary .footer-bottom__right__logo {
          margin: 0 5px; }
          #footer-content .footer-desktop--secondary .footer-bottom__right__logo a {
            display: block; }
          #footer-content .footer-desktop--secondary .footer-bottom__right__logo--norton {
            height: 55px;
            background-color: #fff;
            padding: 0 5px;
            border-radius: 8px;
            width: 150px;
            text-align: center; }
            #footer-content .footer-desktop--secondary .footer-bottom__right__logo--norton a {
              font-weight: bold;
              font-size: 8px;
              font-family: Verdana, Geneva, Tahoma, sans-serif;
              color: #000; }
            #footer-content .footer-desktop--secondary .footer-bottom__right__logo--norton-about-ssl {
              margin-top: 2px; }
          #footer-content .footer-desktop--secondary .footer-bottom__right__logo--truste a {
            background-color: #fff;
            padding: 5px;
            border-radius: 8px; }
  #footer-content .footer-desktop .footer__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px; }
    #footer-content .footer-desktop .footer__list__item {
      margin: 5px 0; }
      #footer-content .footer-desktop .footer__list__item--header a {
        font-weight: 500;
        cursor: default;
        font-size: 18px; }
        #footer-content .footer-desktop .footer__list__item--header a:hover {
          color: #505050 !important; }
  #footer-content .footer-mobile a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 7px 5px;
    font-weight: normal; }
  #footer-content .footer-mobile__link--active {
    color: #414141; }
  #footer-content .footer-mobile--primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #F6F6F6;
    padding: 10px 20px 10px 20px; }
    #footer-content .footer-mobile--primary a:last-child {
      border-right: none; }
  #footer-content .footer-mobile--secondary {
    background-color: #E0E0E0;
    padding: 5px 0px 0px 5px;
    color: #666;
    text-align: center; }
    #footer-content .footer-mobile--secondary a {
      font-size: 14px; }
      @media (max-width: 370px) {
        #footer-content .footer-mobile--secondary a {
          font-size: 3.5vw; } }
      #footer-content .footer-mobile--secondary a .footer-mobile__link--active {
        color: #898989; }
    #footer-content .footer-mobile--secondary p {
      font-size: 10px;
      padding: 14px 0px 0px 3px;
      color: #666;
      text-align: left; }
      #footer-content .footer-mobile--secondary p a {
        color: #1293F2;
        font-size: 10px; }
      #footer-content .footer-mobile--secondary p span {
        margin: 0px 5px 0px 5px; }
  #footer-content .nhide {
    display: none; }
    #footer-content .nhide--mobile {
      /* display: block; */ }
      @media (max-width: 1050px) {
        #footer-content .nhide--mobile {
          display: none !important; } }
    #footer-content .nhide--desktop {
      /* display: block; */ }
      @media (min-width: 1050px) {
        #footer-content .nhide--desktop {
          display: none !important; } }
