﻿.site-header .main-nav {
  background: -webkit-linear-gradient(top, #002f58, #001d36);
  background: linear-gradient(180deg, #002f58 0%, #001d36);
}
.site-header .main-nav .main-nav-desktop .linkComponent a {
  line-height: 84px;
  height: 84px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.site-header .main-nav .main-nav-desktop .list-inline {
  display: table;
  margin-bottom: 0;
}
.site-header .main-nav .main-nav-desktop .list-inline li {
  display: table-cell;
  vertical-align: middle;
}
.site-header .main-nav .main-nav-desktop .list-inline > li {
  padding-right: 0;
  padding-left: 0;
}
.site-header .main-nav .main-nav-desktop .list-inline a {
  background: none;
}
.site-header .main-nav .main-nav-desktop .spectrum-first a,
.site-header .main-nav .main-nav-desktop .spectrum-first a.inactive:hover,
.site-header .main-nav .main-nav-desktop .list-inline a.active,
.site-header .main-nav .main-nav-desktop .list-inline a:hover {
  box-shadow: inset 0 -4px 0 0 #0077BC;
  background: -webkit-linear-gradient(top, #003059, #102e4a);
  background: linear-gradient(180deg, #003059 0%, #102e4a);
}
.site-header .main-nav .main-nav-desktop .spectrum-first a.inactive {
  box-shadow: none;
  background: none;
}
.site-header .main-nav .main-nav-desktop .list-inline a,
.site-header .main-nav .main-nav-desktop .spectrum-first a {
  position: relative;
}
.site-header .main-nav .main-nav-desktop .list-inline a:hover:before,
.site-header .main-nav .main-nav-desktop .list-inline a:hover:after,
.site-header .main-nav .main-nav-desktop .list-inline a.active:before,
.site-header .main-nav .main-nav-desktop .list-inline a.active:after,
.site-header .main-nav .main-nav-desktop .spectrum-first a:before,
.site-header .main-nav .main-nav-desktop .spectrum-first a:after,
.site-header .main-nav .main-nav-desktop .spectrum-first a.inactive:hover:before,
.site-header .main-nav .main-nav-desktop .spectrum-first a.inactive:hover:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 84px;
  bottom: 4px;
}
.site-header .main-nav .main-nav-desktop .spectrum-first a.inactive:before,
.site-header .main-nav .main-nav-desktop .spectrum-first a.inactive:after {
  background: none;
}
.site-header .main-nav .main-nav-desktop .list-inline a:hover:before,
.site-header .main-nav .main-nav-desktop .list-inline a.active:before,
.site-header .main-nav .main-nav-desktop .spectrum-first a:before {
  left: 0;
}
.site-header .main-nav .main-nav-desktop .list-inline a:hover:after,
.site-header .main-nav .main-nav-desktop .list-inline a.active:after,
.site-header .main-nav .main-nav-desktop .spectrum-first a:after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .site-header .main-nav {
    height: 58px;
  }
  .site-header .main-nav .main-nav-desktop .spectrum-logo {
    width: 141px;
  }
  .site-header .main-nav .main-nav-desktop .listComponent {
    display: none;
  }
  .site-header .main-nav {
    position: relative;
  }
  .site-header .main-nav .link-mobile-menu a {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 76px;
    height: 30px;
    display: block;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .site-header .main-nav .link-mobile-menu a.menu-opened {
    background-position: bottom center;
  }
}
@media screen and (min-width: 768px) {
  .site-header .main-nav .main-nav-desktop .spectrum-logo {
    margin-right: 30px;
  }
}
.site-header .main-nav .link-mobile-menu .linkLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* Menu mobile */
.site-header .main-nav .main-nav-mobile {
  background-color: #01305a;
  color: #ffffff;
  font-size: 22px;
  font-weight: 200;
  z-index: 10;
  position: relative; 
  display: none;
}
.site-header.js-sticky .main-nav .main-nav-mobile {
  overflow: scroll;
}
.site-header .main-nav .main-nav-mobile .xRef {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-header .main-nav .main-nav-mobile {
    display: none!important;
  }
}
.site-header .main-nav .main-nav-mobile .menu-arrow {
  position: absolute;
  left: 15px;
  top: 17px;
}
.site-header .main-nav .main-nav-mobile a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 200;
    text-decoration: none;
    line-height: 42px;
    width: 100%;
    display: block;
}
.site-header .main-nav .main-nav-mobile a:focus,
.site-header .main-nav .main-nav-mobile a:hover {
  font-weight: 700;
}
.site-header .main-nav .main-nav-mobile a.home-link {
  line-height: initial;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .main-nav .main-nav-mobile ul {
  list-style: none;
  padding-left: 0;
}
.site-header .main-nav .main-nav-mobile ul > li {
  padding-left: 30px;
  border-top: 1px solid #ffffff;
}
.site-header .main-nav .main-nav-mobile ul > li.spectrum-first,
.site-header .main-nav .main-nav-mobile ul > li.spectrum-first + li,
.site-header .main-nav .main-nav-mobile ul > li.spectrum-last,
.site-header .main-nav .main-nav-mobile ul li li {
  border-top: none;
}
.site-header .main-nav .main-nav-mobile ul > li.spectrum-last {
  padding-right: 30px;
  padding-bottom: 50px;
}
.site-header .main-nav .main-nav-mobile ul ul > li.spectrum-last {
  padding-bottom: 0;
}
.site-header .main-nav .main-nav-mobile ul ul {
  list-style: none;
  padding-left: 38px;
}
.site-header .main-nav .main-nav-mobile .searchForm {
  width: 100%;
  color: initial;
    display: block;
    text-align: left;
}
.site-header .main-nav .main-nav-mobile .searchForm input {
  vertical-align: initial;
  height: 32px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  padding: .7rem .5rem;
    width: 235px;
}
.site-header .main-nav .main-nav-mobile .searchForm .btn {
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 10px;
}




.site-header {
	position: relative;
}
.site-header .sub-nav .nav-primary {
	border-bottom: none;
}
.nav-localization-container img.arrow-right {
	margin-bottom: 2px;
}
.nav-localization-container img.arrow-down {
	margin-bottom: 0;
  margin-left: 5px;
}
/* ADDS FOR NEW HEADER */
.site-header .nav-primary {
    background: -webkit-linear-gradient(#e6e6e6, #e1e1e1);
    background: -o-linear-gradient(#e6e6e6, #e1e1e1);
    background: linear-gradient(#e6e6e6, #e1e1e1);
    border-bottom: 1px solid #002f57;
}
.site-header .nav-primary a {
    white-space: nowrap;
}
.site-header .nav-primary a {
    color: #002f57;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 0 2rem;
    background-color: transparent;
    white-space: nowrap;
}

.site-header .nav-primary a:focus,
.site-header .nav-primary a:hover {
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 -5px 0 0 #0077BC;
    background-position: center bottom 5px;
    transition: none;
}

.site-header .nav-primary a:active {
    text-decoration: none;
    background-color: transparent;
    box-shadow: inset 0 -5px 0 0 #0077BC;
    background-position: center bottom -5px;
    transition: none;
}
.site-header .nav-primary li {
	position: relative;
    border-right: none;
}
.site-header .nav-primary li.spectrum-last::after {
	border: none;
}
.site-header .nav-primary li::after  {
  content: '';
    position: absolute;
    bottom: 15px;
    left: 100%;
    height: 35%;
    border-right: 1px solid #112a40;
}
.nav-primary .linkComponent a.text-white:hover .linkLabel {
	text-decoration: none;
}
@media screen and (min-width: 1200px) {
	.site-header-top-04 .messagebox-wrapper.spectrum-container .link-messagebox {
		margin-bottom: 25px;
	}
	.nav-localization-container > div .customWrapper + .customWrapper {
		left: 0;
	    margin: auto;
	    position: absolute;
	    right: 0;
	    bottom: -8px;
	    z-index: 20;
	}
	.nav-localization-container .customWrapper #custom-wrapping .container > div {
		width: 730px; 
		position: relative; 
		z-index: 80;
	}
	.nav-localization-container .nav-localization-form .container > div > div {
		display: block;
	}
    .nav-localization-container .nav-localization-form {
		display: table;
		width: 100%;
        background-image: none;
	}
	.nav-localization-container .nav-localization-form h4 img {
		float: right;
	    margin-top: 8px;
	}
}
@media screen and (max-width: 767px) {
	.site-header .nav-localization-container {
		display: none;
	}
}



#mui-loaderHeader {
    padding: 0;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF 60%, #bebebe);
    background-image: linear-gradient(180deg, #FFF 60%, #bebebe);
}

#mui-loaderHeader div {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5px; 
}

#mui-loaderBody {
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    padding: 0;
    background-color: #d4d3d3;
    background-image: -webkit-linear-gradient(top, #d5d5d5 30%, #FFF);
    background-image: linear-gradient(180deg, #d5d5d5 30%, #FFF);
}
#mui-loaderBody .image {
    display: inline-block;
}
#mui-loaderFooter {
    color: #fff;
}
body.cq-wcm-edit #muiLoadingContainer,
body.cq-wcm-preview #muiLoadingContainer {
    display: block !important;
    position: initial;
    top: initial;
    left: initial;
    z-index: 0;
    width: initial;
    height: initial;
}
#muiLoadingContainer {
    background-color: #00629b;
    z-index: 9999;
}

.muiloader-footer-content {
  max-width: 1200px;
  color: white !important;
  margin: 0 auto;
}

.muiloader-footer-content li {
  list-style: none;
  display: inline-block;
}

.muiloader-footer-content li.spectrum-first.spectrum-last {
    list-style: none;
    color: white;
}

.mui-loadScreenBoxRow {
    margin-bottom: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.mui-footer-links a {
  color: white;
  font-size: 13px;
  line-height: 21px;
  padding-top: 5px;
  text-decoration: none;
}

body{
    margin: 0;
    padding: 0;
}

div#loaderFooter {
    margin: 0 auto;
}

.text-right.site-header.mui-site-header-top {
    font-weight: 400;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #0077bc !important;
}

.mui-site-header-top a:hover {
    color: #003057;
}

.muiloader-footer-content ul {
    padding-left: 0px;
    margin-left: -6px;
}

.mui-footer-links a {
    padding: 0 5px;
}

.section.customWrapper #loaderFooter{
    background: linear-gradient(180deg, #083e60 0%, #0b7ac0);
}

#loaderFooter {
    background-color: transparent !important;
}

#loaderFooter .list-component {
  list-style-type: none;
  max-width: 1200px;
  margin: 0 auto;
}

