body, button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

footer .links-social a:hover {
  margin-top: -5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! 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; }

html {
  font-size: 100%; }

body {
  font-size: 16px;
  font-size: 1rem;
  color: #4A4A4A;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  line-height: 1.3; }
  @media screen and (min-width: 600px) {
    body {
      font-size: 14px;
      font-size: 0.875rem; } }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

h1,
.h1,
.headline {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold; }
  @media screen and (min-width: 600px) {
    h1,
    .h1,
    .headline {
      font-size: 24px;
      font-size: 1.5rem; } }

h2,
h3,
.h2,
.h3,
.subheader {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold; }

h4,
h5,
.h4,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }
  @media screen and (min-width: 600px) {
    h4,
    h5,
    .h4,
    .h5 {
      font-size: 14px;
      font-size: 0.875rem; } }

h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    h6,
    .h6 {
      font-size: 12px;
      font-size: 0.75rem; } }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  font-weight: 400; }

dl,
dt,
dd,
ul,
ol,
p {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem; }
  ul.unstyled,
  ol.unstyled {
    list-style: none;
    margin: 0;
    padding-left: 0; }

p {
  margin-bottom: 1rem; }

small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.detail-text {
  font-size: 14px;
  color: #9B9B9B; }

.ellipse-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: 700; }

a:focus {
  outline: none; }

a,
.fake-link {
  color: #3D76C5;
  text-decoration: none; }
  a:hover, a:active, a:focus,
  .fake-link:hover,
  .fake-link:active,
  .fake-link:focus {
    text-decoration: underline; }

*:hover .fake-link {
  text-decoration: underline; }

