.btn-external {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn-primary, .btn-facebook {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 1em 0;
  padding: .525em .5em;
  text-align: center;
  text-decoration: none;
  white-space: normal; }

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

.grow {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15); }

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

body {
  background: #FEFCF1;
  color: #5f452a;
  line-height: 1.85em;
  font: 14px/1.85rem "Noto Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 600px) {
    body {
      font-size: 18px; } }

a {
  border-bottom: 1px solid transparent;
  color: #779C11;
  text-decoration: none; }
  a:hover {
    border-bottom-color: #779C11; }

.btn-primary {
  background: #779C11;
  border: 3px solid #779C11;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    background: #97BF27;
    border-color: #97BF27; }
  .btn-primary:focus {
    outline: none; }
  .btn-primary:active {
    background: #6C8E10;
    border-color: #6C8E10; }

.btn-external {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: .5em;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .btn-external:hover, .btn-external:focus {
    background: #97BF27;
    border-color: #97BF27;
    text-decoration: none; }
  .btn-external:active {
    background: #6C8E10;
    border-color: #6C8E10; }
  @media screen and (min-width: 600px) {
    .btn-external::before {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background: url("../images/home/arrow@2x.png") no-repeat center center/contain;
      content: '';
      height: 100%;
      left: 130%;
      line-height: 1;
      position: absolute;
      top: 0;
      width: 16px; }
    .btn-external::after {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      content: '';
      position: absolute;
      z-index: -1; }
    .btn-external:hover::before, .btn-external:focus::before {
      left: 80%; } }

.btn-facebook {
  background: #496BAC;
  border: 3px solid #496BAC;
  color: #fff;
  display: block;
  line-height: normal;
  padding-left: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 -1px 0 #2d4a83;
  width: 100%; }
  .btn-facebook:hover, .btn-facebook:focus {
    background: #5B7DBF;
    border-color: #5B7DBF; }
  .btn-facebook:focus {
    outline: none; }
  .btn-facebook:active {
    background: #335391;
    border-color: #335391; }
  .btn-facebook::before {
    background: url(../images/home/facebook-connect.png) no-repeat;
    background-image: url(../images/home/facebook-connect.svg);
    background-size: contain;
    content: '';
    display: inline-block;
    height: 60%;
    padding-left: 1.25em;
    position: absolute;
    top: 20%;
    left: 1.25em; }
  .btn-facebook span {
    border-left: 1px solid #2d4a83;
    box-shadow: inset 1px 0 0 #6580b7;
    display: inline-block;
    margin-left: 3em;
    padding: 0 1em; }

.alert {
  line-height: 1.6;
  padding: 1em; }
  .alert > div {
    max-width: 1375px;
    position: relative; }
  .alert p {
    display: table; }
    .alert p::before {
      display: table-cell;
      min-height: 1em;
      vertical-align: middle;
      width: 10%; }
    .alert p > span {
      display: table-cell;
      line-height: 1.5em;
      padding-left: 1em;
      vertical-align: middle;
      width: 85%; }

.alert.alert-dismissible p {
  margin: 0; }
.alert.alert-dismissible .close {
  background: none;
  border: 2px solid #fff;
  border-radius: 100%;
  color: inherit;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 32px;
  line-height: 1;
  padding: 1px 8px; }

.alert.alert-warning {
  background: #E0B70A;
  border-color: #E0B70A;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0;
  text-align: center; }
  .alert.alert-warning p {
    display: block; }
    @media screen and (min-width: 1000px) {
      .alert.alert-warning p {
        display: inline-block; } }
  .alert.alert-warning a {
    border-bottom-color: #fff;
    color: inherit; }
  .alert.alert-warning .btn {
    border: 2px solid #fff;
    border-radius: 40px;
    display: inline-block;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: .25em 1.25em; }
    @media screen and (min-width: 1000px) {
      .alert.alert-warning .btn {
        font-size: .9em;
        margin-left: 2em;
        margin-top: 0; } }
    .alert.alert-warning .btn:hover, .alert.alert-warning .btn:active, .alert.alert-warning .btn:focus {
      background-color: #fff;
      color: #E0B70A; }
  .alert.alert-warning + .alert-warning {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

form {
  display: block;
  margin: 0 auto;
  text-align: left; }
  form .btn-primary {
    font-size: 1.22em;
    display: block;
    width: 100%; }

label {
  display: block;
  margin-bottom: 1em;
  position: relative; }

input {
  color: #5f452a;
  font-size: inherit; }
  input[type="number"], input[type="password"], input[type="search"], input[type="text"], input[type="email"] {
    background: transparent;
    border: 2px solid #779C11;
    border-radius: 3px;
    padding: .775em;
    width: 100%; }
    input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
      color: rgba(95, 69, 42, 0.46); }
    input[type="number"]:focus, input[type="number"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active {
      border-color: #427730;
      outline: none; }
    input[type="number"].input-validation-error, input[type="password"].input-validation-error, input[type="search"].input-validation-error, input[type="text"].input-validation-error, input[type="email"].input-validation-error {
      border-color: #F35C00 !important; }
    input[type="number"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="search"]:-webkit-autofill, input[type="text"]:-webkit-autofill, input[type="email"]:-webkit-autofill {
      -webkit-text-fill-color: #5f452a;
      -webkit-box-shadow: 0 0 0px 1000px #fefcf1 inset; }
  input[type="checkbox"] {
    border: 0;
    height: 25px;
    margin: 0;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 25px; }
    input[type="checkbox"] ~ span {
      cursor: pointer;
      display: inline-block;
      padding-left: 2.5em; }
      input[type="checkbox"] ~ span::before {
        -webkit-transition: background 0.35s;
        -moz-transition: background 0.35s;
        -o-transition: background 0.35s;
        transition: background 0.35s;
        border: 2px solid #779C11;
        border-radius: 3px;
        content: "";
        display: inline-block;
        height: 25px;
        left: 0;
        position: absolute;
        top: .15em;
        width: 25px; }
      input[type="checkbox"] ~ span + span {
        display: block; }
    input[type="checkbox"]:checked ~ span::before, input[type="checkbox"] .checked ~ span::before {
      background-image: url(../images/home/check.png);
      background-color: #779C11;
      background-size: contain;
      border: none; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        input[type="checkbox"]:checked ~ span::before, input[type="checkbox"] .checked ~ span::before {
          background-image: url(../images/home/check@2x.png); } }
    input[type="checkbox"]:disabled ~ span::before, input[type="checkbox"].disabled ~ span::before {
      border-color: #E3E2D7; }
    input[type="checkbox"]:disabled:checked ~ span::before, input[type="checkbox"]:disabled.checked ~ span::before, input[type="checkbox"].disabled:checked ~ span::before, input[type="checkbox"].disabled.checked ~ span::before {
      background-color: #E3E2D7; }

.hr-compass {
  display: table;
  margin: 1em 0;
  max-width: 50%;
  text-align: center;
  width: 100%;
  max-width: 962px; }
  .hr-compass .hr-wrapper {
    display: table-cell;
    padding: 1em 0;
    width: 50%; }
    .hr-compass .hr-wrapper hr {
      border: none;
      border-top: 2px solid #779C11;
      height: 0;
      margin: 0; }
  .hr-compass span {
    color: #779C11;
    display: table-cell;
    font-size: 1.2em;
    line-height: normal;
    padding: 0 1em;
    vertical-align: middle; }
  .hr-compass object {
    height: 32px; }
  .no-svg .hr-compass object {
    display: none; }
  .no-svg .hr-compass span {
    background: url(../images/home/icon-compass.png) no-repeat 50% 50%;
    height: 32px;
    width: 32px; }
  @media screen and (min-width: 600px) {
    .hr-compass {
      margin-left: auto;
      margin-right: auto; } }

.btn-external {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

header {
  background: #2d4f15;
  height: 65px;
  min-width: 990px;
  padding: 0 1em; }

footer {
  background: url(../images/tlnMasters/topo-tile.jpg) #5f452a;
  color: #F8EDD4;
  min-width: 990px; }
  .svg footer {
    background-image: url(../images/tlnMasters/topo-tile.svg);
    background-position: 700px 840px;
    background-size: 943.2px 964.8px; }
  footer .container {
    padding: 1em 0;
    max-width: 1030px; }
  footer a {
    border-bottom: 1px solid transparent;
    color: #F8EDD4; }
    footer a:hover, footer a:focus {
      border-bottom-color: #F8EDD4;
      color: inherit; }
  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%; }
    footer dl + dl {
      margin-left: 2.5%; }
    footer dl dd {
      margin: 0;
      padding: 0;
      word-wrap: break-word; }
      footer dl dd + dd {
        margin-top: 1em; }
  footer dt {
    font-size: 1.28em;
    font-weight: normal;
    margin-bottom: .77em; }
  footer .copyright {
    background-color: #83603F;
    color: #F8EDD4;
    line-height: 1.6;
    padding: 1.75em 0 1em;
    text-align: center; }
    footer .copyright > p, footer .copyright > ul {
      display: inline-block;
      margin: 0 0 .75em 0;
      vertical-align: middle; }
    footer .copyright p {
      margin-right: 3em; }
  footer .links-social li {
    display: table-cell; }
    footer .links-social li + li {
      padding-left: 1em; }
  footer .links-social a {
    background: url("/images/tlnMasters/sprite-social.png") no-repeat 50% 0;
    background-size: 100% auto;
    display: block;
    margin-right: .75em;
    width: 22px; }
    footer .links-social a[href*="facebook"] {
      background-position: 50% 0;
      height: 23px; }
    footer .links-social a[href*="youtube"] {
      background-position: 50% -23px;
      height: 26px; }
    footer .links-social a[href*="instagram"] {
      background-position: 50% -49px;
      height: 22px; }
    footer .links-social a[href*="twitter"] {
      background-position: 50% -71px;
      height: 17px; }
    footer .links-social a:hover {
      border-bottom: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  footer {
    background: url(/images/tlnMasters/topographic-footer.png) #5f452a; }
    footer .links-social a {
      background-image: url(/images/tlnMasters/sprite-social.png); } }
nav {
  color: #2d4f15;
  font-size: 14px;
  min-width: 990px;
  padding: 0 1em; }
  nav .container {
    border-bottom: 2px solid #F4F3ED;
    padding: 20px 0; }
  nav .logo {
    display: inline-block;
    float: left; }
    nav .logo img {
      display: block; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  nav a {
    color: inherit; }

.Menu {
  margin-left: 210px; }
  .Menu a:hover, .Menu a:visited {
    border-bottom-color: transparent; }
  .Menu > li {
    display: inline-block;
    float: left;
    margin-left: 1.5em;
    margin-right: .25em;
    position: relative; }
    .Menu > li.hover > a,
    .Menu > li > a:hover,
    .Menu > li > a:focus {
      color: #93B516; }
    .Menu > li > a {
      color: #2d4f15;
      display: block;
      font-size: 16px;
      margin: 0;
      padding: .25em .75em; }

.SubMenu {
  background: #FEFCF1;
  border: 2px solid #82AA13;
  border-radius: 3px;
  color: #5f452a;
  display: none;
  margin-left: .25em;
  min-width: 12em;
  padding-bottom: 1em;
  padding-top: 1em;
  position: absolute;
  z-index: 101; }
  .SubMenu:after {
    background: url("/images/tlnMasters/dropdown-triangle@2x.png") no-repeat 50% 50%;
    background-size: contain;
    content: '';
    height: 10px;
    position: absolute;
    top: -11px;
    left: -2px;
    width: 28px; }
  .SubMenu li {
    white-space: nowrap; }
  .SubMenu a {
    border-radius: 3px;
    display: block;
    margin: .5em 1em;
    padding: .5em 1em; }
    .SubMenu a:hover, .SubMenu a:focus {
      background-color: #E3DFC9;
      color: inherit; }

.Menu li.hover .SubMenu,
.no-js .Menu li:hover .SubMenu {
  display: block;
  margin-left: .25em; }

.profile-panel .btn-external, .profile-panel .user-avatar ~ span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.msg-unread-stamp {
  background: url("/images/tlnMasters/msg-unread-stamp.svg") no-repeat 50% 50%;
  background-size: contain;
  position: absolute; }
  .no-svg .msg-unread-stamp {
    background-color: #e0b70a;
    border: 1px solid #fff;
    border-radius: 1em;
    line-height: .5; }

.profile-panel {
  background: #2d4f15;
  color: #fff;
  float: right;
  margin-right: -1em;
  padding: 0; }
  .profile-panel a {
    color: inherit; }
  .profile-panel > li {
    display: inline-block;
    float: left;
    height: 65px;
    padding-left: 2em;
    padding-right: 1em;
    padding-top: 10px;
    position: relative; }
    .profile-panel > li + li:before {
      border-left: 2px solid #5b7548;
      border-left-color: rgba(255, 255, 255, 0.5);
      bottom: 20px;
      content: '';
      display: block;
      left: 0.5em;
      position: absolute;
      top: 20px; }
    .profile-panel > li.li-messages {
      padding-top: 20px; }
  .profile-panel ul {
    background: #FEFCF1;
    border: 2px solid #779C11;
    border-radius: 3px;
    display: none;
    min-width: 12em;
    padding: .5em 0;
    position: absolute;
    right: 1.6em;
    top: 100%;
    z-index: 101; }
    .profile-panel ul a {
      border-radius: 3px;
      color: #5f452a;
      display: block;
      margin: .5em 1em;
      padding: .5em 1em;
      white-space: nowrap; }
    .profile-panel ul li {
      display: block;
      vertical-align: middle; }
      .profile-panel ul li:hover a {
        background-color: #E3DFC9; }
      .profile-panel ul li.li-messages {
        display: none; }
    .profile-panel ul.user-expanded {
      display: block; }
    .profile-panel ul::after {
      background: url("/images/tlnMasters/dropdown-triangle@2x.png") no-repeat 50% 50%;
      background-size: contain;
      content: "";
      height: 9px;
      position: absolute;
      top: -9px;
      right: -5px;
      width: 28px; }
    .profile-panel ul li + li {
      border-left: 2px solid #5b7548;
      border-left-color: rgba(255, 255, 255, 0.5); }
  .profile-panel .li-user-info {
    display: inline-block;
    padding-bottom: .75em;
    vertical-align: middle; }
    .profile-panel .li-user-info:hover span {
      color: #93B516; }
  .profile-panel .btn-external {
    border-width: 2px;
    display: inline-block;
    min-width: 120px;
    padding: .5em 1.5em; }
    .profile-panel .btn-external::before {
      background: url("/images/tlnMasters/arrow-small@2x.png") no-repeat 50% 50%;
      background-size: contain;
      height: 100%;
      right: -3em; }
    .profile-panel .btn-external:hover::before, .profile-panel .btn-external:focus::before {
      right: .75em; }
  .profile-panel .li-user a {
    border-bottom: none;
    line-height: normal; }
    .profile-panel .li-user a:focus {
      outline: thin dotted; }
  .no-js .profile-panel .li-user:hover ul {
    display: block; }
  .profile-panel .user-avatar {
    display: block;
    float: left;
    margin-right: .5em;
    margin-top: .5em; }
    .profile-panel .user-avatar ~ span {
      display: block;
      line-height: 1.6;
      margin-left: 40px;
      max-width: 146px;
      white-space: nowrap; }
  .profile-panel .user-avatar, .profile-panel .user-avatar img {
    border-radius: 100%;
    height: 30px;
    width: 30px; }
  .profile-panel .cache-count {
    color: #95a689;
    font-size: .857em; }
  .profile-panel .li-user-toggle {
    background: none;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    margin-left: 1.5em;
    outline: none;
    padding: .5em .75em;
    vertical-align: top;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .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: #2d4f15;
        stroke: #2d4f15; }
    .no-svg .profile-panel .li-user-toggle:before {
      color: #fff;
      content: 'v'; }

.li-messages {
  display: none; }
  .li-messages a {
    position: relative; }
  .li-messages .msg-unread-stamp {
    font-size: 0.83333em;
    padding: .6em;
    top: -15px;
    left: -16px; }

.li-settings a:before,
.li-signout a:before,
.message-center-icon:before {
  background: no-repeat 50% 50%;
  background-size: contain;
  content: '';
  display: inline-block;
  margin-right: .7em;
  vertical-align: middle; }

.li-settings a:before {
  background-image: url("/images/tlnMasters/settings@2x.png");
  height: 21px;
  width: 16px; }

.li-signout a:before {
  background-image: url("/images/tlnMasters/signout-brown@2x.png");
  height: 16px;
  width: 16px; }

.message-center-icon {
  border: none; }
  .message-center-icon:before {
    background-image: url("/images/tlnMasters/message-center@2x.png");
    height: 20px;
    width: 27px; }
  .message-center-icon:focus {
    outline: thin dotted; }

.li-membership {
  text-align: center; }

.li-loggedout .btn-external {
  width: 100%; }
.li-loggedout + .li-loggedout {
  padding-left: .5em; }
  .li-loggedout + .li-loggedout:before {
    content: none; }

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

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

.touch .language-dropdown.native {
  display: inline-block; }
.touch .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 .5em;
  position: relative;
  text-align: left;
  width: auto; }
  .language-dropdown .label {
    font-size: 1.28em;
    padding-bottom: .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-left: -33px;
      margin-top: -5px;
      margin-right: 8px;
      vertical-align: middle;
      width: 25px; }
      .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: .5em;
      width: 12px; }
      .no-backgroundsize .language-dropdown .label:after {
        background: none;
        content: '\25B2'; }
  .language-dropdown .dropdown-menu {
    background: #FEFCF1;
    border: 3px solid #82AA13;
    border-radius: 3px;
    bottom: 2.5em;
    left: 11em;
    list-style: none;
    margin: 0;
    max-width: 550px;
    padding: 2em 2em 1em;
    position: absolute;
    z-index: 1; }
    .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;
      left: 9px;
      margin-left: -14px;
      pointer-events: none;
      position: absolute;
      width: 28px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .no-backgroundsize .language-dropdown .dropdown-menu:after {
        background: none;
        bottom: 0;
        color: #82AA13;
        content: '\25BC';
        font-size: 18px; }
    .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 {
      margin: .75em 0; }
      .no-csscolumns .language-dropdown .dropdown-menu li {
        float: left;
        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: .5em 1em;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .language-dropdown .dropdown-menu li a:hover {
          background: #E3DFC9; }
    .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;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0; }

/* -----------------------------------------------------------------------

[Introduction]
Geotours Geocaching Screen CSS File
This file provides screen CSS styles to the Geotours Geocaching subdomain.  
	
----------------------------------------------------------------------- */
/*#region Skip Links */
.SkipLinks {
  text-align: left; }
  .SkipLinks a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    .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; }

/*#endregion Skip Links */
/*#region Warning Messages */
.WarningMessage {
  min-width: 990px;
  height: 57px;
  text-align: left;
  background-color: #fccf33;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .WarningMessage p {
    margin: 0 !important; }
  .WarningMessage.DownTime {
    background: #fccf33 url("../images/tlnMasters/sprite_banners.png") no-repeat -10px -214px; }
    .WarningMessage.DownTime p {
      padding: 10px 10px 0 170px; }
  .WarningMessage.Staging {
    background: #fccf33 url("../images/tlnMasters/sprite_banners.png") no-repeat -192px -146px; }
    .WarningMessage.Staging p {
      padding: 10px 10px 0 120px; }
  .WarningMessage.Validate {
    background: #fccf33 url("../images/tlnMasters/sprite_banners.png") no-repeat -374px -78px; }
    .WarningMessage.Validate p {
      padding: 10px 10px 0 140px; }
  .WarningMessage.PhaseOut {
    background: #fccf33 url("../images/tlnMasters/sprite_banners.png") no-repeat -556px -10px; }
    .WarningMessage.PhaseOut p {
      padding: 10px 10px 0 140px; }

/*#endregion Warning Messages */
/*#region General Styling */
html {
  background: #83603F; }

body {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #5F452A;
  line-height: 1.6; }

header .container,
nav .container {
  max-width: 1300px;
  width: 100%; }

header, footer {
  font: 14px/1.6 'Noto Sans', Arial, Helvetica, sans-serif; }

button, input, textarea, select {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif; }

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

h1.BottomSpacing {
  margin-bottom: 1em; }

.TopSpacing {
  margin-top: 1.5em; }

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

.NoBottomSpacing {
  margin-bottom: 0; }

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

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

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

table.Table th.AlignRight, table.Table td.AlignRight {
  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; }

.hidden {
  display: none; }

/*#endregion General Styling */
/*#region Content */
#Content .container {
  font-size: 13px;
  line-height: 1.6;
  padding: 1.5em 20px 3em;
  width: 990px;
  background-color: #fff; }
  #Content .container h1 {
    margin: 1em 0; }

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

.BreadcrumbWidget p {
  margin-top: 1.5em;
  font-size: 11px; }

#Content ul, #Content ol {
  margin-left: 1.5em; }
#Content .tabBody {
  padding: 1em; }

/*#endregion Content */
/*#region Links */
a {
  border: 0;
  outline: 0; }

.WarningMessage a {
  color: #594a42;
  text-decoration: underline; }
  .WarningMessage a:link, .WarningMessage a:visited {
    color: #594a42;
    text-decoration: underline; }
  .WarningMessage a:hover, .WarningMessage a:active, .WarningMessage a:focus {
    color: #717073;
    text-decoration: none; }

#Content a {
  color: #00447c; }
  #Content a:link {
    color: #00447c; }
  #Content a:visited {
    color: #00a0af; }
#Content .OldWarning.Strike a {
  color: #c00; }
  #Content .OldWarning.Strike a:link, #Content .OldWarning.Strike a:visited {
    color: #c00; }
#Content a:hover, #Content a:active, #Content a:focus {
  color: #f89728; }
#Content a .Strike.OldWarning:hover, #Content a .Strike.OldWarning:focus, #Content a .Strike.OldWarning:active {
  color: #f89728; }

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

#Content .CacheCodeWidget a {
  color: #717073;
  text-decoration: none; }
  #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: #594a42;
    text-decoration: none; }
#Content a.ReviewLink {
  color: #8c0b0b;
  font-weight: bold;
  text-decoration: underline; }
  #Content a.ReviewLink:link, #Content a.ReviewLink:visited {
    color: #8c0b0b;
    font-weight: bold;
    text-decoration: underline; }
  #Content a.ReviewLink:hover, #Content a.ReviewLink:active, #Content a.ReviewLink:focus {
    text-decoration: none; }

/*#endregion Links */
/*#region Fonts */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: bold;
  color: #594a42; }

#Content h1 {
  font-size: 2em;
  line-height: 1.5; }
#Content h2 {
  font-size: 1.5em; }
#Content h3 {
  font-size: 1.2em; }

dl dd {
  padding-bottom: 1em; }

input, select, textarea {
  -webkit-font-smoothing: antialiased;
  font-size: 100%; }

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

/*#endregion Fonts */
/*#region Forms */
.Warning, .Validation, .red, .OldWarning, .Warning * {
  color: #8c0b0b !important; }

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

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

textarea.Textarea, select.Select {
  width: 60% !important; }

.InputWidth {
  width: 89%; }

fieldset {
  padding: 1.5em;
  border: 1px solid #594a42;
  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;
  font-size: 11px; }

.FormSummaryWidget {
  margin: 1.5em 0;
  padding: 8px 12px;
  color: #594a42;
  background-color: #f0f0f0;
  border: 1px solid #594a42;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .FormSummaryWidget .Button + .Button {
    margin-left: 1.5em; }
  .FormSummaryWidget p, .FormSummaryWidget ul {
    margin-bottom: 0; }
  .FormSummaryWidget.FormErrorWidget {
    background-color: #f3e6e6;
    border-color: #d19d9d;
    color: #8c0b0b !important; }
  .FormSummaryWidget.FormSuccessWidget {
    background-color: #f6fbf6;
    border-color: #54b948;
    color: #54b948 !important; }
  .FormSummaryWidget.FormWarningWidget {
    background-color: #fef5eb;
    border-color: #fdd9b0; }
  .FormSummaryWidget.FormErrorWidget h4 {
    background: url("../images/icons/sprite_form_icons.png") no-repeat -64px -16px;
    color: #8c0b0b !important;
    padding-left: 1.5em !important; }
  .FormSummaryWidget.FormSuccessWidget h4 {
    background: url("../images/icons/sprite_form_icons.png") no-repeat 0 -80px;
    color: #54B948 !important;
    padding-left: 1.5em !important; }
  .FormSummaryWidget.FormSuccessWidget p {
    padding-left: 20px; }
  .FormSummaryWidget.InformationWidget {
    background-color: #ebeced;
    border: 1px solid #dfe1d2; }

.FormIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -999999px;
  background: url(../images/icons/sprite_form_icons.png) no-repeat; }

.FormValidationIcon {
  background-position: -64px -16px; }

#SignInWidget .FormSummaryWidget {
  margin: 1em;
  padding: 6px; }
  #SignInWidget .FormSummaryWidget ul {
    margin: 4px 4px 0 20px; }
#SignInWidget .FormValidationIcon {
  background-position: -32px -48px; }

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

/*#endregion Forms */
/*#region Buttons */
.Button {
  margin: 0;
  padding: 4px 10px 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #9B8579;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #E3DDC2;
  border-right: 1px solid #E3DDC2;
  border-top: 1px solid #E3DDC2;
  border-bottom: 1px solid #D8CD9D;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(155, 133, 121, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(155, 133, 121, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(155, 133, 121, 0.25);
  cursor: pointer; }

a.Button:link, a.Button:visited {
  margin: 0;
  padding: 4px 10px 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #9B8579;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #E3DDC2;
  border-right: 1px solid #E3DDC2;
  border-top: 1px solid #E3DDC2;
  border-bottom: 1px solid #D8CD9D;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(155, 133, 121, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(155, 133, 121, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(155, 133, 121, 0.25);
  cursor: pointer; }

.Button:hover, a.Button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #eb9636;
  border-left: 1px solid #eb9636;
  border-right: 1px solid #eb9636;
  border-top: 1px solid #eb9636;
  border-bottom: 1px solid #e09034;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.Button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.Button:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(155, 133, 121, 0.25);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(155, 133, 121, 0.25);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(155, 133, 121, 0.25);
  background-color: #eb9636;
  outline: 0; }

/*#endregion Buttons */
/*#region Tables */
h2 + table.Table {
  margin-top: .5em; }

table.Table {
  width: 100%;
  border: 2px solid #fff;
  border-collapse: collapse;
  border-spacing: 0; }
table.ChooseDeviceTable {
  border: none; }
table.RadioButtonsTable, table.GalleryListTable, table.CheckboxTable {
  border: none; }
  table.RadioButtonsTable td, table.GalleryListTable td, table.CheckboxTable td {
    border: none; }
table.Table th, table.Table td {
  margin: 0;
  text-align: left; }
table.Table th {
  background-color: #e0d3c6 !important;
  border: 2px solid #fff;
  border-top: none;
  font-weight: bold; }

td.TableHeader, th.TableHeader {
  background-color: #e0d3c6 !important;
  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 {
  background-color: #f5efe7; }

.AlternatingRow, table.Table tr td.AlternatingRow {
  background-color: #f5efe7; }

tr.Row2 td, tr.Row4 td, tr.Row6 td, tr.Row8 td, tr.Row10 td {
  background-color: #f5efe7; }

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

tr.Row1 td, tr.Row3 td, tr.Row5 td, tr.Row7 td, tr.Row9 td {
  background-color: #fff; }

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

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

.UserOwned {
  background-color: #f8edb4; }

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

.BeginnerRow {
  background: #d7e57c; }

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 {
  border-top: 2px solid #fff; }

table.Table tr td.TableFooter {
  border-top: 2px solid #fff; }
table.Table tfoot tr td {
  border-top: 2px solid #fff;
  background-color: #eff0e8; }
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; }

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

/*#endregion Icons */
/*#region jQuery Fixes */
#Content .ui-tabs ul {
  margin-left: 0; }
#Content .ui-state-default a {
  color: #594a42;
  text-decoration: none; }
  #Content .ui-state-default a:link, #Content .ui-state-default a:visited {
    color: #594a42;
    text-decoration: none; }
#Content .ui-state-hover a {
  color: #594a42;
  text-decoration: none; }
  #Content .ui-state-hover a:hover {
    color: #594a42;
    text-decoration: none; }
#Content .ui-state-active a {
  color: #594a42;
  text-decoration: none; }
  #Content .ui-state-active a:link, #Content .ui-state-active a:visited {
    color: #594a42;
    text-decoration: none; }

/*#endregion jQuery Fixes */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

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

  #Content a[href]:after,
  .main a[href]:after {
    content: " (" attr(href) ")"; }

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

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

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

  .PrintOnly {
    display: block; }

  #Content .container {
    padding-bottom: 0;
    padding-top: 0; }

  .container {
    width: auto !important; }

  nav,
  .profile-panel,
  .language-dropdown,
  footer .links,
  footer .links-social {
    display: none !important; }

  a.logo {
    margin: 18px 0;
    text-decoration: none; }
    a.logo img {
      vertical-align: middle; }
    a.logo:after {
      content: 'Geocaching';
      font-size: 22pt;
      vertical-align: middle; } }

/*# sourceMappingURL=adventures-screen.css.map */