#loaderFooter .list-component li {
  display:inline-block;
}

#muiLoadingContainer {
    background-color: #FEFEFE;
}

.mui-loadScreenCopyBox {
  border-right: 1px solid #c9c9c9;
  display: inline-block;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 33%;
}

.mui-loadScreenCopyMain {
  font-size: 14px;
  color: #00629b;
  font-weight: bold;
}

.mui-loadScreenCopySub {
  font-size: 12px;
  color: black;
}

.belowFooter {
  height: 500px;
  background-color: #FEFEFE;
  width: 100%;
  margin-top: -16px;
}

@media only screen and (max-width: 768px) {
  .mui-loadScreenCopyBox {
    border-right: none;
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}


.text-white {
  color: #fff !important;
}

/*.offer-column {
  padding:0  0.5em 0.5em;
}*/

.columnHead {
  padding: 0.25em;
  margin: 0 -0.5em 1em;
}

.offer-columns .aem-GridColumn--md--4 {
  padding: 0 0.5rem;
}

 .hero-height-placeholder {
   min-height: 390px;
   background-color: #00223B;
 }

.offer-columns .aem-GridColumn--md--4.aem-GridColumn-NoLeftPadding {
  padding: 0 1rem 0 0;
}

.offer-columns .aem-GridColumn--md--4.aem-GridColumn-NoRightPadding {
  padding: 0 0 0 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .offers-best-choice .offer-column-footer {
    font-size: inherit;
    width: 100%;
 }
}

.fs-72 a {
  font-size: 7.2rem;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.offer-column hr {
   width: 17%;
}


.home-hero .container {
    padding: 0;
}

@media (max-width: 767px) {
  .home-hero .imageArtDirection .background-image, .home-hero .aem-GridColumn {
    padding: 0;
  }
  .home-hero .imageArtDirection .hero-left-content {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-height-placeholder .home-hero .imageArtDirection.image-focus-3 .background-image {
        min-height: 375px!important;
    }
}

/* Fix for homepage offer columns | PRODB-323 */
.combine-wrapper .aemGrid::before,
.combine-wrapper .aemGrid::after {
    content: normal;
}

/* Safari 6.1+ (10.0 is the latest version of Safari at this time) Jira EPB-357 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
    @media (min-width: 768px) {
        .offer-columns .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 { 
            width:33.25%; 
        }
    }   @media (min-width: 1200px) {
        .offer-columns .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 { 
            width:33.3%; 
        }
    }
}

/*Full width Hp localization orange button*/
.muiServiceability .localization--vertical-1 .localization__input-submit, .muiServiceability .localization--vertical-2 .localization__input-submit {
           max-width: inherit;
}

/*Animation for CTA localization Button*/

/*animated button*/
.muiServiceability .localization__input-submit {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.muiServiceability .localization__inputs button {
  z-index: 1;
}
.muiServiceability .localization__input-submit {
    z-index: 1;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 17px 5px rgba(48,48,48,0.35);
    -moz-box-shadow: 0px 0px 17px 5px rgba(48,48,48,0.35);
    box-shadow: 0px 0px 17px 5px rgba(48,48,48,0.35);
    height: 42px;
    border-radius: 0.4rem;
    margin-bottom: 10px;
}
.muiServiceability .localization__inputs button::before {
  position: absolute;
  content: ' ';
  top: -150%;
  left: 0;
  background: -webkit-linear-gradient(335deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 55%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 55%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  height: 400%;
  width: 100%;
  -webkit-transform: rotate(45);
          transform: rotate(45);
  -webkit-animation: buttonAnimation 5s linear infinite;
          animation: buttonAnimation 3s linear infinite;
  z-index: 0;
}

@-webkit-keyframes buttonAnimation {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}


.muiServiceability .localization__inputs button::before {
    animation: 3s linear 0s normal none infinite running buttonAnimation;
    background: rgba(0, 0, 0, 0) linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 55%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    content: " ";
    height: 400%;
    left: 0;
    position: absolute;
    top: -150%;
    width: 100%;
    z-index: 0;
}

.offersContainer .tabletColumns .price-block.display-table {
    display: table;
}
.home-page-columns .offersContainer a.btn.btn-primary.btn-lg {
    color: #fff;
    font-size: 1.9rem;
    border-radius: 0.4rem;
    text-shadow: 0.1rem 0.1rem 0.3rem #888;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, #feb533, #ffa300);
    background-image: linear-gradient(180deg, #feb533, #ffa300);
    background-color: #FFA305;
    padding-left: .5rem;
    padding-right: 0;
    width: inherit;
    padding: 0.7rem 4rem;
}
@media(max-width:991px) {
      .offersContainer .offer-column h2,
      .offersContainer .tabletColumns .offer-column h2 {
          font-size: 2.2rem;
  }
}

.featOffDesc {
line-height:1.5;
}

.accordionTableRow .row-header .linkComponent:not(.accordionTableExpander) .btn {
  margin-top:0;
}





.offers-best-choice {
    margin-bottom: 1.5rem;
}

.offers-best-choice .aem-Grid .aem-GridColumn > div {
    background-color: #f5f5f7;
    background: -webkit-linear-gradient(top, #f5f5f7 69%, #e4e4e6 70%, #e4e4e6 0);
    background: linear-gradient(180deg, #f5f5f7 69%, #e4e4e6 70%, #e4e4e6 0);
    padding: 2rem;
    padding-top: 0;
}

.offers-best-choice h2 {
    margin-left: -2rem;
    margin-right: -2rem;
    background: #003f63;
    background: -webkit-linear-gradient(top, #003f63, #007bc6);
    background: linear-gradient(180deg, #003f63 0%, #007bc6);
    padding: 1.5rem;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    font-size: 5.3rem;
    font-weight: 800;
    text-transform: uppercase;
}

.offers-best-choice h2 a {
    color: #fff;
    text-decoration: none;
}

.offers-best-choice h2 .callout {
    font-size: 2.1rem;
    line-height: 2.4rem;
    color: #faa41a;
}

.offers-best-choice h3 {
    line-height: 1;
    margin: 0 -2rem .5rem;
    font-size: 6.25vw;
    font-weight: 500;
    color: #0b4a7b;
    display: block;
    padding-bottom: 5rem;
}

.offers-best-choice h3 a {
    color: #00629b;
    font-size: 20.3125vw;
    text-decoration: none;
}

.offers-best-choice h3 a:focus,
.offers-best-choice h3 a:hover {
    text-decoration: none;
    color: #00324f;
}

.offers-best-choice h3 div {
    padding-left: 2rem;
    padding-right: 2rem;
}

.offers-best-choice ul,
.offers-best-choice p {
    display: block;
}

.offers-best-choice p,
.offers-best-choice li {
    font-size: 1.8rem;
}

.offers-best-choice ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.6rem;
}

.offers-best-choice ul li {
    margin-left: -2rem;
    margin-right: -2rem;
    background-color: #eeeef0;
    border-bottom: 0.2rem solid #ccc;
    border-top: 0.2rem solid #ccc;
    position: relative;
    padding: 1rem 2rem;
}

.offers-best-choice ul li + li {
    border-top: none;
    background-color: #e9e9eb;
}

.offers-best-choice ul li strong,
.offers-best-choice ul li b {
    color: #0b4a7b;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
    display: block;
}

.offers-best-choice .accordion {
    display: none;
}

.offers-best-choice .btn {
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.75);
    box-shadow: 0 .1rem .3rem #666;
    font-size: 5vw;
    max-width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.offers-best-choice .channel-logo {
    display: inline-block;
}

.offers-best-choice .offer-column-footer {
    position: relative;
    padding: 1.5vw 0;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    text-align: center;
    z-index: 20;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
    font-size: 7.3vw;
    background: #006c5b;
    background: -webkit-linear-gradient(top, #006c5b, #009e8c);
    background: linear-gradient(180deg, #006c5b 0%, #009e8c);
}

.offers-best-choice .offer-column-footer p {
    font-size: 7.3vw;
    color: #fff;
    margin: 0 auto;
    padding: 0;
}

.offers-best-choice .offer-column-footer::before,
.offers-best-choice .offer-column-footer::after {
    display: none;
    content: '';
    position: absolute;
    border-color: #003c34 transparent;
    border-style: solid;
    top: -2.5rem;
    z-index: 20;
}

.offers-best-choice .offer-column-footer::before {
    border-width: 0 0 2.5rem 2.5rem;
    left: 0;
}

.offers-best-choice .offer-column-footer::after {
    border-width: 0 2.5rem 2.5rem 0;
    right: 0;
}

@media (min-width: 768px) {
    .offers-best-choice h3 a {
        font-size: 15rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .offers-best-choice .offer-column-footer {
    font-size: inherit;
    width: 100%;
    margin-bottom:1.5rem !important;
 }
}

@media (min-width: 992px) {
    .offers-best-choice .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
        vertical-align: bottom;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .offers-best-choice .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4:first-of-type {
        padding-left: 0;
        padding-right: 1rem;
    }

    .offers-best-choice .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4:nth-of-type(3),
    .offers-best-choice .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4:last-child {
        padding-right: 0;
        padding-left: 1rem;
    }

    .offers-best-choice .aem-Grid .aem-GridColumn > div {
        box-shadow: .1rem .1rem #9a9a9a;
        background-color: #f5f5f7;
        background: -webkit-linear-gradient(top, #f5f5f7 59%, #f5f5f7 60%, #e4e4e6 0);
        background: linear-gradient(180deg, #f5f5f7 59%, #f5f5f7 60%, #e4e4e6 0);
    }

    .offers-best-choice h2 {
        font-size: 2.72vw;
        padding: 1rem;
    }

    .offers-best-choice h3 {
        font-size: 2.4rem;
        border-bottom: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
    }

    .offers-best-choice h3 a {
        font-size: 6.5rem;
    }

    .offers-best-choice ul li + li {
        border-bottom: 0.2rem solid #ccc;
    }

    .offers-best-choice .richtext {
        padding-left: 0;
        padding-right: 0;
    }

    .offers-best-choice .btn {
        font-size: 1.6rem;
        max-width: 100%;
    }

    .offers-best-choice .offer-column-footer {
        margin-left: -2.5rem;
        width: -webkit-calc(100% - -5rem); /* double negative to work around YUI minification issue */
        width: calc(100% - -5rem);
        display: block;
        font-size: 2.8rem;
    }

    .offers-best-choice .offer-column-footer p {
        font-size: 2.8rem;
    }

    .offers-best-choice .offer-column-footer::before,
    .offers-best-choice .offer-column-footer::after {
        display: block;
    }


}

@media (min-width: 1200px) {
    .offers-best-choice h2 {
        font-size: 3rem;
    }

    .offers-best-choice .offer-column-footer,
    .offers-best-choice .offer-column-footer p {
        font-size: 3.4rem;
    }
}


 a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.site-header .container { /*unsticky header*/
  position: inherit;
}
.font-default {
  color: #464646;
}
.muiServiceability .localization--horizontal-1 .localization__bubble {
  padding: 5px 10px;
}
#clu-content .muiToggle {
    color: #00a4e3;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    text-decoration: underline;
}


/* #clu-content .muiServiceability modal styling  */
#clu-content .muiServiceability .localization--horizontal-1 .localization__input {
    line-height: 1.4em;
}
#clu-content .muiServiceability .localization--horizontal-1 {
    margin-bottom: 10px;
}
#clu-content .muiServiceability .localization__col1, #clu-content .muiServiceability .localization__col2  {
    margin: 0;
}
/*Desktop ERROR bubble messages*/
#clu-content .muiServiceability .localization--horizontal-1 .localization__bubble-zip--error {
    margin-left: 335px;
}
#clu-content .muiServiceability .localization--horizontal-1 .localization__bubble {
  margin-top: 52px;
  padding: 5px 10px;
}

/*MOBILE stylin on Packages page*/
@media (max-width: 991px) {

  #clu-content .section.muiServiceability {
      text-align: left;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__inputs, #clu-content .muiServiceability .localization--horizontal-1 .localization__input {
    display: inline-block;
    margin-bottom: 9px;
    width: 100%;
    padding-right: 2rem;
    line-height: 1.2em;
  }

  #clu-content .muiServiceability .localization--horizontal-1 .localization__input-container-address {
      float: none;
  }

  #clu-content .muiServiceability .localization--horizontal-1 .localization__line1, #clu-content .muiServiceability .localization--horizontal-1 .localization__line2 {
      float: none;
      width: 100%;
  }

  #clu-content .muiServiceability .localization--horizontal-1 .localization__input-address1 {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__col .localization__inputs, #clu-content .muiServiceability .localization--horizontal-1 [class*="localization__col"] .localization__input {
      width: 100%;
      border-left-width: 1px;
  }

  #clu-content .muiServiceability .localization--horizontal-1 .localization__col, #clu-content .muiServiceability .localization--horizontal-1 .localization__col1, #clu-content .muiServiceability .localization--horizontal-1 .localization__col2 .muiServiceability .localization--horizontal-1 [class*="localization__col"] {
      width: 100%;
      max-width: 100%;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__col .localization__input {
      border-left-width: 1px;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__col1, #clu-content .muiServiceability .localization--horizontal-1 .localization__col2 {
      float: none;
      width: 100%;
      max-width: 100%;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__input-submit {
      border-bottom-right-radius: 0.4rem;
      border-top-right-radius: 0.4rem;
      border-bottom-left-radius: 0.4rem;
      border-top-left-radius: 0.4rem;
      width: 100%;
  }

  /*Info Tooltip */
  #clu-content .muiServiceability .localization--horizontal-1 .localization__info-pop {
      top: calc(100% - 2rem);
      line-height: 1.2em;
      right: -6px;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .popover {
      max-width: none;
      width: 30rem;
  }

  /*ERROR bubble messages*/

  #clu-content .muiServiceability .localization--horizontal-1 .localization__bubble {
      border-radius: 5px;
      display: block;
      margin-top: 0px;
      padding: 5px 10px;
      position: relative;
      margin-bottom: 5px;
      line-height: 1.2em;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__bubble-zip--error {
    margin-left: 0;
  }

  #clu-content .muiServiceability .localization--horizontal-1 .localization__bubble-zip--error {
    margin-left: 0px;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__bubble {
    margin-top: 0px;
  }
  #clu-content .muiServiceability .localization--horizontal-1 .localization__bubble-zip--error {
    margin-left: 0;
  }
}

/* OTHER MUI modal styling  */
.header-mui .muiServiceability .localization--horizontal-1 .localization__bubble-zip--error, .header-mui  .muiServiceability .localization--horizontal-1 .localization__bubble {
    border: 1px solid #d60000;
    color: #e71313;
    margin-left: 130pxt;
    margin-top: 88px;
    padding: 5px 10px;
  }



/* OTHER MUI modal styling  */
#mui-modal-account-num .muiServiceability .localization--vertical-1 {
    width: 100%;
}
#mui-modal-account-num .muiServiceability .localization--vertical-1 .localization__inputs {
    width: 100%;
}
#mui-modal-account-num .muiServiceability .localization--vertical-1 .localization__input {
    border: 1px solid #666;
    box-shadow: none;
    border-radius: 4px;
}
#mui-modal-account-num #account {
    width: 100%;
}
#mui-modal-account-num .react-autosuggest__container {
    width: 100%;
}
#mui-modal-account-num .localization__input-address1 {
    width: 100%;
}
#mui-modal-account-num .localization__input-submit {
    max-width: 100%;
}
#mui-modal-account-num .localization--vertical-1 .localization__line2:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
    clear:both;
}
#mui-modal-account-num .localization__line2 .localization__col1 {
    margin: 20px 0;
}
#mui-modal-account-num .localization__line2 .localization__col2 {
    margin: 20px 0;
}
.modal-content {
    overflow: visible !important;
}



