@charset "UTF-8";
/*global styles for VZ migration*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/* Font Face Declarations */
@font-face {
  font-family: "BrandFont";
  src: url("clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText55Roman.woff") format("woff"), url("clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText55Roman.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "BrandFont";
  src: url("clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText75Bold.woff") format("woff"), url("clientlib-base/resources/fonts/neue-haas-grotesk/NeueHaasGroteskText75Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "vzicons";
  src: url("clientlib-base/resources/fonts/icon-fonts/vzicons.woff") format("woff"), url("clientlib-base/resources/fonts/icon-fonts/vzicons.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "vzReturn";
  src: url("clientlib-base/resources/fonts/icon-fonts/vzReturn.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "VerizonNHGeDS";
  src:url("clientlib-base/resources/fonts/verizon-nhgds/VerizonNHGeDS-Regular.woff2") format("woff2"), url("clientlib-base/resources/fonts/verizon-nhgds/VerizonNHGeDS-Regular.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
      font-family: "VerizonNHGeTX";
      src:url("clientlib-base/resources/fonts/verizon-nhgds/VerizonNHGeTX-Regular.woff2") format("woff2"), url("clientlib-base/resources/fonts/verizon-nhgds/VerizonNHGeTX-Regular.ttf") format("truetype");
        font-weight: normal;
    }
@font-face {
      font-family: "NeueHaasGroteskText";
      src:url("clientlib-base/resources/fonts/verizon-nhgds/NHaasGroteskDSPro-55Rg.woff2") format("woff2"), url("clientlib-base/resources/fonts/verizon-nhgds/VerizonNHGeTX-Regular.ttf") format("truetype");
        font-weight: normal;
    }
body {
  font-family: BrandFont, Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  background: #fff;
  color: #333;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  cursor: default;
  font-size: 0.875rem;
}
 .tiny-12 {
    width: 100%;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80rem;
 }
 .row{
width :970px;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before, input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}
 
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  content: "\e7be";
}

 
input[type=radio] + label::before, input[type=radio]:hover + label::before {
  content: "\e7bf";
}

 
input[type=radio]:checked + label::before {
  content: "\e7c0";
}
 
input[type=checkbox] + label::before,
input[type=radio] + label::before, input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

 
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  content: "\e7be";
}

 
input[type=radio] + label::before, input[type=radio]:hover + label::before {
  content: "\e7bf";
}

 
input[type=radio]:checked + label::before {
  content: "\e7c0";
}
img {
  display: inline-block;
  vertical-align: middle;
  image-rendering: optimizeQuality;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.main {
  /*@mixin clearfix*/
  *zoom: 1;
  display: block;
  background-color: #fff;
  margin: 0 auto;
  /*padding-top: 1.125rem;*/
  position: relative;
  left: 0;
}
.main:after {
  content: " ";
  display: table;
}

.main:after {
  clear: both;
}

/* Typography resets */
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #000;
  text-decoration:  underline;
  line-height: inherit;
}
a:hover {
  color: #000;
}
a:focus {
  color: #000;
}
a img {
  border: none;
}

p a,
a.underline {
  text-decoration: underline;
}

/* Default paragraph styles */
p, .p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility;
}
p aside, .p aside {
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: italic;
}

.body-font {
  font-family: BrandFont, Arial, sans-serif;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.normal-weight {
  font-weight: normal !important;
}

.normal-style {
  font-style: normal !important;
}

.no-wrap {
  white-space: nowrap;
}

.allow-wrap, .break-word {
  word-wrap: break-word;
}

.caps, .uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.defaultcase, .mixedcase, .default-case, .mixed-case {
  text-transform: none;
}

.capitalize, .title-case {
  text-transform: capitalize;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 87.5%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}

kbd {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.04375rem;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h6, .h6 {
  font-family: BrandFont, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h6 small, .h6 small {
  font-size: 87.5%;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 2.375rem;
}
h1 em, .h1 em {
  font-style: normal;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 2rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h6, .h6 {
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h1.big, .h1.big {
  font-size: 3.75rem;
  line-height: 3.875rem;
}

h2.big, .h2.big {
  font-size: 3rem;
  line-height: 3.125rem;
}

h3.big, .h3.big {
  font-size: 2.25rem;
  line-height: 2.375rem;
}

h4.big, .h4.big {
  font-size: 1.875rem;
  line-height: 2rem;
}

h5.big, .h5.big {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h6.big, .h6.big {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 48rem) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 3.875rem;
  }
  h1.small, .h1.small {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }

  h2, .h2 {
    font-size: 3rem;
    line-height: 3.125rem;
  }
  h2.small, .h2.small {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  h3, .h3 {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
  h3.small, .h3.small {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  h4, .h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  h4.small, .h4.small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  h5.small, .h5.small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  h6, .h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  h6.small, .h6.small {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

/* Lists */
/* type-lists.css */
ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  list-style-position: outside;
}
/* buttons.css */
.button,
a.button {
  width: 100%;
  display: inline-block;
  min-height: 3rem;
  position: relative;
  background-image: none;
  vertical-align: middle;
  padding: 0.65rem 3.5rem 0.65rem 1.875rem;
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-family: BrandFont, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  -webkit-transform: rotate(0.0deg);
}
/* line 299, ../../scss/base/_global.scss */
.button:hover,
a.button:hover {
  text-decoration: none;
}
/* line 303, ../../scss/base/_global.scss */
.button::before,
a.button::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'vzicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}
/* line 56, ../../scss/components/buttons.scss */
.button::before,
a.button::before {
  position: absolute;
  font-size: 1.125rem;
  line-height: 1;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.4625rem;
  -moz-transition: right 0.3s, left 0.3s, color 0.3s;
  -o-transition: right 0.3s, left 0.3s, color 0.3s;
  -webkit-transition: right 0.3s, left 0.3s, color 0.3s;
  transition: right 0.3s, left 0.3s, color 0.3s;
}
.button:before {
    content: '';
    font-size: .95rem !important;
}
.button.cta-text, .button.link-text, a.button.cta-text, a.button.link-text {
    color: #333;
    padding-left: 0;
    padding-right: 2rem;
    background-color: transparent;
    width: auto;
}
/* line 7, ../../scss/components/helpers-display.scss */
.left {
  float: left !important;
}

/* line 8, ../../scss/components/helpers-display.scss */
.right {
  float: right !important;
}

/* line 9, ../../scss/components/helpers-display.scss */
.clear {
  clear: both !important;
}

/* line 10, ../../scss/components/helpers-display.scss */
.clear-left {
  clear: left !important;
}

/* line 11, ../../scss/components/helpers-display.scss */
.clear-right {
  clear: right !important;
}

/* line 12, ../../scss/components/helpers-display.scss */
.clear-none {
  clear: none !important;
}

/* line 13, ../../scss/components/helpers-display.scss */
.float-reset,
.float-none {
  float: none !important;
}

/* line 15, ../../scss/components/helpers-display.scss */
.clearfix {
  /*@mixin clearfix*/
  *zoom: 1;
}
/* line 491, ../../scss/base/_global.scss */
.clearfix:after {
  content: " ";
  display: table;
}
/* line 492, ../../scss/base/_global.scss */
.clearfix:after {
  clear: both;
}
/* Helpers class for display */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.vert-top {
  vertical-align: top;
}

.vert-text-top {
  vertical-align: text-top;
}

.vert-middle {
  vertical-align: middle;
}

.vert-bottom {
  vertical-align: bottom;
}

.vert-text-bottom {
  vertical-align: text-bottom;
}

.center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.uncenter {
  margin-left: 0;
  margin-right: 0;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.no-scroll {
  overflow: hidden;
}

.border-all {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #cccccc;
}

.border-none {
  border: none !important;
  border-color: #cccccc;
}

.border-top {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: #cccccc;
}

.border-right {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #cccccc;
}

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cccccc;
}

.border-left {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #cccccc;
}

.border-hoirz {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: #cccccc;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cccccc;
}

.border-vert {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #cccccc;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #cccccc;
}

.border-top-none {
  border-top: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-all-none {
  border: none !important;
}

/* /tables.css */
table {
  background: #fff;
  margin-bottom: 1.5rem;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #000;
}
table.table-grid {
  table-layout: fixed;
}
table thead,
table tfoot {
  background: #f6f6f6;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 1.5rem 1.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
}
table tr th,
table tr td {
  padding: 1.5rem 1.125rem;
  font-size: inherit;
  vertical-align: top;
  border: 1px solid #cccccc;
}
table tr th img,
table tr td img {
  max-width: 100%;
}
table.alt-rows tr:nth-of-type(even) {
  background: #f6f6f6;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.5;
}
/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1.3125rem 0 1.125rem;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 0.875rem;
  color: #959595;
}
blockquote cite:before {
  content: "\2014 \0020";
}

blockquote,
blockquote p {
  line-height: 1.5;
  color: #4b4b4b;
}

.display-table {
    display: table;
}

.container.main{
max-width: 100%;
padding-top: 0;
padding-bottom: 0;
}
/*global rounded corners anchor link css starts here*/
a.round_corner_component{

        color: #fff;
        background: #000;
        border-radius: 1.25rem;
        border: 0.0625rem solid #fff;
        font-weight: bold;
        display: inline-block;
        text-align: center;
        line-height: 0.875rem;
        cursor: pointer;
        font-size: 14px;
        text-decoration: none;
        vertical-align: middle;
    	height: 38px;
    	padding: 0.7rem 2.125rem;
    	min-width: initial;


}

a.round_corner_component: hover, a.round_corner_component: active, a.round_corner_component: visited, a.round_corner_component: focus{
	text-decoration: none;
    color: #fff !important;

}
/*global rounded corners anchor link css ends here*/
.w_list-control .m_accordion-summary.list-menu h2 img.tiny-left.rotate90 {
margin-left: 2rem;
}
@media only screen and (min-width: 48rem){
.medium-padding-top-tiny {
    padding-top: 0.75rem !important;
        }}
/*@media only screen and (min-width: 30.0625rem){
.small-padding-top-zero {
    padding-top: 0rem !important;
            }} */
.ul-circle{list-style-type:circle}
.accordion ol{margin-left:1.3125em}       
.w_list-control .button.cta-text, a.button.cta-text {
margin-bottom: 1.5rem;
}

.margin-top-xxlarge {
    margin-top: 6rem !important;
}

.margin-horiz-small {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
}

/*.columnscontrol { 
    margin-bottom: 25px;
}

.accordion + .columncontrol {
    margin-top: -3.375rem;
}*/

.tabs ul.tab-ul {
    margin-bottom: 1.5rem; 
}
/*09-10-2019 updates below*/
/*.w_list-control .button.cta-text, .w_list-control a.button.cta-text {
    margin-bottom: 0;}*/
.ul-square{
list-style-type: square !important;
}
.tab-container .tab-content{padding: 1.125rem;}
.tab-container .tab-content:focus{
 contain: layout;
 max-width: 110%;
 padding-left: 0;
 outline-offset: 10px;
}
.margin-pull-up-medium {
  margin-top: -1.5rem !important;
}
.w_list-control .m_accordion-summary.list-menu h2 img.tiny-left.rotate90 {
margin-left: 2.55rem;
}
.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%;
}
/* basic margin classes added on 09/20/2019*/
.tiny-margin-pull-up-small {
    margin-top: -1.125rem !important;
}
.margin-pull-up-tiny {
  margin-top: -0.75rem !important;
}

/* line 25, ../../scss/components/helpers-layout.scss */
.margin-pull-right-tiny {
  margin-right: -0.75rem !important;
}

/* line 27, ../../scss/components/helpers-layout.scss */
.margin-pull-down-tiny {
  margin-bottom: -0.75rem !important;
}

/* line 29, ../../scss/components/helpers-layout.scss */
.margin-pull-left-tiny {
  margin-left: -0.75rem !important;
}

/* line 34, ../../scss/components/helpers-layout.scss */
.margin-top-tiny {
  margin-top: 0.75rem !important;
}

/* line 36, ../../scss/components/helpers-layout.scss */
.margin-right-tiny {
  margin-right: 0.75rem !important;
}

/* line 38, ../../scss/components/helpers-layout.scss */
.margin-bottom-tiny {
  margin-bottom: 0.75rem !important;
}

/* line 40, ../../scss/components/helpers-layout.scss */
.margin-left-tiny {
  margin-left: 0.75rem !important;
}

/* line 43, ../../scss/components/helpers-layout.scss */
.margin-horiz-tiny {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 47, ../../scss/components/helpers-layout.scss */
.margin-vert-tiny {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 51, ../../scss/components/helpers-layout.scss */
.margin-all-tiny {
  margin: 0.75rem !important;
}

/* line 23, ../../scss/components/helpers-layout.scss */
.margin-pull-up-small {
  margin-top: -1.125rem !important;
}

/* line 25, ../../scss/components/helpers-layout.scss */
.margin-pull-right-small {
  margin-right: -1.125rem !important;
}

/* line 27, ../../scss/components/helpers-layout.scss */
.margin-pull-down-small {
  margin-bottom: -1.125rem !important;
}

/* line 29, ../../scss/components/helpers-layout.scss */
.margin-pull-left-small {
  margin-left: -1.125rem !important;
}

/* line 34, ../../scss/components/helpers-layout.scss */
.margin-top-small {
  margin-top: 1.125rem !important;
}

/* line 36, ../../scss/components/helpers-layout.scss */
.margin-right-small {
  margin-right: 1.125rem !important;
}

/* line 38, ../../scss/components/helpers-layout.scss */
.margin-bottom-small {
  margin-bottom: 1.125rem !important;
}

/* line 40, ../../scss/components/helpers-layout.scss */
.margin-left-small {
  margin-left: 1.125rem !important;
}

/* line 43, ../../scss/components/helpers-layout.scss */
.margin-horiz-small {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

/* line 47, ../../scss/components/helpers-layout.scss */
.margin-vert-small {
  margin-left: 1.125rem !important;
  margin-right: 1.125rem !important;
}

/* line 51, ../../scss/components/helpers-layout.scss */
.margin-all-small {
  margin: 1.125rem !important;
}

/* line 23, ../../scss/components/helpers-layout.scss */
.margin-pull-up-medium {
  margin-top: -1.5rem !important;
}

/* line 25, ../../scss/components/helpers-layout.scss */
.margin-pull-right-medium {
  margin-right: -1.5rem !important;
}

/* line 27, ../../scss/components/helpers-layout.scss */
.margin-pull-down-medium {
  margin-bottom: -1.5rem !important;
}

/* line 29, ../../scss/components/helpers-layout.scss */
.margin-pull-left-medium {
  margin-left: -1.5rem !important;
}

/* line 34, ../../scss/components/helpers-layout.scss */
.margin-top-medium {
  margin-top: 1.5rem !important;
}

/* line 36, ../../scss/components/helpers-layout.scss */
.margin-right-medium {
  margin-right: 1.5rem !important;
}

/* line 38, ../../scss/components/helpers-layout.scss */
.margin-bottom-medium {
  margin-bottom: 1.5rem !important;
}

/* line 40, ../../scss/components/helpers-layout.scss */
.margin-left-medium {
  margin-left: 1.5rem !important;
}

/* line 43, ../../scss/components/helpers-layout.scss */
.margin-horiz-medium {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 47, ../../scss/components/helpers-layout.scss */
.margin-vert-medium {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 51, ../../scss/components/helpers-layout.scss */
.margin-all-medium {
  margin: 1.5rem !important;
}

/* line 23, ../../scss/components/helpers-layout.scss */
.margin-pull-up-large {
  margin-top: -2.25rem !important;
}

/* line 25, ../../scss/components/helpers-layout.scss */
.margin-pull-right-large {
  margin-right: -2.25rem !important;
}

/* line 27, ../../scss/components/helpers-layout.scss */
.margin-pull-down-large {
  margin-bottom: -2.25rem !important;
}

/* line 29, ../../scss/components/helpers-layout.scss */
.margin-pull-left-large {
  margin-left: -2.25rem !important;
}

/* line 34, ../../scss/components/helpers-layout.scss */
.margin-top-large {
  margin-top: 2.25rem !important;
}

/* line 36, ../../scss/components/helpers-layout.scss */
.margin-right-large {
  margin-right: 2.25rem !important;
}

/* line 38, ../../scss/components/helpers-layout.scss */
.margin-bottom-large {
  margin-bottom: 2.25rem !important;
}

/* line 40, ../../scss/components/helpers-layout.scss */
.margin-left-large {
  margin-left: 2.25rem !important;
}

/* line 43, ../../scss/components/helpers-layout.scss */
.margin-horiz-large {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

/* line 47, ../../scss/components/helpers-layout.scss */
.margin-vert-large {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

/* line 51, ../../scss/components/helpers-layout.scss */
.margin-all-large {
  margin: 2.25rem !important;
}

/* line 23, ../../scss/components/helpers-layout.scss */
.margin-pull-up-xlarge {
  margin-top: -3.375rem !important;
}

/* line 25, ../../scss/components/helpers-layout.scss */
.margin-pull-right-xlarge {
  margin-right: -3.375rem !important;
}

/* line 27, ../../scss/components/helpers-layout.scss */
.margin-pull-down-xlarge {
  margin-bottom: -3.375rem !important;
}

/* line 29, ../../scss/components/helpers-layout.scss */
.margin-pull-left-xlarge {
  margin-left: -3.375rem !important;
}

/* line 34, ../../scss/components/helpers-layout.scss */
.margin-top-xlarge {
  margin-top: 3.375rem !important;
}

/* line 36, ../../scss/components/helpers-layout.scss */
.margin-right-xlarge {
  margin-right: 3.375rem !important;
}

/* line 38, ../../scss/components/helpers-layout.scss */
.margin-bottom-xlarge {
  margin-bottom: 3.375rem !important;
}

/* line 40, ../../scss/components/helpers-layout.scss */
.margin-left-xlarge {
  margin-left: 3.375rem !important;
}

/* line 43, ../../scss/components/helpers-layout.scss */
.margin-horiz-xlarge {
  margin-top: 3.375rem !important;
  margin-bottom: 3.375rem !important;
}

/* line 47, ../../scss/components/helpers-layout.scss */
.margin-vert-xlarge {
  margin-left: 3.375rem !important;
  margin-right: 3.375rem !important;
}

/* line 51, ../../scss/components/helpers-layout.scss */
.margin-all-xlarge {
  margin: 3.375rem !important;
}

/* line 23, ../../scss/components/helpers-layout.scss */
.margin-pull-up-zero {
  margin-top: 0rem !important;
}

/* line 25, ../../scss/components/helpers-layout.scss */
.margin-pull-right-zero {
  margin-right: 0rem !important;
}

/* line 27, ../../scss/components/helpers-layout.scss */
.margin-pull-down-zero {
  margin-bottom: 0rem !important;
}

/* line 29, ../../scss/components/helpers-layout.scss */
.margin-pull-left-zero {
  margin-left: 0rem !important;
}
.tiny-margin-pull-up-small {
    margin-top: -1.125rem !important;
  }

  /* line 26, ../../scss/components/helpers-layout-responsive.scss */
  .tiny-margin-pull-right-small {
    margin-right: -1.125rem !important;
  }

  /* line 28, ../../scss/components/helpers-layout-responsive.scss */
  .tiny-margin-pull-down-small {
    margin-bottom: -1.125rem !important;
  }

  /* line 30, ../../scss/components/helpers-layout-responsive.scss */
  .tiny-margin-pull-left-small {
    margin-left: -1.125rem !important;
  }

  /* line 35, ../../scss/components/helpers-layout-responsive.scss */
  .tiny-margin-top-small {
    margin-top: 1.125rem !important;
  }

  /* line 37, ../../scss/components/helpers-layout-responsive.scss */
  .tiny-margin-right-small {
    margin-right: 1.125rem !important;
  }
.accordion .w_list-control .rte .setup-services-part>ul {
    margin-bottom: 1.5rem !important;
}
ul li ul, ul li ol , ol li ol {
    margin-bottom: 0;
}
.see-also-part ul {
    margin-bottom: 0;
}
.cta.margin-bottom-zero a.button.cta-text {
    margin-bottom: 0 !important;
}
.columncontrol.margin-top-medium .columnscontrol {
    margin-bottom: 0px !important;
}
/*.image-component-varient1 a:hover {
    cursor: default;
}*/
.margin-top-xxlarge {
  margin-top: 6rem !important;
}
.columncontrol.margin-top-xlarge {
    float: left;
}
.cta{float:left;width:100%}
/* below code is updated on 23-09-2019*/
ol {
    margin-left: 1.4rem;
}
.alexa-content-table .border-black {
  border-left-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-top-color: #000 !important;
}
table.alexa-content-table , table.alexa-content-table tr td {
border: none;
}
table.alexa-content-table tr.border-bottom.border-black.bg-grey-6 td {
    padding: 2.3rem 1.125rem 1.5rem 1.125rem;
}
.image +.rte {
float: none;
}
.seealso{
float: left;
}
@media only screen and (min-width: 30.0625rem){
.wayfinder ul .small-padding-top-zero {
   padding-top: 0.75rem !important; 
  }}

.columncontrol {
   float: left;
   width:100%;
}
.rte{
	float:left;
}
.accordion{
	float:left;
	width:95%;
}
.tableWidth thead th:first-child{width:30%}

.tablePadding .user_data th:first-child {width:61% !important} 

.table3Columns .user_data th:first-child{width:25% !important}
.table3Columns .user_data th:nth-child(2){width:40% !important}
.table3Columns .user_data th:nth-child(3){width:35% !important}
.table3StarCodes .user_data th:first-child{width:52% !important;}
.tableNoHeader .setup-services-part.columns.tiny-12 {
    padding: 0;
}
.tableNoHeader table.user_data p {
    margin-bottom: 12px !important;
}
.tableNoHeader table.user_data tbody tr td:first-child {
    padding: 10px 12px 30px 12px;
    width: 50.5%;
}
.tableNoHeader table.user_data tbody tr td {
    vertical-align: top;
    padding: 12px;
}

@media only screen and (max-width: 767px) {
.tableNoHeader .user_data td .setup-services-part.columns.tiny-12 {
   padding: 0px 12px 30px 12px;
}
.tableNoHeader table.user_data tbody tr td:first-child {
    vertical-align: middle;
    padding: 0;
    width: 100%;
}
}


	/* 404 Error page Style Starts */

.error-container {
    /* max-width: 100%; */
    /* text-align: left; */
    /* margin: 0 auto; */
   /* padding: 50px 0px;*/
}
.error-container h2 {
    text-align: left;
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px !important;
    line-height:32px;
}
.error-container .row {
     width: 770px !important; 
}
@media (max-width:767px){

  .error-container .row {
    width: 98% !important;
}
}
.error-container .cmb-container p{
    text-align: left;
    font-size: 16px;
    padding: 30px 0 20px 5px;
    margin-bottom: 0px !important;
}
.error-container .columns{padding:0 !important} 

.contactus-container {
  background-color: #f6f6f6;
}        

/* 404 Error page Style Ends */
/* 404 Error handler page Style Starts */

.error-handler {
    /* max-width: 100%; */
    /* text-align: left; */
    /* margin: 0 auto; */
   /* padding: 50px 0px;*/
}
.error-handler h2 {
    text-align: left;
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px !important;
}
.error-handler .row {
     width: 770px !important; 
}
.error-handler .cmb-container p{
    text-align: left;
    font-size: 16px;
    padding: 30px 0 20px 5px;
    margin-bottom: 0px !important;
}
.error-handler .columns{padding:0 !important} 

/* 404 Error handler page Style Ends */
.rte, .titleDecsription{
 float: left;
}
.tablescroll.rte{float:none}
.tablescroll .setup-services-part{overflow-x:scroll}
/* NBA Alert start here */
 .m_nba {
          margin: auto;
          position: relative;
          color: white;
          min-height: 0px;
          float: none;
          clear: both;
          display: block;
          overflow: visible;
      }
      .m_nbal_wrapper {
          height: auto;
          min-height: 40px;
          /* float: left; */
      }
      .m_nba .m_nba-text {
          font-size: 0.875rem;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.21;
          letter-spacing: 0.01875rem;
          color: #fff;
          margin-left: 18% !important;
          margin-right: auto !important;
          margin-top: auto !important;
          margin-bottom: auto !important;
      }
      .m_nba .m_button-nba {
          font-size: 0.875rem;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: 0.01875rem;
          color: #fff !important;
          padding-left: 0.625rem;
          cursor: pointer;
      }
      .m_nba .m_button-nba span {
          display: inline-block;
          width: 0.625rem;
          position: relative;
          height: 0.75rem;
      }
      .m_nba .m_button-nba span::before {
          content: "";
          position: absolute;
          left: 0;
         -webkit-transform: rotate(-45deg);
          background: none;
          height: 0.75rem;
          width: 0.75rem;
          top: 0.125rem;
      }
      .m_nba .info-band-close {
          color: white;
          width: 22px;
          height: 40px;
          top: 7px;
          right: 10px;
          font-size: 22px;
          cursor: pointer;
          text-decoration: none;
      }
      .m_nba .m_button-nba {
        padding:0 !important;
      }
      .m_button-next {
          position: relative;
          display: inline-block;
          text-decoration: none;
      }  
      .m_button-back span::before, .m_button-next span::before {
          content: "";
          position: absolute;
          left: 0px;
          height: 6px;
          width: 6px;
          top: 2px;
          color: white;
          border: solid white;
          border-width: 0 2px 2px 0;
          display: inline-block;
          transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
      }
      .m_button-next span::before {
          content: "";
          height: 12px;
          width: 12px;
          top: 2px;
      }
      @media (max-width: 47.9375rem) {
      .m_nba {
          padding: 0.875rem 0 0.0625rem 1.125rem;
      }
      }
      @media only screen and (max-width: 768px) {
      .m_nba .m_nba-text {
          margin-left: 0% !important;
          margin-right: auto !important;
          margin-top: auto !important;
          margin-bottom: auto !important;
      }
      }
      .m_nba1{
          background-color: orange;
          float: left;
          width: 98%;
          min-height: 40px;
          padding:10px;
      }
      .m_nba .info-band-close {
        color: white;
      /*    position: absolute;*/
      /*
      width: 22px;
      height: 40px;
      top: 7px;
      right: 10px;
      */
          font-size: 22px;
          cursor: pointer;
          text-decoration: none;
          background-color: orange;
          float: right;
          width: 2%;
      }
      .m_nba .m_button-nba {
          font-size: 0.875rem;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: 0.01875rem;
          color: #fff !important;
          cursor: pointer;
          padding-left: 0rem !important;
      }
      /*a, a:hover{
      text-decoration: none;
      }
      a:hover, a:visited, a:active, a:focus {
      color: white;
      text-decoration: underline;
      text-underline-position: under;
      }*/
      .m_nba .info-band-close.a{
      text-decoration: none;
      }
      /*a,a:hover, a:visited, a:active, a:focus {
          color: white;
          text-decoration: underline;
          text-underline-position: under;
          /* font-size: 0.875rem;  
      }*/
      .closeDiv, .closeDiv:hover {
          cursor: pointer;
          font-weight: bold;
      }   
      .m_nba-anchor{
          font-weight: bold;
          text-decoration:none;
          color: #fff;
      }
      .m_nba-anchor:hover{
      /*text-decoration:underline;*/
      }
      .m_nba-anchor span {
          display: inline-block;
          width: 0.625rem;
          position: relative;
          height: 0.75rem;
      }
      .m_nba-anchor span::before {
          content: "";
          position: absolute;
          left: 0;
          /*background: url(images/right-12-x-12-white.svg) no-repeat;*/
          height: 0.75rem;
          width: 0.75rem;
          top: 0.125rem;
          color: white;
          border: solid white;
          border-width: 0 2px 2px 0;
          display: inline-block;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
      }
      .m_nba-text a:hover{
          text-decoration: underline;
          text-underline-position: under;
      }
      @media only screen and (max-width: 768px){
          .m_nba .m_nba-text {
              position: relative;
              right: 15%;
          }
      }
      a.borderBottomClass{
          text-decoration:none;
          color: #fff;
          text-underline-position: under;
          border-bottom: 1px solid #fff;
      }
      .m_nba-text span {
          display: inline-block;
          width: 0.625rem;
          position: relative;
          height: 0.75rem;
      }
      .m_nba-text span::before {
          content: "";
          position: absolute;
          left: 0;
          /*background: url(images/right-12-x-12-white.svg) no-repeat;*/
          height: 0.75rem;
          width: 0.75rem;
          top: 0.125rem;
          color: white;
          border: solid white;
          border-width: 0 2px 2px 0;
          display: inline-block;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
      }
/* NBA Alert end here */

#ghfbodycont {
    min-width: auto !important;
}
#ghfbody {
       width: auto;
} 
.ul-disc{list-style-type: disc;}
.xf-content-height  {
    min-height: 46px;
    margin: 0 0 !important ; }
    
   .gfooter {
    float: left;
    width: 100%;
    clear: none;
}
/*p, b, strong{
	word-break: break-word;
	
}*/
.hero-scenario.support-search input{
    /*height: 43px;
    width: 100%;*/
    padding-left: 11px;
    padding-top: 9px;
    color: #000;
    font-size: 14px !important;
      opacity: 0.8;
}
.hero-scenario.support-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.hero-scenario.support-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.hero-scenario.support-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
a.round_corner_component:focus{
	text-decoration:none;
	color:#fff !important;
	content: ''; 
	box-shadow: 0 0 0.0625rem 0.125rem #8ad4f7;
}
.authorPageEdit .cta{float:none !important}
.authorPageEdit .accordion{float:none !important;width:100%;}
.authorPageEdit .seealso{float:none !important}
.authorPageEdit .columncontrol{float:none !important}
.authorPageEdit .rte{float:none !important}
.authorPageEdit .columns , .authorPageEdit .column{padding-left:0 !important}
.authorPageEdit .titleDecsription{float:none !important}
.authorPageEdit .image{float:none !important}
.authorPageEdit .tab,.authorPageEdit .tab .accordion,.authorPageEdit .tab .titleDecsription,.authorPageEdit .tab .rte{float:none !important}

/* RTE Styles add */

.supportlinebreak:after {
    display: block;
    content:"\a";
    white-space: pre;
}