/* Section Separators */
hr {
  border: none;
  border-top: 2px solid #E4E4E4;
  clear: both;
  margin: 2em auto; }
  hr.icon {
    border-color: currentColor;
    color: #777777;
    font-size: 32px;
    overflow: visible;
    position: relative; }
    hr.icon:before {
      background-color: #FFFFFF;
      display: inline-block;
      height: 32px;
      width: 32px;
      padding: 0 .75em;
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      margin: auto; }
  hr.hr-primary {
    border-color: #00B265;
    color: #00B265; }

/**
 * Status Texts
 * Common tags and labels
 */
.status {
  text-transform: uppercase; }
  .status.premium {
    color: #04C8D6; }
  .status.event-passed, .status.disabled, .status.archived {
    color: #D34627; }
  .status.unpublished, .status.geotour {
    color: #02874D; }
  .status.problem {
    color: #D34627; }

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

.hidden {
  display: none !important;
  visibility: hidden; }

@media screen and (max-width: 600px) {
  .hide-mobile {
    display: none; } }
@media screen and (min-width: 600px) {
  .hide-desktop {
    display: none; } }
.lohp .btn.btn-primary {
  font-size: 0.875rem;
  padding-top: 10.5px;
  padding-bottom: 10.5px; }

section {
  padding: 1.5rem; }
  section > .inner {
    max-width: 60rem;
    margin: auto; }
  section h2 {
    margin: 0;
    font-size: 1.125rem; }
  @media screen and (min-width: 46.875rem) {
    section h2 {
      font-size: 1.5rem; } }

.footer-app .wrapper {
  margin: auto; }

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 1.5rem 1.5rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; }
  .page-header .select-sub,
  .page-header .partner-link,
  .page-header .sign-in-link {
    text-shadow: 0px 0px 4px #0a0a0a; }
  .page-header .logo {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden; }
  .page-header .logo svg {
    height: 2.25rem;
    width: auto;
    fill: #FFFFFF; }
  .page-header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
    .page-header nav .select-container, .page-header nav a {
      margin-left: 1.375rem;
      padding: 5px; }
  .page-header .select-container, .page-header a {
    display: block;
    min-height: 1.25rem;
    font-size: 0.875rem; }
  .page-header a, .page-header .select-sub {
    color: #FFFFFF; }
  .page-header .select-container {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .page-header .select-container svg {
      width: 0.75rem;
      height: 0.75rem;
      margin-left: 5px; }
  .page-header .non-native {
    display: none; }
  .page-header .native, .page-header .native select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .page-header .native {
    opacity: 0; }
    .page-header .native .label {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
  .page-header .partner-link {
    display: none; }
  .page-header .sign-in-link span {
    display: none; }
  .page-header .sign-up-link {
    display: none; }
  @media screen and (min-width: 38.75rem) {
    .page-header {
      align-items: center; }
      .page-header .sign-up-link {
        display: inline; } }
  @media screen and (min-width: 54.6875rem) {
    .page-header .logo {
      width: auto; } }

.app-section {
  background-color: #F5F5F5; }
  .app-section .phone, .app-section h2, .app-section p {
    margin: 0 0 1.5rem; }
  .app-section .phone {
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    position: relative;
    top: -3.125rem;
    position: relative; }
  .app-section .phone-image, .app-section .map-image {
    display: block; }
  .app-section .phone-image {
    display: block;
    width: 226px;
    height: auto;
    position: relative;
    z-index: 1; }
  .app-section .map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 46px;
    z-index: 0; }
  .app-section .map-image {
    width: 164px;
    margin: auto; }
  .app-section .content {
    margin-top: -3.125rem; }
  .app-section .download-links {
    display: flex;
    justify-content: center;
    list-style: none; }
    .app-section .download-links li {
      margin: 0 0.25rem; }
  @media screen and (min-width: 46.875rem) {
    .app-section .inner {
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: -30px; }
    .app-section .phone {
      margin-bottom: 0;
      top: -9.375rem;
      height: 210px; }
    .app-section .content {
      margin-top: 0; }
    .app-section h2 {
      margin-bottom: 18px; }
    .app-section .download-links {
      justify-content: flex-start; }
    .app-section li:first-child {
      margin-left: 0; } }

.banner-section {
  color: #FFFFFF;
  background: #2a2a2a;
  min-height: 30.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 1.625rem;
  position: relative; }
  .banner-section video::-webkit-media-controls {
    display: none; }
  .banner-section .video-container {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .banner-section .video-hero {
    min-width: 100%;
    min-height: 100%; }
  .banner-section .content {
    position: relative;
    z-index: 1; }
  .banner-section h1, .banner-section span, .banner-section small {
    text-shadow: 0px 0px 4px #0a0a0a; }
  .banner-section h1, .banner-section button {
    margin-bottom: 1.5rem; }
  .banner-section label {
    cursor: pointer; }
  .banner-section .btn {
    margin-bottom: 2rem;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto; }
  .banner-section h1 {
    font-size: 1.5rem;
    margin-top: 0;
    max-width: 50.625rem; }
  .banner-section button,
  .banner-section span,
  .banner-section small {
    display: block; }
  .banner-section button {
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: transparent;
    border: none;
    padding: 0; }
    .banner-section button:hover span, .banner-section button:active span, .banner-section button:focus span {
      display: block; }
    .banner-section button span {
      display: none;
      position: absolute;
      top: 0;
      left: 0; }
  .banner-section svg {
    width: 50px;
    height: 50px; }
  .banner-section span,
  .banner-section small {
    font-size: 0.875rem; }
  .banner-section span {
    font-weight: bold; }
  @media screen and (min-width: 38.75rem) {
    .banner-section .sign-up-link {
      display: none; } }
  @media screen and (min-width: 46.875rem) {
    .banner-section h1 {
      font-size: 2rem; }
    .banner-section span {
      margin-bottom: 0.3125rem; } }

.steps-section li {
  text-align: center; }
.steps-section h2, .steps-section li {
  margin-bottom: 1.5rem; }
.steps-section img, .steps-section h3 {
  margin-top: 0;
  margin-bottom: 1rem; }
.steps-section h3, .steps-section p {
  font-size: 0.875rem;
  text-align: left; }
.steps-section ol {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0 -0.625rem; }
.steps-section li {
  max-width: 20rem;
  padding: 0 0.625rem; }
.steps-section img {
  width: 140px;
  height: 140px; }
.steps-section p {
  margin-bottom: 0; }
@media screen and (min-width: 62.1875rem) {
  .steps-section img {
    margin-bottom: 1.3125rem; } }
@media screen and (min-width: 56.25rem) {
  .steps-section ol {
    flex-flow: row nowrap;
    align-items: start;
    justify-content: center; } }

.wp-content-section {
  background: #F5F5F5;
  padding-left: 0;
  padding-right: 0; }
  .wp-content-section:before, .wp-content-section:after {
    content: '';
    display: table; }
  .wp-content-section:after {
    clear: both; }
  .wp-content-section h2 {
    font-size: 1.125rem;
    margin-bottom: 12px;
    text-align: center; }
  .wp-content-section a {
    color: #4A4A4A;
    display: block; }
  .wp-content-section .featured-content {
    margin-top: 8px;
    margin-bottom: 12px; }
  .wp-content-section .whats-new-option:first-child {
    margin-bottom: 12px; }
  .wp-content-section .featured-shop {
    margin-top: 32px; }
  .wp-content-section h3, .wp-content-section p, .wp-content-section .shop-title {
    font-size: 0.875rem; }
  @media screen and (min-width: 45.625rem) {
    .wp-content-section {
      padding-left: 12px;
      padding-right: 12px; }
      .wp-content-section h2 {
        text-align: left; }
      .wp-content-section .whats-new-row {
        display: flex;
        flex-wrap: nowrap;
        margin-left: -6px;
        margin-right: -6px;
        justify-content: center; }
      .wp-content-section .whats-new-option:first-child {
        margin-bottom: 0; }
      .wp-content-section .shop-item {
        margin-bottom: 0; }
      .wp-content-section a {
        padding-left: 6px;
        padding-right: 6px; } }

.article-tile {
  color: #4A4A4A; }
  .article-tile header {
    background: #FFFFFF;
    padding: 24px 23px; }
  .article-tile h3 {
    margin-top: 0;
    margin-bottom: 0.75rem; }
  .article-tile .whats-new-banner {
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 171px;
    width: 100%; }
  .article-tile .learn-more {
    color: #3D76C5;
    border-bottom: 1px solid transparent; }
  .article-tile p {
    margin: 0; }
  .article-tile:hover, .article-tile:focus {
    text-decoration: none; }
    .article-tile:hover .learn-more, .article-tile:focus .learn-more {
      border-bottom-color: currentColor; }
  @media screen and (min-width: 45.625rem) {
    .article-tile {
      width: 50%; } }

.featured-shop {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 15px; }
  @media screen and (min-width: 45.625rem) {
    .featured-shop {
      padding-left: 0;
      padding-right: 0; }
      .featured-shop .shop-item-wrapper {
        margin-left: -12px;
        margin-right: -12px; }
      .featured-shop .shop-item {
        width: 25%;
        padding-left: 6px;
        padding-right: 6px; }
        .featured-shop .shop-item:first-child {
          padding-left: 12px; }
        .featured-shop .shop-item:last-child {
          padding-right: 12px; }
        .featured-shop .shop-item .shop-img {
          height: 201px;
          padding: 0;
          background-position: 50%; }
        .featured-shop .shop-item + .shop-item {
          margin-left: auto; } }

.shop-item-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.shop-item {
  display: block;
  margin-bottom: 5%;
  float: left;
  text-align: center;
  width: 47%; }
  .shop-item:nth-child(even) {
    margin-left: 6%; }

.shop-item-link {
  border: 1px solid #E4E4E4;
  background: #FFFFFF; }
  .shop-item-link:hover, .shop-item-link:focus {
    text-decoration: none; }
    .shop-item-link:hover .shop-title, .shop-item-link:focus .shop-title {
      color: #02874D; }

.shop-title {
  padding-bottom: 10px;
  display: block; }

.shop-img {
  padding: 46% 0;
  background-size: cover;
  display: block;
  min-height: 135px;
  margin: 0 auto 6px; }

.intro-video-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .intro-video-lightbox .lightbox-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 11; }
  .intro-video-lightbox .lightbox-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center; }
  .intro-video-lightbox .lightbox-content-inner {
    text-align: right;
    width: 100%;
    max-width: 900px;
    padding-left: 10px;
    padding-right: 10px; }
  .intro-video-lightbox .close {
    display: inline-block;
    color: #FFFFFF;
    background: none;
    border: none;
    padding: 5px; }
    .intro-video-lightbox .close svg {
      width: 1.5625rem;
      height: 1.5625rem;
      stroke: #FFFFFF;
      stroke-width: 1.5px; }
  .intro-video-lightbox .iframe-wrapper {
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 56.25%;
    min-height: 200px; }
  .intro-video-lightbox #what-is-geocaching-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

body.show-video-modal .intro-video-lightbox {
  display: block; }

footer {
  background-color: #5f452a;
  color: #F8EDD4;
  font-size: 14px;
  line-height: 1.6; }
  footer .container, footer .wrapper {
    padding: 1em 0;
    max-width: 1030px; }
  footer a {
    color: inherit;
    text-decoration: none; }
    footer a:hover, footer a:focus {
      text-decoration: underline; }
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle; }
  footer .links::after {
    clear: both;
    content: '';
    display: table; }
  footer dl {
    margin: 2.5em auto;
    float: left;
    text-align: left;
    width: 23.1%;
    word-wrap: break-word; }
    footer dl + dl {
      margin-left: 2.5%; }
    footer dl dd {
      margin: 0;
      padding: 0; }
      footer dl dd + dd {
        margin-top: 1em; }
  footer dt {
    font-size: 1.28em;
    font-weight: normal;
    margin-bottom: .77em; }
  footer .copyright {
    background-color: #83603f;
    color: #F8EDD4;
    line-height: 1.6;
    padding: 1.75em 0 1em;
    text-align: center; }
    footer .copyright .wrapper {
      padding: 0; }
    footer .copyright .wrapper p,
    footer .copyright .wrapper ul {
      display: inline-block;
      margin: 0 0 .75em 0;
      vertical-align: middle; }
    footer .copyright .wrapper p {
      margin-right: 3em; }
  footer .links-social li {
    display: table-cell; }
    footer .links-social li + li {
      padding-left: 1em; }
  footer .links-social a {
    background: url("/images/tlnMasters/sprite-social.png") no-repeat 50% 0;
    background-size: 100% auto;
    display: block;
    margin-right: .75em;
    width: 22px; }
    footer .links-social a[href*="facebook"] {
      background-position: 50% 0;
      height: 23px; }
    footer .links-social a[href*="youtube"] {
      background-position: 50% -23px;
      height: 26px; }
    footer .links-social a[href*="instagram"] {
      background-position: 50% -49px;
      height: 22px; }
    footer .links-social a[href*="twitter"] {
      background-position: 50% -71px;
      height: 17px; }
    footer .links-social a:hover {
      border-bottom: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  footer .links-social a {
    background-image: url(/images/tlnMasters/sprite-social@2x.png); } }
@media only screen and (max-width: 599px) {
  footer dl {
    float: none;
    width: 66.66%; }
    footer dl + dl {
      margin-left: auto; }
  footer footer .link {
    text-align: center; }
  footer .copyright .wrapper p, footer .copyright p {
    margin-right: 0;
    margin-bottom: 1.5em; } }
@media print {
  footer {
    background: none;
    color: #777777; }
    footer .footer {
      background: none !important;
      border-top: 1px solid #E4E4E4; }
      footer .footer > .wrapper, footer .footer .links-social {
        display: none !important; }
    footer .copyright {
      background: none;
      color: inherit; }
    footer a {
      color: inherit;
      text-decoration: underline; } }
.footer-app .wrapper {
  max-width: 60rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

/* ----------------------------------
    Buttons
   ---------------------------------- */
button.no-focus:focus {
  outline: none; }

.btn-iconsvg {
  display: flex; }
  .btn-iconsvg svg {
    width: 22px;
    height: 22px;
    margin-right: 3px; }

.btn-remove-file {
  position: absolute;
  top: 6px;
  right: 6px; }

.btn-clear {
  background: 0;
  border: 0;
  border-radius: 0; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  border: 1px solid;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: block; }
  .btn svg {
    vertical-align: bottom; }
  .btn:hover, .btn:active, .btn:focus {
    text-decoration: none; }
  .btn.btn-primary {
    background-color: #02874D;
    border-color: #02874D;
    color: #FFFFFF;
    min-width: 150px;
    border-radius: 4px; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #00B265;
      border-color: #00B265; }
    .btn.btn-primary[disabled], .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled]:focus {
      background-color: #9B9B9B;
      border-color: #9B9B9B; }
  .btn.btn-secondary {
    background-color: transparent;
    border: none;
    color: #4A4A4A; }
    .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
      color: #00B265; }
    .btn.btn-secondary[disabled], .btn.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:active, .btn.btn-secondary[disabled]:focus {
      color: #777777; }
  .btn.btn-tertiary {
    background-color: transparent;
    border: 1px solid #3D76C5;
    border-radius: 40px;
    color: #3D76C5;
    font-size: .875em;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .btn.btn-tertiary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary:focus {
      background-color: #3D76C5;
      color: #FFFFFF;
      outline: none; }
    .btn.btn-tertiary[disabled], .btn.btn-tertiary[disabled]:hover, .btn.btn-tertiary[disabled]:active, .btn.btn-tertiary[disabled]:focus {
      background-color: #9B9B9B;
      border-color: #9B9B9B; }
    .btn.btn-tertiary.inverted {
      color: #FFFFFF;
      border-color: #FFFFFF; }
      .btn.btn-tertiary.inverted:hover, .btn.btn-tertiary.inverted:active, .btn.btn-tertiary.inverted:focus {
        background-color: #FFFFFF;
        color: #04C8D6;
        border-color: #04C8D6; }
  .btn.btn-dark {
    background-color: #4A4A4A;
    border-color: #4A4A4A;
    color: #FFFFFF;
    min-width: 150px;
    border-radius: 4px; }
    .btn.btn-dark:hover, .btn.btn-dark:active, .btn.btn-dark:focus {
      background-color: #777777;
      border-color: #777777; }
    .btn.btn-dark[disabled], .btn.btn-dark[disabled]:hover, .btn.btn-dark[disabled]:active, .btn.btn-dark[disabled]:focus {
      background-color: #9B9B9B;
      border-color: #9B9B9B; }
  .btn.btn-danger, .btn.btn-destroy {
    background-color: #D34627;
    border-color: #D34627;
    border-radius: 4px;
    color: #FFFFFF; }
    .btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus, .btn.btn-destroy:hover, .btn.btn-destroy:active, .btn.btn-destroy:focus {
      background-color: #de745d;
      border-color: #de745d;
      outline: none; }
  .btn.full-width {
    width: 100%; }

.btn-facebook,
.btn-twitter {
  align-items: center;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  text-align: left; }
  .btn-facebook .icon,
  .btn-twitter .icon {
    margin-right: 12px;
    vertical-align: middle; }
  .btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus,
  .btn-twitter:hover,
  .btn-twitter:active,
  .btn-twitter:focus {
    color: #FFFFFF; }

.btn-facebook {
  background-color: #4267B2;
  border-color: #4267B2; }

.btn-twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2; }

.btn-play-video {
  display: inline-block; }
  .btn-play-video:hover, .btn-play-video:active, .btn-play-video:focus {
    text-decoration: none; }
    .btn-play-video:hover span, .btn-play-video:active span, .btn-play-video:focus span {
      text-decoration: underline; }
    .btn-play-video:hover .icon, .btn-play-video:active .icon, .btn-play-video:focus .icon {
      text-decoration: none; }
  .btn-play-video .icon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin-right: .5em;
    position: relative;
    vertical-align: middle;
    width: 40px; }
    .btn-play-video .icon:before {
      font-size: 18px;
      height: 18px;
      padding-left: 4px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.btn-group {
  text-align: left;
  display: flex;
  flex-flow: column wrap; }
  @media screen and (min-width: 480px) {
    .btn-group {
      flex-flow: row nowrap;
      justify-content: center; }
      .btn-group input {
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 10px; } }
  .btn-group input {
    width: auto; }
  .btn-group .btn {
    flex-grow: 1; }
    @media screen and (min-width: 480px) {
      .btn-group .btn + .btn {
        margin-left: 16px; } }
  .btn-group.inline {
    display: block;
    text-align: center; }
    .btn-group.inline .btn {
      min-width: 150px;
      display: inline-block; }

.btn-group-stacked {
  margin: 1.5rem auto; }
  .btn-group-stacked .btn {
    margin: 0 auto; }
    .btn-group-stacked .btn + .btn {
      margin-top: 1rem;
      margin-left: auto; }

.pill {
  color: #4A4A4A;
  border: 1px solid #4A4A4A;
  padding: 0.5em 0.75em;
  margin-right: 20px;
  border-radius: 25px;
  font-size: 14px;
  background: transparent;
  line-height: 1;
  -webkit-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out; }
  .pill:hover, .pill:active,
  .pill .active, .pill:focus {
    border-radius: 25px;
    color: #FFFFFF; }
  .pill.primary {
    color: #FFFFFF;
    border-color: #3D76C5; }
    .pill.primary:hover, .pill.primary:active,
    .pill.primary .active, .pill.primary:focus {
      background-color: #3D76C5; }
  .pill.secondary {
    color: #FFFFFF;
    border-color: #04C8D6;
    text-transform: uppercase; }
    .pill.secondary:hover, .pill.secondary:active,
    .pill.secondary .active, .pill.secondary:focus {
      background-color: #02874D; }