@media (min-width: 992px) {

  .section.muiServiceability {
    text-align: center;
  }
  #mui-modal-account-num .localization__input-container-account .localization__line2 {
      width: 49%;
      float: left;
  }
  #mui-modal-account-num .react-autosuggest__container {
      width: 49%;
      float:right;
  }
  #mui-modal-account-num .localization__line2 .localization__col1 {
      width: 49%;
      float: left;
  }
  #mui-modal-account-num .localization__line2 .localization__col2 {
      width: 49%;
      float: right;
  }
}
/* hero */
.imageArtDirection.image-focus-3 .background-image {
  min-height: 375px !important;
}
.hero-text {
  color: #000;
  margin-left: 5%;
}
.hero-text h1 {
  margin-top: 50px;
  font-weight: bolder;
}
.hero-text ul {
  list-style: inside;
}
.header-text ul {
  font-size: 1.6vw;
  line-height: 1.4em;
  margin:30px 0;
}
@media(max-width: 991px) {
  .modal-body.imageArtDirection.image-focus-3 .background-image {
    min-height: 112vw !important;
  }
  main>.container {
    padding: 0;
    width: 100%;
  }
  #mobile-cta h1 {
    font-size: 4.4vw;
    text-align: center;
  }
  #mobile-cta ul {
    font-size: 3.8vw;
    text-align: center;
    padding-top:0;
    list-style: inside;
  }
  #mobile-cta ul.pl-20 span {
    position: relative;
  }
  #mobile-cta {
    position:relative;
  }
  #mobile-cta .linkComponent.section {
    position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
  }
  a.btn.btn-warning.btn-sm {
    font-size: 4vw;
  }

}
.toggle-detail.less {
  display: none;
}
.spectrum-tv-app {
  min-height: 120px;
    padding: 20px;
    margin: 30px 0;
    position: relative;
}
.showlist img {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.upgrade .logos img{
  display: inline-block;
  margin-right: 10px;
}
.spectrum-tv-app {
  min-height: 120px;
    padding: 20px;
    margin: 30px 0;
    position: relative;
}
.spectrum-tv-app img {
  position: absolute;
    right: 15px;
    top: -33px;
}
.spectrum-tv-app a {
  text-decoration: none;
}
.spectrum-tv-app a:hover {
  text-decoration: none;
}
.upgrade-buttons .btn {
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
  width: 100%;
  margin: 4px 0;
}
.upgrade .price-style-03.price-block {
  font-size: 7rem;
}
.upgrade .price-style-03.price-block .whole {
  font-weight: 800;
}
.upgrade {
    background-color: #eee;
    box-shadow: 0 2px 32px #b2b2b2 inset, 0 -153px 75px #FFF inset;
    padding: 23px 23px 7px;
    position: relative;
    margin: 0 20px 20px;
}
.upgrade .upgrade-name {
  font-size: 1.5rem;
  margin-bottom:15px;
}
.upgrade .upgrade-name h3 {
  
}
#missing {
    background: linear-gradient(to bottom, #1d3e64 0%, #3873c2 100%) repeat scroll 0 0 transparent;
    padding: 0 30px 30px;
    background-color: #3267AC;
}
#missing .callout {
    background-color: #1a3c62;
    padding: 27px 30px;
    font-size: 16px;
    color: #FFF;
    margin: 30px 0;
}
#missing .disclaimer {
  color: white;
}
.upgrade .btn-expand-mobile {
  border: 1px solid #00629b;
    color: #00629b;
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.video-banner {
    position: absolute;
    z-index: 1;
}
#missing .aem-GridColumn--default--6 {
  margin-bottom:20px;
}
@media (max-width: 991px) {
  .upgrade .detail-info, .upgrade .logos {
    text-align :center;
  }
  .upgrade .font-default {
    font-size: 1.5rem;
  }
}
@media (max-width:1199px) and (min-width:992px) {
  .upgrade .price-style-03.price-block {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .spectrum-tv-app img {
      position: relative;
      right: inherit;
      top: inherit;
}
}
h3.text-secondary {
    font-size: 2.2rem;
    line-height: 1.27273;
    font-weight: 700;
}
@media (min-width: 768px) {
h3.text-secondary  {
    font-size: 2.6rem;
    line-height: 1.2377;
}
}
@media (min-width: 992px)
{
h3.text-secondary  {
    font-size: 3rem;
    line-height: 1.2;
}
}



.modal .muiServiceability .localization--horizontal-2 .localization__inputs,
.modal .muiServiceability .localization--horizontal-2 .localization__input-container-address {
	position: relative;
}

.modal .muiServiceability .localization--horizontal-2 .localization__bubble-address1--error {
	margin-top: 0;
	top: 7.1rem;
}

.modal .muiServiceability .localization--horizontal-2 .localization__bubble-zip--error {
	margin-top: 0;
	top: 19rem;
}

.modal .muiServiceability .localization--horizontal-2 .localization__bubble-zip--error .localization__bubble-pointer {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.muiServiceability .localization--horizontal-2 .localization__input-submit
{
    background-image: linear-gradient(#f66200, #f66200);
}

.buyflowEntryForm .localization--horizontal-2 .localization__input-submit
{
    background-image: linear-gradient(#f66200, #f66200);
}

@media only screen and (max-width: 413px) { 
.modal .muiServiceability .localization--horizontal-2 .localization__bubble-zip--error .localization__bubble-pointer {
	left: 75%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.buyflowEntryForm .localization--horizontal-2 .localization__bubble-pointer.localization__bubble-pointer-zip {
    left: auto !important;
}
.buyflowEntryForm .localization--horizontal-2 .localization__bubble-zip--error {
    margin-top: 249px !important;
}
.buyflowEntryForm .localization--horizontal-2 .localization__bubble {
 width: auto;
}
}




.site-footer .footer-states-list {
	background-color: #001d37;
	border: none;
	margin-top: 0;
}
.site-footer .footer-states-list a span {
  font-size: 24px;
  color: #3e8fdf;
  font-weight: 400;
}
.site-footer .footer-states-list .footer-lnk-selector a span {
	font-size: 14px;
  	line-height: 22px;
  	color: #ffffff;
}
.site-footer .footer-states-list .footer-lnk-selector a:hover span {
	text-decoration: underline;
}
@media (min-width: 1200px) {
	.site-footer .footer-states-list .listComponent {
	    margin: 0 60px;
	}
}
.site-footer .footer-states-list .list-inline.list-separated li {
  border-right: none;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
	.site-footer .footer-states-list .list-inline.list-separated li:after {
	  content: "";
	  position: absolute;
	  width: 1px;
	  height: 15px;
	  top: 4px;
	  right: 0;
	  background-color: #ffffff;
	}
	.site-footer .footer-states-list .list-inline.list-separated li.spectrum-last:after {
	  background-color: transparent; 
	}
}
@media (max-width: 767px) {
  .site-footer #states-list ul li .linkComponent {
    padding-right: 15px;
    padding-left: 45px;
    padding-bottom: 10px;
  }
  .site-footer .footer-states-list {
    background-color: #00305a;
  }
  .site-footer .footer-states-list h3 {
   padding-top: 20px;
    padding-bottom: 10px;
  }
  .site-footer .footer-states-list p,
  .site-footer #states-list h3 {
    font-size: 24px;
    color: #3e8fdf;
    font-weight: 400;
  }
}
.site-footer .footer-states-list a,
.site-footer .footer-states-list a:hover {
	font-size: 24px;
	color: #3e8fdf;
	font-weight: 400;
}
@media (max-width: 767px) {
	.site-footer .footer-states-list {
		border-top: none;
		padding: 0;
		margin-top: 0;
	    text-align: left;
	    display: block;
	}
	.site-footer .footer-states-list .list-inline.list-separated li {
	    border-right: none;
	    padding-right: 0;
	}
	.list-inline > li {
	    display: block;
	    margin-left: 5px
	}
	.site-footer .footer-states-list h3.expand {
		font-size: 1.6rem;
		color: #fff;
		margin-top: 0;
		cursor: pointer;
	}
	.site-footer .footer-states-list h3.expand span {
		display: block;
		float: right;
		font-weight: 600;
	}
	.site-footer .footer-states-list .linkComponent.section {
		margin-bottom: 1rem;
	}
}




.site-footer .footer-bottom-links {
  padding-top: 20px;
  padding-bottom: 45px;
  background-color: #00305a;
}
.site-footer .footer-bottom-links .external-links {
  text-align: center;
}
.site-footer .footer-bottom-links a,
.site-footer .footer-bottom-links .copyright {
  font-size: 14px;
  line-height: 22px;
  color: #e4e4e4;
}
.site-footer .footer-bottom-links a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom-links .external-links ul li {
  position: relative;
  border-right: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 10px;
}
.site-footer .footer-bottom-links .external-links ul li.spectrum-last:after {
  background-color: transparent; 
}
.site-footer .footer-bottom-links .external-links ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 6px;
  right: 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom-links {
    background-color: #001d37;
  }
}
.site-footer .footer-bottom-links .external-links .list-inline {
  margin-bottom: 0;
}
.site-footer .footer-bottom-links .external-links ul li {
  display: inline-block;
}
.site-footer .footer-bottom-links .external-links .container {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom-links .footer-logo,
  .site-footer .footer-bottom-links .social-logos {
    display: block;
    text-align: center;
    margin: auto;
  }  
}
.site-footer .footer-bottom-links .social-logos {
    display: block;
text-align: center;
  width: 170px;
}
.site-footer .footer-bottom-links .social-logos img {
  margin: 5px;
}
@media (min-width: 768px) {
  .footer-lnk-collapsed {
    display: block;
  } 
}



.site-footer .footer-states-list {
	background-color: #001d37;
	border: none;
	margin-top: 0;
}
.site-footer .footer-states-list a span {
  font-size: 24px;
  color: #3e8fdf;
  font-weight: 400;
}
.site-footer .footer-states-list .footer-lnk-selector a span {
	font-size: 14px;
  	line-height: 22px;
  	color: #ffffff;
}
.site-footer .footer-states-list .footer-lnk-selector a:hover span {
	text-decoration: underline;
}
@media (min-width: 1200px) {
	.site-footer .footer-states-list .listComponent {
	    margin: 0 60px;
	}
}
.site-footer .footer-states-list .list-inline.list-separated li {
  border-right: none;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
	.site-footer .footer-states-list .list-inline.list-separated li:after {
	  content: "";
	  position: absolute;
	  width: 1px;
	  height: 15px;
	  top: 4px;
	  right: 0;
	  background-color: #ffffff;
	}
	.site-footer .footer-states-list .list-inline.list-separated li.spectrum-last:after {
	  background-color: transparent; 
	}
}
@media (max-width: 767px) {
  .site-footer #states-list ul li .linkComponent {
    padding-right: 15px;
    padding-left: 45px;
    padding-bottom: 10px;
  }
  .site-footer .footer-states-list {
    background-color: #00305a;
  }
  .site-footer .footer-states-list h3 {
   padding-top: 20px;
    padding-bottom: 10px;
  }
  .site-footer .footer-states-list p,
  .site-footer #states-list h3 {
    font-size: 24px;
    color: #3e8fdf;
    font-weight: 400;
  }
}
.site-footer .footer-states-list a,
.site-footer .footer-states-list a:hover {
	font-size: 24px;
	color: #3e8fdf;
	font-weight: 400;
}
@media (max-width: 767px) {
	.site-footer .footer-states-list {
		border-top: none;
		padding: 0;
		margin-top: 0;
	    text-align: left;
	    display: block;
	}
	.site-footer .footer-states-list .list-inline.list-separated li {
	    border-right: none;
	    padding-right: 0;
	}
	.list-inline > li {
	    display: block;
	    margin-left: 5px
	}
	.site-footer .footer-states-list h3.expand {
		font-size: 1.6rem;
		color: #fff;
		margin-top: 0;
		cursor: pointer;
	}
	.site-footer .footer-states-list h3.expand span {
		display: block;
		float: right;
		font-weight: 600;
	}
	.site-footer .footer-states-list .linkComponent.section {
		margin-bottom: 1rem;
	}
}



