@charset "UTF-8";
/* -----------------------------------------------------------------------

Geocaching Top-Level Navigation Master Screen CSS File
This file provides screen CSS styles to the entire Geocaching Web site.
Last Updated: 6 Dec 2018 by BS

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

.owner-view-settings {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 20px;
}
.owner-view-settings img {
  margin-right: 8px;
}
.owner-view-settings a {
  color: #3D76C5;
}

.private-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.private-content-container img {
  margin-top: 50px;
  margin-bottom: 30px;
}
.private-content-container span {
  font-weight: bold;
  margin-bottom: 70px;
}

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

.tinynav,
.tinynav:hover,
.tinynav:focus {
  background: none;
}

/* -----------------------------------------------------------------------
Begin Skip Links
----------------------------------------------------------------------- */
.SkipLinks {
  text-align: left;
}

.SkipLinks a, .SkipLinks a:link, .SkipLinks a:visited {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.SkipLinks a:hover, .SkipLinks a:focus, .SkipLinks a:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
}

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

/* -----------------------------------------------------------------------
End Skip Links

Begin Warning Messages
----------------------------------------------------------------------- */
.WarningMessage {
  background-color: #3D76C5;
  box-sizing: border-box;
  color: #fff;
  min-width: 990px;
  padding: 1em 1.5em;
  text-align: center;
  width: 100%;
}

.WarningMessage p {
  margin: 0;
}

.WarningMessage a {
  color: inherit !important;
}

.alert-heading {
  color: #E0B70A;
  font-size: 1.4em;
}

/* -----------------------------------------------------------------------
End Warning Messages

Begin General Styling
----------------------------------------------------------------------- */
html {
  background: #fff;
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #4a4a4a;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  position: relative;
}

button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

p {
  margin-bottom: 1rem;
}

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

ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

