/*
Verizon Fonts Reference

<div style="font-family:'HelveticaNeueW01-77BdCn_692725';"> Neue Helvetica® W01 77 Condensed Bold Oblique </div>
<div style="font-family:'HelveticaNeueW01-67MdCn_692713';"> Neue Helvetica® W01 67 Condensed Medium Oblique </div>
<div style="font-family:'HelveticaNeueW01-67MdCn_692710';"> Neue Helvetica® W01 67 Condensed Medium </div>
<div style="font-family:'HelveticaNeueW02-57Cn';"> Neue Helvetica® W02 57 Condensed </div>
<div style="font-family:'HelveticaNeueW02-47LtCn_694048';"> Neue Helvetica® W02 47 Condensed Light </div>
<div style="font-family:'NHaasGroteskTXW01-56It';"> Neue Haas Grotesk™ W01 Text 56 Italic </div>
<div style="font-family:'HelveticaNeueW01-47LtCn_692689';"> Neue Helvetica® W01 47 Condensed Light Oblique </div>
<div style="font-family:'NHaasGroteskTXW01-65Md';"> Neue Haas Grotesk™ W01 Text 65 Medium </div>
<div style="font-family:'NeueHaasGroteskText W01';"> Neue Haas Grotesk™ W01 Text 55 Roman </div>
<div style="font-family:'NHaasGroteskTXW01-75Bd';"> Neue Haas Grotesk™ W01 Text 75 Bold </div>
<div style="font-family:'HelveticaNeueW01-77BdCn_692722';"> Neue Helvetica® W01 77 Condensed Bold </div>
<div style="font-family:'NHaasGroteskTXW01-76BdI';"> Neue Haas Grotesk™ W01 Text 76 Bold Italic </div>
<div style="font-family:'NHaasGroteskDSW01-66MdI';"> Neue Haas Grotesk™ W01 Display 66 Medium Italic </div>
<div style="font-family:'NHaasGroteskDSW01-65Md';"> Neue Haas Grotesk™ W01 Display 65 Medium </div>
<div style="font-family:'HelveticaNeueW02-57CnOb';"> Neue Helvetica® W02 57 Condensed Oblique </div>
<div style="font-family:'NHaasGroteskDSW01-56It';"> Neue Haas Grotesk™ W01 Display 56 Italic </div>
<div style="font-family:'NHaasGroteskTXW01-66MdI';"> Neue Haas Grotesk™ W01 Text 66 Medium Italic </div>
<div style="font-family:'NHaasGroteskDSW01-75Bd';"> Neue Haas Grotesk™ W01 Display 75 Bold </div>
<div style="font-family:'NeueHaasGroteskDisp W01';"> Neue Haas Grotesk™ W01 Display 55 Roman </div>
<div style="font-family:'NHaasGroteskDSW01-76BdI';"> Neue Haas Grotesk™ W01 Display 76 Bold Italic </div>
*/
@import url(fonts_async.css);


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-size: 1em;
    /*line-height: 1.4;*/
    font-family:'NeueHaasGroteskDisp W01';
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.speedtest-container {
/*     padding: 1rem 1rem 0 1rem; */
    padding: 2vh 2vh 0 2vh;
    width: 100%;
    position: relative;
    max-width: 650px;
    margin: 0 auto;
 /*   background: orange;*/
}

#speedtest-info {
/*    background: #efefef;*/
    height: 9rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.speedtest-container h1 {
    font-family: 'NHaasGroteskDSW01-75Bd';
    font-weight: normal;
    /*font-size: 4.8vh;*/
     /*font-size: 2.2rem;  */
     font-size: 2rem;
    color: #CD040B;
    margin: 0;
    padding: 0;
}

.speedtest-container h2 {
    font-family: 'NHaasGroteskDSW01-75Bd';
    font-weight: normal;
    /*font-size: 3.3vh;*/
     /*font-size: 1.4rem; */
    font-size: 1.2rem;
    color: #000000;
    margin: .6vh 0 0 0;
    padding: 0;
}

.speedtest-container p {
    font-family: 'NeueHaasGroteskDisp W01';
    font-weight: normal;
    /*font-size: 2.6vh;*/
     font-size: 1rem;
    color: #000000;
    margin: 0;
    padding: 0;
 /*   background: yellow;*/
}

.mid-test, .mid-test-upload, .end-test {
    display: none;
}

.end-test {
    border-radius: 0px;
}

#speedtest-end-cta {
    margin: .5rem 0 0 0;
}

#speedtest-cta {
    /*position: absolute;
    bottom: 13%;*/
    display: block;
}

.speed-test svg {
  font-family: 'NeueHaasGroteskDisp W01';
  color: #ccc;
  margin: 0;
  /*background: pink;*/
  padding: 0;
}

#speedDial {
  position: relative;
  /*width: 310px;*/
  top: -2.5rem;
  margin: 0 auto;
  text-align: center;
  width: 100%;