.site-footer .footer-main-links {
  padding-bottom: 40px;
  background-color: #00305a;
  border-top: 6px solid #001d37;
}
.site-footer .footer-main-links h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #3e8fdf;
}
.site-footer .footer-main-links .footer-lnk-selector a {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.site-footer .footer-main-links .footer-lnk-selector a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .site-footer .footer-main-links {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site-footer .footer-main-links h3 {
    margin: 0 -15px;
    padding: 20px 15px;
  }
  .site-footer .footer-body.footer-main-links .border-b-w {
    padding-bottom: 20px;
    border-bottom: 1px solid #3e8fdf;
  }
  .site-footer .footer-main-links .footer-lnk-selector {
    margin-left: -15px;
     margin-right: -15px;
  }
  .site-footer .footer-main-links .footer-lnk-selector li {
    padding-right: 15px;
    padding-left: 60px;
  }
}

/* line spacing of footer links */
.site-footer .footer-body li:nth-child(4) .aem-GridColumn, 
.site-footer .footer-body li:nth-child(3) .aem-GridColumn, 
.site-footer .footer-body li:nth-child(2) .aem-GridColumn,  
.site-footer .footer-body li .linkComponent { /* 1st column */
    padding-left:0;
    margin-bottom: 1rem;
}
.site-footer .footer-body div.linkComponent.section,
.site-footer .footer-body div.section.mpTranslate {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .footer-lnk-collapsed { 
    display: none;
  }
}
.footer-body h3.expand span { 
  display: none; 
}

@media(min-width: 768px) and (max-width: 991px) {
    /* align Charter Info column */
    .site-footer .footer-body .charter-info {
        margin-left: -1.5rem;
    }
}
@media (max-width: 767px) {
    .footer-body  h3.expand span {
        display: block;
        float: right;
    }
}


.site-header .top-nav {
	bottom-border: 1px solid #374c5e;
	background-color: #001d37;
}
.site-header .top-nav ul {
	margin-bottom: 0;
}
.site-header .top-nav .linkComponent a,
.site-header .top-nav p,
.site-header .top-nav p a {
	font-size: 14px;
	color: #ffffff;
}
.site-header .top-nav .zip-label {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	.site-header .top-nav .list-inline {
	 	width: 100%;
	 	margin-left: 0;
	}
	.site-header .top-nav .nav-user ul {
		float: none;
		margin: auto;
	}
	.site-header .top-nav .zip-label {
		text-align: center;
	}
}
.site-header .top-nav .spectrum-first,
.site-header .top-nav .contact-link {
	display: none;
}
@media screen and (min-width:768px) {
	.site-header .top-nav .spectrum-first,
        .site-header .top-nav .contact-link {
		display: block;
	}
}
.site-header .top-nav .nav-user a {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 14px;
  	line-height: 38px;
}
@media screen and (max-width:767px) {
	.site-header .top-nav .searchform {
		display: none!important;
	}
}
@media screen and (max-width:374px) {
  .site-header .top-nav .nav-user li {
    display: block;
  }
  .site-header .top-nav .nav-user li .zipAction {
    width: 90vw;
    text-align: center;
    height: 45px;
  }
}
.site-header .top-nav .searchform,
.site-header .top-nav .zipAction {
	display: none;
}
@media screen and (min-width:768px) {
	.site-header .top-nav .searchform,
	.site-header .top-nav .spectrum-search {
		padding-top: 3px;
	}
}
.site-header .top-nav .searchform.searchForm {
	width: 290px;
	padding-right: 15px; 
}
.site-header .top-nav .zipAction {
	float: initial;
  	direction: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
  	height: 28px;
}
.site-header .top-nav input {
	vertical-align: bottom;
	margin-top: 1px;
	height: 28px;
	border-radius: 4px;
	border: none;
	width: 70%;
	font-size: 14px;
	padding: 0 .5rem;
}
.site-header .top-nav .searchForm input[type="text"] {
  font-size: 1.4rem;
  font-style: italic;
  width: 70%;
}
.site-header .top-nav .searchForm .btn {
  margin-top: -1px;
}
@media screen and (max-width:767px) {
	.site-header .top-nav .zipAction .geoLoc {
		padding-top: 4px;
	}
}
.site-header .top-nav button,
.site-header .top-nav .zipAction .geoloc-btn button {
  height: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 10px;
}
.site-header .top-nav .zipAction .geoloc-btn button {
  margin-top: 1px;
}
.site-header .top-nav .spectrum-search-input-wrap  input {
	width: 80px;
	position: relative;
}
.site-header .top-nav .zipAction {
	float: initial;
  	direction: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
  	height: 28px;
}
@media (max-width: 400px) {
	.site-header .main-nav .main-nav-mobile .searchForm input.search-text {
		width: 180px;
	}
}
.site-header .top-nav .searchForm input[type="text"] {
  font-size: 1.4rem;
  font-style: italic;
  width: 70%;
  padding: 0 .5rem;
}
.site-header .top-nav .searchForm .btn {
  margin-top: -1px;
}
.site-header .top-nav button,
.site-header .top-nav .zipAction .geoloc-btn button {
  height: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 10px;
}
.site-header .top-nav .zipAction .geoloc-btn button {
  margin-top: 1px;
}
.site-header .top-nav .spectrum-search-input-wrap  input {
	width: 80px;
	position: relative;
}
.site-header .top-nav .nav-user .zip-label {
	line-height: 38px;
}
.site-header .top-nav .nav-user .zip-code {
	font-weight: 700;
	text-decoration: underline; 
}
.site-header .top-nav .nav-user .zip-code .no-zip-message {
	display: none;
}
.site-header .top-nav .btn,
.site-header .top-nav .zipAction .geoloc-btn button {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-transition-property: color, border, background-color;
    transition-property: color, border, background-color;
}
.site-header .top-nav .btn:hover,
.site-header .top-nav .zipAction .geoloc-btn button:hover {
    background-color: #ffffff;
    color: #0077bc;
}
.site-header .top-nav .nav-user li {
  padding-left: 0;
}
.site-header .top-nav .mpTranslate {
	display: none;
}
@media screen and (min-width:768px) {
	.site-header .top-nav .mpTranslate  {
	  display: block;
	  padding-left: 15px;
	  padding-right: 15px;
	}
}
.site-header .top-nav li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  top: 4px;
  background-color: #374c5e;
}
.site-header .top-nav li:first-child::before,
.site-header .top-nav li:last-child::before  {
  content: inherit;
  content: initial;
}
.site-header .top-nav .mpTranslate:before  {
  left: 0;
}
.site-header .top-nav .mpTranslate:after  {
  right: 0;
}



