/* Stylesheet: Variables */
/* colors */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    display: table;
    content: ""; }
  .clearfix:after, .cf:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/* normalizer */
/* Stylesheet: Mixins Stylesheet */
/*********************
TINTS/SHADES
https://css-tricks.com/snippets/sass/tint-shade-functions/
*********************/
/*********************
BOX SHADOW
*********************/
/* @include css-boxshadow(X-axis,Y-axis,Blur,Spread,Red,Green,Blue,Opacity); */
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
Retina Images
*********************/
/* mixins */
/* Stylesheet: Sass Functions */
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/* functions */
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNovaTT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNovaTT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/* fonts */
/* Stylesheet: Button Styles */
.button, button, .btn-primary, .btn-secondary {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.4375rem 1rem 0.5rem 1rem;
  border: 0;
  border-radius: 0.25rem;
  text-decoration: none !important;
  font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .button:hover, button:hover, .btn-primary:hover, .btn-secondary:hover, .button:focus, button:focus, .btn-primary:focus, .btn-secondary:focus {
    text-decoration: none !important; }
  .button:active, button:active, .btn-primary:active, .btn-secondary:active {
    text-decoration: none; }
  .btn-med.button, button.btn-med, .btn-med.btn-primary, .btn-med.btn-secondary {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    padding: 0.625rem; }
    .btn-med.btn-cta.button, button.btn-med.btn-cta, .btn-med.btn-cta.btn-primary, .btn-med.btn-cta.btn-secondary {
      min-width: 15rem;
      padding: 1.0625rem 1.25rem; }
  .btn-lrg.button, button.btn-lrg, .btn-lrg.btn-primary, .btn-lrg.btn-secondary {
    font-size: 1rem;
    line-height: 1.3125rem;
    padding: 1rem; }
    .btn-lrg.btn-cta.button, button.btn-lrg.btn-cta, .btn-lrg.btn-cta.btn-primary, .btn-lrg.btn-cta.btn-secondary {
      min-width: 22.5rem;
      padding: 1.5625rem 1.25rem; }

.btn-primary {
  background: #440B7F;
  color: #FFFFFF !important; }
  .btn-primary:hover, .btn-primary:focus {
    color: #FFFFFF !important;
    background: #5F14C1; }
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #FFFFFF;
    background: #5F14C1; }

.btn-secondary {
  background: #FFFFFF;
  color: #333333 !important;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  width: 100%; }
  .btn-secondary.icon-right {
    font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif !important;
    display: inline-flex;
    align-content: center;
    text-align: left; }
    .btn-secondary.icon-right span {
      font-size: 1rem;
      line-height: 1rem !important;
      margin: 0 0.25rem 0 0;
      padding: 0.5rem;
      display: inline-flex;
      align-self: center;
      border-radius: 50%; }
      .btn-secondary.icon-right span:before {
        padding-left: 0.3125rem;
        font-size: 1rem;
        line-height: 1rem !important; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #FFFFFF; }
    .btn-secondary:hover.icon-right span, .btn-secondary:focus.icon-right span {
      color: #333333 !important;
      background: #E5E5E5; }
  .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #FFFFFF; }
    .btn-secondary:not(:disabled):not(.disabled):active.icon-right span {
      color: #333333 !important;
      background: #E5E5E5; }

body {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: text; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif;
  color: #333333; }

h1 {
  font-size: 2rem;
  line-height: 2.5rem; }

h2 {
  font-size: 1.5rem;
  line-height: 2rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem; }

h4 {
  font-size: 1rem;
  line-height: 1.5rem; }

h5 {
  font-size: 0.875rem;
  line-height: 1.375rem; }

h6 {
  font-size: 0.75rem;
  line-height: 1.25rem; }

.page-header {
  font-size: 1.5rem;
  line-height: 1.625rem; }

.text-grey {
  color: #666666; }

.small-header {
  font-size: 0.875rem;
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif; }

.mt-95 {
  margin-top: 5.9375rem; }

#activitySelect.hide,
#mobileSelect.hide,
#smDesktopSelect.hide {
  display: none; }
#activitySelect.show,
#mobileSelect.show,
#smDesktopSelect.show {
  display: block; }

.sans {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif; }

.sans-bold {
  font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif; }

nav.top-nav {
  padding: 0rem 1rem 0rem 0rem; }
  nav.top-nav .navbar-brand {
    background: #E5E5E5; }
    nav.top-nav .navbar-brand.verizon {
      width: 6.875rem;
      height: 2.5rem;
      padding: 0 0 0 0 !important;
      background: transparent; }
  nav.top-nav .navbar-toggler {
    margin-left: 1.5625rem;
    background-color: #FFFFFF;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    padding: 0.4375rem;
    border: 0 none transparent;
    background-image: url(../imgs/more-26x26.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.625rem 1.625rem;
    outline: 0px none transparent;
    box-shadow: unset;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    nav.top-nav .navbar-toggler:hover, nav.top-nav .navbar-toggler:focus {
      outline: 0px none transparent !important;
      box-shadow: unset;
      background-color: #E5E5E5; }
  nav.top-nav .navbar-collapse {
    position: absolute;
    right: 0;
    top: 4.25rem;
    width: 13.125rem;
    background-color: #FFFFFF;
    border-radius: 0.625rem;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2); }
    nav.top-nav .navbar-collapse .navbar-nav .nav-item {
      padding: 0; }
      nav.top-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif;
        padding: 1rem 1.5rem;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out; }
      nav.top-nav .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
        background-color: #E5E5E5; }

.activity-card {
  padding: 0.75rem;
  text-decoration: none;
  border-radius: 0.625rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .activity-card .activity-img {
    height: 11.25rem;
    border-radius: 0.5rem;
    background-position: center;
    object-position: center;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    margin-bottom: 0.5rem;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }
  .activity-card .activity-title {
    font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    color: #333333; }
  .activity-card:hover, .activity-card:focus {
    background-color: #E5E5E5; }

.arrow-down {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.875rem;
  height: 3.4375rem; }

.app-icons {
  height: 2.5rem; }
  .app-icons .apple-store, .app-icons .google-store {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.5rem; }
  .app-icons .apple-store {
    background-image: url(../imgs/app-download-apple.png);
    width: 7.5rem;
    margin: 0 0.75rem; }
  .app-icons .google-store {
    background-image: url(../imgs/app-download-google.png);
    width: 8.393125rem;
    margin: 0 0.75rem; }

.fullscreen-button {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  align-self: center;
  padding: 0.4375rem;
  width: 2.625rem;
  height: 2.625rem; }

.icon-fullscreen::before {
  content: '';
  background-image: url(../imgs/expand-28x28.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 1.75rem;
  height: 1.75rem; }

.download-button {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  align-items: center;
  padding: 0.4375rem;
  height: 2.625rem;
  font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif; }

.icon-download::before {
  content: '';
  background-image: url(../imgs/download-28x28.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 1.75rem;
  height: 1.75rem; }

.back-button {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  align-items: center;
  padding: 0.4375rem;
  height: 2.625rem;
  font-size: 1.25rem;
  line-height: 1.625rem; }

.icon-back::before {
  content: '';
  background-image: url(../imgs/arrow-left-28x28.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 1.75rem;
  height: 1.75rem; }

.modal .modal-dialog .modal-content {
  border: 0 none transparent !important;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2); }
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0 none transparent;
    padding: 1rem 1rem 1rem 1rem; }
    .modal .modal-dialog .modal-content .modal-header .modal-img {
      margin-top: 1rem;
      height: 4.375rem;
      width: 4.375rem;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      object-position: center;
      object-fit: contain;
      background-color: #F2F2F2;
      border-radius: 0.5rem; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      margin-top: 1.375rem;
      font-family: "ProximaNova-Bold", "Helvetica", "Arial", sans-serif;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #333333; }
    .modal .modal-dialog .modal-content .modal-header button.close {
      background-image: url(../imgs/remove-20x20.svg);
      background-position: center;
      background-size: 1.25rem 1.25rem;
      background-repeat: no-repeat;
      border-radius: 50%;
      padding: 0.5rem;
      background-color: transparent;
      border: 0 none transparent;
      position: absolute;
      right: 1rem;
      top: 0.5rem;
      height: 2rem;
      width: 2rem;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .modal .modal-dialog .modal-content .modal-header button.close:hover, .modal .modal-dialog .modal-content .modal-header button.close:focus {
        background-color: #E5E5E5; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0 1rem 1rem 1rem; }
    .modal .modal-dialog .modal-content .modal-body .modal-text {
      font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      color: #333333; }

.modal-backdrop {
  background-color: transparent; }

@media only screen and (min-width: 1260px) {
  .container {
    max-width: 75rem; } }

/*# sourceMappingURL=styles.css.map */
