@charset "UTF-8";
button,
input,
textarea.decorated,
select,
textarea, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trophy, .icon-bargraph, .icon-sort, .icon-more, .icon-pq, .icon-upload, .icon-edit, .icon-expand, .icon-info {
  overflow: hidden;
  text-indent: -99999px;
}

.copyright .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;
}

/*! 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,
textarea.decorated,
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,
textarea.decorated {
  /* 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;
}

@media screen and (max-width: 320px) {
  [class*=grid-] {
    width: 100%;
  }
}

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,
textarea.decorated,
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 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;
}

.field-validation-error,
.validation-summary-errors {
  font-size: 14px;
  font-size: 0.875rem;
  color: #D34627;
}
.field-validation-error > ul,
.validation-summary-errors > ul {
  padding-left: 0;
  margin: 0;
}

.form-item {
  margin-bottom: 24px;
}

.character-counter {
  display: block;
  font-size: 12px;
  text-align: right;
}
.character-counter.over {
  color: #D34627;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  color: #4A4A4A;
  display: block;
  line-height: normal;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  legend {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
label span.label {
  margin-bottom: 8px;
  display: block;
}
label .field-validation {
  text-transform: none;
}
label .tip {
  font-weight: bold;
}
label .tip:hover, label .tip:active, label .tip:focus {
  text-decoration: underline;
}

/**
 * checkbox html
 *
 * <label class="checkbox">
 *     <input />
 *     <span class="label">Text</span>
 * </label>
 *
 * Notes:
 * [1] MVC views using @Html.CheckboxFor() render two inputs to handle server-side validation,
 * and the order of the checkbox + span isn't guaranteed.
 */
.checkbox {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  min-height: 24px;
  position: relative;
  text-transform: none;
}
.checkbox input[type=checkbox], .checkbox textarea[type=checkbox].decorated {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkbox input[type=checkbox]:checked ~ span, .checkbox textarea[type=checkbox].decorated:checked ~ span {
  /* [1] */
}
.checkbox input[type=checkbox]:checked ~ span:before, .checkbox textarea[type=checkbox].decorated:checked ~ span:before {
  background: #00B265;
  border-color: #00B265;
}
.checkbox input[type=checkbox]:checked ~ span:after, .checkbox textarea[type=checkbox].decorated:checked ~ span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 100;
}
.checkbox input[type=checkbox].input-validation-error ~ .label:before, .checkbox textarea[type=checkbox].input-validation-error.decorated ~ .label:before {
  border-color: #D34627;
}
.checkbox input[type=checkbox][disabled] ~ .label, .checkbox textarea[type=checkbox][disabled].decorated ~ .label {
  color: #9b9b9b;
  cursor: default;
}
.checkbox input[type=checkbox][disabled] ~ .label:before, .checkbox textarea[type=checkbox][disabled].decorated ~ .label:before {
  background: #fff;
  border-color: #9B9B9B;
}
.checkbox input[type=checkbox][disabled]:checked ~ .label:before, .checkbox textarea[type=checkbox][disabled].decorated:checked ~ .label:before {
  background: #9b9b9b;
}
.checkbox:hover span:before,
.checkbox input[type=checkbox]:focus ~ span:before,
.checkbox textarea[type=checkbox].decorated:focus ~ span:before {
  box-shadow: 0 0 0 3px #E4E4E4;
}
.checkbox:hover input[disabled] ~ span:before, .checkbox:hover textarea[disabled].decorated ~ span:before {
  box-shadow: none !important;
}
.checkbox span:before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #FFFFFF;
  border: 1px solid #4A4A4A;
  box-sizing: border-box;
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
.checkbox span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox .label {
  display: block;
  font-weight: normal;
  line-height: normal;
  margin-left: 28px;
}

/**
 * Toggles are checkboxes with a fancy slider-esq display
 *
 * <label class="checkbox toggle">
 *     <input type='checkbox' />
 *     <div class="toggle-handle"></div>
 * </label>
 */