.site-footer .footer-bottom-links {
    padding-top: 20px;
    padding-bottom: 45px;
    background-color: #00305a;
}

    .site-footer .footer-bottom-links .external-links {
        text-align: center;
    }

    .site-footer .footer-bottom-links a,
    .site-footer .footer-bottom-links .copyright {
        font-size: 14px;
        line-height: 22px;
        color: #e4e4e4;
    }

        .site-footer .footer-bottom-links a:hover {
            text-decoration: underline;
        }
    .external-links {
        margin-left: 5%;
    }
    .site-footer .footer-bottom-links .external-links ul li {
        position: relative;
        border-right: none;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 5px;
        padding-right: 10px;
    }

        .site-footer .footer-bottom-links .external-links ul li.spectrum-last:after {
            background-color: transparent;
        }

        .site-footer .footer-bottom-links .external-links ul li:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 15px;
            top: 6px;
            right: 0;
            background-color: #ffffff;
        }

@media (max-width: 767px) {
    .site-footer .footer-bottom-links {
        background-color: #001d37;
    }
}

.site-footer .footer-bottom-links .external-links .list-inline {
    margin-bottom: 0;
}

.site-footer .footer-bottom-links .external-links ul li {
    display: inline-block;
}

.site-footer .footer-bottom-links .external-links .container {
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .site-footer .footer-bottom-links .footer-logo,
    .site-footer .footer-bottom-links .social-logos {
        display: block;
        text-align: center;
        margin: auto;
    }
}