img {
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.BottomSpacing {
  margin-bottom: 1.5em;
}

h2.BottomSpacing,
.h2.BottomSpacing {
  margin-bottom: 1em;
}

span.h2 {
  display: block;
}

.TopSpacing {
  margin-top: 1.5em;
}

h2.TopSpacing {
  margin-top: 1em;
}

.NoBottomSpacing {
  margin-bottom: 0;
}

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

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

.AlignRight, table.Table th.AlignRight, table.Table td.AlignRight {
  flex: 1 0 auto;
  text-align: right !important;
}

.NoWrap {
  white-space: nowrap;
}

.HalfLeft {
  width: 48%;
  float: left;
}

.HalfRight {
  width: 48%;
  float: right;
}

.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.Third {
  float: left;
  width: 30%;
}

.Clear {
  clear: both;
}

pre {
  white-space: pre-wrap;
}

.PrintOnly {
  display: none;
}

.FloatContainer {
  overflow: hidden;
}

.HorizontalRule {
  border-top: 1px solid #000;
  margin: 2.5em 0 1em;
  position: relative;
}

.HorizontalRule span {
  position: relative;
  top: -0.75em;
  background: #fff;
  padding: 0.5em;
}

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

ol.lower-roman {
  list-style-type: lower-roman;
  margin: 1em 0;
}

ol.lower-roman > li {
  margin-left: 1em;
}

ol.upper-alpha {
  list-style-type: upper-alpha;
  margin-left: 2.5em;
}

ol.upper-alpha > li {
  margin-bottom: 1em;
}

svg:not(:root) {
  overflow: hidden;
}

.icon-svg-fill.white {
  fill: #fff;
}

/* -----------------------------------------------------------------------
End General Styling

Begin Legacy Styles
----------------------------------------------------------------------- */
.hideMe, .Hidden {
  display: none;
}

/*
a.lnk{
text-decoration:none;
}
a.lnk span{
text-decoration:underline;
}
*/
/* -----------------------------------------------------------------------
End Legacy Styles

Begin Nav Header 
----------------------------------------------------------------------- */
nav, footer {
  min-width: 1030px;
}

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

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

/* logo */
.logo {
  color: #fff;
  fill: currentColor;
  float: left;
  height: 32px;
  margin-top: 0;
  overflow: hidden;
  flex: 0 0 216px;
  margin-top: 0;
  width: 216px;
}

.logo svg {
  height: 100%;
  min-width: 100%;
  width: 216px;
}

/* svg4everybody fallback */
.logo img {
  position: absolute;
  clip: rect(29px, 196px, 58px, 0);
  height: auto;
  margin-top: -29px;
}

.no-svg .logged-in-user .li-user-toggle:before {
  color: #fff;
  content: "v";
}

/* -----------------------------------------------------------------------
End Header

Begin Navigation
----------------------------------------------------------------------- */
nav {
  align-items: center;
  background-color: #02874d;
  font-size: 14px;
  height: 80px;
  position: static;
  right: 0;
  top: 0;
  width: 100%;
}

nav .wrapper {
  align-items: center;
  background-color: #02874d;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  min-width: 990px;
  max-width: 1300px;
  position: relative;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* nav menu */
.menu {
  align-items: center;
  background: none;
  display: flex;
  height: 100%;
  margin-left: 0;
}

.menu > li {
  display: inline-block;
  margin-left: 32px;
  padding: 0;
  position: relative;
  overflow: initial;
  white-space: initial;
  text-overflow: ellipsis;
}

.menu > li.mobile {
  display: none;
}

.menu a, .menu form {
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu a:hover, .menu a:focus {
  text-decoration: none;
}

.menu > li > a {
  font-size: 16px;
  text-transform: initial;
}

.menu a svg, .menu form svg {
  height: 18px;
  margin: 0 0.5em 0 0;
  position: relative;
  width: 18px;
}

.menu .hover .submenu {
  display: block;
}

.submenu {
  background: #fff;
  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;
  color: #4a4a4a;
}

.submenu::after {
  background-color: #fff;
  content: "";
  height: 24px;
  left: 20px;
  position: absolute;
  top: -12px;
  transform: rotate(45deg);
  width: 24px;
  z-index: -1;
}

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

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

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

.submenu a, .submenu button {
  color: #4a4a4a;
  display: flex;
  font-size: 16px;
  line-height: 1.5em;
  padding: 8px 24px;
}

.submenu a, .submenu a:visited {
  color: #4a4a4a;
}

.submenu a:hover, .submenu button:hover {
  background-color: #e8f6ef;
  color: #4a4a4a;
  text-decoration: none;
}

.menu > li > a {
  font-size: 16px;
  text-transform: initial;
}

.menu > li .dropdown {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.menu > li .dropdown:focus {
  color: #fff;
}

/* profile panel */
nav .profile-panel, .logged-out-user {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: auto;
  margin-left: auto;
  padding: 0;
  position: initial;
  width: auto;
  background-color: #02874d;
  color: #fff;
  order: 1;
}

nav .profile-panel a {
  color: #fff;
  text-decoration: none;
}

.profile-panel > li {
  height: 40px;
}

.profile-panel .li-membership {
  display: initial;
  margin: 0;
  order: unset;
}

.profile-panel .li-membership.tablet {
  display: none;
}

.logged-out-user .btn-loggedout {
  color: #fff;
}

.logged-out-user .btn-loggedout,
.profile-panel .btn-upgrade {
  width: 160px;
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.logged-out-user .btn-loggedout:hover,
.logged-out-user .btn-loggedout:focus,
.profile-panel .btn-upgrade:hover,
.profile-panel .btn-upgrade:focus {
  background-color: #fff;
  color: #02874d;
}

.profile-panel .li-user-info a,
.profile-panel .btn-loggedout,
.profile-panel .btn-upgrade,
.profile-panel .user-avatar ~ span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logged-out-user .btn + .btn,
.profile-panel > li + li {
  margin-left: 24px;
}

.profile-panel > li {
  height: 40px;
}

.li-messages {
  align-items: center;
  display: flex;
  right: 24px;
  top: 24px;
}

.li-messages a {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  position: relative;
  width: 48px;
}

.li-messages a:hover, .li-messages a:focus, .li-messages a:active {
  color: #fff;
}

.li-messages svg {
  height: 30px;
  width: auto;
}

.msg-unread-stamp {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #e0b70a;
  position: absolute;
  right: 2px;
  top: 2px;
}

.profile-panel .li-user {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  order: unset;
  position: initial;
  left: 24px;
  top: 24px;
  white-space: nowrap;
}

.profile-panel .li-user-info {
  display: initial;
  width: 160px;
}

.profile-panel .user-avatar {
  display: block;
  float: left;
  margin-right: 12px;
  position: relative;
}

.profile-panel .li-user-info .user-avatar {
  font-size: 16px;
  margin-right: 12px;
}

.profile-panel .user-avatar,
.profile-panel .user-avatar img {
  border-radius: 3px;
  height: 40px;
  width: 40px;
}

.profile-panel .user-name {
  font-size: 16px;
  line-height: 21px;
  /* 14 * 1.5 */
}

.profile-panel .li-user-info .cache-count,
.profile-panel .li-user-info .user-name {
  display: block;
  width: auto;
}

.profile-panel .li-user-toggle {
  background: none;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-left: 24px;
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  padding: 0;
  transition: 0.3s all;
  width: 32px;
}

.profile-panel .li-user-toggle:hover, .profile-panel .li-user-toggle:focus {
  color: #02874d;
}

.profile-panel .li-user-toggle svg {
  fill: currentColor;
  pointer-events: none;
  margin-top: 5px;
}

.profile-panel .li-user-toggle:hover, .profile-panel .li-user-toggle:focus {
  background: #fff;
}

nav .profile-panel ul {
  display: none;
  margin-left: 0;
  right: -0.5em;
  top: 3.6em;
}

.profile-panel .submenu.user-expanded {
  display: block;
}

nav .profile-panel .submenu a, .profile-panel .submenu button {
  color: #4a4a4a;
}

nav .profile-panel .submenu button {
  width: 100%;
}

.submenu button {
  background: none;
  border: 0;
  cursor: pointer;
}

nav .profile-panel ul::after {
  left: initial;
  right: 14px;
}

/* -----------------------------------------------------------------------
End Navigation

Begin Content
----------------------------------------------------------------------- */
#Content .container {
  padding: 1.5em 20px 1.5em;
  width: 950px;
  background-color: #fff;
}

.CacheDetailsPage #Content .container {
  margin-bottom: 250px;
  background-color: #fff;
}

ul.unstyled, ol.unstyled, ul.inline, ol.inline {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

ul.inline > li, ol.inline > li {
  display: inline-block;
}

/* -----------------------------------------------------------------------
End Content

Begin Footer
----------------------------------------------------------------------- */
footer {
  background: #5f452a;
  bottom: 0;
  color: #F8EDD4;
  min-height: 2em;
  width: 100%;
}

footer::before, footer::after {
  clear: both;
  content: "";
  display: table;
}

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

footer .wrapper {
  margin: 0 auto;
  max-width: 962px;
  width: 100%;
}

footer .links::after {
  clear: both;
  content: "";
  display: table;
}

footer dl {
  float: left;
  margin: 2em 0;
  text-align: left;
  width: 23.1%;
}

footer dl + dl {
  margin-left: 2.533%;
}

footer dt {
  font-size: 1.28em;
  font-weight: normal;
  margin-bottom: 0.75em;
}

footer dl dd {
  margin: 0 0 1em;
  padding: 0;
}

#gc-footer dl dd {
  padding: 0;
}

footer .links-social {
  margin: 0;
  padding: 0;
}

footer .links-social li {
  display: table-cell;
}

footer .links-social li + li {
  padding-left: 1em;
}

footer .links-social a {
  background: url("/images/tlnMasters/sprite-social.png") no-repeat 50% 0;
  background-size: 100% auto;
  display: block;
  margin-right: 0.75em;
  width: 22px;
}

footer .links-social a:hover {
  border-bottom: none;
  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;
}

footer .links-social a:active {
  border-bottom: none;
}

footer .links-social a[href*=facebook] {
  background-position: 50% 0;
  height: 23px;
}

footer .links-social a[href*=youtube] {
  background-position: 50% -23px;
  height: 26px;
}

footer .links-social a[href*=instagram] {
  background-position: 50% -49px;
  height: 22px;
}

footer .links-social a[href*=twitter] {
  background-position: 50% -71px;
  height: 17px;
}

footer .copyright {
  background: #83603F;
  line-height: 1.5;
  padding: 1.425em 1em;
  text-align: center;
}

.copyright > div > * {
  display: inline-block;
  margin-bottom: 0.75em;
  vertical-align: middle;
}

footer .copyright p {
  margin-right: 3em;
}

@media (max-width: 48em) {
  footer .copyright p {
    margin-right: 0;
  }
}
/* -----------------------------------------------------------------------
End Footer

Begin Links
----------------------------------------------------------------------- */
a, a:link, a:hover, a:active, a:focus, a:visited {
  outline: 0;
}

.WarningMessage a, .WarningMessage a:link, .WarningMessage a:visited {
  color: #4a4a4a;
  text-decoration: underline;
}

.WarningMessage a:hover, .WarningMessage a:active, .WarningMessage a:focus {
  color: #717073;
  text-decoration: none;
}

a {
  color: #3D76C5;
  text-decoration: none;
}

#Content .OldWarning.Strike a, #Content .OldWarning.Strike a:link {
  color: #c00;
}

#Content a .Strike.OldWarning:hover,
#Content a .Strike.OldWarning:focus,
#Content a .Strike.OldWarning:active {
  text-decoration: none;
}

#Content .OldWarning.Strike a:visited {
  color: #c00;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

a:visited {
  color: #551A8B;
}

footer a, footer a:visited {
  color: #F8EDD4;
  text-decoration: none;
}

footer a:hover, footer a:active, footer a:focus {
  color: #F8EDD4;
  text-decoration: underline;
}

.ImageLink {
  position: relative;
  top: 2px;
}

#Content .CacheCodeWidget a, #Content .CacheCodeWidget a:link, #Content .CacheCodeWidget a:visited {
  color: #717073;
  text-decoration: none;
}