/*  background: orange;*/
  z-index: 1;
}


  #the-speedtest-meter {
    opacity: .8;
  }


  #the-speedtest-progressbar {
    opacity: .8;
  }


.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    z-index: 1;
    /*background: yellow;*/
}

[data-speedanalyzer="speedDemo"] {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}

#loading-wrapper {
    text-align: center;
    width: 100%;
    background: #ccc;
    display: table;
}

#mob_FindingServer {
    padding: 40% 0;
    vertical-align: middle;
    text-align: center;
    margin: 6% auto;
    /*background: red;*/
}

.arc-label {
    font-size: 1.2rem;
}

.arc-label-text {
    color: #ccc;
}

li#speed_test_tab {
    display: none;
}

#SelServers {
    position: absolute;
    bottom: -300px;
    font-size: 10px;
    display: none;
}

#dvData {
    position: absolute;
    bottom: 10%;
    left: 0;
    font-size: 10px;
    display: none;
}

#global-header, #global-footer {
    background: #efefef;
    color: #fff;
    width: 100%;
    padding: 3%;
    font-size: 1rem;
    line-height: auto;
    font-family: 'NHaasGroteskDSW01-75Bd';
    font-weight: normal;
    vertical-align: middle;
    text-align: center
}

#global-footer {
    position: absolute;
    bottom: 0;
    display: none;
}

#startButton, #refreshButton {
    background: #CD040B url('../images/icons/play.svg') no-repeat 57% 50%;
    background-size: 30%;
    width: 26%;
    padding: 0 0 26% 0;
    border-radius: 50%;
    display: block;
    color: #fff;
    line-height: 100px;
    text-align: center;
    margin: 0 0 0 -13%;
    position: absolute;
    top: 36%;
    left: 50%;
    z-index: 1000000;
    outline: none;
    cursor: pointer;
}

#startButton:hover {
    background-color: #990308;
}

#refreshButton {
    background: #4b4b4b url('../images/icons/refresh.svg') no-repeat 50% 57%;
    background-size: 200%;
    display: none;
}

#refreshButton:hover {
    background-color: #333;
}

.progress-icons {
    margin-top: 5px;
}


#progress-bar-mask {
/*    background: url('../images/progress_bar_mask2.png') no-repeat top left;*/
    background: none;
    /*background: red;*/
    /*width: 132px;*/
    width: 74%;
    padding-bottom: 5%;
    /*background-size: 100%;*/
    /*background-size: 100%;*/
    background-size: 100%;
    /*background-position: 0 -6px;*/
    background-position: center center;
    position: absolute;
    top: -.1rem;
    left: 14%;
/*    margin-top: -.5%;*/

   /*  display: none;*/
    /*border: 1px solid white;*/
}

.uploading#progress-bar-mask {
/*    background: url('../images/progress_bar_upload_mask.png') no-repeat center center;
    background-size: 100%;
    background-position: center center;    */
    background: none;
}

.downloading#progress-bar-mask {
/*    background: url('../images/progress_bar_download_mask.png') no-repeat center center;
    background-size: 100%;
    background-position: center center;   */
    background: none;
}

#progress-text {
    color: red;
    font-size: 1.2vh;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: -4rem;
    left: 3%;
    width: 97%;
    display: none;
    visibility: hidden;
}

#results {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.results-module {
/*    background: rgba(86,185,141,.7);    */
    padding: .5rem .25rem .25rem .25rem;
    display: inline-block;
    font-size: 1.8rem;
    color: #000;
    color: #4b4b4b;
/*    border-radius: 2px;*/
    display: none;
    width: 47%;
/*    transition: background-color 0.5s ease;
    transition: border 0.5s ease;*/
}

.results-type {
    font-size: .8rem;
    text-transform: uppercase;
    display: block;
/*    color: rgba(255,255,255,.7);
    transition: color 0.5s ease;*/
    color: #4b4b4b;
}

/*.complete .results-type {
    color: #333;
}*/

.results-module .value-type {
    font-size: .8rem;
    vertical-align: .6rem;
}

#results-download {
/*    color: #82CEAC;*/
    position: absolute;
    top: 1000px;
    left: 0;
    border-bottom: .5rem solid rgba(86,185,141,.7);
    background: rgba(86,185,141,.2);
}

.complete#results-download {
/*    background: rgba(86,185,141,0);*/
/*    background: #f6f6f6;    */
/*    border-left: 1rem solid #82CEAC;*/

}

.complete#results-download  .results-type {
/*    color: #82CEAC;*/
}

#results-upload {
/*    color: #ABE0F9;  */
    position: absolute;
    top: 1000px;
    right: 0;
    background: rgba(129,209,247,.2);
    border-bottom: .5rem solid rgba(129,209,247,.7);
}

.complete#results-upload {
/*    background: rgba(129,209,247,0);*/
/*    background: #f6f6f6;    */
/*    border-left: 1rem solid #ABE0F9;   */

}