.site-footer .footer-bottom-links .social-logos {
    display: block;
    text-align: center;
    width: 170px;
}

    .site-footer .footer-bottom-links .social-logos img {
        margin: 5px;
    }

@media (min-width: 768px) {
    .footer-lnk-collapsed {
        display: block;
    }
}


    #mui-loaderHeader {
        padding: 0;
        background-color: #FFF;
        background-image: -webkit-linear-gradient(top, #FFF 60%, #bebebe);
        background-image: linear-gradient(180deg, #FFF 60%, #bebebe);
    }

        #mui-loaderHeader div {
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 5px;
        }

    #mui-loaderBody {
        text-align: center;
        font-family: Helvetica,Arial,sans-serif;
        padding: 0;
        background-color: #d4d3d3;
        background-image: -webkit-linear-gradient(top, #d5d5d5 30%, #FFF);
        background-image: linear-gradient(180deg, #d5d5d5 30%, #FFF);
    }

        #mui-loaderBody .image {
            display: inline-block;
        }

    #mui-loaderFooter {
        color: #fff;
    }

    body.cq-wcm-edit #muiLoadingContainer,
    body.cq-wcm-preview #muiLoadingContainer {
        display: block !important;
        position: initial;
        top: initial;
        left: initial;
        z-index: 0;
        width: initial;
        height: initial;
    }

    #muiLoadingContainer {
        background-color: #00629b;
        z-index: 9999;
    }

    .muiloader-footer-content {
        max-width: 1200px;
        color: white !important;
        margin: 0 auto;
    }

        .muiloader-footer-content li {
            list-style: none;
            display: inline-block;
        }

            .muiloader-footer-content li.spectrum-first.spectrum-last {
                list-style: none;
                color: white;
            }

    .mui-loadScreenBoxRow {
        margin-bottom: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .mui-footer-links a {
        color: white;
        font-size: 13px;
        line-height: 21px;
        padding-top: 5px;
        text-decoration: none;
    }

    body {
        margin: 0;
        padding: 0;
    }

    div#loaderFooter {
        margin: 0 auto;
    }

    .text-right.site-header.mui-site-header-top {
        font-weight: 400;
        font-family: Open Sans, Helvetica, Arial, sans-serif;
        color: #0077bc !important;
    }

    .mui-site-header-top a:hover {
        color: #003057;
    }

    .muiloader-footer-content ul {
        padding-left: 0px;
        margin-left: -6px;
    }

    .mui-footer-links a {
        padding: 0 5px;
    }

    .section.customWrapper #loaderFooter {
        background: linear-gradient(180deg, #083e60 0%, #0b7ac0);
    }

    #loaderFooter {
        background-color: transparent !important;
    }

        #loaderFooter .list-component {
            list-style-type: none;
            max-width: 1200px;
            margin: 0 auto;
        }

            #loaderFooter .list-component li {
                display: inline-block;
            }

    #muiLoadingContainer {
        background-color: #FEFEFE;
    }

    .mui-loadScreenCopyBox {
        border-right: 1px solid #c9c9c9;
        display: inline-block;
        padding-bottom: 30px;
        padding-top: 30px;
        width: 33%;
    }

    .mui-loadScreenCopyMain {
        font-size: 14px;
        color: #00629b;
        font-weight: bold;
    }

    .mui-loadScreenCopySub {
        font-size: 12px;
        color: black;
    }

    .belowFooter {
        height: 500px;
        background-color: #FEFEFE;
        width: 100%;
        margin-top: -16px;
    }

    @media only screen and (max-width: 768px) {
        .mui-loadScreenCopyBox {
            border-right: none;
            display: block;
            padding-bottom: 30px;
            padding-top: 30px;
            width: 100%;
        }
    }


