@font-face {
  font-family: GothamBook;
  src: url("fonts/GothamSSm-Book.otf");
}
@font-face {
  font-family: GothamBold;
  src: url("fonts/GothamSSm-Bold.otf");
}
@font-face {
  font-family: GothamLight;
  src: url("fonts/GothamSSm-Light.otf");
}
/*---------------------- Dark Orange*/
/*---------------------- Middle Orange*/
/*---------------------- Light Orange*/
/*---------------------- Light Gray*/
/*#DCDCDB;*/
/*---------------------- Middle Gray*/
/*---------------------- Dark Gray*/
/*---------------------- Blue*/
/*---------------------- White*/
.font-normal {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
@media print {
  .font-normal {
    font-family: Arial, sans-serif;
  }
}
.font-bold {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
@media print {
  .font-bold {
    font-family: Arial, sans-serif;
  }
}
.font-light {
  font-family: GothamLight, Arial, sans-serif;
  font-style: normal;
  font-weight: lighter;
  line-height: 1;
}
@media print {
  .font-light {
    font-family: Arial, sans-serif;
  }
}
html {
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 16px;
  color: #595858;
}
@media print {
  body {
    font-family: Arial, sans-serif;
  }
}
h1 {
  font-family: GothamLight, Arial, sans-serif;
  font-style: normal;
  font-weight: lighter;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  color: #ec7c23;
  margin-top: 0;
}
@media print {
  h1 {
    font-family: Arial, sans-serif;
  }
}
h2 {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #ec7c23;
  margin-top: 0;
}
@media print {
  h2 {
    font-family: Arial, sans-serif;
  }
}
h3 {
  font-family: GothamLight, Arial, sans-serif;
  font-style: normal;
  font-weight: lighter;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ec7c23;
}
@media print {
  h3 {
    font-family: Arial, sans-serif;
  }
}
h4 {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #507c9b;
}
@media print {
  h4 {
    font-family: Arial, sans-serif;
  }
}
h5 {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #ec7c23;
  font-size: 1.1rem;
}
@media print {
  h5 {
    font-family: Arial, sans-serif;
  }
}
ul.sfShopByFilterList li a.sfFilterLnk {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
}
@media print {
  ul.sfShopByFilterList li a.sfFilterLnk {
    font-family: Arial, sans-serif;
  }
}
/* ---------------------------------------------------General Tags */
img {
  border: 0;
  width: 100%;
  height: auto;
}
ol,
ul {
  padding-left: 15px;
}
q:before,
q:after {
  content: '';
}
/* --------------------------------------------------- Links*/
a,
a:hover,
a:focus,
a:visited {
  text-decoration: underline;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
a,
a:visited {
  color: #e66026;
}
a:hover,
a:focus {
  color: #ee7c22;
}
a.button,
a.primary-button,
a.sffilterClearLnk,
input[type=submit],
input[type=button],
.sfsearchSubmit,
button.primary-button {
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: #de5626;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}
@media print {
  a.button,
  a.primary-button,
  a.sffilterClearLnk,
  input[type=submit],
  input[type=button],
  .sfsearchSubmit,
  button.primary-button {
    font-family: Arial, sans-serif;
  }
}
a.button:hover,
a.primary-button:hover,
a.sffilterClearLnk:hover,
input[type=submit]:hover,
input[type=button]:hover,
button.primary-button:hover {
  color: #fff;
  text-decoration: none;
  background: #d34628;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.primary-button.disable-button,
.primary-button.disable-button:hover {
  color: #fff;
  text-decoration: none;
  background: #eeaa92;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  cursor: default;
}
/* Collapse */
a.accordion-toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
a.accordion-toggle span.more,
a.accordion-toggle span.less {
  margin: 0;
  padding: 0;
  display: none;
  text-align: center;
  min-width: 40px;
  min-height: 18px;
  background-image: url(images/WM_up-down-arrow.png);
  background-position: center bottom;
  background-size: 26px auto;
  background-repeat: no-repeat;
}
a.accordion-toggle span.less {
  display: inline-block;
  background-position: center 6px;
}
a.accordion-toggle.collapsed span.more {
  display: inline-block;
}
a.accordion-toggle.collapsed span.less {
  display: none;
}
/* ---------------------------------------------------Forms */
label,
label.sfGroupTitle {
  font-family: GothamMedium, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
select {
  display: block;
  margin: 0;
  padding: 5px;
  width: 60%;
  height: 32px;
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 25px;
  vertical-align: middle;
  color: #595858;
  background: #f6f6f6;
  border: solid 1px #d2d1d1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  transform: none;
}
@media print {
  select {
    font-family: Arial, sans-serif;
  }
}
select option {
  padding: 5px 10px;
  border: none;
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 25px;
  color: #595858;
}
@media print {
  select option {
    font-family: Arial, sans-serif;
  }
}
select:focus,
.sfDropdownList.sfFieldWrp select:focus {
  box-shadow: none;
}
.contact-us-form select {
  width: 100%;
}
label {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  color: #595858;
}
@media print {
  label {
    font-family: Arial, sans-serif;
  }
}
input::-moz-focus-inner {
  border: 0;
}
input[type=text],
textarea {
  padding: 8px 10px;
  width: 100%;
  background: #f6f6f6;
  border: solid 1px #d2d1d1;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  resize: none;
}
.sfError {
  padding-top: 5px;
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: red;
}
@media print {
  .sfError {
    font-family: Arial, sans-serif;
  }
}
/* --------------------------------------------------- Boxes */
.gray-box {
  background: #eeeeee;
}
/* --------------------------------------------------- Tables */
.table-p10 table,
.table-p15 table,
.table-p20 table,
.table-p30 table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.table-p10 table td,
.table-p15 table td,
.table-p20 table td,
.table-p30 table td {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.table-p10 table td h1,
.table-p15 table td h1,
.table-p20 table td h1,
.table-p30 table td h1,
.table-p10 table td h2,
.table-p15 table td h2,
.table-p20 table td h2,
.table-p30 table td h2 {
  margin: 0;
  padding: 0 0 20px 0;
}
.table-p10 table td h3,
.table-p15 table td h3,
.table-p20 table td h3,
.table-p30 table td h3,
.table-p10 table td h4,
.table-p15 table td h4,
.table-p20 table td h4,
.table-p30 table td h4,
.table-p10 table td p,
.table-p15 table td p,
.table-p20 table td p,
.table-p30 table td p,
.table-p10 table td ul,
.table-p15 table td ul,
.table-p20 table td ul,
.table-p30 table td ul {
  margin: 0;
  padding: 0 0 15px 0;
}
.table-p10 table td ul li,
.table-p15 table td ul li,
.table-p20 table td ul li,
.table-p30 table td ul li {
  list-style: none;
  margin: 0;
  padding: 3px 0;
}
.table-p10 table img,
.table-p15 table img,
.table-p20 table img,
.table-p30 table img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.table-p10 table {
  margin-bottom: 25px !important;
  border-top: 1px solid #eeeeee;
}
.table-p10 table tr td {
  padding-top: 20px !important;
}
.table-p10 table tr td h2 {
  padding: 0 !important;
}
.table-p10 table td:first-child {
  padding-right: 10px !important;
  width: 50px !important;
}
.table-p10 table:first-child {
  border-top: none !important;
}
.table-p10 table:first-child tr:first-child td {
  padding-top: 0 !important;
}
.table-p15 table tr td:first-child {
  padding: 0 15px 0 0;
  width: 16%;
}
@media (min-width: 768px) {
  .table-p15 table tr td:first-child {
    width: 16%;
  }
}
@media (min-width: 992px) {
  .table-p15 table tr td:first-child {
    width: 16%;
  }
}
@media (min-width: 1200px) {
  .table-p15 table tr td:first-child {
    width: 16%;
  }
}
.table-p20 table tr td:first-child {
  padding: 0 20px 0 0;
}
.table-p30 table tr td:first-child {
  padding: 0 30px 0 0;
  width: 28%;
}
@media (min-width: 768px) {
  .table-p30 table tr td:first-child {
    width: 36%;
  }
}
@media (min-width: 992px) {
  .table-p30 table tr td:first-child {
    width: 28%;
  }
}
@media (min-width: 1200px) {
  .table-p30 table tr td:first-child {
    width: 24%;
  }
}
/* Extra small devices (phones, up to 480px) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  select,
  select.form-control {
    width: 100%;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.ng-cloak {
  display: none !important;
}
html,
body,
body > form {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #ffffff;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 94%;
}
/* --------------------------------------------------- Pages */
.page-content {
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
}
.sf_cols.container {
  margin-top: 35px;
}
h1.page-title,
.page-title h1 {
  margin: 0;
  padding: 0;
}
div.page-title {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}
.page-title:after {
  content: "";
  display: table;
  clear: both;
}
.store-map-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
}
/* --------------------------------------------------- Legal Pages */
a.print {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-image: url("images/iconsprite.png");
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center -156px;
  text-decoration: none;
}
a.print:hover {
  text-decoration: none;
}
a.language-link {
  display: inline-block;
  margin: 0 15px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  text-decoration: underline;
}
a.language-link:hover {
  text-decoration: underline;
}
table.device-compatibility {
  padding: 0;
  border: 1px solid #ee7c22;
  border-left: none;
}
table.device-compatibility th {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #ee7c22;
  border: none;
}
table.device-compatibility td {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #ee7c22;
  border-left: 1px solid #ee7c22;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  .page-wrapper {
    /*padding-bottom: 40px !important;*/
  }
  /* --------------------------------------------------- Mobile Devices Page */
  .banner-left,
  .banner-right {
    display: block;
    min-height: 230px;
    width: 100% !important;
  }
  li.sfproductListItem {
    clear: both;
    display: block;
    height: auto;
  }
  .sfproductPrice {
    padding: 15px 0;
  }
  table.device-compatibility {
    margin: 0 0auto 10px auto;
    width: 98%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .filter-wrapper.collapse {
    height: auto !important;
    display: block;
  }
  .colored {
    background: rgba(125, 19, 36, 0.6);
  }
  /* --------------------------------------------------- Mobile Devices Page */
  li.sfproductListItem:nth-child(2n+3) {
    clear: both;
  }
  li.sfproductListItem:nth-child(2n+3):after {
    content: "";
    display: table;
    clear: both;
  }
  .sfproductPrice {
    padding: 15px 0;
  }
  table.device-compatibility {
    margin: 0 auto 10px auto;
    width: 400px;
  }
  .device-banner {
    background-image: url('../images/default-source/wind-asserts/true-freedom-is-unlimited.jpg');
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .filter-wrapper.collapse {
    height: auto !important;
    display: block;
  }
  .colored {
    background: rgba(125, 19, 36, 0.4);
  }
  /* --------------------------------------------------- Mobile Devices Page */
  li.sfproductListItem:nth-child(2n+3) {
    clear: none;
  }
  li.sfproductListItem:nth-child(3n+4) {
    clear: both;
  }
  .sfproductPrice {
    padding: 15px 0;
  }
  table.device-compatibility {
    margin: 0 0 10px 0;
    width: 400px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .filter-wrapper.collapse {
    height: auto !important;
    display: block;
  }
  /* --------------------------------------------------- Mobile Devices Page */
  li.sfproductListItem:nth-child(2n+3) {
    clear: none;
  }
  li.sfproductListItem:nth-child(3n+4) {
    clear: both;
  }
  .sfproductPrice {
    padding: 15px 0;
  }
  table.device-compatibility {
    margin: 0 0 10px 0;
    width: 400px;
  }
}
.xs-menu {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print {
  .xs-menu {
    font-family: Arial, sans-serif;
  }
}
.xs-menu-icon,
.xs-find-store-icon a,
.search-icon,
span.icon,
li.xs-nav-item,
.pre-nav-item {
  background-color: none;
  background-image: url("images/headerIconsprite.png");
  background-repeat: no-repeat;
  background-size: 63px auto;
}
/* ------------------------------------------------- Header Extra small devices */
.site-logo.visible-xs {
  width: 36%;
  text-align: center;
  background: #ffffff;
}
.xs-menu-icon {
  margin: 0;
  padding: 0;
  width: 32%;
  height: 70px;
  cursor: pointer;
  background-position: left -417px;
}
.xs-find-store-icon {
  margin: 0;
  padding: 0;
  width: 32%;
  height: 70px;
}
.xs-find-store-icon a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 70px;
  background-size: 63px auto;
  background-repeat: no-repeat;
  background-position: right -347px;
}
span.icon.xs-find-store {
  background-position: center -346px;
}
/* ------------------------------------------------- Primary Navigation - Extra small devices */
.page-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
@media (min-width: 768px) {
  .page-wrapper {
    position: relative;
    overflow-x: inherit;
  }
}
.page-wrapper.into {
  left: 0;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
.page-wrapper.out {
  left: 80%;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
@media (min-width: 768px) {
  .page-wrapper.out {
    left: 0;
    position: relative;
    overflow-x: inherit;
  }
}
.xs-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 80%;
  min-height: 600px;
}
.xs-menu.white {
  background: #ffffff;
}
.xs-menu.gray {
  background: #eeeeee;
}
.xs-menu ul.xs-primary-nav {
  background: #de5626;
}
.xs-menu ul.xs-nav {
  display: block;
  margin: 0;
  padding: 0;
}
.xs-menu ul.xs-nav li.xs-nav-item {
  display: block;
  margin: 0;
  padding: 0;
  height: 70px;
  border-top: 1px solid #ec7c23;
  background-position: right -482px;
  /* Sub Menu*/
}
.xs-menu ul.xs-nav li.xs-nav-item:first-child {
  border-top: none;
}
.xs-menu ul.xs-nav li.xs-nav-item#xsFindStoreNav,
.xs-menu ul.xs-nav li.xs-nav-item#xsContactusNav,
.xs-menu ul.xs-nav li.xs-nav-item#xsWhyWindNav {
  background: none;
}
.xs-menu ul.xs-nav li.xs-nav-item a,
.xs-menu ul.xs-nav li.xs-nav-item a:hover,
.xs-menu ul.xs-nav li.xs-nav-item a:focus {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  color: #ffffff;
  white-space: normal;
  vertical-align: middle;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.xs-menu ul.xs-nav li.xs-nav-item a span,
.xs-menu ul.xs-nav li.xs-nav-item a:hover span,
.xs-menu ul.xs-nav li.xs-nav-item a:focus span {
  display: table-cell;
  margin: 0;
  padding: 0;
  height: 70px;
  text-align: left;
  vertical-align: middle;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.xs-menu ul.xs-nav li.xs-nav-item a span.icon,
.xs-menu ul.xs-nav li.xs-nav-item a:hover span.icon,
.xs-menu ul.xs-nav li.xs-nav-item a:focus span.icon {
  width: 70px;
}
.xs-menu ul.xs-nav li.xs-nav-item a span.icon.my-wind,
.xs-menu ul.xs-nav li.xs-nav-item a:hover span.icon.my-wind,
.xs-menu ul.xs-nav li.xs-nav-item a:focus span.icon.my-wind {
  background-position: center -695px;
}
.xs-menu ul.xs-nav li.xs-nav-item a span.text,
.xs-menu ul.xs-nav li.xs-nav-item a:hover span.text,
.xs-menu ul.xs-nav li.xs-nav-item a:focus span.text {
  padding-right: 40px;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu {
  position: absolute;
  left: -100%;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background: #de5626;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu.out {
  left: -100%;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu.into {
  left: 0;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item {
  display: block;
  margin: 0;
  padding: 0;
  height: 70px;
  border: none;
  background-position: -6px -552px;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a,
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a:hover,
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a:focus,
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a.sfSel {
  display: table;
  margin: 0;
  padding: 0 10px 0 25px;
  width: 100%;
  height: 70px;
  color: #ffffff;
  white-space: normal;
  font-weight: normal;
  vertical-align: middle;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a span,
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a:hover span,
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a:focus span,
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu .pre-nav-item a.sfSel span {
  display: table-cell;
  margin: 0;
  padding: 0;
  height: 70px;
  text-align: left;
  vertical-align: middle;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  border-top: 1px solid #ec7c23;
}
.xs-menu ul.xs-nav li.xs-nav-item .sub-menu ul li a {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
  height: 60px;
  text-align: left;
  vertical-align: middle;
}
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item {
  height: 60px;
  border-top: 1px solid #dad9d9;
}
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item:first-child {
  border-top: none;
}
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item a,
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item a:hover,
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item a:focus,
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item a.sfSel {
  height: 60px;
  padding-left: 20px;
  color: #595858;
  font-weight: normal;
}
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item .sub-menu {
  background: #eeeeee;
}
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item .sub-menu .pre-nav-item a {
  padding: 0 15px 0 40px;
  color: #595858;
}
.xs-menu ul.xs-nav.xs-footer-nav li.xs-nav-item .sub-menu ul li {
  border-top: 1px solid #dad9d9;
}
.outer-header-wrapper {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  /* ------------------------------------------------- Search Box */
  /* ------------------------------------------------- Top Navigation - non Extra small devices */
}
@media print {
  .outer-header-wrapper {
    font-family: Arial, sans-serif;
  }
}
.outer-header-wrapper .site-header {
  position: absolute;
  height: 70px;
  background: #ec7c23;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#66000000,Positive=true);
}
@media (min-width: 768px) {
  .outer-header-wrapper .site-header {
    position: fixed;
  }
}
.outer-header-wrapper .header-wrapper {
  height: 70px;
}
@media (max-width: 767px) {
  .outer-header-wrapper .header-wrapper {
    margin-top: 0;
  }
}
.outer-header-wrapper .xs-menu-icon,
.outer-header-wrapper .xs-find-store-icon a,
.outer-header-wrapper .search-icon,
.outer-header-wrapper span.icon,
.outer-header-wrapper li.xs-nav-item,
.outer-header-wrapper .pre-nav-item {
  background-color: none;
  background-image: url("images/headerIconsprite.png");
  background-repeat: no-repeat;
  background-size: 63px auto;
}
.outer-header-wrapper .top-search {
  position: relative;
  margin: 0;
  padding: 0;
}
.outer-header-wrapper .search-icon {
  float: right;
  margin: 0;
  padding: 0;
  height: 70px;
  width: 36px;
  cursor: pointer;
  background-size: auto 50px;
  background-position: -157px center;
  background-repeat: no-repeat;
}
.outer-header-wrapper .search-wrapper {
  width: 230px;
}
.outer-header-wrapper .search-box {
  right: 0;
  top: 0;
  margin: 12px 0;
  padding: 0 15px;
  width: 200px;
  height: 26px;
  background: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.outer-header-wrapper .top-search .search-box input[type=search] {
  margin: 0 0 0 15px;
  padding: 0;
  width: 150px;
  height: 26px;
  line-height: 26px;
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.outer-header-wrapper .top-primary-nav-wrapper,
.outer-header-wrapper .top-secondary-nav-wrapper {
  margin: 0;
  height: 70px;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  z-index: 1200;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item {
  position: relative;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 70px;
  line-height: 70px;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  /* Sub Menu*/
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item:hover,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item:hover {
  background-color: #de5626;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item a,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item a,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item a:hover,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item a:hover,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item a:focus,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item a:focus {
  display: table-cell;
  margin: 0;
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item a span.icon,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item a span.icon,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item a:hover span.icon,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item a:hover span.icon,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item a:focus span.icon,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item a:focus span.icon {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 70px;
  text-align: center;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 70px;
  min-width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
  background: rgba(222, 86, 38, 0.9);
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-transition: max-height 0.7s, height 0.7s, visibility 0.7s;
  -moz-transition: max-height 0.7s, height 0.7s, visibility 0.7s;
  -o-transition: max-height 0.7s, height 0.7s, visibility 0.7s;
  transition: max-height 0.7s, height 0.7s, visibility 0.7s;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu:before,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: -5%;
  width: 110%;
  height: 5px;
  background: none;
  border: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#66000000,Positive=true);
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList {
  float: none;
  margin: 0;
  padding: 5px 0 0 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 50px;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li:hover,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li:hover,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li > a:focus,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li > a:focus {
  background: #de5626;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li:last-child:hover,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li:last-child:hover {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a:hover,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a:hover,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a:focus,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a:focus {
  display: block ;
  margin: 0;
  padding: 0 20px;
  height: 50px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  line-height: 50px;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a:focus,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu ul.sfNavList li a:focus {
  background: #de5626;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item .sub-menu {
  display: block;
  visibility: hidden;
  max-height: 0;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item:hover,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item:hover,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item.focus,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item.focus,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item > a:focus,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item > a:focus {
  background-color: #de5626;
  height: auto;
}
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item:hover > .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item:hover > .sub-menu,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item.focus > .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item.focus > .sub-menu,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item > a:focus > .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item > a:focus > .sub-menu,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item:hover + .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item:hover + .sub-menu,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item.focus + .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item.focus + .sub-menu,
.outer-header-wrapper .top-primary-nav-wrapper ul.top-nav li.nav-item > a:focus + .sub-menu,
.outer-header-wrapper .top-secondary-nav-wrapper ul.top-nav li.nav-item > a:focus + .sub-menu {
  visibility: visible;
  max-height: 480px;
  z-index: 9999;
}
.outer-header-wrapper .top-primary-nav-wrapper {
  padding: 0 15px;
}
.outer-header-wrapper #myWind_Nav.sub-menu,
.outer-header-wrapper #search_Nav.sub-menu {
  left: auto;
  right: 0;
}
.outer-header-wrapper .site-logo.hidden-xs {
  margin: 0;
  padding: 0;
  width: 14.5%;
  height: 70px;
  background: #fff;
}
.outer-header-wrapper .site-logo.hidden-xs a,
.outer-header-wrapper .site-logo.visible-xs a {
  margin: 0;
  padding: 0;
  display: block;
  height: 70px;
  width: 100%;
  background-color: none;
  background-image: url("images/headerIconsprite.png");
  background-repeat: no-repeat;
  background-position: center -998px;
  background-size: 82px auto;
}
span.icon.plane-devices {
  background-position: center 0px;
}
span.icon.network-quality {
  background-position: center -70px;
}
span.icon.why-wind {
  background-position: center -140px;
}
span.icon.search-icon {
  background-position: center -214px;
}
span.icon.find-store {
  background-position: center -822px;
  width: 63px !important;
}
span.icon.my-wind {
  background-position: center -277px;
  width: 63px !important;
}
.outer-footer-wrapper {
  background: #dad9d9;
  margin: 0;
  padding: 0;
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
@media print {
  .outer-footer-wrapper {
    font-family: Arial, sans-serif;
  }
}
.footer-menu {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  background: #eeeeee;
}
.footer-menu ul {
  width: 735px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul li a,
.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
  display: table-cell;
  margin: 0;
  padding: 0 35px;
  height: 50px;
  vertical-align: middle;
  color: #595858;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.footer-menu ul li .social-img img {
  width: 30px;
  height: 30px;
}
.footer-menu ul li .social-img a,
.footer-menu ul li .social-img a:focus {
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  height: 50px;
  vertical-align: middle;
  color: #595858;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.footer-submenu {
  display: none;
  width: 650px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.footer-submenu .about-submenu,
.footer-submenu .legal-submenu {
  display: inline-block;
  margin: 0 ;
  padding: 0;
  vertical-align: top;
}
.footer-submenu .about-submenu ul,
.footer-submenu .legal-submenu ul {
  display: block;
  margin: 0;
  padding: 5px 0 30px 0;
}
.footer-submenu .about-submenu ul li,
.footer-submenu .legal-submenu ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-submenu .about-submenu ul li a,
.footer-submenu .legal-submenu ul li a,
.footer-submenu .about-submenu ul li a:hover,
.footer-submenu .legal-submenu ul li a:hover,
.footer-submenu .about-submenu ul li a:focus,
.footer-submenu .legal-submenu ul li a:focus,
.footer-submenu .about-submenu ul li a.sfSel,
.footer-submenu .legal-submenu ul li a.sfSel {
  display: inline-block;
  margin: 5px 0;
  padding: 2px 0;
  color: #595858;
  font-weight: normal;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dad9d9;
}
.footer-submenu .about-submenu ul li a:hover,
.footer-submenu .legal-submenu ul li a:hover,
.footer-submenu .about-submenu ul li a:focus,
.footer-submenu .legal-submenu ul li a:focus {
  color: #de5626;
  border-bottom: 1px solid #de5626;
}
.footer-submenu .legal-submenu {
  padding-left: 57px;
}
.footer-submenu .about-submenu {
  padding-left: 138px  !important;
}
.wind-freedom-home h1 {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 25px;
  font-size: 3rem;
  line-height: 40px;
  letter-spacing: 1px;
}
@media print {
  .wind-freedom-home h1 {
    font-family: Arial, sans-serif;
  }
}
@media (min-width: 768px) {
  .wind-freedom-home h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .wind-freedom-home h1 {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 60px;
  }
}
.wind-freedom-home h4 {
  font-size: 3rem;
  line-height: 46px;
  font-style: normal;
}
/*.home-slide {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;

    & > div { 
        display: block;
        margin: 0;
        padding: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;

        h1 {
            .font-bold;
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 40px;
            letter-spacing: 1px;

            @media (min-width: 768px) {
                font-size:40px; font-size: 4rem; line-height: 50px;
            }

            @media (min-width: 992px) {
                font-size: 52px; font-size: 5.2rem; line-height: 60px;
            }
        }

        h4 {
            font-size: 3rem;
            line-height: 46px;
            font-style: normal;
        }
    }
}
.are-you-covered {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;

    img {
        width: 100%;
        height: auto;
    }
}*/
/* ------------------------------------------------- Homepage Footer Extra small devices */
.xs-home-footer {
  display: block;
  margin: 0;
  padding: 0;
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  background: #eeeeee;
}
@media print {
  .xs-home-footer {
    font-family: Arial, sans-serif;
  }
}
.xs-home-footer ul {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}
.xs-home-footer ul li {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-top: 1px solid #dad9d9;
}
.xs-home-footer ul lili:first-child {
  border-top: none;
}
.xs-home-footer ul li a,
.xs-home-footer ul li a:hover,
.xs-home-footer ul li a:focus {
  display: table-cell;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  color: #595858;
  white-space: normal;
  vertical-align: middle;
  text-decoration: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.wind-freedom-home .parallax-bg {
  background-position: center top;
  background-repeat: no-repeat;
  height: 600px;
}
.wind-freedom-home .parallax-bg h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: white;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .wind-freedom-home .parallax-bg {
    height: 800px;
  }
  .wind-freedom-home .parallax-bg h1 {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) and (orientation: landscape) {
  .wind-freedom-home .parallax-bg {
    height: 500px;
    background-size: 100% 500px;
  }
  .wind-freedom-home .parallax-bg h1 {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .wind-freedom-home .parallax-bg {
    background-position: center center;
  }
}
@media (max-width: 768px) {
  .wind-freedom-home .parallax-bg {
    height: 360px;
    background-size: 100% 360px;
  }
}
@media (max-width: 650px) {
  .wind-freedom-home .parallax-bg {
    background-size: 130% 360px;
  }
}
.wind-freedom-home .staticParallaxBlock {
  padding: 15px;
}
.wind-freedom-home .staticBackgroundBlock {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 1020px;
  padding-top: 60px;
}
@media (max-height: 800px) {
  .wind-freedom-home .staticBackgroundBlock {
    height: 740px;
  }
}
@media (max-width: 1400px) {
  .wind-freedom-home .staticBackgroundBlock {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .wind-freedom-home .staticBackgroundBlock {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .wind-freedom-home .staticBackgroundBlock {
    padding-top: 30px;
    height: 400px;
  }
}
@media (max-width: 750px) {
  .wind-freedom-home .staticBackgroundBlock {
    background-size: auto 100%;
  }
}
@media (max-width: 380px) {
  .wind-freedom-home .rightAligned {
    background-position-x: -24.3em;
  }
}
.wind-freedom-home .blackNumber {
  font-size: 100px;
  line-height: 100px;
}
.wind-freedom-home .dollarSign {
  font-size: 40px;
  line-height: 60px;
  vertical-align: top;
}
.wind-freedom-home .perMonth {
  font-size: 30px;
}
.wind-freedom-home .smallMoney {
  font-size: 40px;
  line-height: 40px;
}
.wind-freedom-home .smallDollarSign {
  font-size: 15px;
  line-height: 25px;
  vertical-align: top;
}
.wind-freedom-home .strikethrough {
  position: relative;
  padding-right: 5px;
}
.wind-freedom-home .strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  right: 0;
  border-top: 3px solid;
  border-color: #ec7c23;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}
.wind-freedom-home .smallText {
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 600px) {
  .wind-freedom-home .smallText {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1250px) {
  .wind-freedom-home .biggerH1 {
    font-size: 70px;
    line-height: 70px;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .wind-freedom-home .shrinkingNumber {
    font-size: 72px;
    line-height: 72px;
  }
}
.isDesktop .wind-freedom-home .parallax-bg {
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  .isDesktop .wind-freedom-home .parallax-bg {
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .isDesktop .wind-freedom-home .parallax-bg {
    background-size: auto 66%;
  }
}
@media (max-width: 480px) {
  .isMobile .wind-freedom-home .parallax-bg {
    background-size: auto 100%;
  }
}
.sfproductDetailsWrp .sfproductTitle {
  margin-bottom: 25px;
}
.sfproductDetailsWrp .sfAddToCartWidget {
  display: none;
}
.sfproductDetailsWrp .price {
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 2.8rem;
  line-height: 2.8rem;
}
@media print {
  .sfproductDetailsWrp .price {
    font-family: Arial, sans-serif;
  }
}
.sfproductDetailsWrp .priceLabel,
.sfproductDetailsWrp .sfRegPrice {
  font-size: 0.9rem;
  color: #bcbcbc;
  font-family: GothamLight, Arial, sans-serif;
  font-style: normal;
  font-weight: lighter;
  line-height: 1;
}
@media print {
  .sfproductDetailsWrp .priceLabel,
  .sfproductDetailsWrp .sfRegPrice {
    font-family: Arial, sans-serif;
  }
}
.sfproductDetailsWrp .windtab-label {
  color: #507c9b;
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
@media print {
  .sfproductDetailsWrp .windtab-label {
    font-family: Arial, sans-serif;
  }
}
.sfproductDetailsWrp .windtab-price {
  font-size: 1.4rem;
}
.sfproductDetailsWrp .windtab-price hr {
  margin-bottom: 4px;
  margin-top: 4px;
}
.sfproductDetailsWrp .well-title {
  font-family: GothamLight, Arial, sans-serif;
  font-style: normal;
  font-weight: lighter;
  line-height: 1;
  color: #de5626;
  font-size: 1.8rem;
}
@media print {
  .sfproductDetailsWrp .well-title {
    font-family: Arial, sans-serif;
  }
}
.sfproductDetailsWrp .well hr {
  background-color: #de5626;
  height: 1px;
}
.sfproductDetailsWrp .well-text {
  font-size: 1.4rem;
}
.sfproductDetailsWrp .phone-image {
  max-width: 270px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
  color: #bcbcbc;
}
.sfproductDetailsWrp .sfproductPrice {
  padding-top: 0;
  padding-bottom: 0;
}
.sfproductDetailsWrp .bigger-h3 {
  font-size: 1.8rem;
}
.sfproductDetailsWrp .spacer-medium {
  margin-bottom: 15px;
}
.sfproductDetailsWrp .spacer-large {
  margin-bottom: 30px;
}
.sfproductDetailsWrp .blue-link {
  color: #507c9b;
}
.sfproductDetailsWrp .feature-left,
.sfproductDetailsWrp .feature-right {
  display: table;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .sfproductDetailsWrp .feature-left,
  .sfproductDetailsWrp .feature-right {
    text-align: center;
    margin-bottom: 50px;
    display: block;
  }
}
.sfproductDetailsWrp .feature-right {
  text-align: right;
}
@media (min-width: 480px) {
  .sfproductDetailsWrp .feature-right .first-feature-image {
    display: none;
  }
}
@media (max-width: 480px) {
  .sfproductDetailsWrp .feature-right {
    text-align: center;
  }
  .sfproductDetailsWrp .feature-right .last-feature-image {
    display: none;
  }
}
@media (max-width: 480px) {
  .sfproductDetailsWrp .first-feature-image {
    margin-bottom: 15px;
  }
}
.sfproductDetailsWrp .feature-left .feature-copy,
.sfproductDetailsWrp .feature-right .feature-copy {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 480px) {
  .sfproductDetailsWrp .feature-left .feature-copy,
  .sfproductDetailsWrp .feature-right .feature-copy {
    display: block;
  }
}
@media (min-width: 480px) {
  .sfproductDetailsWrp .feature-left img {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .sfproductDetailsWrp .feature-left img {
    margin-right: 100px;
  }
}
@media (min-width: 480px) {
  .sfproductDetailsWrp .feature-right img {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .sfproductDetailsWrp .feature-right img {
    margin-left: 100px;
  }
}
.sfproductDetailsWrp .feature-left img,
.sfproductDetailsWrp .feature-right img {
  width: auto;
  max-height: 250px;
}
.sfproductDetailsWrp .feature-title {
  color: #507c9b;
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 2.4rem;
}
@media print {
  .sfproductDetailsWrp .feature-title {
    font-family: Arial, sans-serif;
  }
}
.sfproductDetailsWrp .features hr {
  height: 1px;
  background-color: #507c9b;
  margin-top: 5px;
  margin-bottom: 10px;
}
.sfproductDetailsWrp .tech-spec hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sfproductDetailsWrp a[name="tech-specs"] {
  top: -70px;
  position: relative;
  display: block;
}
.sfproductDetailsWrp .hidden-hr {
  visibility: hidden;
}
.sfproductDetailsWrp .colours-label {
  float: left;
  margin-right: 10px;
}
.sfproductDetailsWrp .colour-circle {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}
.sfproductDetailsWrp .key-features {
  margin-top: -20px;
}
.sfproductDetailsWrp .key-features img {
  height: 35px;
  width: auto;
}
.sfproductDetailsWrp .key-features hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sfproductDetailsWrp .key-feature-text {
  margin-top: 13px;
  margin-bottom: -13px;
}
.sfproductDetailsWrp .key-feature-img {
  text-align: center;
}
.sfproductDetailsWrp .techspec-header {
  color: #507c9b;
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 1.4rem;
  margin-top: 25px;
}
@media print {
  .sfproductDetailsWrp .techspec-header {
    font-family: Arial, sans-serif;
  }
}
@media (max-width: 480px) {
  .sfproductDetailsWrp .sfproductDescription {
    margin-top: -25px;
  }
}
.sfproductDetailsWrp .windtab-icon {
  height: 35px;
  width: auto;
  float: left;
  margin-right: 10px;
}
.sfproductDetailsWrp .windtabLearnMore {
  margin-top: 11px;
}
.sfproductDetailsWrp .windtabLearnMore hr {
  margin-top: 15px;
  margin-bottom: 5px;
}
.sfproductDetailsWrp .sfproductOptions ul {
  list-style: none;
  padding-left: 0;
}
.sfproductDetailsWrp .sfproductOptions .deviceColors-container {
  margin-bottom: 10px;
  margin-top: 10px;
}
.sfproductDetailsWrp .sfproductOptions .deviceColors-container .btn {
  height: 16px;
  width: 16px;
  margin: 1px;
  background-size: cover;
  background-color: white;
  border: 0px solid #ebebeb;
  border-radius: 3px !important;
  padding: 0px;
  outline-width: 0;
  display: block;
}
.sfproductDetailsWrp .sfproductOptions .deviceColors-container .color-box-cotainer {
  border: 1px solid white;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 10px;
}
.sfproductDetailsWrp .sfproductOptions .deviceColors-container .color-box-cotainer.active {
  border: 1px solid #ec7c23;
}
.filter-wrapper ul,
ul.sfproductsList {
  list-style: none;
}
/* Top Images */
.reasons-header {
  padding: 35px 30px 35px 30px;
}
.reasons-header table tr td {
  width: 10%;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
}
.reasons-header table tr:first-child td {
  padding: 0 22px 10px 22px;
}
.reasons-header img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
/* Middle */
.reason-box-wrapper {
  display: block;
  margin: 0 0 35px 0 !important;
  padding: 15px 15px 0 15px !important;
  background: #eeeeee;
}
.reason-wrapper {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  height: inherit;
  background: #ffffff;
}
@media (min-width: 768px) {
  .reason-wrapper {
    display: table;
  }
}
.reason-wrapper .left-box,
.reason-wrapper .right-box {
  display: block;
  margin: 0;
  padding: 20px 30px;
  width: 100%;
  height: inherit;
  vertical-align: top;
}
@media (min-width: 768px) {
  .reason-wrapper .left-box,
  .reason-wrapper .right-box {
    display: table-cell;
    width: 50%;
  }
}
.reason-wrapper .left-box {
  border-bottom: 15px solid #eeeeee;
}
@media (min-width: 768px) {
  .reason-wrapper .left-box {
    padding: 20px 30px;
    border-right: 7px solid #eeeeee;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .reason-wrapper .right-box {
    padding: 20px 30px;
    border-left: 8px solid #eeeeee;
  }
}
.reason-box {
  display: block;
  margin: 0;
}
/* Bottom Banners */
.reasons-footer {
  display: block;
  margin: 0 0 35px 0;
  padding: 0;
  width: 100%;
  height: inherit;
  background: none;
}
@media (min-width: 768px) {
  .reasons-footer {
    display: table;
  }
}
.reasons-footer .left-box,
.reasons-footer .right-box {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: inherit;
  vertical-align: top;
}
@media (min-width: 768px) {
  .reasons-footer .left-box,
  .reasons-footer .right-box {
    display: table-cell;
    width: 50%;
  }
}
.reasons-footer .left-box {
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  .reasons-footer .left-box {
    padding: 0 7px 0 0;
  }
}
@media (min-width: 768px) {
  .reasons-footer .right-box {
    padding: 0 0 0 8px;
  }
}
/* Top Images */
.plans-header {
  padding: 0 0 35px 0;
}
.plans-header img {
  width: 100%;
  height: auto;
}
.plans-gray-box {
  display: block;
  margin: 0 0 35px 0;
  padding: 15px;
  background: #eeeeee;
}
/* Tabs */
.plans-tab-wrapper {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
}
.plans-tab-wrapper .sf_colsIn.sf_1col_1in_100 {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.plans-tab-wrapper .tab-left-box,
.plans-tab-wrapper .tab-right-box {
  display: table-cell;
  margin: 0;
  padding: 10px;
  width: 50%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .plans-tab-wrapper .tab-left-box,
  .plans-tab-wrapper .tab-right-box {
    padding: 20px 30px;
  }
}
.plans-tab-wrapper .tab-left-box h2,
.plans-tab-wrapper .tab-right-box h2 {
  padding: 0;
  line-height: 26px;
}
@media (min-width: 768px) {
  .plans-tab-wrapper .tab-left-box h2,
  .plans-tab-wrapper .tab-right-box h2 {
    padding: 0 0 20px 0;
    line-height: 1;
  }
}
.plans-tab-wrapper .tab-left-box a.primary-button,
.plans-tab-wrapper .tab-right-box a.primary-button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .plans-tab-wrapper .tab-left-box a.primary-button.hidden-xs,
  .plans-tab-wrapper .tab-right-box a.primary-button.hidden-xs {
    display: inline-block !important;
  }
}
.plans-tab-wrapper .tab-left-box.active,
.plans-tab-wrapper .tab-right-box.active {
  background: #ffffff;
}
.plans-tab-wrapper .tab-left-box.deactivate,
.plans-tab-wrapper .tab-right-box.deactivate {
  background: #eeeeee;
}
.plans-tab-wrapper a[name="phone-plans"],
.plans-tab-wrapper a[name="internet-plans"] {
  display: block;
  position: relative;
  top: -100px;
}
/* Plans List */
.plans-list-wrapper {
  background: #ffffff;
}
.internet-plans-list.deactivate {
  display: none;
}
.plans-list {
  display: block;
  margin: 0;
  padding: 0 30px;
  width: 100%;
  background: #ffffff;
}
.plans-list .plan-item {
  display: block;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .plans-list .plan-item {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .plans-list .plan-item {
    padding: 30px;
    display: inline-block;
    float: left;
    width: 50%;
    border-top: none;
  }
}
.plans-list .plan-item table tr td:first-child {
  padding-right: 3%;
  width: 32% !important;
}
@media (min-width: 768px) {
  .plans-list .plan-item table tr td:first-child {
    padding-right: 30px;
    width: 140px !important;
  }
}
@media (min-width: 992px) {
  .plans-list .plan-item table tr td:first-child {
    padding-right: 30px;
    width: 140px !important;
  }
}
.plans-list .plan-item:first-child {
  border-top: none;
}
.plans-list .horizontal-line {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
/* Tables */
.plans-gray-box td:first-child,
.gray-box td:first-child {
  width: 28%;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .plans-gray-box td:first-child,
  .gray-box td:first-child {
    width: 22%;
  }
}
@media (min-width: 992px) {
  .plans-gray-box td:first-child,
  .gray-box td:first-child {
    width: 24%;
  }
}
/* ------------------------------------------------ Details */
.phone-plan-wrapper,
.internet-plan-wrapper {
  padding: 15px 15px 0 15px;
  margin: 35px 0;
}
.phone-plan-wrapper h1,
.internet-plan-wrapper h1,
.phone-plan-wrapper h2,
.internet-plan-wrapper h2 {
  margin: 0;
  padding: 0 0 20px 0;
}
.phone-plan-wrapper h3,
.internet-plan-wrapper h3,
.phone-plan-wrapper h4,
.internet-plan-wrapper h4,
.phone-plan-wrapper p,
.internet-plan-wrapper p,
.phone-plan-wrapper ul,
.internet-plan-wrapper ul {
  margin: 0;
  padding: 0 0 15px 0;
}
.phone-plan-wrapper ul li,
.internet-plan-wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 3px 0;
}
.what-included table tr td:first-child {
  padding-right: 3% !important;
  width: 32% !important;
}
@media (min-width: 768px) {
  .what-included table tr td:first-child {
    padding-right: 30px !important;
    width: 140px !important;
  }
}
@media (min-width: 992px) {
  .what-included table tr td:first-child {
    padding-right: 30px !important;
    width: 140px !important;
  }
}
.what-included table tr td ul li {
  padding-left: 20px;
  background-image: url("images/icon_check_mark.png");
  background-position: left 6px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.plan-detail-box-wrapper {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  height: inherit;
  background: #ffffff;
}
@media (min-width: 992px) {
  .plan-detail-box-wrapper {
    display: table;
  }
}
.plan-detail-box-wrapper .plan-detail-left,
.plan-detail-box-wrapper .plan-detail-right {
  display: block;
  margin: 0;
  padding: 20px 30px;
  width: 100%;
  height: inherit;
  vertical-align: top;
}
@media (min-width: 992px) {
  .plan-detail-box-wrapper .plan-detail-left,
  .plan-detail-box-wrapper .plan-detail-right {
    display: table-cell;
    width: 50%;
  }
}
.plan-detail-box-wrapper .plan-detail-left {
  border-bottom: 15px solid #eeeeee;
}
@media (min-width: 992px) {
  .plan-detail-box-wrapper .plan-detail-left {
    padding: 20px 37px 20px 30px;
    border: none;
  }
}
@media (min-width: 992px) {
  .plan-detail-box-wrapper .plan-detail-left.border {
    padding: 20px 30px;
    border-right: 7px solid #eeeeee;
  }
}
@media (min-width: 992px) {
  .plan-detail-box-wrapper .plan-detail-right {
    padding: 20px 30px 20px 30px;
    border: none;
  }
}
@media (min-width: 992px) {
  .plan-detail-box-wrapper .plan-detail-right.border {
    padding: 20px 30px;
    border-left: 8px solid #eeeeee;
  }
}
.no-upgrade .plan-detail-left {
  width: 100%;
}
@media (min-width: 992px) {
  .no-upgrade .plan-detail-left.border {
    padding: 20px 37px 20px 30px;
    border: none;
    height: inherit;
  }
}
.save-ways {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .save-ways {
    display: table;
    width: 100%;
  }
}
.save-ways .plan-savings,
.save-ways .plan-trade,
.save-ways .plan-windtab {
  display: block;
  margin: 0 30px;
  padding: 20px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .save-ways .plan-savings,
  .save-ways .plan-trade,
  .save-ways .plan-windtab {
    display: table-cell;
    margin: 0;
    padding: 20px 30px;
    width: 33.333333%;
  }
}
.save-ways .plan-savings table tr td:first-child,
.save-ways .plan-trade table tr td:first-child,
.save-ways .plan-windtab table tr td:first-child {
  width: 80px;
}
.save-ways .plan-savings,
.save-ways .plan-trade {
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  .save-ways .plan-savings,
  .save-ways .plan-trade {
    border-bottom: none;
  }
}
h2.gray-box-title,
.pay-box h2 {
  margin: 0;
  padding: 20px 30px 0 30px;
}
.plan-add-ons.table-p10.table-icon table {
  border-top: none;
}
.plan-add-ons.table-p10.table-icon table tr td:first-child {
  width: 40px !important;
}
.plan-add-ons.table-p10.table-icon table tr td {
  padding: 8px 10px 8px 0 !important;
  margin: 0;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
}
.plan-add-ons.table-p10.table-icon table tr:first-child td {
  border-bottom: none;
  padding: 0 !important;
}
.plan-add-ons.table-p10.table-icon table tr:first-child td h2 {
  padding-bottom: 12px !important;
}
.plan-add-ons.table-p10.table-icon table tr:last-child td {
  border-bottom: none;
}
h2.pay-ways-h2 {
  display: block;
  margin: 0;
  padding: 20px 30px 0 30px;
}
.pay-ways {
  display: block;
  margin: 0;
  padding: 20px 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .pay-ways {
    display: table;
  }
}
.pay-ways .pay-ways-left,
.pay-ways .pay-ways-middle,
.pay-ways .pay-ways-right {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .pay-ways .pay-ways-left,
  .pay-ways .pay-ways-middle,
  .pay-ways .pay-ways-right {
    display: table-cell;
    width: 45%;
  }
}
.pay-ways .pay-ways-left ul,
.pay-ways .pay-ways-middle ul,
.pay-ways .pay-ways-right ul {
  padding-bottom: 0;
}
.pay-ways .pay-ways-middle {
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 992px) {
  .pay-ways .pay-ways-middle {
    margin: 0;
    width: 10%;
  }
}
.pay-ways .pay-ways-middle h2 {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.pay-ways .pay-ways-middle h2:before,
.pay-ways .pay-ways-middle h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 800px;
  height: 2px;
  background: #eeeeee;
}
@media (min-width: 992px) {
  .pay-ways .pay-ways-middle h2:before,
  .pay-ways .pay-ways-middle h2:after {
    width: 2px;
    height: 300px;
  }
}
.pay-ways .pay-ways-middle h2:before {
  top: 50%;
  bottom: auto;
  left: 57%;
  right: 0;
}
@media (min-width: 992px) {
  .pay-ways .pay-ways-middle h2:before {
    left: 49%;
    right: auto;
    top: 29px;
    bottom: 0;
  }
}
.pay-ways .pay-ways-middle h2:after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 57%;
}
@media (min-width: 992px) {
  .pay-ways .pay-ways-middle h2:after {
    left: 49%;
    right: auto;
    top: -310px;
    bottom: 0;
  }
}
.plan-roaming-calling.plan-detail-left.border {
  margin: 0 !important;
  padding: 0 !important;
}
.plan-roaming-calling.plan-detail-left.border .plan-roaming,
.plan-roaming-calling.plan-detail-left.border .plan-calling {
  display: block;
  padding: 20px 30px;
}
.plan-roaming-calling.plan-detail-left.border .plan-roaming {
  border-bottom: 15px solid #eeeeee;
}
.plan-roaming-calling.plan-detail-left.border table tr td:first-child {
  width: 80px !important;
}
.plan-roaming-calling.plan-detail-left.border table tr td:first-child img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.plan-roaming-calling.plan-detail-left.border h2 {
  padding-bottom: 10px;
}
.plan-find-store.plan-detail-right td:first-child {
  width: 19%;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .plan-find-store.plan-detail-right td:first-child {
    width: 19%;
  }
}
@media (min-width: 992px) {
  .plan-find-store.plan-detail-right td:first-child {
    width: 19%;
  }
}
.internet-pay.plan-detail-left {
  margin: 20px 30px 0 30px;
  padding: 0;
  width: auto;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  .internet-pay.plan-detail-left {
    margin: 0;
    padding: 20px 30px;
    width: 50%;
    border-bottom: none;
  }
}
.how-to-join-wrapper {
  border: solid 15px #f2f1f1;
  margin: 25px auto 30px auto;
  /* Extra small devices (phones, up to 480px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.how-to-join-wrapper h3 {
  font-family: GothamBold, Arial, sans-serif;
  color: #507c9b;
  text-transform: uppercase;
}
.how-to-join-wrapper h4 {
  font-family: GothamLight, Arial, sans-serif;
  text-transform: uppercase;
}
.how-to-join-wrapper .coverage-wrapper,
.how-to-join-wrapper .phone-wrapper,
.how-to-join-wrapper .phone-number-wrapper {
  border-bottom: solid 15px #f2f1f1;
}
.how-to-join-wrapper .coverage-wrapper,
.how-to-join-wrapper .phone-wrapper,
.how-to-join-wrapper .phone-number-wrapper,
.how-to-join-wrapper .get-started-wrapper {
  padding: 30px;
}
.how-to-join-wrapper .phone-header .sf_colsIn.sf_2cols_2in_75 h2,
.how-to-join-wrapper .phone-number-header .sf_colsIn.sf_2cols_2in_75 h2,
.how-to-join-wrapper .get-started-header .sf_colsIn.sf_2cols_2in_75 h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.how-to-join-wrapper .coverage-content,
.how-to-join-wrapper .phone-content,
.how-to-join-wrapper .phone-number-content,
.how-to-join-wrapper .get-started-content {
  padding-top: 20px;
  display: none;
}
.how-to-join-wrapper .coverage-header .sf_colsIn.sf_2cols_2in_50,
.how-to-join-wrapper .phone-header .sf_colsIn.sf_2cols_2in_75,
.how-to-join-wrapper .phone-content .sf_colsIn.sf_2cols_2in_67,
.how-to-join-wrapper .phone-number-header .sf_colsIn.sf_2cols_2in_75,
.how-to-join-wrapper .phone-number-content .sf_colsIn.sf_2cols_2in_67,
.how-to-join-wrapper .get-started-header .sf_colsIn.sf_2cols_2in_75,
.how-to-join-wrapper .get-started-content .sf_colsIn.sf_2cols_2in_75 {
  padding-left: 20px;
}
.how-to-join-wrapper .expand-link,
.how-to-join-wrapper .collapse-link {
  background-image: url("images/WM_up-down-arrow.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: left -43px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
}
.how-to-join-wrapper .collapse-link {
  background-position: left 8px;
  background-color: #fff;
}
.how-to-join-wrapper .hero-text {
  font-size: 1.5rem;
  line-height: 22px;
}
.how-to-join-wrapper .RadDockZone .coverage-content,
.how-to-join-wrapper .RadDockZone .phone-content,
.how-to-join-wrapper .RadDockZone .phone-number-content,
.how-to-join-wrapper .RadDockZone .get-started-content {
  display: block;
}
@media (max-width: 767px) {
  .how-to-join-wrapper .coverage-header img,
  .how-to-join-wrapper .phone-header img,
  .how-to-join-wrapper .phone-number-header img,
  .how-to-join-wrapper .get-started-header img {
    width: 40%;
    margin: -10px 0px 0px 0px;
  }
  .how-to-join-wrapper .coverage-header .sfContentBlock h2,
  .how-to-join-wrapper .phone-header .sfContentBlock h2,
  .how-to-join-wrapper .phone-number-header .sfContentBlock h2,
  .how-to-join-wrapper .get-started-header .sfContentBlock h2 {
    font-size: 25px;
    margin-top: 15px;
  }
  .how-to-join-wrapper .sf_colsOut.sf_2cols_1_50,
  .how-to-join-wrapper .sf_colsOut.sf_2cols_1_25,
  .how-to-join-wrapper .sf_colsOut.sf_2cols_2_50,
  .how-to-join-wrapper .sf_colsOut.sf_2cols_2_75 {
    width: 75% !important;
  }
  .how-to-join-wrapper .coverage-header .sf_colsIn.sf_2cols_2in_50,
  .how-to-join-wrapper .phone-header .sf_colsIn.sf_2cols_2in_75,
  .how-to-join-wrapper .phone-content .sf_colsIn.sf_2cols_2in_67,
  .how-to-join-wrapper .phone-number-header .sf_colsIn.sf_2cols_2in_75,
  .how-to-join-wrapper .phone-number-content .sf_colsIn.sf_2cols_2in_67,
  .how-to-join-wrapper .get-started-header .sf_colsIn.sf_2cols_2in_75,
  .how-to-join-wrapper .get-started-content .sf_colsIn.sf_2cols_2in_75 {
    margin-top: -100px;
    width: 100%;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .how-to-join-wrapper .coverage-header img,
  .how-to-join-wrapper .phone-header img,
  .how-to-join-wrapper .phone-number-header img,
  .how-to-join-wrapper .get-started-header img {
    width: 100%;
    margin: -10px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .how-to-join-wrapper .coverage-header img,
  .how-to-join-wrapper .phone-header img,
  .how-to-join-wrapper .phone-number-header img,
  .how-to-join-wrapper .get-started-header img {
    width: 200px;
    margin: -10px 0px 0px 30px;
  }
}
@media (min-width: 1200px) {
  .how-to-join-wrapper .coverage-header img,
  .how-to-join-wrapper .phone-header img,
  .how-to-join-wrapper .phone-number-header img,
  .how-to-join-wrapper .get-started-header img {
    width: 200px;
    margin: -10px 0px 0px 30px;
  }
}
.ways-to-save-wrapper {
  background-color: #f2f1f1;
  padding: 15px;
  margin-bottom: 30px;
}
.ways-to-save-wrapper h2 {
  margin-bottom: 20px;
}
.ways-to-save-wrapper .wind-tab-wrapper,
.ways-to-save-wrapper .wind-trade-in-wrapper,
.ways-to-save-wrapper .bring-your-phone-wrapper {
  border-bottom: solid 15px #f2f1f1;
}
.ways-to-save-wrapper .wind-tab-header,
.ways-to-save-wrapper .bring-your-phone-header,
.ways-to-save-wrapper .better-together-savings-header,
.ways-to-save-wrapper .wind-trade-in-header {
  background-color: #fff;
  padding: 20px;
}
.ways-to-save-wrapper .wind-tab-header .sfimageWrp,
.ways-to-save-wrapper .bring-your-phone-header .sfimageWrp,
.ways-to-save-wrapper .better-together-savings-header .sfimageWrp,
.ways-to-save-wrapper .wind-trade-in-header .sfimageWrp {
  text-align: center;
}
.ways-to-save-wrapper .wind-tab-header .hero-text,
.ways-to-save-wrapper .bring-your-phone-header .hero-text,
.ways-to-save-wrapper .better-together-savings-header .hero-text,
.ways-to-save-wrapper .wind-trade-in-header .hero-text {
  font-size: 1.5rem;
  line-height: 22px;
}
.ways-to-save-wrapper .bring-your-phone-header img {
  margin-left: 0px;
}
.ways-to-save-wrapper .better-together-savings-header img {
  width: 70%;
}
.ways-to-save-wrapper .sfContentBlock {
  background-color: #fff;
  display: block;
}
.ways-to-save-wrapper .wind-tab-content,
.ways-to-save-wrapper .wind-trade-in-content,
.ways-to-save-wrapper .bring-your-phone-content,
.ways-to-save-wrapper .better-together-savings-content {
  background-color: #fff;
  display: none;
}
.ways-to-save-wrapper .wind-tab-content .sf_colsOut.sf_1col_1_100,
.ways-to-save-wrapper .wind-trade-in-content .sf_colsOut.sf_1col_1_100,
.ways-to-save-wrapper .bring-your-phone-content .sf_colsOut.sf_1col_1_100,
.ways-to-save-wrapper .better-together-savings-content .sf_colsOut.sf_1col_1_100 {
  border-top: solid 1px #f2f1f1;
  width: 95%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ways-to-save-wrapper .wind-tab-content .sfimageWrp,
.ways-to-save-wrapper .wind-trade-in-content .sfimageWrp,
.ways-to-save-wrapper .bring-your-phone-content .sfimageWrp,
.ways-to-save-wrapper .better-together-savings-content .sfimageWrp {
  text-align: center;
}
.ways-to-save-wrapper .wind-tab-content img,
.ways-to-save-wrapper .wind-trade-in-content img,
.ways-to-save-wrapper .bring-your-phone-content img,
.ways-to-save-wrapper .better-together-savings-content img {
  width: 60%;
  margin: auto;
}
.ways-to-save-wrapper .wind-tab-content .sf_2cols_2in_75 img,
.ways-to-save-wrapper .bring-your-phone-content .sf_2cols_2in_75 img {
  max-width: 120px;
  margin: 30px 40px 30px 40px;
}
.ways-to-save-wrapper .wind-tab-content .sf_cols {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  width: 90%;
  border-bottom: solid 1px #f2f1f1;
}
.ways-to-save-wrapper .wind-trade-in-content ul {
  padding-left: 0;
}
.ways-to-save-wrapper .wind-trade-in-content li {
  list-style: none;
  padding-left: 20px;
  background-image: url("images/icon_check_mark.png");
  background-position: left 4px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.ways-to-save-wrapper .better-together-savings-content table,
.ways-to-save-wrapper .better-together-savings-content td {
  border: solid 1px #bcbcbc;
  padding: 5px;
}
.ways-to-save-wrapper .better-together-savings-content table tr:first-child td {
  color: #507c9b;
}
.ways-to-save-wrapper .better-together-savings-content table td:first-child {
  color: #ec7c23;
}
.ways-to-save-wrapper .sfContentBlock:last-child {
  border-bottom: none;
}
.ways-to-save-wrapper .expand-link,
.ways-to-save-wrapper .collapse-link {
  background-image: url("images/WM_up-down-arrow.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: left -43px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
}
.ways-to-save-wrapper .collapse-link {
  background-position: left 8px;
  background-color: #fff;
}
.ways-to-save-wrapper .RadDockZone .wind-tab-content,
.ways-to-save-wrapper .RadDockZone .wind-trade-in-content,
.ways-to-save-wrapper .RadDockZone .bring-your-phone-content,
.ways-to-save-wrapper .RadDockZone .better-together-savings-content {
  display: block;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  .ways-to-save-wrapper .wind-tab-header img,
  .ways-to-save-wrapper .bring-your-phone-header img,
  .ways-to-save-wrapper .better-together-savings-header img,
  .ways-to-save-wrapper .wind-trade-in-header img {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  .ways-to-save-wrapper .wind-tab-header .expand-link,
  .ways-to-save-wrapper .bring-your-phone-header .expand-link,
  .ways-to-save-wrapper .better-together-savings-header .expand-link,
  .ways-to-save-wrapper .wind-trade-in-header .expand-link,
  .ways-to-save-wrapper .wind-tab-header .collapse-link,
  .ways-to-save-wrapper .bring-your-phone-header .collapse-link,
  .ways-to-save-wrapper .better-together-savings-header .collapse-link,
  .ways-to-save-wrapper .wind-trade-in-header .collapse-link {
    margin-left: 0;
  }
  .ways-to-save-wrapper .wind-tab-header .sfContentBlock h2,
  .ways-to-save-wrapper .bring-your-phone-header .sfContentBlock h2,
  .ways-to-save-wrapper .better-together-savings-header .sfContentBlock h2,
  .ways-to-save-wrapper .wind-trade-in-header .sfContentBlock h2 {
    font-size: 25px;
  }
  .ways-to-save-wrapper .wind-tab-content img,
  .ways-to-save-wrapper .wind-trade-in-content img,
  .ways-to-save-wrapper .bring-your-phone-content img,
  .ways-to-save-wrapper .better-together-savings-content img {
    width: 100%;
  }
  .ways-to-save-wrapper .wind-tab-content .sf_2cols_2in_75 img,
  .ways-to-save-wrapper .bring-your-phone-content .sf_2cols_2in_75 img {
    margin-left: 0;
  }
  .ways-to-save-wrapper .wind-tab-content .sf_cols img {
    width: 100%;
  }
  .ways-to-save-wrapper .wind-tab-content .sf_cols:nth-child(2) img {
    width: 92%;
  }
  .ways-to-save-wrapper .wind-trade-in-content .sf_2cols_2_50 .sf_2cols_2in_50 {
    margin-left: 0;
  }
  .ways-to-save-wrapper .sfContentBlock,
  .ways-to-save-wrapper .wind-trade-in-content .sf_colsOut.sf_2cols_1_50,
  .ways-to-save-wrapper .wind-trade-in-content .sf_colsOut.sf_2cols_2_50 {
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .ways-to-save-wrapper .wind-tab-header .sf_colsOut.sf_2cols_2_75 .sfContentBlock,
  .ways-to-save-wrapper .bring-your-phone-header .sf_colsOut.sf_2cols_2_75 .sfContentBlock,
  .ways-to-save-wrapper .better-together-savings-header .sf_colsOut.sf_2cols_2_75 .sfContentBlock,
  .ways-to-save-wrapper .wind-trade-in-header .sf_colsOut.sf_2cols_2_75 .sfContentBlock {
    padding-top: 20px;
  }
  .ways-to-save-wrapper .wind-tab-header img,
  .ways-to-save-wrapper .bring-your-phone-header img,
  .ways-to-save-wrapper .better-together-savings-header img,
  .ways-to-save-wrapper .wind-trade-in-header img {
    width: 75%;
  }
  .ways-to-save-wrapper .bring-your-phone-header img {
    margin-left: 0;
  }
  .ways-to-save-wrapper .wind-tab-content .sf_cols img {
    width: 30%;
  }
  .ways-to-save-wrapper .wind-tab-content .sf_cols:nth-child(2) img {
    width: 42%;
  }
  .ways-to-save-wrapper .bring-your-phone-content .sf_cols img {
    width: 30%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .ways-to-save-wrapper {
    /*.better-together-savings-header {
			img {
				width: 70%;
			}
		}*/
  }
  .ways-to-save-wrapper .wind-tab-header img,
  .ways-to-save-wrapper .bring-your-phone-header img,
  .ways-to-save-wrapper .wind-trade-in-header img,
  .ways-to-save-wrapper .better-together-savings-header img {
    width: 200px;
    margin: -10px 0px 0px 0px;
  }
}
.special-offers-header {
  margin-bottom: 25px;
}
.special-offers-banner {
  margin-top: 25px;
  height: 350px;
  overflow: hidden;
}
.special-offers-banner .banner-summary {
  color: #fff;
  padding: 40px 50px 40px 50px;
  font-size: 3rem;
  line-height: 30px;
  height: 350px;
  float: right;
}
.special-offers-banner img {
  min-height: 350px;
}
.special-offers-banner .banner-summary h1 {
  color: white;
  font-size: 6rem;
  font-weight: bold;
}
.special-offers-banner sup {
  top: -2.5em;
  font-size: 1.3rem;
}
.special-offers-banner sub {
  font-size: 1.3rem;
}
.special-offers-wrapper {
  border: solid 15px #f2f1f1;
  margin-bottom: 30px;
}
.special-offers-wrapper .primary-button {
  white-space: normal;
}
.special-offers-wrapper img {
  margin-left: 15px;
  max-height: 140px;
  max-width: 120px;
}
.special-offers-wrapper .sf_cols {
  background-color: #fff;
  border-top: solid 15px #f2f1f1;
}
.special-offers-wrapper .offer-content,
.special-offers-wrapper .row-first {
  border: none;
}
.special-offers-wrapper .sf_2cols_1_50 {
  border-right: solid 15px #f2f1f1;
}
.special-offers-wrapper .offer-content .sf_colsOut {
  border: none;
}
.special-offers-wrapper .sfContentBlock {
  padding: 15px;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  .special-offers-wrapper .sf_2cols_1_50,
  .special-offers-wrapper .sf_2cols_2_50,
  .special-offers-banner .banner-summary,
  .special-offers-banner .sf_colsOut,
  .special-offers-banner .sfimageWrp img {
    width: 100% !important;
  }
  .special-offers-wrapper .offer-content .sf_2cols_1_50,
  .special-offers-wrapper .offer-content .sf_2cols_2_50,
  .special-offers-wrapper .sf_colsIn.sf_2cols_1in_33,
  .special-offers-wrapper .sf_colsOut.sf_2cols_2_67 {
    width: 50% !important;
  }
  .special-offers-wrapper .sf_2cols_2_50 {
    border-top: solid 15px #f2f1f1;
  }
  .special-offers-banner {
    overflow: visible;
    height: auto;
    border-bottom: solid 15px #fff;
    margin-bottom: 15px;
  }
  .special-offers-banner .sf_colsOut {
    float: left;
  }
  .special-offers-wrapper .offer-content img {
    height: 30%;
  }
  .special-offers-wrapper .sf_2cols_1_50 {
    border: none;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .special-offers-wrapper .offer-header {
    height: 70px;
  }
  .special-offers-wrapper .offer-content {
    height: 250px;
  }
}
/* Large devices (large desktops, 1200px and up) */
.faq-header {
  margin-bottom: 20px;
}
.faq-search {
  background-color: #f2f1f1;
  margin-bottom: 40px;
  padding: 0 20px 20px 20px;
}
.faq-search .faq-search-header,
.faq-search .sfsearchBox {
  background-color: #f2f1f1;
  text-align: center;
}
.faq-search .faq-search-header {
  color: #ec7c23;
  font-size: 2rem;
  padding: 20px 20px 10px 20px;
  float: left;
  width: 100%;
}
.faq-search .sfsearchBox {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 20px 0 20px;
  float: left;
}
.faq-search .sfsearchTxt {
  width: 75%;
  margin: auto 5px 5px auto;
  background-color: #fff;
}
.faq-search .search-tip {
  color: #bcbcbc;
  width: 80%;
  margin: auto;
}
.faq-wrapper .faq-category-wrapper {
  padding: 0 50px 50px 0;
}
.faq-wrapper a {
  text-decoration: underline;
}
.faq-wrapper h3 {
  text-transform: uppercase;
  color: #507c9b;
  font-family: GothamBold, Arial, sans-serif;
}
.faq-category-image {
  text-align: center;
}
.faq-category-image img {
  width: 80% !important;
  margin-top: 15px;
}
.faq-category-detail-wrapper {
  border: solid 15px #f2f1f1;
  margin-bottom: 15px;
}
.faq-category-detail-wrapper .faq-categories {
  border-bottom: solid 15px #f2f1f1;
  margin-bottom: 0px;
}
.faq-category-detail-wrapper .faq-categories ul {
  height: 50px;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.faq-category-detail-wrapper .faq-categories ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: solid 7px #f2f1f1;
  width: 16.6%;
}
.faq-category-detail-wrapper .faq-categories ul li:last-child {
  border-right: none;
}
.faq-category-detail-wrapper .faq-categories ul li.active {
  background-color: #de5626;
}
.faq-category-detail-wrapper .faq-categories ul li a {
  text-decoration: none;
  font-weight: bold;
}
.faq-category-detail-wrapper .faq-categories ul li.active a {
  color: #ffffff;
}
.faq-category-detail-wrapper .sfanchorListWrp ul li {
  border-bottom: solid 1px #f2f1f1;
  padding: 10px 0 10px 0;
}
.faq-category-detail-wrapper .sfanchorListWrp,
.faq-category-detail-wrapper .sfanchoredListWrp {
  background-color: white;
  padding: 15px;
}
.faq-category-detail-wrapper .sfanchorListWrp {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.faq-category-detail-wrapper .sflistItemTitleWrp {
  float: left;
  width: 35%;
  padding-right: 20px;
  padding-top: 3px;
}
.faq-category-detail-wrapper .sflistItemContent {
  float: left;
  width: 65%;
  padding-right: 20px;
  padding-bottom: 20px;
}
.faq-category-detail-wrapper .sfanchorListWrp li a,
.faq-category-detail-wrapper .sfanchoredListWrp .sflistItemTitle {
  color: #507c9b;
}
.faq-category-detail-wrapper .sfanchoredListWrp .sflistItemTitle {
  font-weight: bold;
  margin-top: 0;
}
.faq-category-detail-wrapper .sflistListItemLnk {
  position: relative;
  display: block;
}
.faq-category-detail-wrapper h1.sflistItemTitle {
  color: #507c9b;
  margin-bottom: 30px;
}
.faq-category-detail-wrapper .sflistItemDetails {
  margin-top: 50px;
  margin-left: 20px;
}
.faq-category-detail-wrapper .sfanchorListTitle,
.faq-category-detail-wrapper .sflistTitle {
  text-transform: uppercase;
}
.faq-category-detail-wrapper .sfanchorListWrp li a:hover {
  color: #ec7c23;
}
.faq-category-detail-wrapper .sfanchoredListWrp .sflistTopLnkWrp {
  margin: 15px auto 0 auto;
  cursor: pointer;
}
.faq-category-detail-wrapper .sflistTitle {
  border-bottom: solid 1px darkgray;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.faq-category-detail-wrapper .sfanchoredListWrp .sflistListItem {
  padding-top: 15px;
  border-bottom: solid 1px #f2f1f1;
  float: left;
  width: 100%;
}
.faq-category-detail-wrapper .faq-category-detail-header {
  margin: 15px auto auto 15px;
}
.faq-category-detail-wrapper .faq-category-detail-image {
  background-color: white;
  float: left;
  width: 17%;
  padding: 10px 20px 0px 20px;
  text-align: left;
}
.faq-category-detail-wrapper .faq-category-detail-image img {
  margin: 20px 20px 20px 20px;
  float: left;
  width: 80%;
}
.faq-category-detail-wrapper .sfanchorListWrp {
  float: right;
  width: 80%;
}
.faq-category-detail-wrapper .sfanchoredListWrp {
  float: left;
  border-top: solid 15px #f2f1f1;
}
.faq-category-detail-wrapper .sfanchorListWrp .sfanchorListTitle {
  position: relative;
  left: -21%;
  display: none;
}
.faq-category-detail-wrapper .sfanchorListWrp .sfanchorListTitle a {
  color: #ec7c23;
}
.faq-category-detail-wrapper .sfanchorListItem {
  font-weight: bold;
}
.faq-category-detail-wrapper .sfanchorListItem a {
  text-decoration: none;
}
.faq-category-detail-wrapper .sfanchorListItem.col-1 {
  float: left;
  width: 47%;
  margin-right: 20px;
}
.faq-category-detail-wrapper .sfanchorListItem.col-2 {
  float: right;
  width: 50%;
}
.sfanchorListWrp {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.faq-category-detail-wrapper ol,
.faq-category-detail-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.faq-search-results-wrapper {
  margin-bottom: 20px;
}
.faq-search-results-wrapper .sfsearchResultStatistics {
  color: #ec7c23;
  font-size: 2rem;
  text-transform: uppercase;
  xmargin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: solid 1px #f2f1f1;
}
.faq-search-results-wrapper .sfsearchResultTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.faq-search-results-wrapper .sfsearchResultTitle a {
  color: #507c9b;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.faq-search-results-wrapper .sfsearchResultHighLighter {
  border-bottom: solid 1px #f2f1f1;
  padding-bottom: 20px;
}
.faq-search-results-wrapper .sfsearchResultUrl {
  display: none;
}
.faq-search-results-wrapper .sf_pagerNumeric {
  text-align: center;
}
.faq-search-results-wrapper .sf_pagerNumeric a {
  margin-right: 10px;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  .faq-wrapper {
    background-color: #f2f1f1;
  }
  .faq-wrapper .sf_2cols_2_50 .sf_2cols_2in_50 {
    margin-left: 0px;
  }
  .faq-wrapper .faq-category-wrapper,
  .faq-header {
    background-color: white;
  }
  .faq-wrapper .sf_2cols_1_50,
  .faq-wrapper .sf_2cols_2_50 {
    width: 100%;
  }
  .faq-category-detail-wrapper .faq-category-detail-image {
    width: 100%;
  }
  .faq-category-detail-wrapper .faq-category-detail-image img {
    width: 40%;
    margin: 0;
  }
  .faq-category-detail-wrapper .sfanchorListWrp {
    float: left;
    width: 90%;
  }
  .faq-category-detail-wrapper .sfanchorListWrp .sfanchorListTitle {
    position: relative;
    left: 0;
    display: none;
  }
  .faq-category-detail-wrapper .sfanchorListItem,
  .faq-category-detail-wrapper .sfanchorListItem.col-1,
  .faq-category-detail-wrapper .sfanchorListItem.col-2 {
    width: 100%;
  }
  .faq-category-detail-wrapper .sflistListItemLnk {
    top: 0px;
  }
  .faq-search .search-tip {
    width: 85%;
    padding-right: 100px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .faq-category-detail-wrapper .faq-category-detail-image {
    padding: 0;
  }
  .faq-category-detail-wrapper .sfanchorListWrp {
    width: 76%;
  }
  .faq-category-detail-wrapper .sfanchorListItem.col-1 {
    margin-right: 0px;
  }
  .faq-category-detail-wrapper .sflistListItemLnk {
    top: -100px;
  }
  .faq-search .search-tip {
    width: 80%;
    padding-right: 100px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .faq-category-detail-wrapper .sfanchorListWrp {
    width: 76%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .faq-category-detail-wrapper .sfanchorListWrp {
    width: 80%;
    background-color: #fff;
  }
}
.packageDetailsWrapper .select-label {
  margin-right: 20px;
  margin-top: 7px;
  float: left;
}
.packageDetailsWrapper .select-container {
  overflow: hidden;
}
.packageDetailsWrapper .table-p10 table img,
.packageDetailsWrapper .table-p15 table img,
.packageDetailsWrapper .table-p20 table img,
.packageDetailsWrapper .table-p30 table img {
  margin: 0;
  padding: 8px;
  width: 100%;
  height: auto;
}
.packageDetailsWrapper .selected-windtab a {
  background: #ed9c23;
  color: #ffffff;
  font-size: 14pt;
}
.packageDetailsWrapper .sfphoneaddonplanlist.table-p30 {
  height: 150px;
  padding-bottom: 0;
}
.packageDetailsWrapper .plan-add-ons.table-p45 table tr td {
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
}
.packageDetailsWrapper .plan-add-ons.table-p45 table tr td img {
  padding: 0 10px 0 0;
  width: 35px;
  height: auto;
}
.coverage-map-wrapper {
  position: relative;
}
.page-title-box.pull-left.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 0;
}
.page-title-box.pull-left.col-xs-12.col-sm-6.col-md-6.col-lg-6 h1.page-title {
  padding: 0;
}
.map-top-gray-box {
  display: inline-block;
  padding: 20px 30px;
  background: #eeeeee;
  font-family: GothamBook, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ec7c23;
}
@media print {
  .map-top-gray-box {
    font-family: Arial, sans-serif;
  }
}
.map-top-gray-box a.primary-button {
  margin-left: 30px;
}
.coverage-map {
  position: relative;
  display: block;
  margin: 25px 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .coverage-map {
    margin: 25px 0 0 0;
  }
}
.map-legend {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 20px 30px;
  background: #eeeeee;
}
@media (min-width: 768px) {
  .map-legend {
    position: absolute;
    display: inline-block;
    margin: 0;
    bottom: 105px;
    right: 30px;
  }
}
.map-legend h2 {
  display: block;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #ec7c23;
}
.map-legend ul {
  margin: 0;
  padding: 0;
}
.map-legend li {
  padding: 5px 0;
  list-style: none;
}
.map-legend li span.disc {
  display: inline-block;
  padding: 0;
  margin: 0 8px 0 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.xs-map-bottom-gray-box .map-top-gray-box {
  margin-bottom: 35px;
}
.warranty-wrapper.gray-box {
  display: block;
  margin: 35px 0 25px 0;
  padding: 15px;
}
.warranty-wrapper.gray-box table tr td {
  padding: 10px 0 0 0;
  vertical-align: top;
}
.warranty-wrapper.gray-box table tr:first-child td {
  padding-top: 0;
}
.warranty-wrapper.gray-box table tr td img {
  display: block;
  width: 18%;
  height: auto;
}
.warranty-box {
  display: block;
  margin: 0;
  padding: 20px 15px 30px 15px;
  background: #ffffff;
}
.warranty-box h2 {
  padding: 0 15px;
}
.warranty-box a.accordion-toggle {
  display: block;
  padding: 10px 0 0 0;
  text-decoration: none;
}
.warranty-box a.accordion-toggle span.more,
.warranty-box a.accordion-toggle span.less {
  display: none;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  color: #507c9b;
  background-image: url("images/WM_up-down-arrow.png");
  background-position: center -80px;
  background-size: 40px auto;
  background-repeat: no-repeat;
}
.warranty-box a.accordion-toggle span.less {
  display: block;
  background-position: center top;
}
.warranty-box a.accordion-toggle.collapsed span.more {
  display: block;
  background-position: center -80px;
}
.warranty-box a.accordion-toggle.collapsed span.less {
  display: none;
}
.warranty-box .collapse {
  display: none;
}
@media (min-width: 768px) {
  .warranty-box .collapse {
    display: block;
  }
}
.warranty-box .warranty-faq-box.col-xs-12.col-sm-4.col-md-4.col-lg-4 {
  padding-top: 30px;
}
.warranty-map-wrapper {
  margin: 30px 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
}
.warranty-ancher-link {
  display: block;
  margin: 0;
  padding: 0 20px 20px 20px;
  width: 100%;
  text-align: right;
}
.contact-us-wrapper {
  margin: 35px 0;
}
.form-wrapper.gray-box {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-us-form {
  display: block;
  margin: 0;
  padding: 20px 20px;
  background: #ffffff;
}
.contact-us-form .col-xs-12.col-sm-12.col-md-6.col-lg-6,
.contact-us-form .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0 20px 15px 20px;
}
.contact-us-form .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  display: block;
  clear: both;
}
.contact-us-form .title,
.contact-us-form .title2 {
  color: #507c9b;
}
.contact-us-form .title2.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  display: block;
  clear: both;
  padding-top: 30px;
}
.contact-us-form .mandatory {
  margin-top: -10px;
  padding: 0 20px 15px 20px;
  font-size: 1.1rem;
}
.contact-us-form .required label:after,
.contact-us-form .mandatory:before {
  content: "*";
  color: red;
  font-size: 1.4rem;
}
.contact-us-form .RadCaptcha {
  clear: both;
  display: block;
  padding: 0 20px 15px 20px;
}
.contact-us-form .RadCaptcha .rcCaptchaAudioLink {
  display: block;
  position: absolute;
  margin-top: 60px;
  left: 60px;
  /* display: block;
            position: absolute;
            margin-top: 240px;
            left:57px;*/
}
.contact-us-form .RadCaptcha img,
.contact-us-form .RadCaptcha p {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 20px 15px 0;
}
.contact-us-form .RadCaptcha img {
  margin-top: 24px;
}
.contact-us-form .RadCaptcha p {
  position: relative;
  width: 200px;
  height: 68px;
  margin-top: 25px;
}
.contact-us-form .RadCaptcha p input[type=text] {
  position: absolute;
  display: block;
  left: 0;
  top: 19px;
  width: 195px;
}
.contact-us-form .RadCaptcha p label {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 195px;
}
.contact-us-form .RadCaptcha:before,
.contact-us-form .RadCaptcha:after {
  content: " ";
  display: table;
  clear: both;
}
.contact-us-form input[type=submit] {
  margin: 0 20px;
}
.contact-us-form .rcInvalid span {
  color: red;
  font-weight: bold;
  display: block;
  position: relative;
  left: 180px;
}
.contact-us-form .validation-error-message {
  position: absolute;
  left: 56px;
  bottom: 94px;
  color: red;
  font-weight: bold;
}
.rcInvalid {
  padding-bottom: 30px !important;
}
.sfSuccess {
  padding: 20px 30px;
  background: #ffffff;
}
.contact-us-sidebar {
  padding: 30px 20px 0 20px;
}
@media (min-width: 768px) {
  .contact-us-sidebar {
    padding: 0 20px;
  }
}
.contact-us-sidebar table:first-child tr td {
  vertical-align: middle !important;
}
.careers-wrapper {
  padding: 15px;
  background-color: #f2f1f1;
  margin-bottom: 15px;
}
.careers-wrapper h4 {
  border-bottom: solid 1px #bcbcbc;
  padding-bottom: 10px;
  font-family: GothamBook, Arial, sans-serif;
  text-transform: uppercase;
}
.careers-wrapper h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.careers-wrapper .why-wind-wrapper,
.careers-wrapper .working-with-wind-wrapper,
.careers-wrapper .opportunities-wrapper {
  background-color: #fff;
  padding: 20px 30px;
}
.careers-wrapper .why-wind-wrapper,
.careers-wrapper .working-with-wind-wrapper {
  margin-bottom: 15px;
}
.careers-wrapper .why-wind-wrapper .sf_colsOut.sf_2cols_1_50 {
  overflow: hidden;
}
.careers-wrapper .our-history-wrapper .expand-link,
.careers-wrapper .our-history-wrapper .collapse-link {
  background-image: url("images/WM_up-down-arrow.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: left -51px;
  display: inline-block;
  width: 25px;
  height: 10px;
  cursor: pointer;
  padding: 0;
}
.careers-wrapper .our-history-wrapper .collapse-link {
  background-position: left top;
  background-color: #fff;
}
.careers-wrapper .our-history-graphic {
  display: none;
}
.careers-wrapper .our-history-graphic img {
  max-width: 75%;
  margin: 30px;
}
.careers-wrapper a[name="our-history"] {
  text-decoration: none;
  text-transform: uppercase;
  color: #507c9b;
  background-color: #ddd;
  position: relative;
  top: -50px;
}
.careers-wrapper a.back-to-top {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  color: #507c9b;
  display: block;
  height: 30px;
  width: 100px;
  margin: auto;
  padding-top: 15px;
  background-image: url("images/WM_up-down-arrow.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center 3px;
}
.careers-wrapper .working-with-wind-wrapper h2 {
  margin-bottom: 20px;
}
.careers-wrapper .working-with-wind-wrapper .sf_colsIn.sf_2cols_1in_50,
.careers-wrapper .working-with-wind-wrapper .sf_colsIn.sf_2cols_2in_50,
.careers-wrapper .opportunities-wrapper .sf_colsIn.sf_2cols_1in_50,
.careers-wrapper .opportunities-wrapper .sf_colsIn.sf_2cols_2in_50,
.careers-wrapper .where-we-work-wrapper .sf_colsIn.sf_2cols_1in_50,
.careers-wrapper .where-we-work-wrapper .sf_colsIn.sf_2cols_2in_50 {
  padding: 5px 30px 5px 0;
}
.careers-wrapper .opportunities-wrapper iframe {
  width: 100%;
  margin-top: 20px;
  height: 800px;
  border: solid 1px #f2f1f1;
}
.RadDockZone .careers-wrapper .our-history-graphic {
  display: block;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  .careers-wrapper .sf_colsOut.sf_2cols_1_50,
  .careers-wrapper .sf_colsOut.sf_2cols_2_50,
  .careers-wrapper .sf_colsOut.sf_2cols_1_25,
  .careers-wrapper .sf_colsOut.sf_2cols_2_75 {
    width: 100% !important;
  }
  .careers-wrapper .sf_colsIn.sf_2cols_2in_50,
  .careers-wrapper .sf_colsIn.sf_2cols_2in_75 {
    margin-left: 0;
  }
  .careers-wrapper .why-wind-wrapper .sf_colsIn.sf_2cols_2in_50 {
    padding-left: 0;
  }
  .careers-wrapper a.back-to-top {
    top: 0px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .careers-wrapper .why-wind-wrapper .sf_colsIn.sf_2cols_2in_50 {
    padding: 0 10px 10px 10px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .careers-wrapper .why-wind-wrapper .sf_colsIn.sf_2cols_2in_50 {
    padding: 10px 30px 20px 30px;
  }
}
/* Large devices (large desktops, 1200px and up) */
.int-calling-top {
  margin: 35px 0 0 0;
  padding: 0;
}
.int-calling-top .top-left table {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .int-calling-top .top-left table {
    margin: 0 auto;
  }
}
.int-calling-top .top-left table tr td {
  text-align: center;
  vertical-align: top;
}
.int-calling-top .top-left table tr td h2,
.int-calling-top .top-left table tr td h3 {
  margin: 0;
  padding: 0 0 10px 0;
  color: #507c9b;
}
.int-calling-top .top-left table tr td h2 {
  font-weight: bold;
}
.int-calling-top .top-left table tr td img {
  width: 40%;
  height: auto;
}
.int-calling-top .top-middle.col-xs-12.col-sm-5.col-md-5.col-lg-5 {
  clear: both;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .int-calling-top .top-middle.col-xs-12.col-sm-5.col-md-5.col-lg-5 {
    clear: none;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.int-calling-top .top-middle.col-xs-12.col-sm-5.col-md-5.col-lg-5 ul {
  padding-left: 14px;
}
.int-calling-top .top-middle.col-xs-12.col-sm-5.col-md-5.col-lg-5 ul li {
  display: list-item;
  list-style-type: disc;
  padding: 3px 0;
}
.int-calling-top .top-right {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eeeeee;
}
.int-calling-top .top-right table img {
  padding: 0 10px 0 0;
  width: auto;
  height: auto;
}
.top-countries .top-countries-h2 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}
.top-countries .top-countries-h3 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.top-countries .top-countries-table {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .top-countries .top-countries-table {
    display: inline-block;
    padding: 0 15px 0 0;
    width: 50%;
  }
}
.top-countries .top-countries-table table {
  width: 100%;
}
.top-countries .top-countries-table table tr th {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #f6f6f6;
  border: solid 1px #d2d1d1;
  height: 50px;
}
@media (max-width: 767px) {
  .top-countries .top-countries-table table tr th h1,
  .top-countries .top-countries-table table tr th h2,
  .top-countries .top-countries-table table tr th h3,
  .top-countries .top-countries-table table tr th h4 {
    font-family: GothamBook, Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
}
@media (max-width: 767px) and print {
  .top-countries .top-countries-table table tr th h1,
  .top-countries .top-countries-table table tr th h2,
  .top-countries .top-countries-table table tr th h3,
  .top-countries .top-countries-table table tr th h4 {
    font-family: Arial, sans-serif;
  }
}
.top-countries .top-countries-table table tr td {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #d2d1d1;
  height: 50px;
}
.top-countries .top-countries-table table tr td:first-child {
  width: 70px;
  border-right: none;
}
.top-countries .top-countries-table table tr td:first-child + td {
  text-align: left;
  border-left: none;
}
.top-countries .top-countries-table table tr td:nth-child(3) {
  width: 20%;
}
.top-countries .top-countries-table table tr td:nth-child(4) {
  width: 20%;
}
.top-countries .top-countries-table table img {
  width: 40px;
  height: auto;
}
.top-countries .top-countries-table.second-table {
  padding: 0;
}
@media (min-width: 768px) {
  .top-countries .top-countries-table.second-table {
    padding: 0 0 0 15px;
  }
}
.top-countries .top-countries-table.second-table table tr th {
  display: none;
}
@media (min-width: 768px) {
  .top-countries .top-countries-table.second-table table tr th {
    display: table-cell;
  }
}
.top-countries .top-countries-notice {
  display: block;
  clear: both;
  margin: 0;
  padding: 15px 0 0 0;
}
.int-calling-search-wrapper.gray-box {
  margin: 35px 0;
  padding: 15px;
}
.int-calling-search-wrapper.gray-box .int-calling-search {
  margin: 0;
  padding: 20px 30px;
  background: #ffffff;
}
.int-calling-search-wrapper.gray-box .int-calling-search-top {
  padding: 0 0 20px 0;
}
.int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-map,
.int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-map,
  .int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input {
    display: inline-block;
    width: 30%;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-map,
  .int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input {
    display: inline-block;
    width: 30%;
    height: 172px;
  }
}
.int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input {
  padding: 20px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input {
    padding: 0 0 0 30px;
    width: 70%;
  }
}
.int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input h2 {
  margin: 0;
  padding: 0 0 15px 0;
}
@media (min-width: 1200px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input h2 {
    padding: 27px 0 15px 0;
  }
}
.int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input input {
  margin: 5px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-top .int-calling-search-input input {
    width: 404px;
  }
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom {
  padding: 0;
}
@media (min-width: 768px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom {
    padding: 0 30px;
  }
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header {
  margin: 0;
  padding: 2px 17px 2px 0;
  background: #faf8f8;
  border: solid 1px #c9c8c8;
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 280px;
  overflow-y: scroll;
  border: solid 1px #c9c8c8;
  border-top: none;
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table,
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td,
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  border-top: solid 1px #c9c8c8;
  height: 35px;
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td:first-child,
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td:first-child {
  padding: 0 0 0 2px;
  width: 50%;
  font-weight: bold;
  text-align: left;
  border-left: none;
}
@media (min-width: 768px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td:first-child,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td:first-child {
    padding: 0 0 0 25px;
  }
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td:last-child,
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td:last-child {
  width: 24.5%;
  border-right: none;
}
@media (max-width: 767px) {
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h1,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h1,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h2,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h2,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h3,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h3,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h4,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h4 {
    font-family: GothamBook, Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
}
@media (max-width: 767px) and print {
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h1,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h1,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h2,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h2,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h3,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h3,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td h4,
  .int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr td h4 {
    font-family: Arial, sans-serif;
  }
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr:first-child td,
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table table tr:first-child td {
  border-top: none;
}
.int-calling-search-wrapper.gray-box .int-calling-search-bottom .search-table-header table tr td {
  border-top: none;
}
.int-calling-bottom {
  margin: 0 0 35px 0;
  padding: 0;
  position: relative;
}
.int-calling-bottom > div {
  display: table;
  margin: 0;
  padding: 0;
}
.int-calling-bottom .int-calling-bottom-left-box,
.int-calling-bottom .int-calling-bottom-right-box {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (min-width: 768px) {
  .int-calling-bottom .int-calling-bottom-left-box,
  .int-calling-bottom .int-calling-bottom-right-box {
    position: relative;
    display: table-cell;
    padding: 0 0 0 8px;
    width: 50%;
  }
}
.int-calling-bottom .int-calling-bottom-left-box .gray-border,
.int-calling-bottom .int-calling-bottom-right-box .gray-border {
  display: block;
  margin: 0;
  padding: 20px 30px;
  min-height: inherit;
  border: 15px solid #eeeeee;
}
@media (min-width: 768px) {
  .int-calling-bottom .int-calling-bottom-left-box .gray-border,
  .int-calling-bottom .int-calling-bottom-right-box .gray-border {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .int-calling-bottom .int-calling-bottom-left-box .gray-border,
  .int-calling-bottom .int-calling-bottom-right-box .gray-border {
    min-height: 330px;
  }
}
.int-calling-bottom .int-calling-bottom-left-box .gray-border .int-calling-addons.table-p15 table tr td,
.int-calling-bottom .int-calling-bottom-right-box .gray-border .int-calling-addons.table-p15 table tr td {
  vertical-align: middle;
}
.int-calling-bottom .int-calling-bottom-left-box .gray-border .int-calling-addons.table-p15 table tr td:first-child,
.int-calling-bottom .int-calling-bottom-right-box .gray-border .int-calling-addons.table-p15 table tr td:first-child {
  width: 55px;
}
@media (min-width: 768px) {
  .int-calling-bottom .int-calling-bottom-left-box .gray-border .int-calling-addons.table-p15 table tr td:first-child,
  .int-calling-bottom .int-calling-bottom-right-box .gray-border .int-calling-addons.table-p15 table tr td:first-child {
    width: 65px;
  }
}
.int-calling-bottom .int-calling-bottom-left-box .gray-border .int-calling-addons.table-p15 table tr td:first-child img,
.int-calling-bottom .int-calling-bottom-right-box .gray-border .int-calling-addons.table-p15 table tr td:first-child img {
  width: 40px;
}
@media (min-width: 768px) {
  .int-calling-bottom .int-calling-bottom-left-box .gray-border .int-calling-addons.table-p15 table tr td:first-child img,
  .int-calling-bottom .int-calling-bottom-right-box .gray-border .int-calling-addons.table-p15 table tr td:first-child img {
    width: 50px;
  }
}
.int-calling-bottom .int-calling-bottom-left-box .gray-border ul li,
.int-calling-bottom .int-calling-bottom-right-box .gray-border ul li {
  padding-bottom: 5px;
}
.int-calling-bottom .int-calling-bottom-left-box {
  margin: 0 0 35px 0;
}
@media (min-width: 768px) {
  .int-calling-bottom .int-calling-bottom-left-box {
    margin: 0;
    padding: 0 7px 0 0;
  }
}
.int-roaming-top {
  margin: 35px 0 0 0;
  padding: 0;
}
.int-roaming-top .top-left table {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .int-roaming-top .top-left table {
    margin: 0 auto;
  }
}
.int-roaming-top .top-left table tr td {
  text-align: center;
  vertical-align: top;
}
.int-roaming-top .top-left table tr td h2 {
  margin: 0;
  padding: 0 0 10px 0;
  color: #507c9b;
  font-weight: bold;
}
.int-roaming-top .top-left table tr td img {
  width: 40%;
  height: auto;
}
.int-roaming-top .top-middle.col-xs-12.col-sm-5.col-md-5.col-lg-5 {
  clear: both;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .int-roaming-top .top-middle.col-xs-12.col-sm-5.col-md-5.col-lg-5 {
    clear: none;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.int-roaming-top .top-right {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eeeeee;
}
.roaming-zone-h2 {
  margin: 35px 0 20px 0;
  padding: 0;
}
.roaming-zone-h2 h2 {
  margin: 0;
  padding: 0;
}
.int-roaming-map-wrapper {
  margin: 0;
  padding: 15px;
}
.int-roaming-map-wrapper .int-roaming-map {
  margin: 0;
  background: #ffffff;
}
.int-roaming-map-wrapper .world-big-map {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 30px;
}
.int-roaming-map-wrapper .int-roaming-map-legend {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  left: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-map-legend {
    position: absolute;
    display: inline-block;
    padding: 0;
    left: 30px;
    bottom: 20px;
  }
}
.int-roaming-map-wrapper .int-roaming-map-legend ul {
  margin: 0;
  padding: 0;
}
.int-roaming-map-wrapper .int-roaming-map-legend li {
  padding: 5px 0;
  list-style: none;
  font-weight: bold;
}
.int-roaming-map-wrapper .int-roaming-map-legend li span.disc {
  display: inline-block;
  padding: 0;
  margin: 0 8px 0 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.int-roaming-map-wrapper .int-roaming-map-legend li span.zone {
  color: #507c9b;
}
.int-roaming-map-wrapper .int-roaming-zone-rate {
  padding: 20px 30px;
  border-top: 15px solid #eeeeee;
  border-bottom: 15px solid #eeeeee;
}
.int-roaming-map-wrapper .int-roaming-zone-other {
  padding: 20px 30px;
  border-top: 15px solid #eeeeee;
}
.int-roaming-map-wrapper .int-roaming-zone-countries {
  padding: 20px 30px;
}
.int-roaming-map-wrapper .int-roaming-zone-rate h2,
.int-roaming-map-wrapper .int-roaming-zone-other h2,
.int-roaming-map-wrapper .int-roaming-zone-countries h2 {
  margin: 0;
  padding: 0 0 15px 0;
}
.int-roaming-map-wrapper .int-roaming-zone-rate select,
.int-roaming-map-wrapper .int-roaming-zone-other select,
.int-roaming-map-wrapper .int-roaming-zone-countries select {
  width: 100%;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate select,
  .int-roaming-map-wrapper .int-roaming-zone-other select,
  .int-roaming-map-wrapper .int-roaming-zone-countries select {
    width: 270px;
    display: inline-block;
  }
}
.int-roaming-map-wrapper .int-roaming-zone-rate table,
.int-roaming-map-wrapper .int-roaming-zone-other table {
  margin: 20px 0 0 0;
  padding: 0;
}
.int-roaming-map-wrapper .int-roaming-zone-rate table thead,
.int-roaming-map-wrapper .int-roaming-zone-other table thead {
  background: #f6f6f6;
  border: 1px solid #d2d1d1;
  border-bottom: none;
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tbody,
.int-roaming-map-wrapper .int-roaming-zone-other table tbody {
  border: 1px solid #d2d1d1;
  border-top: none;
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tr th,
.int-roaming-map-wrapper .int-roaming-zone-other table tr th {
  padding: 10px 2px 10px 0;
  vertical-align: middle;
  color: #595858;
  font-weight: normal;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th {
    vertical-align: top;
    padding: 20px 15px 20px 0;
  }
}
@media (min-width: 992px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th {
    vertical-align: top;
    padding: 20px 40px 20px 0;
  }
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tr th h2,
.int-roaming-map-wrapper .int-roaming-zone-other table tr th h2,
.int-roaming-map-wrapper .int-roaming-zone-rate table tr th h4,
.int-roaming-map-wrapper .int-roaming-zone-other table tr th h4 {
  margin: 0;
  padding: 0;
  color: #507c9b;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h2,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h2,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h4,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h4 {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h1,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h1,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h2,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h2,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h3,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h3,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h4,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h4 {
    font-family: GothamBook, Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
}
@media (max-width: 767px) and print {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h1,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h1,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h2,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h2,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h3,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h3,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th h4,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th h4 {
    font-family: Arial, sans-serif;
  }
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tr td,
.int-roaming-map-wrapper .int-roaming-zone-other table tr td {
  padding: 0 2px 0 0;
  height: 40px;
  color: #595858;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #d2d1d1;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr td,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr td {
    text-align: left;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 992px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr td,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr td {
    text-align: left;
    padding: 0 40px 0 0;
  }
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tr th:first-child,
.int-roaming-map-wrapper .int-roaming-zone-other table tr th:first-child,
.int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child,
.int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child {
  padding-left: 2px;
  width: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th:first-child,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th:first-child,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child {
    padding-left: 15px;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th:first-child,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th:first-child,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child {
    padding-left: 40px;
    width: 30%;
  }
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tr th:first-child + th + th,
.int-roaming-map-wrapper .int-roaming-zone-other table tr th:first-child + th + th,
.int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child + td + td,
.int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child + td + td {
  padding-left: 2px;
  padding-right: 2px;
  width: auto;
  color: #ffffff;
  background: #507c9b;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th:first-child + th + th,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th:first-child + th + th,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child + td + td,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child + td + td {
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr th:first-child + th + th,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr th:first-child + th + th,
  .int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child + td + td,
  .int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child + td + td {
    padding-left: 40px;
    padding-right: 40px;
    width: 30%;
  }
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tr th:first-child + th + th h4,
.int-roaming-map-wrapper .int-roaming-zone-other table tr th:first-child + th + th h4,
.int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child + td + td h4,
.int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child + td + td h4 {
  color: #ffffff;
}
.int-roaming-map-wrapper .int-roaming-zone-rate table tr td:first-child + td + td,
.int-roaming-map-wrapper .int-roaming-zone-other table tr td:first-child + td + td {
  background: #6189a5;
}
.int-roaming-map-wrapper .int-roaming-zone-countries .zone-countries {
  margin: 0;
  padding: 10px 0 0 0;
}
.int-roaming-map-wrapper .int-roaming-zone-countries .zone-countries ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.int-roaming-map-wrapper .int-roaming-zone-countries .zone-countries ul li {
  display: inline-block;
  margin: 0;
  padding: 10px 0 0 0;
  width: 49.5%;
}
@media (min-width: 768px) {
  .int-roaming-map-wrapper .int-roaming-zone-countries .zone-countries ul li {
    width: 24.5%;
  }
}
@media (min-width: 992px) {
  .int-roaming-map-wrapper .int-roaming-zone-countries .zone-countries ul li {
    width: 19.5%;
  }
}
.int-roaming-bottom {
  margin: 0;
  padding: 35px 0;
}
.int-roaming-bottom .int-roaming-bottom-left-box,
.int-roaming-bottom .int-roaming-bottom-right-box {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (min-width: 768px) {
  .int-roaming-bottom .int-roaming-bottom-left-box,
  .int-roaming-bottom .int-roaming-bottom-right-box {
    display: inline-block;
    padding: 0 7px 0 0;
    width: 50%;
  }
}
.int-roaming-bottom .int-roaming-bottom-left-box table tr td,
.int-roaming-bottom .int-roaming-bottom-right-box table tr td {
  padding-top: 15px !important;
}
.int-roaming-bottom .int-roaming-bottom-left-box table tr:first-child td,
.int-roaming-bottom .int-roaming-bottom-right-box table tr:first-child td {
  padding-top: 0 !important;
}
.int-roaming-bottom .int-roaming-bottom-left-box .expand-link,
.int-roaming-bottom .int-roaming-bottom-right-box .expand-link,
.int-roaming-bottom .int-roaming-bottom-left-box .collapse-link,
.int-roaming-bottom .int-roaming-bottom-right-box .collapse-link {
  background-image: url("images/WM_up-down-arrow.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: left -43px;
  cursor: pointer;
  width: 30px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
}
.int-roaming-bottom .int-roaming-bottom-left-box .collapse-link,
.int-roaming-bottom .int-roaming-bottom-right-box .collapse-link {
  background-position: left 8px;
  background-color: #fff;
}
.int-roaming-bottom .int-roaming-bottom-right-box {
  margin: 35px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .int-roaming-bottom .int-roaming-bottom-right-box {
    margin: 0;
    padding: 0 0 0 8px;
  }
}
.int-roaming-bottom .gray-border {
  display: block;
  padding: 20px 30px;
  min-height: inherit;
  border: 15px solid #eeeeee;
  background: #ffffff;
}
@media (min-width: 768px) {
  .int-roaming-bottom .gray-border {
    min-height: 590px;
  }
}
@media (min-width: 992px) {
  .int-roaming-bottom .gray-border {
    min-height: 435px;
  }
}
.int-roaming-bottom .gray-border .setup-instruction-link {
  padding: 30px 0 0 0;
}
.int-roaming-bottom .gray-border .setup-instruction-link table tr td {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
  vertical-align: middle;
}
.int-roaming-bottom .gray-border .setup-instruction-link table tr td h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.int-roaming-bottom .gray-border .setup-instruction {
  padding-top: 15px;
}
/* top Banner */
.mobile-devices-banner {
  display: block;
  margin: 0;
  padding: 0 0 35px 0;
}
/* Filter Bar */
a.collapse-link {
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #f2f1f1;
  cursor: pointer;
}
.filter-wrapper.row {
  padding: 0 0 20px 0;
  margin-bottom: 35px;
  background: #f2f1f1;
  margin-left: 0;
  margin-right: 0;
}
h2.sffilterTitle {
  padding: 35px 0 0 18px;
}
ul.sfShopByFilterGroupList.sfDropDown {
  margin: 0;
  padding: 0;
}
.filter-btn-wrapper {
  padding-top: 38px;
}
li.sfShopByFilterGroupListItem {
  margin-top: 20px;
}
a.collapse-link {
  background-image: url("images/iconsprite.png");
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: right -88px;
}
a.collapse-link.collapsed {
  background-position: right -17px;
}
a.collapse-link.accordion-toggle span.more,
a.collapse-link.accordion-toggle span.less {
  background: none;
}
/* Body */
.top-counter {
  display: block;
  padding-bottom: 15px;
  text-align: right;
}
.sfproductTitleLnk img {
  position: relative;
  z-index: 1;
}
.saleImageWrapper {
  z-index: 1000;
  position: relative;
  height: 0px;
  width: 70%;
  float: right;
}
.regularImageWrapper .saleImage {
  display: none;
}
.salePrice {
  color: #ec7c23;
}
.regularPrice {
  text-decoration: line-through;
}
.sfproductListItem.table-p30 {
  height: auto;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sfproductListItem.table-p30 {
    height: 290px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sfproductListItem.table-p30 {
    height: 350px;
    padding-bottom: 0;
  }
}
.sfproductListItem.table-p30 table tr td {
  padding-right: 15px !important;
}
.sfproductListItem.table-p30 table tr td h2.sfproductTitle {
  margin: 0;
  padding: 0;
  line-height: 26px;
  min-height: 52px;
}
.sfproductListItem.table-p30 table tr td h2.sfproductTitle a {
  text-decoration: none;
}
.sfproductListItem.table-p30 table tr td h2.sfproductTitle a:hover {
  text-decoration: none;
}
.sfproductListItem.table-p30 table tr td .deviceColors-container {
  display: inline-block;
}
.sfproductListItem.table-p30 table tr td .deviceColors-container .btn {
  height: 16px;
  width: 16px;
  margin: 1px;
  border: 0px solid #ebebeb;
  background-color: white;
  padding: 0;
  border-radius: 3px !important;
  outline-width: 0;
  display: block;
}
.sfproductListItem.table-p30 table tr td .deviceColors-container .color-box-cotainer {
  border: 1px solid white;
  border-radius: 3px;
  cursor: pointer;
  margin: 3px;
  display: inline-block;
}
.sfproductListItem.table-p30 table tr td .deviceColors-container .color-box-cotainer.active {
  border: 1px solid #ec7c23;
  line-height: 14px;
}
.sfproductListItem.table-p30 table tr td ul.sfproductFeature li {
  padding: 2px 0;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
}
.sfproductListItem.table-p30 table tr td ul.sfproductFeature li img {
  padding: 0 10px 0 0;
  width: 35px;
  height: auto;
}
.sfproductListItem.table-p30 table tr td ul.sfproductFeature li:first-child {
  border-top: 1px solid #eeeeee;
}
.sfproductListItem.table-p30 table tr td:first-child {
  padding-right: 30px !important;
  width: 40% !important;
}
.sfproductPrice.device-list-price,
.sfproductPrice.internet-price,
.sfproductPrice.sim-card-price {
  display: block;
  margin: 0;
  line-height: 20px;
  min-height: 93px;
}
.sfproductPrice.device-list-price span.sfRegPrice,
.sfproductPrice.internet-price span.sfRegPrice,
.sfproductPrice.sim-card-price span.sfRegPrice {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #595858;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
}
@media print {
  .sfproductPrice.device-list-price span.sfRegPrice,
  .sfproductPrice.internet-price span.sfRegPrice,
  .sfproductPrice.sim-card-price span.sfRegPrice {
    font-family: Arial, sans-serif;
  }
}
.sfproductPrice.device-list-price .reg-price .price-title,
.sfproductPrice.internet-price .reg-price .price-title,
.sfproductPrice.sim-card-price .reg-price .price-title,
.sfproductPrice.device-list-price .reg-price .price,
.sfproductPrice.internet-price .reg-price .price,
.sfproductPrice.sim-card-price .reg-price .price,
.sfproductPrice.device-list-price .priceLabel,
.sfproductPrice.internet-price .priceLabel,
.sfproductPrice.sim-card-price .priceLabel {
  margin: 0;
  padding: 3px 0;
  color: #595858;
  font-family: GothamBook, Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}
@media print {
  .sfproductPrice.device-list-price .reg-price .price-title,
  .sfproductPrice.internet-price .reg-price .price-title,
  .sfproductPrice.sim-card-price .reg-price .price-title,
  .sfproductPrice.device-list-price .reg-price .price,
  .sfproductPrice.internet-price .reg-price .price,
  .sfproductPrice.sim-card-price .reg-price .price,
  .sfproductPrice.device-list-price .priceLabel,
  .sfproductPrice.internet-price .priceLabel,
  .sfproductPrice.sim-card-price .priceLabel {
    font-family: Arial, sans-serif;
  }
}
.value-calculator-header {
  padding: 20px 20px 10px 20px;
  border-bottom: solid 15px #f2f1f1;
}
.value-calculator-header .sfContentBlock {
  display: table;
}
.value-calculator-header h2 {
  display: table-cell;
  vertical-align: middle;
}
.value-calculator-header .sfimageWrp {
  text-align: center;
}
.value-calculator-header .sfimageWrp img {
  max-width: 150px;
}
.value-calculator-wrapper {
  background-color: #f2f1f1;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.value-calculator-wrapper .sf_colsOut {
  background-color: #fff;
}
.value-calculator-wrapper .sf_2cols_1_50,
.value-calculator-wrapper .sf_2cols_2_50 {
  background-color: #fff;
}
.value-calculator-wrapper .sf_2cols_1_50 .sf_colsIn,
.value-calculator-wrapper .sf_2cols_2_50 .sf_colsIn {
  background-color: #fff;
}
.value-calculator-wrapper .results {
  display: none;
  border-top: solid 15px #f2f1f1;
}
.value-calculator-wrapper .RadDockZone .results {
  display: block;
}
.value-calculator-wrapper .savings-wrapper,
.value-calculator-wrapper .suggested-wrapper {
  padding: 30px 15px;
}
.value-calculator-wrapper .savings-wrapper h2 {
  color: #507c9b;
  font-family: GothamBold, Arial, sans-serif;
  padding-bottom: 10px;
}
.value-calculator-wrapper .savings-wrapper h4 {
  font-family: GothamBook, Arial, sans-serif;
}
.value-calculator-wrapper .savings-wrapper h5 {
  color: #595858;
}
.value-calculator-wrapper .savings-wrapper li {
  list-style: none;
  padding-left: 20px;
  background-image: url("images/icon_check_mark.png");
  background-position: left 2px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.value-calculator-wrapper .suggested-wrapper {
  border-left: solid 1px #f2f1f1;
}
.value-calculator-wrapper .suggested-wrapper h2 {
  color: #507c9b;
  font-family: GothamBold, Arial, sans-serif;
}
.value-calculator-wrapper .suggested-wrapper .plan-features-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
}
.value-calculator-wrapper .suggested-wrapper .plan-features-wrapper h2 {
  display: none;
}
.value-calculator-wrapper .suggested-wrapper .plan-features-wrapper tr td:first-child {
  width: 30%;
  padding-right: 25px;
}
.value-calculator-wrapper .suggested-wrapper .plan-features-wrapper li {
  list-style: none;
  padding-left: 20px;
  background-image: url("images/icon_check_mark.png");
  background-position: left 6px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.value-calculator-wrapper .suggested-wrapper .plan-features-wrapper table td {
  vertical-align: top;
}
.value-calculator-wrapper .suggested-wrapper .plan-add-ons-wrapper {
  margin-bottom: 30px;
}
.value-calculator-wrapper .suggested-wrapper .plan-add-ons-wrapper h2 {
  font-family: GothamBook, Arial, sans-serif;
  color: #ec7c23;
}
.value-calculator-wrapper .suggested-wrapper .plan-add-ons-wrapper tr td:first-child {
  width: 10%;
}
.value-calculator-wrapper .suggested-wrapper .plan-add-ons-wrapper tr td:first-child img {
  max-width: 30px;
}
.value-calculator-wrapper .suggested-wrapper .plan-add-ons-wrapper tr td {
  padding: 8px 10px 8px 0;
  border-bottom: solid 1px #eee;
}
.value-calculator-wrapper .suggested-wrapper .plan-add-ons-wrapper tr:first-child td {
  border-bottom: none;
}
.value-calculator-wrapper .calculated-savings,
.value-calculator-wrapper .suggested-plan {
  font-size: 4rem;
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
}
.value-calculator-wrapper .calculated-term {
  text-transform: uppercase;
}
.value-calculator-wrapper .suggested-plan sub {
  font-size: 1rem;
}
.value-calculator-wrapper .results.no-savings {
  padding: 40px 150px 30px 150px;
}
.value-calculator-form input[type="text"],
.value-calculator-form select {
  margin-top: 10px;
  max-width: 300px;
}
.value-calculator-form input[type="radio"] {
  margin-right: 5px;
}
.value-calculator-form .value-calculator-step:first-child {
  border-bottom: solid 15px #f2f1f1;
}
.value-calculator-form .step_1,
.value-calculator-form .step_2,
.value-calculator-form .step_3 {
  padding: 30px 15px;
}
.value-calculator-form .step-number {
  font-size: 4rem;
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  color: #ec7c23;
}
.value-calculator-form .step_1 .sfFormRadiolist .sf_colsIn {
  padding-left: 20px;
  padding-right: 20px;
}
.value-calculator-form .step_1 .sfFormRadiolist .sfTxtLbl {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 1.5rem;
  margin-left: -30px;
  padding: 25px 0 0 75px;
  height: 70px;
}
.value-calculator-form .step_1 .data_options .sfTxtLbl {
  background: transparent url('/images/default-source/icons/value-calculator-data.jpg') no-repeat -5px -5px;
}
.value-calculator-form .step_1 .talk_options .sfTxtLbl {
  background: transparent url('/images/default-source/icons/value-calculator-talk.jpg') no-repeat -5px -5px;
}
.value-calculator-form .step_1 .text_options .sfTxtLbl {
  background: transparent url('/images/default-source/icons/value-calculator-text.jpg') no-repeat -5px -5px;
}
.value-calculator-form .step_1 .sfFormRadiolist {
  margin-top: 20px;
}
.value-calculator-form .step_1 .sfFormRadiolist input[type="radio"],
.value-calculator-form .step_1 .sfFormRadiolist label {
  margin-top: 20px;
}
.value-calculator-form .step_3 select {
  margin-top: 20px;
}
.value-calculator-form .sf_2cols_2_75.step_1 {
  padding-left: 0;
}
.value-calculator-form .sfFormSubmit {
  text-align: center;
}
.value-calculator-cta-wrapper {
  margin-bottom: 15px;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  h2 {
    font-size: 20px !important;
  }
  .value-calculator-header .sfContentBlock {
    height: 100px;
  }
  .value-calculator-header .sfimageWrp {
    position: relative;
    height: 100px;
  }
  .value-calculator-header .sfimageWrp img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .value-calculator-wrapper .savings-wrapper,
  .value-calculator-wrapper .suggested-wrapper {
    width: 100% !important;
  }
  .value-calculator-wrapper .suggested-wrapper {
    border-top: solid 15px #f2f1f1;
    border-left: none;
    padding-left: 0;
  }
  .value-calculator-form .step_1,
  .value-calculator-form .step_2,
  .value-calculator-form .step_3 {
    width: 100% !important;
  }
  .value-calculator-form .step_1 .data_options,
  .value-calculator-form .step_1 .talk_options,
  .value-calculator-form .step_1 .text_options,
  .value-calculator-form .step_1 .sfFormRadiolist {
    width: 100%;
  }
  .value-calculator-form .step_1 .sfFormRadiolist .sf_colsIn {
    padding-left: 0;
    margin-left: 0;
  }
  .value-calculator-form .step_1 .sfFormRadiolist .sfTxtLbl,
  .value-calculator-form .step_1 .talk_options .sf_colsIn,
  .value-calculator-form .step_1 .text_options .sf_colsIn {
    margin-left: 0;
  }
  .value-calculator-form .step_2 {
    border-right: none;
  }
  .value-calculator-form .step_3 {
    border-top: solid 15px #f2f1f1;
    padding-left: 0;
  }
  .value-calculator-form .step_2 .sf_2cols_1_25,
  .value-calculator-form .step_3 .sf_2cols_1_25 {
    width: 10% !important;
  }
  .value-calculator-form .step_2 .sf_2cols_2_75,
  .value-calculator-form .step_3.sf_2cols_2_75 {
    width: 90% !important;
  }
  .value-calculator-form .sf_colsOut.sf_2cols_1_25.step_1 {
    width: 12% !important;
  }
  .value-calculator-form .sf_2cols_2_75.step_1 {
    width: 88% !important;
  }
  .value-calculator-cta-wrapper .sf_2cols_1_50,
  .value-calculator-cta-wrapper .sf_2cols_2_50 {
    width: 100% !important;
  }
  .value-calculator-cta-wrapper .sf_2cols_1_50 {
    margin-bottom: 15px;
  }
  .value-calculator-cta-wrapper .sf_2cols_1in_50 {
    margin-right: 0 !important;
  }
  .value-calculator-cta-wrapper .sf_2cols_2in_50 {
    margin-left: 0 !important;
  }
  .value-calculator-wrapper .results.no-savings {
    padding: 5px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .value-calculator-header .sfContentBlock {
    height: 120px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.insider-info-form .intro-text {
  margin-bottom: 40px;
}
.insider-info-form input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 5px;
}
.insider-info-form .sfTxtBoxMedium,
.insider-info-form .sfFormDropdown {
  margin-bottom: 15px;
  width: 96%;
}
.insider-info-form .email,
.insider-info-form .enter-new-market {
  width: 70%;
}
.insider-info-form .phone-number {
  width: 50%;
}
.insider-info-form h3,
.insider-info-form .sfFormCheckboxlist .sfTxtLbl {
  font-family: GothamBold, Arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #507c9b;
  margin-top: 30px;
  margin-bottom: 25px;
}
.insider-info-form .sfFormCheckboxlist label {
  position: relative;
  top: -2px;
}
.insider-info-form .subscription-list.sfFormCheckboxlist label {
  width: 25%;
}
.insider-info-form .primary-button {
  margin-top: 10px;
}
.insider-info-form .required label:after {
  content: "*";
  color: red;
  margin-left: 3px;
}
.insider-info-form .RadCaptcha {
  clear: both;
  display: block;
  padding: 30px 20px 5px 20px;
}
.insider-info-form .RadCaptcha img,
.insider-info-form .RadCaptcha p {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 20px 15px 0;
}
.insider-info-form .RadCaptcha img {
  margin-top: 18px;
}
.insider-info-form .RadCaptcha p {
  position: relative;
  width: 200px;
  height: 68px;
}
.insider-info-form .RadCaptcha p input[type=text] {
  position: absolute;
  display: block;
  left: 0;
  top: 19px;
  width: 195px;
}
.insider-info-form .RadCaptcha p label {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 195px;
}
.insider-info-form .rcInvalid span {
  color: red;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
  position: relative;
  left: 180px;
}
.insider-info-form .sfFormSubmit {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.insider-info-cta-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.insider-info-wrapper {
  border: solid 15px #f2f1f1;
  padding: 30px 50px;
  margin-top: 30px;
}
.insider-info-wrapper .validation-error-message {
  color: red;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.insider-info-wrapper .insider-info-form .subscription-list .subscription-choice {
  border: solid 1px #f2f1f1;
  background-color: #f2f1f1;
  margin-bottom: 20px;
  padding-top: 237px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 265px;
  background-repeat: no-repeat;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  .insider-info-form .sfFormCheckboxlist label {
    display: inline;
  }
  .insider-info-form .sfFormCheckboxlist label:after {
    content: "\a";
    white-space: pre;
  }
  .insider-info-form .sfFormCheckboxlist br {
    display: none;
  }
  .insider-info-form .sf_colsOut {
    width: 100% !important;
  }
  .insider-info-form .sf_colsIn {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .insider-info-form input[type="text"],
  .insider-info-form select,
  .insider-info-form .email,
  .insider-info-form .phone-number {
    width: 100% !important;
  }
  .insider-info-form .rcInvalid span {
    left: 0px;
  }
  .insider-info-cta-wrapper {
    margin-bottom: 30px;
  }
  .insider-info-cta-wrapper .sf_2cols_1_50,
  .insider-info-cta-wrapper .sf_2cols_2_50 {
    width: 100% !important;
  }
  .insider-info-cta-wrapper .sf_colsIn {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .insider-info-cta-wrapper .sf_2cols_2in_50 {
    margin-top: 15px !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .insider-info-form .sfFormCheckboxlist label {
    display: inline;
  }
  .insider-info-form .sfFormCheckboxlist label:after {
    content: "\a";
    white-space: pre;
  }
  .insider-info-form .sfFormCheckboxlist br {
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .insider-info-form .sfFormCheckboxlist label {
    display: inline-block;
  }
  .insider-info-form .sfFormCheckboxlist label:after {
    content: "";
    white-space: pre;
  }
  .insider-info-form .sfFormCheckboxlist br {
    display: block;
  }
}
/* Large devices (large desktops, 1200px and up) */
.page-description {
  margin: 10px 0;
}
.blogs-category-wrapper {
  margin: 20px 10px 5px 0px;
}
.blogs-category-wrapper ul {
  padding-left: 0px;
}
.blogs-category-wrapper li {
  float: left;
  display: inline;
  width: 33%;
  padding: 5px;
  /*.li-category-third{
	     border-top: 1px solid rgb(227, 227, 227);
		 width:85%;
		 padding-bottom:10px;
		} */
}
.blogs-category-wrapper li a {
  text-decoration: none;
}
.blogs-category-wrapper li .li-category-top {
  border-top: 1px solid #e3e3e3;
  width: 85%;
  padding-bottom: 10px;
}
.blogs-category-wrapper li .li-category {
  border-bottom: 1px solid #e3e3e3;
  width: 85%;
  padding-bottom: 2px;
}
.blog-spacer {
  height: 70px;
}
.blog-list-wrapper {
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 0px;
}
.blog-list-wrapper ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.blog-list-wrapper li {
  float: left;
  display: inline;
  width: 50%;
  height: 435px;
  border-top: 10px solid #e3e3e3;
  border-right: 10px solid #e3e3e3;
  padding: 10px;
}
.blog-list-wrapper .sfpostListLeftItem {
  border-right: 7px solid #e3e3e3;
  border-left: 15px solid #e3e3e3;
}
.blog-list-wrapper .sfpostListRightItem {
  border-right: 15px solid #e3e3e3;
  border-left: 7px solid #e3e3e3;
}
.blog-list-wrapper .blog-list-TitleLink {
  text-transform: uppercase;
  color: #507c9b;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: none;
}
.blog-list-wrapper .sfpostListTopItem {
  border-top: 10px solid #e3e3e3;
}
.blog-list-wrapper .sfpostListBottomItem {
  border-bottom: 25px solid #e3e3e3;
}
.blog-list-wrapper .sfBlankItemBox {
  background-color: #eeeeee;
}
.blog-list-wrapper .sfTitleAuthorWrapper {
  height: 100px;
}
.blog-list-wrapper .sfTitleAuthorWrapper h2 {
  margin-top: 2px;
}
.blog-list-wrapper .sfpostAuthorAndDate {
  color: #ec7c23;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic;
}
.blog-list-wrapper .sfpostImage {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
  /*height:175px !important;*/
}
.blog-list-wrapper .sfpostImage img {
  width: auto;
  align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-height: 175px;
  max-width: 100%;
  padding-bottom: 5px;
}
.blog-list-wrapper .sfpostSummary {
  font-size: 1.2rem;
}
.blog-list-wrapper .sfpostFullStory {
  color: #ec7c23;
}
.blogs-detail-wrapper {
  font-weight: normal;
  border: 10px solid #e3e3e3;
  margin-bottom: 30px;
  margin-left: 0px;
}
.blogs-detail-wrapper .sfpostDetails {
  padding: 10px 0;
}
.blogs-detail-wrapper .blog-detail-Title .sfpostTitle {
  text-transform: uppercase;
  color: #507c9b;
  font-size: 2.4rem;
  font-weight: normal;
  margin-left: 30px;
  margin-right: 30px;
}
.blogs-detail-wrapper .sfpostAuthorAndDate {
  color: #ec7c23;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic;
  margin-left: 30px;
  margin-right: 30px;
}
.blogs-detail-wrapper .sfpostImage {
  margin-top: 5px;
  margin-bottom: 5px;
}
.blogs-detail-wrapper .sfpostImage img {
  width: auto !important;
  align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-height: 360px;
  max-width: 98%;
}
.blogs-detail-wrapper .sfpostImageBorder {
  border-bottom: 1px solid #e3e3e3;
  width: 96%;
  align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.blogs-detail-wrapper .sfpostContent {
  padding-top: 5px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1.3rem;
}
.blogs-detail-wrapper .sfpostContent p {
  /*margin-top: 10px;
              margin-left: 30px;
              margin-right: 30px;
              font-size: 1.3rem;*/
}
.blogs-detail-wrapper .sfSocialOptionsWrapper {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 50px;
}
.blogs-detail-wrapper .sfSocialOptionsWrapper img {
  height: 26px !important;
  width: 26px !important;
}
.blogs-detail-wrapper .sfSocialOptionsWrapper .RadSocialShare_Default {
  border: none !important;
}
.blogs-detail-wrapper .sshListItem {
  padding: 5px;
}
.blogs-detail-wrapper .sfCategoryListWrapper {
  margin-left: 30px;
  margin-right: 30px;
  width: 100%;
}
.blogs-detail-wrapper .sfCategoriesListLiWrapper {
  margin-top: -40px;
  margin-left: 20px;
}
.blogs-detail-wrapper .sfCategoriesListLi {
  float: left;
  display: block;
  width: auto;
  padding: 10px;
}
.pagerWrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  bottom: 30px;
  text-align: center;
}
.pagerWrapper a {
  margin-right: 5px;
  text-decoration: none;
}
.pagerWrapper a:hover {
  color: #f47521;
}
.pagerWrapper .sf_PagerCurrent {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .blogs-category-wrapper li {
    width: 50%;
    font-size: 12px;
  }
  .blog-list-wrapper li {
    height: 470px;
    width: 100%;
  }
  .blog-list-wrapper .sfpostListLeftItem {
    border-right: 15px solid #e3e3e3;
    border-left: 15px solid #e3e3e3;
  }
  .blog-list-wrapper .sfpostListRightItem {
    border-right: 15px solid #e3e3e3;
    border-left: 15px solid #e3e3e3;
  }
  .blog-list-wrapper .sfpostListBottomItem {
    border-bottom: 0px solid #e3e3e3;
  }
  .blog-list-wrapper .sfpostLastItem {
    border-bottom: 25px solid #e3e3e3;
  }
  .blog-list-wrapper .sfBlankItemBox {
    display: none;
  }
  .blogs-detail-wrapper .sfCategoriesListLiWrapper {
    margin-left: none;
  }
  .blogs-detail-wrapper .sfCategoriesList {
    padding-left: 35px;
  }
  .blogs-detail-wrapper .sfCategoriesListLi {
    padding: 10px 10px 0px 0px;
    font-size: 12px;
  }
  .blogs-detail-wrapper .sfpostImage img {
    max-width: 98%;
  }
  .blog-spacer {
    height: 130px;
  }
}
@media (max-width: 1200px) {
  .blog-list-wrapper .blog-list-TitleLink {
    font-size: 2.0rem;
  }
}
@media (max-width: 768px) {
  .blog-list-wrapper .blog-list-TitleLink {
    font-size: 1.5rem;
  }
}
.recommendation-wizard-wrapper {
  border: solid 15px #f2f1f1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.recommendation-wizard-wrapper .intro-text .sf_2cols_2in_75,
.recommendation-wizard-wrapper .recommendation-wizard-form,
.recommendation-wizard-wrapper .recommendation-wizard-results-wrapper {
  padding: 30px;
}
.recommendation-wizard-wrapper .intro-text {
  border-bottom: solid 15px #f2f1f1;
}
.recommendation-wizard-wrapper .intro-text .sf_2cols_1in_25,
.recommendation-wizard-wrapper .bring-your-own-phone-wrapper .sf_2cols_1in_25 {
  text-align: center;
}
.recommendation-wizard-wrapper .intro-text .sfimageWrp img,
.recommendation-wizard-wrapper .recommendation-wizard-results-wrapper .sfimageWrp img {
  max-width: 200px;
}
.recommendation-wizard-wrapper .intro-text h2 {
  margin-bottom: 30px;
}
.recommendation-wizard-wrapper .user-message-container {
  height: 20px;
  margin-bottom: 0 !important;
}
.recommendation-wizard-wrapper .success-message,
.recommendation-wizard-wrapper .error-message {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: none;
}
@media print {
  .recommendation-wizard-wrapper .success-message,
  .recommendation-wizard-wrapper .error-message {
    font-family: Arial, sans-serif;
  }
}
.recommendation-wizard-wrapper .success-message {
  color: green;
}
.recommendation-wizard-wrapper .error-message {
  color: red;
}
.recommendation-wizard-store-locator {
  margin-bottom: 30px;
}
.recommendation-wizard-store-locator table ul {
  margin-right: 30px;
}
.recommendation-wizard-form .sfFormInstructions {
  margin-bottom: 30px;
}
.recommendation-wizard-form .sf_3cols_1in_33,
.recommendation-wizard-form .sf_3cols_2in_34,
.recommendation-wizard-form .sf_3cols_3in_33 {
  padding-left: 30px;
  padding-right: 30px;
}
.recommendation-wizard-form .sfFormRadiolist {
  margin-top: 120px;
  margin-bottom: 30px;
  vertical-align: top;
}
.recommendation-wizard-form .sfFormRadiolist .sfTxtLbl {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #507c9b;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media print {
  .recommendation-wizard-form .sfFormRadiolist .sfTxtLbl {
    font-family: Arial, sans-serif;
  }
}
.recommendation-wizard-form .sfFormRadiolist label {
  padding: 0 0 3px 5px;
  width: 90%;
}
.recommendation-wizard-form .sfFormSubmit {
  text-align: center;
}
.recommendation-wizard-form .talk-options {
  background: transparent url('/images/default-source/icons/reco-wizard-talk-options.jpg') no-repeat top center;
}
.recommendation-wizard-form .text-options {
  background: transparent url('/images/default-source/icons/reco-wizard-text-options.jpg') no-repeat top center;
}
.recommendation-wizard-form .surf-options {
  background: transparent url('/images/default-source/icons/reco-wizard-surf-options.jpg') no-repeat top center;
}
.recommendation-wizard-form .message-options {
  background: transparent url('/images/default-source/icons/reco-wizard-message-options.jpg') no-repeat top center;
}
.recommendation-wizard-form .phone-options {
  background: transparent url('/images/default-source/icons/reco-wizard-phone-options.jpg') no-repeat top center;
}
.recommendation-wizard-form .pay-options {
  background: transparent url('/images/default-source/icons/reco-wizard-pay-options.jpg') no-repeat top center;
}
.recommendation-wizard-form .sf_3cols_1_33,
.recommendation-wizard-form .sf_3cols_2_34,
.recommendation-wizard-form .sf_3cols_3_33 {
  background-size: 100px;
}
.recommendation-wizard-results-wrapper {
  display: none;
  border-top: solid 15px #f2f1f1;
}
.recommendation-wizard-results-wrapper .recommendation-title {
  font-size: 20px;
  font-size: 2rem;
}
.recommendation-wizard-results-wrapper .recommended-plan {
  margin-top: 20px;
  margin-bottom: 50px;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-image {
  text-align: center;
  padding: 0 30px;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-image img {
  max-width: 150px;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-image .sfContentBlock {
  max-width: 170px;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-features ul li {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  padding-left: 20px;
  background-image: url("images/icon_check_mark.png");
  background-position: left 6px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-add-ons table tr {
  border-bottom: solid 1px #f2f1f1;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-add-ons table tr td:first-child {
  text-align: center;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-add-ons table tr td:nth-child(2) {
  padding-right: 30px;
}
.recommendation-wizard-results-wrapper .recommended-plan .plan-add-ons table img {
  width: 60px;
  padding: 10px 20px 10px 10px;
}
.recommendation-wizard-results-wrapper .phone-container {
  margin-top: 30px;
  margin-bottom: 50px;
}
.recommendation-wizard-results-wrapper .phone-container .sfimageWrp {
  padding-top: 15px;
}
.recommendation-wizard-results-wrapper .phone-container .phone-content {
  padding-left: 20px;
}
.recommendation-wizard-results-wrapper .phone-container .phone-content .buy-outright,
.recommendation-wizard-results-wrapper .phone-container .phone-content .on-wind-tab,
.recommendation-wizard-results-wrapper .phone-container .phone-content .description,
.recommendation-wizard-results-wrapper .phone-container .phone-content .camera,
.recommendation-wizard-results-wrapper .phone-container .phone-content .screen-size {
  display: block;
}
.recommendation-wizard-results-wrapper .phone-container .phone-content h3 {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
@media print {
  .recommendation-wizard-results-wrapper .phone-container .phone-content h3 {
    font-family: Arial, sans-serif;
  }
}
.recommendation-wizard-results-wrapper .phone-container .phone-content .buy-outright,
.recommendation-wizard-results-wrapper .phone-container .phone-content .on-wind-tab,
.recommendation-wizard-results-wrapper .phone-container .phone-content .price,
.recommendation-wizard-results-wrapper .phone-container .phone-content .sale-price,
.recommendation-wizard-results-wrapper .phone-container .phone-content .wind-tab-price,
.recommendation-wizard-results-wrapper .phone-container .phone-content .wind-tab-sale-price {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
@media print {
  .recommendation-wizard-results-wrapper .phone-container .phone-content .buy-outright,
  .recommendation-wizard-results-wrapper .phone-container .phone-content .on-wind-tab,
  .recommendation-wizard-results-wrapper .phone-container .phone-content .price,
  .recommendation-wizard-results-wrapper .phone-container .phone-content .sale-price,
  .recommendation-wizard-results-wrapper .phone-container .phone-content .wind-tab-price,
  .recommendation-wizard-results-wrapper .phone-container .phone-content .wind-tab-sale-price {
    font-family: Arial, sans-serif;
  }
}
.recommendation-wizard-results-wrapper .phone-container .phone-content .price,
.recommendation-wizard-results-wrapper .phone-container .phone-content .sale-price,
.recommendation-wizard-results-wrapper .phone-container .phone-content .wind-tab-price,
.recommendation-wizard-results-wrapper .phone-container .phone-content .wind-tab-sale-price {
  font-size: 16px;
  font-size: 1.6rem;
}
.recommendation-wizard-results-wrapper .phone-container .phone-content .buy-outright,
.recommendation-wizard-results-wrapper .phone-container .phone-content .on-wind-tab {
  text-transform: uppercase;
  color: #507c9b;
  padding-bottom: 5px;
}
.recommendation-wizard-results-wrapper .phone-container .phone-content .camera,
.recommendation-wizard-results-wrapper .phone-container .phone-content .memory,
.recommendation-wizard-results-wrapper .phone-container .phone-content .screen-size {
  font-family: GothamBold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 15px;
}
@media print {
  .recommendation-wizard-results-wrapper .phone-container .phone-content .camera,
  .recommendation-wizard-results-wrapper .phone-container .phone-content .memory,
  .recommendation-wizard-results-wrapper .phone-container .phone-content .screen-size {
    font-family: Arial, sans-serif;
  }
}
.recommendation-wizard-results-wrapper .phone-container .phone-content table {
  margin-top: 10px;
}
.recommendation-wizard-results-wrapper .phone-container .phone-content table tr {
  border-top: solid 1px #f2f1f1;
}
.recommendation-wizard-results-wrapper .phone-container .phone-content table img {
  width: 25px;
}
.recommendation-wizard-results-form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #f2f1f1;
}
.recommendation-wizard-results-form .sfFormInstructions {
  margin-bottom: 20px;
}
.recommendation-wizard-results-form .sfTxtBoxMedium {
  margin-bottom: 10px;
}
.recommendation-wizard-results-form .primary-button {
  margin-top: 10px;
}
.recommendation-wizard-results-form .first-name,
.recommendation-wizard-results-form .last-name {
  float: left;
  width: 30%;
  margin-left: 0;
}
.recommendation-wizard-results-form .email-option,
.recommendation-wizard-results-form .print-option {
  float: left;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 10px 25px;
}
.recommendation-wizard-results-form .email-option .sf_3cols_1_25,
.recommendation-wizard-results-form .print-option .sf_3cols_1_25,
.recommendation-wizard-results-form .email-option .sf_2cols_1_50,
.recommendation-wizard-results-form .print-option .sf_2cols_1_50 {
  width: 90px !important;
  margin-top: 17px;
}
.recommendation-wizard-results-form .email-option .mail-button,
.recommendation-wizard-results-form .print-option .mail-button,
.recommendation-wizard-results-form .email-option .print-button,
.recommendation-wizard-results-form .print-option .print-button {
  width: 30px;
  margin-right: 10px;
}
.recommendation-wizard-results-form .email-option .sf_2cols_1_67 {
  width: 50%;
}
.recommendation-wizard-results-form .email-option .sf_3cols_2_50 {
  margin-top: 5px;
  width: 60%;
}
.recommendation-wizard-results-form .email-option .sf_3cols_3_25 {
  width: auto;
}
.recommendation-wizard-results-form .print-option .sf_2cols_2_50 {
  float: left;
  xmargin-left: 10px;
}
.recommendation-wizard-results-form .print-option .sf_2cols_2in_50 {
  margin-left: 0;
}
.RadDockZone .recommendation-wizard-wrapper .success-message,
.RadDockZone .recommendation-wizard-wrapper .error-message {
  display: block;
}
.RadDockZone .recommendation-wizard-results-wrapper {
  display: block;
}
/* Extra small devices (phones, up to 480px) */
@media (max-width: 767px) {
  .recommendation-wizard-wrapper .sf_3cols_1_33,
  .recommendation-wizard-wrapper .sf_3cols_2_34,
  .recommendation-wizard-wrapper .sf_3cols_3_33,
  .recommendation-wizard-wrapper .first-name,
  .recommendation-wizard-wrapper .last-name,
  .recommendation-wizard-wrapper .email-option,
  .recommendation-wizard-wrapper .print-option {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .recommendation-wizard-wrapper .sf_2cols_2in_50,
  .recommendation-wizard-wrapper .sf_2cols_2in_33 {
    margin-left: 0;
  }
  .recommendation-wizard-wrapper .email-option,
  .recommendation-wizard-wrapper .print-option {
    background-position: 0 25px;
  }
  .recommendation-wizard-wrapper .sfimageWrp img {
    max-width: 95px !important;
    padding-top: 40px;
    width: auto;
  }
  .recommendation-wizard-results-wrapper .recommended-plan .plan-image {
    margin-bottom: 40px !important;
  }
  .recommendation-wizard-results-wrapper .recommendation-wizard-results-form .primary-button {
    margin-top: 0;
  }
  .recommendation-wizard-results-wrapper .recommendation-wizard-results-form .sf_2cols_2_50 {
    width: 100% !important;
  }
  .recommendation-wizard-results-wrapper .recommendation-wizard-results-form .sf_3cols_3_25 {
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .recommendation-wizard-results-wrapper .recommendation-wizard-results-form .sf_3cols_3in_25 {
    margin-left: 0;
    display: block;
  }
  .recommendation-wizard-results-wrapper .recommendation-wizard-results-form .email-option .sf_3cols_2_50 label {
    display: none;
  }
  .recommendation-wizard-results-wrapper .recommendation-wizard-results-form .email-option .sfTxt {
    margin-top: 15px;
  }
  .bring-your-own-phone-wrapper .sfimageWrp {
    position: relative;
    height: 100px;
    margin-left: -25px;
    margin-top: -40px;
  }
  .bring-your-own-phone-wrapper .sfimageWrp img {
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .recommendation-wizard-store-locator table td {
    width: 100% !important;
    float: left;
  }
  .recommendation-wizard-store-locator table td ul {
    margin-bottom: 0;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