#Content .CacheCodeWidget a:hover, #Content .CacheCodeWidget a:active, #Content .CacheCodeWidget a:focus {
  color: #4a4a4a;
  text-decoration: none;
}

/* -----------------------------------------------------------------------
End Links

Begin Fonts
----------------------------------------------------------------------- */
dl dd {
  padding-bottom: 1em;
}

input, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-size: 100%;
}

select {
  padding-right: 0.4em;
  /* stop webkit text overflow on very small selects */
}

.Strike {
  text-decoration: line-through !important;
}

/* -----------------------------------------------------------------------
End Fonts

Begin Forms
----------------------------------------------------------------------- */
.Warning, .Validation, .OldWarning, .Warning * {
  color: #D34627 !important;
}

.Success, .Success * {
  color: #54b948 !important;
}

.Warning a, .Validation a, .OldWarning a, .Success a {
  text-decoration: underline;
}
.Warning a:hover, .Warning a:focus, .Validation a:hover, .Validation a:focus, .OldWarning a:hover, .OldWarning a:focus, .Success a:hover, .Success a:focus {
  text-decoration: none;
}

input.text, input.Text, input.Password, input.File, textarea.Textarea, select.Select {
  width: 60% !important;
}

.InputWidth {
  width: 89%;
}

fieldset {
  padding: 1.5em;
  border: 1px solid #4a4a4a;
  position: relative;
}