.site-footer .footer-main-links {
    padding-bottom: 40px;
    background-color: #00305a;
    border-top: 6px solid #001d37;
}

    .site-footer .footer-main-links h3 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 24px;
        color: #3e8fdf;
    }

    .site-footer .footer-main-links .footer-lnk-selector a {
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
    }

        .site-footer .footer-main-links .footer-lnk-selector a:hover {
            text-decoration: underline;
        }

@media (max-width: 767px) {
    .site-footer .footer-main-links {
        padding-top: 20px;
        padding-bottom: 0;
    }

        .site-footer .footer-main-links h3 {
            margin: 0 -15px;
            padding: 20px 15px;
        }

    .site-footer .footer-body.footer-main-links .border-b-w {
        padding-bottom: 20px;
        border-bottom: 1px solid #3e8fdf;
    }

    .site-footer .footer-main-links .footer-lnk-selector {
        margin-left: -15px;
        margin-right: -15px;
    }

        .site-footer .footer-main-links .footer-lnk-selector li {
            padding-right: 15px;
            padding-left: 60px;
        }
}

/* line spacing of footer links */
.site-footer .footer-body li:nth-child(4) .aem-GridColumn,
.site-footer .footer-body li:nth-child(3) .aem-GridColumn,
.site-footer .footer-body li:nth-child(2) .aem-GridColumn,
.site-footer .footer-body li .linkComponent { /* 1st column */
    padding-left: 5;
    margin-bottom: 1rem;
}