.complete#results-upload  .results-type {
/*    color: #ABE0F9;*/
}

#results-ping {
    position: absolute;
    top: 7vh;
    left: 30%;
    width: 30%;
    display: none;
}

.dial-number {
  font-family: 'NeueHaasGroteskDisp W01';
  display: none;
}

.animated-arc {
    fill: #82ceac;
}

.animated-arc.uploading {
    fill: #e8f6fe;
}

.progress .meter {
    background: #82ceac;
}

#pre-load-images {
    background: blue;
}

.w_modal.active {
/*    background: #010101;   */
}

#onegb-modal-inner {
    /*background: #010101;*/
 /*   color: white;*/
}

#onegb-modal-inner .modal_content {
    margin-bottom: 1rem !important;
}

#onegb-modal-inner p {
    max-width: 75%;
}

#onegb-modal-inner button {
    max-width: 500px;
}

#onegb-modal-inner h1 {
 /*   color: #fff;*/
}

a#settings-info {
    position: absolute;
    top: 0;
    right: 3rem;
}

#settings-info img {
    width: 1.5rem;
    height: 1.5rem;
}

#settings-modal .modal-content {
    max-width: 800px;
}

@media only screen and (min-width: 700px) {
    /* Style adjustments for viewports that meet the condition */

    .onegig-illustration {
        width: 50%;
        margin: 0 auto 0 auto;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
    }

    .speedtest-container {
        padding: 40px 20px 0 20px;
    }

    .speedtest-container h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .speedtest-container h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 8px 0 0 0;
    }

    .speedtest-container p {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .arc-label {
        font-size: 1rem;
    }

    #progress-text {
        top: 1.75rem;
        font-size: 12px;
        /*margin: 10px 0;*/
    }


    .results-module {
        padding: 10px 5px 5px 5px;
        font-size: 48px;
        line-height: 52px;
    }

    .results-type {
        font-size: 18px;
        line-height: 20px;
    }

    .results-module .value-type {
        font-size: 18px;
        vertical-align: 18px;
    }

    .progress-icons.server {
      top: -0.925rem;
      width: 8%;
      padding-bottom: 8%;
    }

    .progress-icons.user {
      top: -0.925rem;
      width: 8%;
      padding-bottom: 8%;
    }

    .progress-text {
      position: absolute;
      top: 1.4rem;
      font-size: 1.5vh;
    }



    .progress-text-summary {
      top: 2rem;
      font-size: 14px;
      color:Red;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.non-vz, .vz-cust {
	display: none;
}

button {
    border: 0;
}

.buttonX::before,
.carousel_pager-next::before,
.pagination_item.m_next > a::before {
  content: "";
}

a#tools-info {
    position: absolute;
    top: 0;
    right: 5.5rem;
}

#tools-info img {
    width: 1.5rem;
    height: 1.1rem;
}

#tools-modal .modal-content {
    max-width: 800px;
}

a#questionMark-info {
    position: absolute;
    top: 0;
    right: .5rem;
}

#questionMark-info img {
    width: 1.5rem;
    height: 1.5rem;
}

#questionMark-modal .modal-content {
    max-width: 800px;
}




.progress-text.ping{
 left: -10%; /*31.5%;*/
 color: #ccc;
 top: 2.5rem;
 visibility:hidden;
 text-transform: none;
}
.progress-text.server{
  text-transform: none;
}


.progress-disclaimer-text {
    color: #333;
    font-size: 14px;
    margin-top: -150px; /*10px; undo if disclaimer needs to be below the disclaimer*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
    visibility:hidden;
    position: relative;
}

.progress-text.timestamp{
 left: 73%;
 color: #ccc;
 top: 2.5rem;
}

.progress-text.internetplan{
 top: 4rem;
 left: 31.5%;
 color: #ccc;
}

.progress-text.internetplan_info{
 top: 6rem;
 left: 31.5%;
 color: #ccc;
}

#cancelButton {
    color: #ccc;
    font-size: 2.3vh;
    margin-top: 15px;
    text-decoration: underline;
}
#speedtest-end-cta, #speedtest-cta{
    text-transform:none !important;
}

@media only screen and (max-width:486px){
    #speedtest-cta {
        margin-top: 0px; /*-50px; undo if disclaimer needs to be below the disclaimer*/
    }
    .progress-disclaimer-text { /*remove this class if disclaimer needs to be below the disclaimer*/
        margin-top: -60px;
    }
}

@media only screen and (min-width:487px){
    .progress-text.internetplan_info {
        top: 5rem;
    }
    #speedtest-cta {
        position: relative;
        display: block;
        margin-top: 10px; /*-150px; undo if disclaimer needs to be below the disclaimer*/
    }
}

.router-test-button {
    position: absolute;
    display: block;
    /*float: right;
    margin-top:-60px;*/
}