legend {
  font-weight: bold;
}

.Checkbox label {
  position: relative;
  top: -3px;
  font-weight: normal !important;
}

.error {
  display: block;
  width: 87% !important;
  margin-bottom: 0 !important;
}

.InformationWidget .HorizontalRule {
  border-color: #4a4a4a;
}

.InformationWidget .HorizontalRule span {
  background: #ebeced;
  font-size: 1.5em;
  font-variant: small-caps;
  line-height: 1;
}

/* -----------------------------------------------------------------------
End Forms

Begin Tables
----------------------------------------------------------------------- */
h3 + table.Table {
  margin-top: 0.5em;
}

table.Table {
  width: 100%;
  border: 2px solid #fff;
  border-collapse: collapse;
  border-spacing: 0;
}

table.RadioButtonsTable, table.RadioButtonsTable td, table.CheckboxTable, table.CheckboxTable td {
  border: none;
}

table.Table th, table.Table td {
  margin: 0;
  padding: 0.5em;
  text-align: left;
}

table.Table th, td.TableHeader, th.TableHeader {
  background-color: #e3ddc2;
  border: 2px solid #fff;
  border-top: none;
  font-weight: bold;
}

table.Table td {
  background-color: #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

table.Table tr.AlternatingRow td, .AlternatingRow, table.Table tr td.AlternatingRow,
.alternating-row-stacked tr:nth-child(4n+3) td,
.alternating-row-stacked tr:nth-child(4n) td {
  background-color: #ebeced;
}

table.Table tr.SolidRow td, .SolidRow, table.Table tr td.SolidRow {
  background-color: #fff;
}

table.Table tr.TertiaryRow td, .TertiaryRow, table.Table tr td.TertiaryRow {
  background-color: #d7d7d7;
}

table.Table tr.UserOwned td, .UserOwned, table.Table tr td.UserOwned {
  background-color: #f8edb4;
}

table.Table tr.BeginnerRow td, .BeginnerRow, table.Table tr td.BeginnerRow {
  background: #d7e57c;
}

table.NoZebra tr:nth-child(even) td {
  background: transparent;
}

table.RadioButtonsTable, table.CheckboxTable {
  width: 60%;
}

table.RadioButtonsTable td, table.CheckboxTable td {
  padding: 0;
}

tr.BorderTop td, table.Table tr td.TableFooter, table.Table tfoot tr td {
  border-top: 2px solid #fff;
}

table.Table tfoot tr td, table.Table tr td.TableFooter {
  background-color: #eff0e8;
}

tr.BorderBottom td {
  border-bottom: 2px solid #fff;
}

table.WordWrap {
  table-layout: fixed;
  word-wrap: break-word;
}

table td.Merge {
  border-left: none;
  border-right: none;
}

/* -----------------------------------------------------------------------
End Tables

Begin Icons
----------------------------------------------------------------------- */
.Icon {
  text-decoration: none;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.IconButton {
  padding: 4px;
  border-radius: 4px;
}

.IconButton:hover {
  background-color: #ebeced;
}

/* -----------------------------------------------------------------------
End Icons

Begin Ads
----------------------------------------------------------------------- */
.MasterPageAds {
  margin-left: 30px;
}

.InlinePageAds {
  margin-top: 1.5em;
  text-align: center;
  width: 100% !important;
}

/* -----------------------------------------------------------------------
End Ads

Begin jQuery UI style overrides
----------------------------------------------------------------------- */
/* Remove the background panel on .tabs() */
.ui-widget.ui-widget-content.ui-tabs,
.ui-widget.ui-widget-content.ui-tabs .ui-tabs-nav {
  border: none;
  padding: 0;
}

.ui-tabs .ui-widget-content.ui-tabs-panel {
  border-width: 1px;
}

/* Clean up .dialog() styling */
.ui-widget.ui-dialog .ui-dialog-titlebar {
  border: none;
  box-sizing: border-box;
  padding: 12px 12px 0;
  text-align: center;
  width: 100%;
}

.ui-widget.ui-dialog .ui-dialog-title {
  font-size: 18px;
  margin: 24px 0 0;
  white-space: initial;
}

.ui-widget.ui-dialog .ui-dialog-titlebar-close {
  margin: 0;
  top: 12px;
  right: 12px;
  z-index: 1;
}

.ui-widget.ui-dialog .ui-dialog-content {
  padding: 24px;
  text-align: center;
}

.ui-widget.ui-dialog .ui-dialog-buttonpane {
  border: none;
  text-align: center;
  margin: 0 24px 24px;
  padding: 0;
}

.ui-widget.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

/* Fix style clash on custom buttons inside .dialog() */
.ui-widget.ui-dialog .btn {
  border: none;
  display: inline-block;
  line-height: inherit;
  margin: 0;
  min-width: 150px;
  padding: 11px 12px;
}

.ui-dialog .btn + .btn {
  margin-left: 24px;
  margin-right: 0;
}

.ui-dialog .btn.btn-primary {
  background: #02874D;
  color: #fff;
}

.ui-dialog .btn.btn-primary:hover,
.ui-dialog .btn.btn-primary:active,
.ui-dialog .btn.btn-primary:focus {
  background: #00B265;
  color: #fff;
}

.ui-dialog .btn.btn-danger {
  background: #D34627;
  color: #fff;
}

.ui-dialog .btn.btn-danger:hover,
.ui-dialog .btn.btn-danger:active,
.ui-dialog .btn.btn-danger:focus {
  background: #de745d;
}

.ui-dialog .btn.btn-secondary {
  background: none;
}

.ui-dialog .ui-button .ui-button-text {
  display: inline;
  /* fixes non-displaying dialog in safari */
  padding: 0;
}

/* -----------------------------------------------------------------------
End jQuery UI style overrides

Begin Legal
----------------------------------------------------------------------- */
ol.legal {
  list-style: decimal;
  margin-left: 0;
  font-weight: bold;
}

ol.legal li > ol {
  list-style: upper-alpha;
}

ol.legal li > ol > li > ol {
  list-style: lower-roman;
}

ol.legal h3, ol.legal h4, ol.legal h5 {
  margin-bottom: 0.25em;
}

ol.legal p {
  font-weight: normal;
}

/* -----------------------------------------------------------------------
End Legal

Begin Media Queries
----------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  /* HACK: Temp fix skyscraper ad breaking out of container */
  .container {
    min-width: 990px;
  }
}
/* -----------------------------------------------------------------------
End Media Queries


Start Api Enrollment Stylews
----------------------------------------------------------------------- */
#ApiEnrollment h2 {
  margin: 1.5em 0 0.5em;
  /* TEMP copy paste styles from app type scaffolding*/
}

.has-supporting-graphic img {
  float: left;
  margin: 1rem 1rem 1rem 0;
}

.has-supporting-graphic img:first-child {
  float: left;
  margin-top: 0;
}

.UploadImageForm {
  margin-bottom: 1rem;
}
.UploadImageForm textarea, .UploadImageForm input[type=text] {
  width: 60%;
}
.UploadImageForm input[type=text],
.UploadImageForm input[type=file],
.UploadImageForm textarea {
  display: block;
}
.UploadImageForm .Checkbox input[type=checkbox] {
  vertical-align: middle;
}
.UploadImageForm .Checkbox label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 0.75rem;
  text-transform: initial;
}
.UploadImageForm .form-item + .form-item {
  margin-top: 1rem;
}
.UploadImageForm .form-item .has-asp-customvalidator {
  display: inline-block;
}

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