.site-footer .footer-body div.linkComponent.section,
.site-footer .footer-body div.section.mpTranslate {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .footer-lnk-collapsed {
        display: none;
    }
}

.footer-body h3.expand span {
    display: none;
}

@media(min-width: 768px) and (max-width: 991px) {
    /* align Charter Info column */
    .site-footer .footer-body .charter-info {
        margin-left: -1.5rem;
    }
}

@media (max-width: 767px) {
    .footer-body h3.expand span {
        display: block;
        float: right;
    }
}




.modal .muiServiceability .localization--horizontal-2 .localization__inputs,
.modal .muiServiceability .localization--horizontal-2 .localization__input-container-address {
	position: relative;
}

.modal .muiServiceability .localization--horizontal-2 .localization__bubble-address1--error {
	margin-top: 0;
	top: 7.1rem;
}

.modal .muiServiceability .localization--horizontal-2 .localization__bubble-zip--error {
	margin-top: 0;
	top: 19rem;
}

.modal .muiServiceability .localization--horizontal-2 .localization__bubble-zip--error .localization__bubble-pointer {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.muiServiceability .localization--horizontal-2 .localization__input-submit
{
    background-image: linear-gradient(#f66200, #f66200);
}

.buyflowEntryForm .localization--horizontal-2 .localization__input-submit
{
    background-image: linear-gradient(#f66200, #f66200);
}

@media only screen and (max-width: 413px) { 
.modal .muiServiceability .localization--horizontal-2 .localization__bubble-zip--error .localization__bubble-pointer {
	left: 75%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.buyflowEntryForm .localization--horizontal-2 .localization__bubble-pointer.localization__bubble-pointer-zip {
    left: auto !important;
}
.buyflowEntryForm .localization--horizontal-2 .localization__bubble-zip--error {
    margin-top: 249px !important;
}
.buyflowEntryForm .localization--horizontal-2 .localization__bubble {
 width: auto;
}
}


.site-footer .footer-states-list {
            background-color: #001d37;
            border: none;
            margin-top: 0;
        }

            .site-footer .footer-states-list a span {
                font-size: 24px;
                color: #3e8fdf;
                font-weight: 400;
            }

            .site-footer .footer-states-list .footer-lnk-selector a span {
                font-size: 14px;
                line-height: 22px;
                color: #ffffff;
            }

            .site-footer .footer-states-list .footer-lnk-selector a:hover span {
                text-decoration: underline;
            }

        @media (min-width: 1200px) {
            .site-footer .footer-states-list .listComponent {
                margin: 0 60px;
            }
        }

        .site-footer .footer-states-list .list-inline.list-separated li {
            border-right: none;
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
        }

        @media (min-width: 768px) {
            .site-footer .footer-states-list .list-inline.list-separated li:after {
                content: "";
                position: absolute;
                width: 1px;
                height: 15px;
                top: 4px;
                right: 0;
                background-color: #ffffff;
            }

            .site-footer .footer-states-list .list-inline.list-separated li.spectrum-last:after {
                background-color: transparent;
            }
        }

        @media (max-width: 767px) {
            .site-footer #states-list ul li .linkComponent {
                padding-right: 15px;
                padding-left: 45px;
                padding-bottom: 10px;
            }

            .site-footer .footer-states-list {
                background-color: #00305a;
            }

                .site-footer .footer-states-list h3 {
                    padding-top: 20px;
                    padding-bottom: 10px;
                }

                .site-footer .footer-states-list p,
                .site-footer #states-list h3 {
                    font-size: 24px;
                    color: #3e8fdf;
                    font-weight: 400;
                }
        }

        .site-footer .footer-states-list a,
        .site-footer .footer-states-list a:hover {
            font-size: 24px;
            color: #3e8fdf;
            font-weight: 400;
        }

        @media (max-width: 767px) {
            .site-footer .footer-states-list {
                border-top: none;
                padding: 0;
                margin-top: 0;
                text-align: left;
                display: block;
            }

                .site-footer .footer-states-list .list-inline.list-separated li {
                    border-right: none;
                    padding-right: 0;
                }

            .list-inline > li {
                display: block;
                margin-left: 5px;
            }

            .site-footer .footer-states-list h3.expand {
                font-size: 1.6rem;
                color: #fff;
                margin-top: 0;
                cursor: pointer;
            }

                .site-footer .footer-states-list h3.expand span {
                    display: block;
                    float: right;
                    font-weight: 600;
                }

            .site-footer .footer-states-list .linkComponent.section {
                margin-bottom: 1rem;
            }
        }



@media (min-width: 768px) {
    #login_tmp {
        float:left; 
        margin-left: 30%;
    }

}