label.checkbox.toggle {
  border: 0;
  min-height: 21px;
  padding: 0;
  text-transform: none;
  width: 35px;
}
label.checkbox.toggle input, label.checkbox.toggle textarea.decorated {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.checkbox.toggle .toggle-handle {
  background: #E4E4E4;
  border-radius: 10px;
  min-height: 21px;
  width: 100%;
}
label.checkbox.toggle .toggle-handle:after {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #FFFFFF;
  border: 1px solid #4A4A4A;
  content: "";
  height: 19px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 19px;
}
label.checkbox.toggle .toggle-handle:hover:after, label.checkbox.toggle .toggle-handle:focus:after {
  border-color: #02874D;
  -webkit-box-shadow: 0px 0px 0px 3px #E4E4E4;
  -moz-box-shadow: 0px 0px 0px 3px #E4E4E4;
  box-shadow: 0px 0px 0px 3px #E4E4E4;
}
label.checkbox.toggle input:checked ~ .toggle-handle, label.checkbox.toggle textarea.decorated:checked ~ .toggle-handle {
  background: #00B265;
}
label.checkbox.toggle input:checked ~ .toggle-handle:after, label.checkbox.toggle textarea.decorated:checked ~ .toggle-handle:after {
  border: 1px solid #00B265;
  left: auto;
  right: 0px;
}

/**
 * radio html
 *
 * <label class="radio">
 *     <input />
 *     <span class="label">Text</span>
 * </label>
 */
.radio {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 30px;
  position: relative;
  text-transform: none;
}
.radio.label-inline {
  min-height: 24px;
}
.radio.label-inline span:before {
  right: auto;
}
.radio.label-inline span:after {
  right: auto;
  left: 4px;
}
.radio.label-inline .label {
  display: inline;
  text-align: left;
  margin-top: 0;
  margin-left: 28px;
}
.radio input[type=radio], .radio textarea[type=radio].decorated {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.radio:hover input[type=radio] + span:before, .radio:hover textarea[type=radio].decorated + span:before,
.radio input[type=radio]:focus + span:before,
.radio textarea[type=radio].decorated:focus + span:before {
  -webkit-box-shadow: 0px 0px 0px 3px #E4E4E4;
  -moz-box-shadow: 0px 0px 0px 3px #E4E4E4;
  box-shadow: 0px 0px 0px 3px #E4E4E4;
}
.radio:hover input[disabled] + span:before, .radio:hover textarea[disabled].decorated + span:before {
  box-shadow: none !important;
}
.radio input[type=radio]:checked + span:before, .radio textarea[type=radio].decorated:checked + span:before {
  border-color: #00B265;
}
.radio input[type=radio]:checked + span:after, .radio textarea[type=radio].decorated:checked + span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.radio span:before {
  background: #FFFFFF;
  box-sizing: border-box;
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #4A4A4A;
}
.radio span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #00B265;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.radio input[disabled] ~ span, .radio textarea[disabled].decorated ~ span,
.radio input[disabled]:checked ~ span {
  cursor: default;
}
.radio input[disabled] ~ span:before, .radio textarea[disabled].decorated ~ span:before, .radio input[disabled] ~ span:after, .radio textarea[disabled].decorated ~ span:after,
.radio input[disabled]:checked ~ span:before,
.radio input[disabled]:checked ~ span:after {
  border-color: #9B9B9B;
}
.radio input[disabled] ~ span:after, .radio textarea[disabled].decorated ~ span:after,
.radio input[disabled]:checked ~ span:after {
  background-color: #9B9B9B;
}
.radio .label {
  display: block;
  font-weight: normal;
  margin-top: 28px;
  text-align: center;
}

.radio-button-group {
  clear: both;
}
.radio-button-group + .radio-button-group {
  padding-top: 1em;
  border-top: 1px solid #E4E4E4;
}
.radio-button-group .radio {
  width: 33.3333333333%;
}
@media screen and (max-width: 320px) {
  .radio-button-group .radio {
    padding-right: 5px;
    padding-left: 5px;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  resize: vertical;
  outline: none;
  overflow: auto;
  width: 100%;
  padding: 0 1em 0 0;
}
textarea.autosize {
  min-height: 46px;
  max-height: 300px;
}
input, textarea.decorated {
  box-sizing: border-box;
  font-size: inherit;
}
input[type=number], input[type=password], input[type=text], textarea.decorated, input[type=email] {
  background: #FFFFFF;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
  color: #4A4A4A;
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 5px;
}
input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea.decorated::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  color: #9B9B9B;
}
input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=text]:-moz-placeholder, textarea.decorated:-moz-placeholder, input[type=email]:-moz-placeholder {
  color: #9B9B9B;
}
input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea.decorated::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #9B9B9B;
}
input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea.decorated:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  color: #9B9B9B;
}
input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=text]:focus, textarea.decorated:focus, input[type=text]:active, textarea.decorated:active, input[type=email]:focus, input[type=email]:active {
  border-color: #00B265;
  box-shadow: 0 0 5px #00B265;
  outline: none;
}
input[type=number].input-validation-error, input[type=number].error, input[type=password].input-validation-error, input[type=password].error, input[type=text].input-validation-error, textarea.input-validation-error.decorated, input[type=text].error, textarea.error.decorated, input[type=email].input-validation-error, input[type=email].error {
  border-color: #D34627;
}
input[type=number].input-validation-error:focus, input[type=number].input-validation-error:active, input[type=number].error:focus, input[type=number].error:active, input[type=password].input-validation-error:focus, input[type=password].input-validation-error:active, input[type=password].error:focus, input[type=password].error:active, input[type=text].input-validation-error:focus, textarea.input-validation-error.decorated:focus, input[type=text].input-validation-error:active, textarea.input-validation-error.decorated:active, input[type=text].error:focus, textarea.error.decorated:focus, input[type=text].error:active, textarea.error.decorated:active, input[type=email].input-validation-error:focus, input[type=email].input-validation-error:active, input[type=email].error:focus, input[type=email].error:active {
  box-shadow: 0 0 5px #D34627;
}
input[type=number]:-webkit-autofill, input[type=password]:-webkit-autofill, input[type=text]:-webkit-autofill, textarea.decorated:-webkit-autofill, input[type=email]:-webkit-autofill {
  -webkit-text-fill-color: #4A4A4A;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
input[type=number].inline, input[type=password].inline, input[type=text].inline, textarea.inline.decorated, input[type=email].inline {
  width: auto;
  display: inline-block;
}
input[type=number][disabled], input[type=password][disabled], input[type=text][disabled], textarea[disabled].decorated, input[type=email][disabled] {
  background-color: #F5F5F5;
  border-color: #9B9B9B;
  color: #9B9B9B;
}
input[type=number][disabled]:active, input[type=password][disabled]:active, input[type=text][disabled]:active, textarea[disabled].decorated:active, input[type=email][disabled]:active {
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF url(/app/ui-icons/icons/global/caret-down.svg) no-repeat;
  background-position: 98% 50%;
  background-position: calc(100% - 12px) 50%;
  background-size: 16px 16px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
  box-sizing: border-box;
  color: #4A4A4A;
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  padding-right: 40px;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select:focus, select:active {
  -webkit-box-shadow: 0px 0px 5px 0px #00B265;
  -moz-box-shadow: 0px 0px 5px 0px #00B265;
  box-shadow: 0px 0px 5px 0px #00B265;
  background-image: url(/app/ui-icons/icons/global/caret-down-hover.svg);
  border-color: #00B265;
  outline: none;
}
select.input-validation-error, select.error {
  background-image: url(/app/ui-icons/icons/global/caret-down-error.svg);
  border-color: #D34627;
}
select.input-validation-error:focus, select.input-validation-error:active, select.error:focus, select.error:active {
  box-shadow: 0 0 5px #D34627;
}
select[disabled] {
  background-color: #F5F5F5;
  background-image: none;
  cursor: default;
}
select[disabled]:hover {
  background-image: none;
}
select[multiple], select[size] {
  height: auto;
}

.form-heading {
  text-align: left;
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 320px) {
  .form-heading {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.form-heading button {
  background: none;
  border: none;
  color: #00B265;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
  font-size: 0.75em;
}
.form-heading button:focus {
  outline: none;
}
.form-heading small {
  display: block;
  font-weight: 400;
  font-size: 60%;
}
.form-heading span {
  margin-left: 0.5em;
  font-size: 0.75em;
  font-weight: normal;
}
.form-heading span.label-admin {
  color: #E0B70A;
  text-transform: uppercase;
}

.input-required span {
  position: absolute;
  left: -9999em;
}
.input-required:after {
  content: "*";
}

.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;
  visibility: hidden;
}

@media screen and (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .hide-desktop {
    display: none;
  }
}
/* -----------------------------------------
   Legacy png icons and such
   TODO: convert these to SVG sprite icons as applicable
 ----------------------------------------- */
.icon-info {
  background: url("../ui-icons/css/png/info.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  cursor: pointer;
  vertical-align: middle;
}

.icon-expand {
  background: url("../ui-icons/css/png/expand.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 20px;
  width: 17px;
  cursor: pointer;
  vertical-align: middle;
}
.icon-expand.active, .active .icon-expand {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.icon-edit {
  background: url("../ui-icons/css/png/edit.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
}

.icon-upload {
  background: url("../ui-icons/css/png/upload.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 20px;
  width: 16px;
  background-size: 90%;
}

.icon-pq {
  background: url("../ui-icons/css/png/pocket-quieries.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
}

.icon-more {
  background: url("../ui-icons/css/png/more.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("/app/ui-icons/icons/global/more.svg");
}
.icon-action .icon-more:hover, .icon-action .icon-more:active, .icon-action .icon-more:focus, .icon-more.icon-action:hover, .icon-more.icon-action:active, .icon-more.icon-action:focus {
  background-image: url("/app/ui-icons/icons/global/more-hover.svg");
}

.icon-sort {
  background: url("../ui-icons/css/png/sort.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("/app/ui-icons/icons/global/sort.svg");
}
.icon-action .icon-sort:hover, .icon-action .icon-sort:active, .icon-action .icon-sort:focus, .icon-sort.icon-action:hover, .icon-sort.icon-action:active, .icon-sort.icon-action:focus {
  background-image: url("/app/ui-icons/icons/global/sort-hover.svg");
}

.icon-bargraph {
  background-image: url("/app/ui-icons/icons/premium-features/bargraph.svg");
}

.icon-trophy {
  background-image: url("/app/ui-icons/icons/premium-features/trophy.svg");
}

/*
 CSS/SVG icons

 Standalone icons (.icon): currentColor if associated with text.
 Icons inside a button (.btn-icon .icon): $tempest when inactive/$emerald on hover.

 Example:
 <button type="button" class="btn-icon" title="Some Action">
	<svg class="icon">
		<use ... />
	</svg>
 </button>
*/
.btn-icon {
  background: none;
  border: 0;
  color: #4A4A4A;
  cursor: pointer;
  padding: 0;
}
.btn-icon:hover, .btn-icon:focus {
  color: #02874D;
}
.btn-icon .icon {
  height: 24px;
  width: 24px;
  pointer-events: none;
}

.btn-icon .icon-cancel {
  color: #4A4A4A;
  fill: #FFFFFF;
}
.btn-icon:hover .icon-cancel, .btn-icon:active .icon-cancel, .btn-icon:focus .icon-cancel {
  color: #FFFFFF;
  fill: #4A4A4A;
}

/**
 * For svg icons
 */
.icon-svg-fill.evergreen {
  fill: #004D2B;
}
.icon-svg-fill.emerald {
  fill: #02874D;
}
.icon-svg-fill.sea {
  fill: #00B265;
}
.icon-svg-fill.dirt {
  fill: #5F452A;
}
.icon-svg-fill.dust {
  fill: #83603f;
}
.icon-svg-fill.sand {
  fill: #f8edd4;
}
.icon-svg-fill.sunshine {
  fill: #E0B70A;
}
.icon-svg-fill.poppy {
  fill: #F35C00;
}
.icon-svg-fill.dark-seas {
  fill: #2B7277;
}
.icon-svg-fill.glacier {
  fill: #04C8D6;
}
.icon-svg-fill.sky {
  fill: #3D76C5;
}
.icon-svg-fill.sunset {
  fill: #F38B00;
}
.icon-svg-fill.white {
  fill: #FFFFFF;
}
.icon-svg-fill.cotton {
  fill: #E4E4E4;
}
.icon-svg-fill.cloud {
  fill: #E4E4E4;
}
.icon-svg-fill.storm {
  fill: #777777;
}
.icon-svg-fill.charcoal, .icon-svg-fill.tempest {
  fill: #4A4A4A;
}
.icon-svg-fill.facebook-blue {
  fill: #4267B2;
}
.icon-svg-fill.twitter-blue {
  fill: #1DA1F2;
}
.icon-svg-fill.active-sea {
  outline: none;
}
.icon-svg-fill.active-sea:hover, .icon-svg-fill.active-sea:active, .icon-svg-fill.active-sea:focus {
  fill: #00B265;
}
.icon-svg-fill.active-emerald {
  outline: none;
}
.icon-svg-fill.active-emerald:hover, .icon-svg-fill.active-emerald:active, .icon-svg-fill.active-emerald:focus {
  fill: #02874D;
}
.icon-svg-fill.active-charcoal, .icon-svg-fill.active-tempest {
  outline: none;
}
.icon-svg-fill.active-charcoal:hover, .icon-svg-fill.active-charcoal:active, .icon-svg-fill.active-charcoal:focus, .icon-svg-fill.active-tempest:hover, .icon-svg-fill.active-tempest:active, .icon-svg-fill.active-tempest:focus {
  fill: #4A4A4A;
}

/*
    Display overrides.
    No, we're not going to make a habit of one rule classes. This gives us
    some tools to make one-off stuff without making a new component.
 */
.block,
.js-display-block,
.display-block {
  display: block !important;
}

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

.display-inline {
  display: inline !important;
}

.center {
  text-align: center;
}

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

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

.pointer {
  cursor: pointer;
}

.js-no-margin,
.no-margin {
  margin: 0 !important;
}

.js-no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.js-no-margin-top,
.no-margin-top {
  margin-top: 0 !important;
}

.margin-center {
  margin: 0 auto;
}

.overflow-hidden {
  overflow: hidden;
}

.no-focus:focus {
  outline: none;
}

.flex {
  display: flex;
}

.flex-column {
  flex-flow: column wrap;
}

.flex-row {
  flex-flow: row wrap;
}

.flex-grow {
  flex-grow: 1;
}

.flex-center {
  justify-content: center !important;
  align-items: center !important;
}

.flex-align-center {
  align-items: center;
}

.flex-end {
  justify-content: flex-end;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

.wrapper {
  margin: 0 5%;
  width: 90%;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}
.container.flex {
  display: flex;
}

.main {
  background-color: #fff;
}

@media only screen and (min-width: 600px) {
  html {
    height: 100%;
  }

  body {
    min-height: 100%;
    position: relative;
  }
}
@media only screen and (min-width: 1055px) {
  /* =======================
      Full desktop display
     ======================= */
  .wrapper {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1430px) {
  .wrapper {
    width: 1300px;
  }
}
body,
.content-slide {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

nav,
footer,
.header-mobile {
  flex-shrink: 0;
}

.main {
  flex: 1 0 auto;
}

@media print {
  body,
.content-slide {
    display: block;
  }

  nav {
    display: none;
  }
}
/**
 * SIDEBAR AD
 *  requires markup like this
 *
 *   div .container.flex
 *      aside .sidebar-ad(.sidebar-left|.sidebar-right)
 *      section
 *          //page content
 */
.sidebar-ad {
  display: none;
  min-width: 180px;
  padding-top: 2em;
}
@media screen and (min-width: 950px) {
  .sidebar-ad {
    display: flex;
  }
}
.sidebar-ad.sidebar-right {
  order: 2;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
.sidebar-ad.no-padding {
  padding: 0;
}
.sidebar-ad + section {
  padding: 0 0.5em;
  width: 100%;
}

/**
 * LAYOUT COLUMNS
 * an update to 'sidebar-ad' letting you do 3 column
 *
 *  div .container.layout-columns
 *      aside .layout-sidebar (.sidebar-left|.sidebar-right)
 *      section .layout-center
 *      aside .layout-sidebar OPTIONAL (.sidebar-left|.sidebar-right)
 *
 */
.layout-columns {
  display: flex;
  flex-flow: column wrap;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .layout-columns {
    padding: 40px 20px 1.5rem;
  }
  .alert + .layout-columns {
    padding-top: 10px;
  }
}
@media screen and (min-width: 950px) {
  .layout-columns {
    flex-flow: row nowrap;
  }
}
.layout-columns .layout-main {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) {
  .layout-columns .layout-main {
    margin-bottom: 0;
  }
}
.layout-columns .layout-sidebar {
  width: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 600px) {
  .layout-columns .layout-sidebar {
    margin-right: 0;
    justify-content: flex-start;
  }
}
.layout-columns .layout-sidebar.sidebar-right {
  order: 1;
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 600px) {
  .layout-columns .layout-sidebar.sidebar-right {
    max-width: 300px;
  }
}
@media screen and (min-width: 950px) {
  .layout-columns .layout-sidebar.sidebar-right {
    flex-flow: column nowrap;
    max-width: 300px;
  }
}
.layout-columns .layout-sidebar.sidebar-left {
  order: 0;
  min-width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 600px) {
  .layout-columns .layout-sidebar.sidebar-left {
    min-width: 0;
  }
}
.layout-columns .layout-sidebar .advertisement {
  margin: 1.5rem 0;
  text-align: center;
}
.layout-columns .layout-sidebar::after {
  content: "";
  flex: 1;
}
.layout-columns .layout-center {
  width: 100%;
  flex-grow: 1;
  max-width: 660px;
}
@media screen and (min-width: 600px) {
  .layout-columns .layout-center {
    padding: 0 20px;
  }
}

/**
 * Callouts
 * Like a mini-hero. Use these for in-page content callouts, e.g. empty states.
*/
.callout {
  background-color: #F5F5F5;
}

.layout-callout {
  background-color: #F5F5F5;
}
.layout-callout:before, .layout-callout:after {
  content: "";
  display: table;
}
.layout-callout:after {
  clear: both;
}
.layout-callout .callout {
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
}

/**
 * HALF-WIDTH CENTERED CONTENT
 */
.presentation-column {
  max-width: 700px;
  margin: 2em auto;
}

header {
  background: #02874D;
}
header .wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 80px;
  max-width: 1300px;
}
header a {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .header-mobile {
    display: none;
  }
}

.logo {
  color: #FFFFFF;
  display: inline-block;
  fill: currentColor;
  -webkit-flex: 0 0 216px;
  -ms-flex: 0 0 216px;
  flex: 0 0 216px;
  float: left;
  height: 32px;
  overflow: hidden;
  width: 216px;
}
@media screen and (min-width: 600px) {
  .logo {
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
  }
}
@media screen and (min-width: 1055px) {
  .logo {
    -webkit-flex: 0 0 216px;
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
    margin-top: 0;
    width: 216px;
  }
  .simple .logo {
    color: #FFFFFF;
  }
}
.logo svg {
  height: 100%;
  width: 216px;
}
.no-svg .logo {
  background-image: url(/images/branding/logo-geocaching.svg.gcLogo.png);
}
@media screen and (min-width: 1055px) {
  .no-svg .logo {
    background-position: 0 -29px;
  }
}
.no-svg .simple .logo {
  background-position: 0 0;
}

.mobile-menu-toggle {
  border: none;
  border-radius: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  height: 48px;
  margin-left: auto;
  width: 48px;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  outline: none;
}
.mobile-menu-toggle span {
  border-radius: 3px;
  display: block;
  background-color: #fff;
  height: 3px;
  width: 28px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-menu-toggle span + span {
  margin-top: 6px;
}

.no-js .mobile-menu-toggle {
  display: none;
}

.flag-new {
  color: #3d76c5;
  display: inline-block;
  margin-left: 16px;
  text-transform: uppercase;
}

.cod-link a {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.cod-link a .flag-new {
  display: flex;
  justify-content: flex-end;
}

footer {
  background-color: #5f452a;
  color: #F8EDD4;
  font-size: 14px;
  line-height: 1.6;
}
footer .container, footer .wrapper {
  padding: 1em 0;
  max-width: 1030px;
}
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: 0.77em;
}

footer a, .copyright a {
  color: inherit;
  text-decoration: none;
}
footer a:hover, footer a:focus, .copyright a:hover, .copyright a:focus {
  text-decoration: underline;
}

.copyright {
  background-color: #83603f;
  color: #F8EDD4;
  line-height: 1.6;
  padding: 1.75em 0 1rem;
  text-align: center;
}
.copyright .wrapper {
  padding: 0;
}
.copyright p,
.copyright .links-social {
  display: inline-block;
  margin: 0 0 0.75rem 0;
  vertical-align: middle;
}
.copyright p {
  margin-right: 3rem;
}
.copyright .links-social li {
  display: table-cell;
}
.copyright .links-social li + li {
  padding-left: 1rem;
}
.copyright .links-social a {
  background: url("/images/tlnMasters/sprite-social.png") no-repeat 50% 0;
  background-size: 100% auto;
  display: block;
  margin-right: 0.75rem;
  width: 22px;
}
.copyright .links-social a[href*=facebook] {
  background-position: 50% 0;
  height: 23px;
}
.copyright .links-social a[href*=youtube] {
  background-position: 50% -23px;
  height: 26px;
}
.copyright .links-social a[href*=instagram] {
  background-position: 50% -49px;
  height: 22px;
}
.copyright .links-social a[href*=twitter] {
  background-position: 50% -71px;
  height: 17px;
}
.copyright .links-social a[href*=tiktok] {
  background-position: 50% -89px;
  height: 24px;
}
.copyright .links-social a:hover {
  border-bottom: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .copyright .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;
  }

  .copyright .wrapper p, .copyright p {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media print {
  footer {
    background: none;
    color: #777777;
  }
  footer .footer {
    background: none !important;
    border-top: 1px solid #E4E4E4;
  }

  footer a, .copyright a {
    color: inherit;
    text-decoration: underline;
  }

  .copyright {
    background: none;
    color: inherit;
  }
  .copyright > .wrapper, .copyright .links-social {
    display: none !important;
  }
}
.profile-panel .user-avatar ~ span, .profile-panel .btn-upgrade, .profile-panel .li-user-info a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav {
  font-size: 14px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
}
nav .wrapper {
  background-color: #02874D;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
  width: 100%;
}
nav .logo {
  display: none;
}
@media screen and (min-width: 600px) {
  nav .logo {
    display: block;
  }
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  color: inherit;
}
nav a:hover, nav a:active, nav a:focus {
  text-decoration: none;
}

.menu {
  align-items: center;
  background-color: #FFFFFF;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.menu button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.menu a, .menu form {
  align-items: center;
  color: #4A4A4A;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  padding: 8px 24px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu a svg, .menu form svg {
  height: 18px;
  margin: 0 0.5em 0 0;
  position: relative;
  width: 18px;
}
.menu a.dropdown, .menu form.dropdown {
  color: #7e7d7a;
}
.menu a:active, .menu a:hover, .menu form:active, .menu form:hover {
  background-color: #e8f6ef;
}
.menu .attention-link-parent > a {
  display: none;
}
.menu li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu > li {
  overflow: visible;
  padding: 12px 0;
  white-space: normal;
}
.menu > li > a {
  text-transform: uppercase;
}
.menu > li > a:hover {
  background-color: transparent;
}
@media screen and (min-width: 600px) {
  .menu > li > a {
    font-size: 16px;
    text-transform: none;
  }
}
.menu > li + li {
  border-top: 1px solid #cfd4bf;
  border-top-color: rgba(45, 79, 21, 0.22);
}
.menu .li-attention {
  border-bottom: 1px solid #e1e1e1;
}
.menu .li-attention a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.menu .li-attention + li:not(.li-attention) {
  margin-top: 12px;
}
@media screen and (min-width: 600px) {
  .menu {
    position: static;
  }
}

.submenu {
  color: #4A4A4A;
}

.content-slide {
  min-height: 100%;
  position: relative;
}
.no-csstransforms3d .content-slide {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  right: 0;
}
.no-csstransforms3d .menu-open .content-slide {
  right: 240px;
}
@media screen and (min-width: 1055px) {
  .no-csstransforms3d .menu-open .content-slide {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .csstransforms3d .content-slide {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
  }
  .csstransforms3d .menu-open .content-slide {
    -webkit-transform: translate3d(-240px, 0, 0);
    -moz-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    -o-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media screen and (max-width: 599px) {
  body.menu-open {
    background-color: #FFFFFF;
    overflow: hidden;
  }

  nav {
    bottom: 0;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    position: fixed;
  }
  .overflowscrolling nav {
    position: absolute;
  }
  .menu-open nav {
    max-height: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .no-js nav {
    overflow: auto;
    right: -240px;
  }
}
@media screen and (min-width: 600px) {
  /* =======================
      Full desktop display
      ======================= */
  header .wrapper,
nav .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  /* ===============
  Navigation
  =============== */
  nav {
    align-items: center;
    background-color: #02874D;
    height: 80px;
    position: static;
    width: 100%;
  }
  nav .wrapper {
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    position: relative;
  }

  .menu {
    background: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    margin-left: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .menu > li {
    display: inline-block;
    margin-left: 32px;
    padding: 0;
    position: relative;
  }
  .menu > li.mobile {
    display: none;
  }
  .menu > li .dropdown {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu > li .dropdown:hover {
    background-color: transparent;
  }
  .menu > li .dropdown:focus {
    color: #FFFFFF;
  }
  .menu > li + li {
    border-top: none;
  }
  .menu .attention-link-parent > a {
    display: block;
  }

  .submenu {
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    border-top: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    display: none;
    margin-top: 2.1em;
    margin-left: 50%;
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    transform: translateX(-2em);
    z-index: 100;
  }
  .submenu::after {
    background-color: #FFFFFF;
    content: "";
    height: 24px;
    left: 20px;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    width: 24px;
    z-index: -1;
  }
  .submenu a,
.submenu form {
    color: #4A4A4A;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    line-height: 1.5em;
    padding: 8px 24px;
  }
  .submenu a:hover,
.submenu form:hover {
    background-color: #e8f6ef;
  }
  .submenu li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .submenu .li-membership a {
    display: inline-block;
  }
  .submenu svg {
    margin-right: 0.5em;
  }

  .menu li.open .submenu,
.no-js .menu li:hover .submenu {
    display: block;
  }
}
.profile-panel .user-avatar ~ span, .profile-panel .btn-upgrade, .profile-panel .li-user-info a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.draft-log-badge {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #E0B70A;
  position: absolute;
  top: -2px;
  left: 30px;
}
@media screen and (min-width: 1055px) {
  .draft-log-badge {
    top: -4px;
  }
}

.msg-unread-stamp {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #E0B70A;
  position: absolute;
  right: -8px;
  top: 2px;
}
@media screen and (min-width: 600px) {
  .msg-unread-stamp {
    right: 2px;
    top: 2px;
  }
}
.no-svg .msg-unread-stamp {
  background-color: #e0b70a;
  border: 1px solid #fff;
  border-radius: 1em;
  line-height: 0.5;
}

.profile-panel {
  background-color: #02874D;
  color: #FFFFFF;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 88px;
  order: 1;
}
.profile-panel.with-membership {
  height: 140px;
}
.profile-panel.is-logged-out {
  height: 152px;
}
.profile-panel a:hover, .profile-panel a:active, .profile-panel a:focus {
  text-decoration: none;
}
.profile-panel > li {
  height: 40px;
}
@media screen and (min-width: 600px) {
  .profile-panel ul {
    display: none;
    margin-left: 0;
    right: -0.5em;
    top: 3.6em;
  }
  .profile-panel ul::after {
    left: auto;
    right: 14px;
  }
}
.profile-panel ul button {
  background: none;
  border: none;
  padding: 0;
}
.profile-panel ul li {
  display: inline-block;
  font-size: 0.8571428571em;
  text-align: center;
  width: 31%;
}
@media screen and (min-width: 600px) {
  .profile-panel ul li {
    display: block;
    font-size: inherit;
    text-align: left;
    width: auto;
  }
}
.profile-panel .li-membership {
  margin: 80px 24px 24px;
}
.profile-panel .li-membership.tablet {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 950px) {
  .profile-panel .li-membership {
    display: none;
    margin: 12px 24px 6px;
  }
  .profile-panel .li-membership.tablet {
    display: block;
  }
}
@media screen and (min-width: 950px) {
  .profile-panel .li-membership {
    display: initial;
    margin: 0;
    order: unset;
  }
}
.profile-panel .li-user-info a {
  display: block;
  width: 140px;
}
.profile-panel .li-user-info a, .profile-panel .li-user-info button {
  line-height: normal;
}
.profile-panel .li-user-info a:focus, .profile-panel .li-user-info button:focus {
  outline: thin dotted;
}
.profile-panel .li-user-info .cache-count,
.profile-panel .li-user-info .user-name {
  width: 90px;
}
.profile-panel .li-user-info .cache-count {
  display: block;
}
.profile-panel .li-user-info .user-avatar {
  margin-right: 8px;
}
.profile-panel .li-user-info .user-name {
  display: inline-block;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .profile-panel .li-user-info {
    width: 40px;
  }
  .profile-panel .li-user-info .cache-count,
.profile-panel .li-user-info .user-name {
    display: none;
  }
  .profile-panel .li-user-info .user-avatar {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .profile-panel .li-user-info {
    display: initial;
    width: 160px;
  }
  .profile-panel .li-user-info .cache-count,
.profile-panel .li-user-info .user-name {
    display: block;
    width: auto;
  }
  .profile-panel .li-user-info .user-avatar {
    margin-right: 12px;
  }
}
.profile-panel .btn-upgrade {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .profile-panel .btn-upgrade {
    width: 160px;
  }
}
.profile-panel .btn-upgrade:hover, .profile-panel .btn-upgrade:focus {
  background-color: #FFFFFF;
  color: #02874D;
}
.profile-panel .li-user {
  left: 24px;
  position: absolute;
  top: 24px;
  white-space: nowrap;
}
.profile-panel .li-user .submenu {
  display: none;
}
.no-js .profile-panel .li-user:hover ul {
  display: block;
}
@media screen and (min-width: 600px) {
  .profile-panel .li-user.open ul {
    display: block;
  }
}
.profile-panel .user-avatar {
  display: block;
  float: left;
  margin-right: 12px;
  position: relative;
}
.profile-panel .user-avatar, .profile-panel .user-avatar img {
  border-radius: 3px;
  font-size: 8px;
  height: 40px;
  text-align: center;
  white-space: normal;
  width: 40px;
}
.profile-panel .li-user-toggle {
  background: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: none;
  height: 32px;
  margin-left: 24px;
  outline: none;
  padding: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 32px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .profile-panel .li-user-toggle {
    display: inline-block;
  }
}
.profile-panel .li-user-toggle svg {
  pointer-events: none;
  margin-top: 5px;
}
.profile-panel .li-user-toggle .arrow {
  fill: #fff;
  stroke: #fff;
}
.profile-panel .li-user-toggle:hover, .profile-panel .li-user-toggle:focus {
  background: #fff;
}
.profile-panel .li-user-toggle:hover .arrow, .profile-panel .li-user-toggle:focus .arrow {
  fill: #02874D;
  stroke: #02874D;
}
.no-svg .profile-panel .li-user-toggle:before {
  color: #fff;
  content: "v";
}
@media screen and (min-width: 600px) {
  .profile-panel {
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: auto;
    margin-left: auto;
    padding: 0;
    position: initial;
    width: auto;
  }
  .profile-panel.with-membership {
    height: auto;
  }
  .profile-panel > li + li {
    margin-left: 24px;
  }
  .profile-panel .li-messages {
    position: static;
  }
  .profile-panel .li-user {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    position: static;
  }
}

.li-messages {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 24px;
  top: 24px;
}
@media screen and (min-width: 600px) {
  .li-messages a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    position: relative;
    width: 48px;
  }
  .li-messages svg {
    height: 30px;
    width: auto;
  }
}

.message-center-icon {
  border: none;
}
.message-center-icon:before {
  background-image: url("/images/tlnMasters/message-center@2x.png");
  height: 17px;
  width: 20px;
}
@media screen and (min-width: 950px) {
  .message-center-icon:before {
    height: 40px;
    width: 48px;
  }
}
.message-center-icon:focus {
  outline: thin dotted;
}

.li-loggedout {
  margin: 1.5rem;
}
.li-loggedout .btn-external {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .li-loggedout {
    margin: 0;
  }
}
@media screen and (min-width: 950px) {
  .li-loggedout + .li-loggedout {
    padding-left: 0.5em;
  }
  .li-loggedout + .li-loggedout:before {
    content: none;
  }
}

.language-dropdown.non-native {
  display: block;
}

.language-dropdown.native {
  display: none;
}

.touchevents .language-dropdown.native {
  display: inline-block;
}
.touchevents .language-dropdown.non-native {
  display: none;
}

.no-js .language-dropdown:hover .label {
  display: none;
}
.no-js .language-dropdown:hover .dropdown-menu {
  display: block !important;
  position: static;
  visibility: visible;
}

.language-dropdown {
  clear: both;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 480px) {
  .language-dropdown {
    padding: 1em 0;
    text-align: left;
  }
}
@media screen and (min-width: 1055px) {
  .language-dropdown {
    margin-bottom: 0.5em;
    padding: 0;
  }
}
.language-dropdown .label {
  font-size: 1.28em;
  padding-bottom: 0.2em;
  vertical-align: middle;
}
.language-dropdown .label:before {
  background: url("/images/icons/chrome/language@2x.png") no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  margin-top: -5px;
  margin-right: 8px;
  vertical-align: middle;
  width: 25px;
}
@media screen and (min-width: 1055px) {
  .language-dropdown .label:before {
    margin-left: -33px;
  }
}
.no-backgroundsize .language-dropdown .label:before {
  content: none;
}
.language-dropdown .label:after {
  background: url("/images/tlnMasters/caret-footer@2x.png");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 0.5em;
  width: 12px;
}
.no-backgroundsize .language-dropdown .label:after {
  background: none;
  content: "▲";
}
.language-dropdown .dropdown-menu {
  display: none;
}
.language-dropdown.open .dropdown-menu {
  display: block;
}
.language-dropdown .dropdown-menu {
  background: #FEFCF1;
  border: 3px solid #82AA13;
  border-radius: 3px;
  bottom: 3.5em;
  left: 0;
  list-style: none;
  margin: 0;
  max-width: 550px;
  padding: 2em 2em 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .language-dropdown .dropdown-menu {
    bottom: 4em;
  }
}
@media screen and (min-width: 600px) {
  .language-dropdown .dropdown-menu {
    right: auto;
  }
}
@media screen and (min-width: 1055px) {
  .language-dropdown .dropdown-menu {
    bottom: 2.5em;
    left: 11em;
  }
}
.language-dropdown .dropdown-menu:after {
  background: url("/images/tlnMasters/dropdown-triangle@2x.png") no-repeat 50% 50%;
  background-size: contain;
  bottom: -9px;
  content: "";
  height: 9px;
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  width: 28px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 480px) {
  .language-dropdown .dropdown-menu:after {
    left: 9px;
  }
}
.no-backgroundsize .language-dropdown .dropdown-menu:after {
  background: none;
  bottom: 0;
  color: #82AA13;
  content: "▼";
  font-size: 18px;
}
.csscolumns .language-dropdown .dropdown-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
@media screen and (min-width: 480px) {
  .csscolumns .language-dropdown .dropdown-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
}
.language-dropdown .dropdown-menu li {
  break-inside: avoid-column;
  margin: 0.75em 0;
}
.no-csscolumns .language-dropdown .dropdown-menu li {
  float: left;
  width: 50%;
}
@media screen and (min-width: 480px) {
  .no-csscolumns .language-dropdown .dropdown-menu li {
    width: 30%;
  }
}
.language-dropdown .dropdown-menu li:first-child {
  margin-top: 0;
}
.language-dropdown .dropdown-menu li a {
  border: none;
  border-radius: 3px;
  color: #5f452a;
  display: block;
  line-height: normal;
  overflow: hidden;
  padding: 0.5em 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.language-dropdown .dropdown-menu li a:hover {
  background: #E3DFC9;
  text-decoration: none;
}
.language-dropdown .dropdown-menu .selected {
  background: #E3DFC9;
  border-radius: 3px;
}

.language-dropdown.native {
  position: relative;
}
.language-dropdown.native select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #4A4A4A;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*
HTTP error page views:
    geocaching.com/error/404.aspx
    geocaching.com/error/500.aspx
    geocaching.com/error/antiforgery.aspx
*/
.http-error {
  font-size: 0.875rem;
  margin: 48px auto;
  max-width: 940px;
  padding: 48px 7%;
  text-align: center;
}
.http-error:before {
  content: url(/app/ui-images/illustrations/dnf-moment.svg);
  display: block;
}
.http-error-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 24px 0;
}
.http-error > p {
  margin: 24px 0;
}
.http-error > ul {
  list-style: none;
  margin: 24px 0;
}
@media screen and (min-width: 480px) {
  .http-error > .btn {
    display: inline-block;
  }
}

.add-to-list-menu {
  width: 280px;
}
.add-to-list-menu.active .add-list-submit {
  display: block;
}
.add-to-list-menu.is-loading .add-list-status .loading {
  display: block;
  width: 30px;
  height: 30px;
}
.add-to-list-menu.is-loading .add-list-status .loading:before {
  width: 30px;
  height: 30px;
}
.add-to-list-menu.is-loading .add-list-submit {
  display: none;
}
.add-to-list-menu input, .add-to-list-menu textarea.decorated {
  color: #4A4A4A;
}
.add-to-list-menu .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  background: url(/app/ui-icons/icons/global/close.svg) center center no-repeat;
  width: 33px;
  height: 33px;
  border: 0;
}
.add-to-list-menu label {
  color: #777777;
  margin-bottom: 0.5em;
}
.add-to-list-menu input[type=text], .add-to-list-menu textarea.decorated {
  border: 2px solid #00B265;
  border-right: none;
  border-radius: 0;
  display: table-cell;
  font-size: 16px;
  height: 42px;
  line-height: 20px;
  padding: 9px;
  margin-bottom: 0;
}
.add-to-list-menu input[type=text]::-webkit-input-placeholder, .add-to-list-menu textarea.decorated::-webkit-input-placeholder {
  color: #777777;
}
.add-to-list-menu input[type=text]:-moz-placeholder, .add-to-list-menu textarea.decorated:-moz-placeholder {
  color: #777777;
}
.add-to-list-menu input[type=text]::-moz-placeholder, .add-to-list-menu textarea.decorated::-moz-placeholder {
  color: #777777;
}
.add-to-list-menu input[type=text]:-ms-input-placeholder, .add-to-list-menu textarea.decorated:-ms-input-placeholder {
  color: #777777;
}
.add-to-list-menu .input-control {
  display: table;
  margin-bottom: 1.5em;
  position: relative;
  width: 100%;
}
.add-to-list-menu .input-control.success .add-list-submit {
  display: none;
}
.add-to-list-menu .input-control.success input, .add-to-list-menu .input-control.success textarea.decorated {
  border-color: #fff;
}
.add-to-list-menu .input-control.success .add-list-status {
  border-color: #fff;
}
.add-to-list-menu .input-control.success span {
  padding: 5px 10px;
}
.add-to-list-menu .status {
  cursor: pointer;
  position: absolute;
  right: 5px;
  width: 100px;
  height: 25px;
  text-align: right;
  top: 2px;
}
.add-to-list-menu .status .loading {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 4px;
  display: none;
}
.add-to-list-menu .status.success {
  color: #E0B70A;
  padding-right: 3px;
}
.add-to-list-menu .status.error {
  color: #F35C00;
  background: url(/app/ui-icons/icons/global/attention.svg) center center no-repeat;
  width: 35px;
  height: 25px;
  display: block;
}
.add-to-list-menu .status-message {
  margin-top: 0;
  max-width: 95%;
  display: none;
  color: #F35C00;
  font-size: 14px;
  line-height: 1.3;
}
.add-to-list-menu .btn-list-add-cache {
  background: url(/app/ui-icons/css/global/png/add.png) center center no-repeat;
  background-image: url(/app/ui-icons/icons/global/add.svg);
  border: 0;
  height: 30px;
  margin-top: -4px;
  /* (container height - svg height) / -2 */
  text-indent: -9999px;
  width: 30px;
  margin-left: -8px;
}
.add-to-list-menu .btn-list-add-cache:focus {
  outline: none;
}
.add-to-list-menu .btn-list-add-cache:hover, .add-to-list-menu .btn-list-add-cache:focus {
  background-image: url(/app/ui-icons/css/global/png/add-hover.png);
  background-image: url(/app/ui-icons/icons/add/add-hover.svg);
}
.add-to-list-menu .btn-list-add-cache.active, .add-to-list-menu .btn-list-add-cache:active {
  background-image: url(/app/ui-icons/css/global/png/add-active.png);
  background-image: url(/app/ui-icons/icons/add/add-active.svg);
}

.add-list-label {
  border-bottom: 1px solid #DFDFDF;
  display: inline-block;
  padding-bottom: 2px;
}

.add-list-status {
  border: 2px solid #00B265;
  border-left: none;
  display: table-cell;
  vertical-align: top;
}
.add-list-status .loading {
  width: 30px;
  height: 30px;
  margin: 4px;
}

.add-list-submit {
  background: #00B265;
  border: 0;
  color: #fff;
  display: none;
  font-size: 1.15em;
  height: 38px;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}
.add-list-submit[disabled] {
  background: #DFDFDF;
}

.add-list {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.add-list .success-message {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  background: #FFFFFF;
  color: #00B265;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 7px;
  font-size: 16px;
}
.add-list li {
  list-style-type: none;
  text-align: left;
  padding: 7px 0;
  font-size: 16px;
  position: relative;
}
.add-list li button {
  background: 0;
  border: 0;
  display: block;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  color: #4A4A4A;
}
.add-list li button:hover, .add-list li button:active {
  background: 0;
  color: #00B265;
}
.add-list li button[disabled] {
  color: #9B9B9B;
}
.add-list li button:focus {
  outline: none;
}
.add-list li.success .success-message {
  visibility: visible;
  opacity: 1;
}

.divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.divider:before {
  content: "";
  height: 0.125em;
  background: currentColor;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.25em 0 0;
}
.divider:after {
  content: "";
  height: 0.125em;
  background: currentColor;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 0.25em;
}

.divider {
  color: #777777;
  margin: 12px 0;
  font-size: 12px;
}
.divider:before {
  color: #E4E4E4;
  margin: 0 1em 0 0;
}
.divider:after {
  color: #E4E4E4;
  margin: 0 0 0 1em;
}

.window-box {
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  margin: 5px 0;
  width: 100%;
  border-radius: 4px;
}
.window-box.default, .callout .window-box {
  background: #FFFFFF;
  border-color: #E4E4E4;
}
.widget-panel {
  padding: 24px;
  background: #FFFFFF;
}
.widget-panel .panel-item {
  display: block;
  margin-bottom: 16px;
}
.widget-panel .panel-item.flex {
  display: flex;
}

/*

<ol class="breadcrumb">
    <li class="action-primary">
        <a href="">
            <svg height="25" width="25" class="icon icon-svg-fill emerald" role="presentation">
                <use xlink:href="/play/Content/ui-icons/sprites/global.svg#icon-back-svg-fill"></use>
            </svg>
            Home
        </a>
    </li>
    <li>
        <span class="separator">
            <svg class="icon icon-svg-fill storm" height="12" width="12" role="presentation">
                <use xlink:href="/play/Content/ui-icons/sprites/global.svg#icon-arrow-right"></use>
            </svg>
        </span>
        Profile
    </li>
</ol>


*/
.breadcrumb {
  color: #777777;
  font-size: 14px;
  margin: 24px 0;
  padding: 0;
}
.breadcrumb ol, .breadcrumb ul {
  padding-left: 0;
}
.breadcrumb a {
  color: #02874D;
}
@media screen and (min-width: 1055px) {
  .breadcrumb a {
    color: #4A4A4A;
    text-decoration: underline;
  }
  .breadcrumb a:hover, .breadcrumb a:focus {
    color: #02874D;
  }
}
.breadcrumb li {
  display: none;
  list-style-type: none;
}
@media screen and (min-width: 1055px) {
  .breadcrumb li {
    display: inline-block;
  }
  .breadcrumb li .action-back {
    display: none;
  }
}
.breadcrumb .action-primary {
  display: inline-block;
  position: relative;
}
.breadcrumb .action-primary a {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 1055px) {
  .breadcrumb .action-primary a {
    display: inline;
    padding-left: 0;
  }
}
.breadcrumb .action-primary .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1055px) {
  .breadcrumb .action-primary .icon {
    display: none;
  }
}
.breadcrumb .separator {
  padding: 0 16px;
}
.breadcrumb .separator .icon {
  vertical-align: middle;
}

.modal-bg-wrapper {
  display: none;
  z-index: 10;
}

.modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-wrapper {
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
}

.modal-content-wrapper {
  margin: auto;
}
.modal-content-wrapper.with-dismiss {
  padding: 36px 36px 24px;
}

.modal {
  background: #FFFFFF;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(56, 33, 0, 0.16);
  word-break: break-word;
  margin: 0 auto 16px;
  left: 0;
  right: 0;
  max-width: 1300px;
  position: absolute;
  display: flex;
  flex-flow: column wrap;
  padding: 36px 24px 24px;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .modal {
    top: 20%;
  }
}
.modal .btn-group .btn:only-child {
  width: 100%;
}

/**
 * SAMPLE MARKUP
 *
 * <div class="modal">
 *    <div class="modal-header">
 *        <button class="btn-close"></button>
 *    </div>
 *    <div class="modal-body">
 *        <div class="modal-image"><img alt="primary content" ... /></div>
 *    </div>
 *    <div class="modal-footer">
 *    </div>
 * </div>
 */
.modal-header {
  display: flex;
  flex-direction: row;
  position: relative;
}
.modal-header.center {
  justify-content: center;
}
.modal-header .btn-close {
  background: none;
  border: 0;
  color: #777777;
  cursor: pointer;
  height: 24px;
  width: 24px;
  padding: 3px;
  position: absolute;
  top: -24px;
  right: -24px;
}
.modal-header .btn-close:link {
  text-decoration: none;
}
.modal-header .btn-close:hover, .modal-header .btn-close:focus, .modal-header .btn-close:active {
  color: #4A4A4A;
}

.modal-title {
  margin: 0 0 24px 0;
}
.modal-title.center {
  text-align: center;
}

.modal-content,
.modal-body {
  flex: none;
  position: relative;
  text-align: center;
}
.modal-content > img,
.modal-body > img {
  display: block;
  max-width: 100%;
}
.modal-content > img:only-child,
.modal-body > img:only-child {
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.modal-content .modal-image img,
.modal-body .modal-image img {
  display: block;
  max-width: 100%;
}
.modal-content .field-validation-error,
.modal-body .field-validation-error {
  text-align: left;
}
.modal-content p,
.modal-body p {
  margin-bottom: 24px;
}
.modal-content > p:last-child,
.modal-content > p:only-child,
.modal-body > p:last-child,
.modal-body > p:only-child {
  margin-bottom: 0;
}

/* ----------------------------------
    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: 0.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.btn-danger[disabled], .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:active, .btn.btn-danger[disabled]:focus, .btn.btn-destroy[disabled], .btn.btn-destroy[disabled]:hover, .btn.btn-destroy[disabled]:active, .btn.btn-destroy[disabled]:focus {
  background-color: #9B9B9B;
  border-color: #9B9B9B;
}
.btn.btn-link {
  background: none;
  border: none;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus {
  text-decoration: underline;
}
.btn.btn-link[disabled], .btn.btn-link[disabled]:hover, .btn.btn-link[disabled]:active, .btn.btn-link[disabled]:focus {
  color: #9B9B9B;
  text-decoration: 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-oauth-facebook,
.btn-oauth-google,
.btn-oauth-apple {
  display: flex;
  border-radius: 4px;
  padding: 0 16px;
  align-items: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-oauth-facebook:hover,
.btn-oauth-google:hover,
.btn-oauth-apple:hover {
  text-decoration: none;
}
.btn-oauth-facebook .icon,
.btn-oauth-google .icon,
.btn-oauth-apple .icon {
  height: 24px;
  width: 24px;
  position: absolute;
}
.btn-oauth-facebook span,
.btn-oauth-google span,
.btn-oauth-apple span {
  padding: 12px 40px;
  flex-grow: 1;
  text-align: center;
}

.btn-oauth-google {
  background-color: #FFFFFF;
  color: #757575;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-oauth-apple {
  background-color: black;
  color: #FFFFFF;
}

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

.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: 0.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, .btn-group textarea.decorated {
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.btn-group input, .btn-group textarea.decorated {
  width: auto;
}
.btn-group .btn {
  flex-grow: 1;
}
@media screen and (min-width: 480px) {
  .btn-group .btn {
    flex-basis: 150px;
  }
  .btn-group .btn + .btn {
    margin-left: 24px;
  }
}
.btn-group.inline {
  display: block;
  text-align: center;
}
.btn-group.inline .btn {
  min-width: 150px;
  display: inline-block;
}
.btn-group.inline .btn + .btn {
  margin-top: 0;
}
.btn-group.inline-left {
  text-align: left;
}

.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;
}

.loading {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 50px 50px 0);
  margin: 0 auto;
  height: 50px;
  width: 50px;
  position: relative;
  text-indent: -9999em;
}
.loading:before {
  background: url("/app/ui-images/branding/sprite-spinner.png") no-repeat 0 0;
  background-size: 100% 4600%;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  animation: spin-cycle 1900ms steps(45) infinite;
}

@keyframes spin-cycle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.spinner {
  margin: 5px 20px;
  width: 30px;
  text-align: center;
}

.spinner > div {
  width: 7px;
  height: 7px;
  background-color: #00B265;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * Passive alert banners
 * Error, success, and info states. Error and success banners should be
 * dismissable by the user.
 *
 * Sample markup:
 * <div class="alert alert-info alert-dismissable">
 *     <p>Some text</p>
 *     <button class="btn-close">
 *         <svg class="icon" height="18" width="18">
 *             <use xlink:href="@Url.Content("~/Content/ui-icons/sprites/global.svg#icon-close-currentcolor")" />
 *         </svg>
 *     </button>
 * </div>
 */
.alert.alert-info, .alert.alert-success, .alert.alert-error {
  margin: 16px 0;
  text-align: left;
}

.alert {
  color: #4A4A4A;
  display: block;
  text-align: center;
  padding: 16px;
}
.alert svg {
  vertical-align: bottom;
}
.alert p {
  margin: 0;
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert a:hover, .alert a:focus {
  text-decoration: none;
}
.alert .btn-primary {
  text-decoration: none;
}
.alert ul, .alert li {
  list-style-type: none;
}
.alert.alert-dismissable {
  padding-right: 48px;
  position: relative;
}
.alert.alert-dismissable .btn-close {
  color: #777777;
  line-height: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  margin: auto;
}
.alert.alert-dismissable .btn-close:hover, .alert.alert-dismissable .btn-close:focus {
  color: #4A4A4A;
}
.alert.alert-dismissable .icon {
  height: 18px;
  width: 18px;
}
.alert.alert-error {
  background-color: #f6dad4;
  border: 1px solid #D34627;
}
.alert.alert-success {
  background-color: #e6f7f0;
  border: 1px solid #02874D;
}
.alert.alert-info {
  background-color: #d8e4f3;
  border: 1px solid #3D76C5;
}

/**
 * ------------------------------------------------------
 * Full bleed banner for new feature messaging, etc
 * ATTN: this is being deprecated
 * ------------------------------------------------------
 *
 * Sample markup:
 * <div class="alert">
 *     <div class="container">
 *          <p>Some text</p>
 *          <a class="btn">Some CTA</a>
 *     </div>
 * </div>
 *
 */
.alert.alert-attention {
  border-color: #3D76C5;
  color: #FFFFFF;
  background-color: #3D76C5;
  overflow: hidden;
  margin: 0;
  padding: 1em;
  text-align: center;
}
@media (min-width: 1055px) {
  .alert.alert-attention {
    padding: 22px;
  }
}
.alert.alert-attention p {
  display: block;
  margin: 0 auto 1em;
}
@media (min-width: 1055px) {
  .alert.alert-attention p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3em;
  }
}
.alert.alert-attention .btn {
  border: 2px solid #FFFFFF;
  color: inherit;
  display: inline-block;
  padding: 0.28125rem 1.25rem;
  text-decoration: none;
}
.alert.alert-attention .btn:hover, .alert.alert-attention .btn:active, .alert.alert-attention .btn:focus {
  background-color: #FFFFFF;
  color: #3D76C5;
}

.sidebar-links {
  background: #FFFFFF;
  border: 0;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative !important;
  width: 100%;
}
.sidebar-links .link-header {
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 0 0 20px;
  margin: 0;
  font-weight: 400;
}
.sidebar-links ul, .sidebar-links li {
  list-style-type: none;
}
.sidebar-links li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.sidebar-links li .tip {
  flex-grow: 0;
}
.sidebar-links a {
  color: #4A4A4A;
  padding-bottom: 7px;
  display: block;
  font-size: 14px;
}
.sidebar-links a:hover, .sidebar-links a:active {
  color: #02874D;
}
.sidebar-links .favorites-points span {
  flex-grow: 0;
  padding-right: 10px;
}
.sidebar-links.transparent {
  background: none;
}
@media screen and (min-width: 600px) {
  .sidebar-links .favorites-points span {
    flex-grow: 1;
    padding-right: 0;
  }
}

.qtip.sidebar {
  font-size: 12px;
}
.qtip.sidebar .qtip-content {
  max-width: 250px;
}
.qtip.sidebar p {
  margin-bottom: 16px;
}

.link-block {
  padding: 7px 20px 7px;
  border-bottom: 1px solid #E4E4E4;
}
.link-block:last-child {
  border: 0;
}

.action-link {
  border-bottom: 1px solid #E4E4E4;
}
.action-link:first-child {
  border-top: 1px solid #E4E4E4;
}
.action-link a {
  padding: 0.75rem 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.action-link .icon {
  height: auto;
  max-height: 24px;
  width: auto;
  max-width: 24px;
  margin-right: 0.75rem;
  display: inline-block;
}
.action-link .icon.icon-graph, .action-link .icon.icon-trophy-lb {
  padding: 1px 2px;
}
.action-link .icon.icon-ribbon {
  padding: 0 3px;
}
.action-link .icon-campaign {
  display: inline-block;
  flex-shrink: 0;
  height: 24px;
  margin-right: 0.75rem;
  width: 24px;
}
.action-link .icon-campaign svg {
  height: 100%;
  width: 100%;
}

.action-link:hover .promo-icon {
  fill: #02874D;
}

.sidebar-upsell {
  background-color: #04C8D6;
  text-align: center;
  color: #fff;
  padding: 30px 25px;
}
.sidebar-upsell .h6, .sidebar-upsell p {
  margin: 0 0 25px;
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1 e2
 * http://qtip2.com
 *
 * Copyright (c) 2014
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sun Sep 7 2014 12:09 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 370px;
  min-width: 50px;
  font-size: 14px;
  line-height: 1.4;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip.qtip-sidebar {
  max-width: 300px;
}
.qtip .loading {
  width: 20px;
  height: 20px;
  float: right;
  display: none;
}
.qtip .loading:before {
  height: 20px;
  width: 20px;
}

.qtip-content {
  position: relative;
  padding: 16px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-content ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.qtip-content a:link, .qtip-content a:visited {
  color: #4A4A4A;
}
.qtip-content a:hover, .qtip-content a:active {
  color: #02874D;
  text-decoration: none;
}
.qtip-content h1, .qtip-content h2, .qtip-content h3, .qtip-content h4, .qtip-content h5,
.qtip-content .h1, .qtip-content .h2, .qtip-content .h3, .qtip-content .h4, .qtip-content .h5 {
  margin-top: 0;
  margin-bottom: 24px;
}
.qtip-content p {
  margin: 24px 0;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  background: url("/app/ui-icons/icons/global/close.svg") no-repeat 0 0;
  border: 0;
  height: 24px;
  width: 24px;
}
.qtip-close span {
  display: none;
}
.qtip-close:hover, .qtip-close:active, .qtip-close:focus {
  background-image: url("/app/ui-icons/icons/global/close-hover.svg");
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  color: #777;
}

.qtip-information {
  max-width: 450px;
}
.qtip-information .qtip-content {
  padding: 24px;
}

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #4A4A4A;
}
.qtip-light.qtip-shadow {
  -webkit-filter: drop-shadow(0 0 4px #dfdfdf);
  filter: drop-shadow(0 0 4px #dfdfdf);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#ccc')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#ccc')";
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #4A4A4A;
  border-color: #4A4A4A;
  color: #FFF;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-content a:link, .qtip-dark .qtip-content a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
.qtip-dark .qtip-content a:hover, .qtip-dark .qtip-content a:active {
  color: #00B265;
}

.qtip-shadow {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

.qtipmodal-ie6fix {
  position: absolute !important;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Applied to modals with show.modal.blur set to true */
  /* Change opacity of overlay here */
}
#qtip-overlay.blurs {
  cursor: pointer;
}
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* nickc: extension. Adding Privacy select box */
.qtip-selectlist {
  max-width: 220px;
  min-width: 150px;
}
.qtip-selectlist label,
.qtip-selectlist button {
  background: none;
  border: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 16px;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
  text-align: left;
  text-transform: none;
}
.qtip-selectlist label:hover, .qtip-selectlist label:focus, .qtip-selectlist label.active,
.qtip-selectlist button:hover,
.qtip-selectlist button:focus,
.qtip-selectlist button.active {
  background: #e6f7f0;
}
.qtip-selectlist small {
  display: block;
  color: #777777;
}
.qtip-selectlist .qtip-content {
  padding: 0;
  padding-top: 8px;
}
.qtip-selectlist .qtip-selectlist-drawer {
  margin: 8px 0 0;
  border-top: 1px solid #E4E4E4;
}
.qtip-selectlist .qtip-selectlist-drawer a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 14px;
  padding: 16px;
}

/* nickc: Full screen coverage for mobile */
.qtip-takeover {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}
.qtip-takeover .qtip-content {
  padding: 60px 40px;
}
.qtip-takeover .qtip-content li {
  margin-top: 10px;
}
.qtip-takeover .qtip-titlebar {
  background-color: #FFFFFF;
  font-size: 20px;
  overflow: visible;
  padding: 60px 40px 0;
}
.qtip-takeover .qtip-titlebar + .qtip-content {
  padding-top: 0;
}
.qtip-takeover .qtip-titlebar + .qtip-content button {
  padding: 8px 0;
}
.qtip-takeover .qtip-titlebar .qtip-close {
  right: 16px;
  top: 16px;
  margin-top: 0;
}
.qtip-takeover.qtip-selectlist button:hover,
.qtip-takeover.qtip-selectlist button:active,
.qtip-takeover.qtip-selectlist button:focus {
  background-color: #FFFFFF;
  color: #02874D;
}

.qtip-actions {
  font-size: 16px;
  line-height: 1;
}
.qtip-actions .qtip-content {
  padding: 24px 24px 14px;
}
.qtip-actions li a,
.qtip-actions li button {
  background: none;
  border: 0;
  display: block;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}
.qtip-actions li a.flex,
.qtip-actions li button.flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .qtip-actions li a,
.qtip-actions li button {
    padding-top: 0;
  }
}
.qtip-actions li a:focus,
.qtip-actions li button:focus {
  outline: none;
}
.qtip-actions li .icon {
  margin-right: 10px;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 600px) {
  .qtip-actions li .icon {
    margin-right: 5px;
  }
}
.qtip-actions a:link,
.qtip-actions a:visited {
  color: #4A4A4A;
}
.qtip-actions a:hover,
.qtip-actions a:active {
  color: #02874D;
}
.qtip-actions a:hover,
.qtip-actions a:active {
  text-decoration: none;
}

.report-problem:focus {
  outline: none;
}
.report-problem input:focus + label, .report-problem textarea.decorated:focus + label {
  background-color: #3D76C5;
  color: #FFFFFF;
  outline: none;
}
.report-problem .btn-tertiary {
  margin: 5px 0 10px 0;
}

.panel {
  margin-bottom: 25px;
  width: 100%;
}
.panel .loading {
  margin: 20px auto;
}

.panel-header {
  padding: 8px 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
}
.panel-header button {
  background-color: transparent;
  border: 0;
  height: 22px;
  padding: 0;
  width: 22px;
}
.panel-header h1, .panel-header h2, .panel-header h3 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 16px;
  margin: 0;
}
.panel-header h1 svg, .panel-header h2 svg, .panel-header h3 svg {
  color: #9B9B9B;
  margin: 0 5px;
}
.panel-header svg.opener {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  fill: #777777;
  height: 22px;
  width: 22px;
}
.panel-header.isActive svg {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.panel-body {
  border: 1px solid #E4E4E4;
  background: #f8f8f8;
  overflow: auto;
  min-height: 100px;
}
.panel-header + .panel-body {
  border-top: 0;
}
.panel-body .panel-content {
  overflow: auto;
  padding: 32px 24px;
}
.panel-body > .empty, .panel-body.empty {
  background: #FFFFFF;
}

/*# sourceMappingURL=layout.css.map */
