/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #4f2300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

/* CSS colours for Ladies Doubles league web pages */
/* The hex codes are as follows:
  #000/000 (black)
  #194/72a (forest green)
  #3d4/a4c (cobalt)
  #822/007 (rusty red)
  #b2b/bc0 (blue grey)
  #fff/fff (white)

  #000/000 (black)
    #b50/021  (red)
    #4f2/300  (dark brown)
    #a05/b00  (cocoa)
    #e2a/85c  (brown-gold)
  #fff/fff (white)
*/
body {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: Trebuchet, Geneva, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  background-color: #4f2300;
  color: #e2a85c; }

.wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #e2a85c;
  border-top-width: 0;
  background-color: #a05b00;
  padding-top: 10px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .wrapper::before, .wrapper::after {
    content: ' ';
    display: table; }
  .wrapper::after {
    clear: both; }

a {
  color: #fff; }

a:hover {
  color: #a05b00; }

.extLnk {
  padding-right: 20px;
  background: transparent url("/img/misc/external.png") no-repeat center right; }

.pdfLnk {
  padding-right: 20px;
  background: transparent url("/img/misc/pdf16.gif") no-repeat center right; }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "New York", Times, "Times Roman", serif;
  font-weight: bold; }

h1 {
  font-size: 150%; }

h2 {
  font-size: 140%; }

h3 {
  font-size: 130%; }

.tm {
  font-size: 83%;
  font-weight: bold; }

/* */
/* HEADER related definitions */
/* */
#header {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size-adjust: .5;
  background-color: #4f2300;
  color: #e2a85c;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  #header::before, #header::after {
    content: ' ';
    display: table; }
  #header::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    #header {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  #header:last-child:not(:first-child) {
    float: right; }
  #header, #header:last-child {
    float: none; }

.bt {
  background-image: none;
  margin: 0 0 0 6px;
  height: 6px; }

.bt div {
  height: 6px;
  width: 6px;
  position: relative;
  left: -6px;
  background-image: none; }

.bb {
  margin: 0 0 0 6px;
  padding: 0;
  height: 6px; }

.bb div {
  height: 6px;
  width: 6px;
  position: relative;
  left: -6px; }

.i1 {
  margin: 0 0 -4px 0;
  margin: 0;
  padding: 0;
  background-image: none;
  width: 100%; }

.i2 {
  margin: 0;
  padding: 0 4px 4px 0;
  padding: 0;
  background-image: none; }

.branding {
  margin: 0 0 0 1rem;
  margin: 0;
  padding: 0;
  padding: .5rem 0 .5rem 1rem;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .branding {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .branding:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .branding {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: -50%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .branding {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .branding:last-child:not(:first-child) {
        float: right; } }

.branding h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 2rem;
  font-family: Trebuchet, Geneva, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Arial, Verdana, sans-serif; }
  @media screen and (max-width: 63.9375em) {
    .branding h2 {
      font-size: 1.4rem; } }

.hdr1 {
  margin: .6em 0 0 0;
  margin: 0;
  padding: .6em 0 0 0;
  padding: .5rem 0 .5rem 1rem;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .hdr1 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .hdr1:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .hdr1 {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 50%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .hdr1 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .hdr1:last-child:not(:first-child) {
        float: right; } }

.hdr1 h1 {
  margin: 0 1rem;
  margin-top: -.6rem;
  padding: 0;
  text-align: right;
  font-family: Georgia, "New York", Times, "Times Roman", serif;
  font-weight: bold;
  font-size: 2.8rem;
  vertical-align: bottom; }
  @media screen and (max-width: 63.9375em) {
    .hdr1 h1 {
      font-size: 2rem; } }

.vmid {
  vertical-align: middle; }

.branding ul {
  /* float: left;  */
  padding: 0 10px 0 0;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.35rem;
  height: 1rem; }

.branding ul li {
  float: left;
  text-align: left;
  padding: 0 5px 0 0;
  font-size: .83em;
  color: #a05b00; }

.branding ul li a {
  margin: 0;
  padding: 0 5px;
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #4f2300; }

.branding ul li a:hover {
  text-decoration: none;
  color: #a05b00; }

.clrboth {
  background-color: #f00;
  clear: both;
  line-height: 0px; }

/* */
/* BREADCRUMB related definitions */
/* */
.breadcrumb {
  /* height: 1.4rem; */
  border-top: 1px solid #4f2300;
  border-bottom: 1px solid #4f2300;
  font-size: .8em;
  line-height: 1.6;
  background-color: #e2a85c;
  color: #4f2300;
  margin: 10px 0 0 0;
  padding: 0 1.5rem;
  text-align: left;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .breadcrumb {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .breadcrumb:last-child:not(:first-child) {
    float: right; }

/* exclude ??
#bclft {
  float: left;
  text-align: left;
}
*/
.breadcrumb a {
  color: #fff; }

.breadcrumb a:hover {
  color: #4f2300; }

/* */
/* SIDE BAR related definitions */
/* */
.side {
  margin: 1rem 0 0 0;
  padding: 0 0 0 1rem;
  max-width: 40em;
  font-size: .96em;
  line-height: 1.2;
  background-color: #a05b00;
  border-right: 1px solid #4f2300;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .side {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .side:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 64em) {
    .side {
      width: 25%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: -75%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .side {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 64em) {
      .side:last-child:not(:first-child) {
        float: right; } }

/*
#wrapper > #side {
 margin: 0;
 padding:0;
 max-width: 15em;
 line-height: 1.2;
 font-size: .95em;
 background-color: #a05b00;
}
*/
.side .inner {
  padding-top: 1px;
  margin: 0 10px 10px 10px; }

.lmenu {
  margin: 0;
  padding: 0; }

.mtop {
  background-image: none;
  background-color: #e2a85c; }

.mtop div {
  background-image: none;
  background-color: #e2a85c; }

.mbtm {
  background-image: none; }

.mbtm div {
  background-image: none; }

.mbody {
  margin: 0;
  padding: 0 0.75em 0 0;
  font-weight: bold;
  border: none;
  background-color: #e2a85c;
  color: #4f2300; }

.mbody ul {
  margin: 0px;
  padding: 0px 0px 5px 30px;
  list-style: disc; }

.mbody p {
  margin: 0px;
  padding: 0px 0px 5px 10px;
  font-weight: normal;
  line-height: 1.2; }

.mbody li {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  line-height: 1.2; }

.mbody a {
  color: #fff;
  text-decoration: none; }

.mbody a:hover {
  text-decoration: none;
  color: #4f2300; }

.mbody .secHd {
  color: #e2a85c;
  color: #a05b00; }

.mbody a:visited a:active {
  color: #a05b00; }

.mbody .urhere {
 color: #4f2300; }

 .mbody .urhere:after {
  content: " \27F8";
/*
  content: " \21E6";
  content: " \2B05";
 */
  font-size:1.5em;
  line-height:.6em;
  vertical-align: baseline;
 }

.leftbox {
  margin-top: 1em;
  margin-left: 1em;
  line-height: normal;
  color: #e2a85c; }

.leftbox p {
  margin: 0 0 .5em 0;
  line-height: 1.2; }

.leftbox a {
  color: #990000;
  text-decoration: none; }

.leftbox a {
  color: #990000; }

.leftbox a {
  color: #4f2300; }

.leftbox a:hover {
  color: #fff; }

.mbody li .noLink {
  color: #333; }

a.grey {
  color: #7d7d7d; }

a:hover.grey {
  color: #bf2809; }

/* */
/* Image related definitions, can be specific to section */
/* */
.gdn_hosta #content div {
  margin-top: 2em;
  text-align: center; }

.gdn_hosta img {
  width: 98%;
  max-width: 670px;
  margin: 0 auto; }

.gdn_hosta img.portrait {
  width: 445px;
  max-width: 98%; }

/* */
/* CONTENT related definitions */
/* */
#content {
  color: #fff;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    #content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  #content:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 64em) {
    #content {
      width: 75%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 25%; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 64em) {
      #content:last-child:not(:first-child) {
        float: right; } }

.inner p {
  max-width: 40em; }

#content a {
  color: #4f2300;
  font-weight: bold;
  text-decoration: none; }

#content a:hover {
  color: #fff;
  text-decoration: underline; }

h1, h2, h3 {
  margin: 1rem; }

.secthd {
  color: #7d7d7d; }

.lighttext {
  color: #e2a85c; }

hr {
  background-color: #e2a85c;
  border-color: #fc6; }

.halfFrameBL {
  border-color: #4f2300;
  border-color: #4f2300; }

.hiLiteB {
  color: #00c; }

.hiLiteBriteB {
  color: #00f; }

.hiLiteG {
  color: #328d54;
  color: #0f0; }

.hiLiteBriteG {
  color: #0f0; }

.hiLiteO {
  color: #f80; }

.hiLiteBriteO {
  color: #f80; }

.hiLiteY {
  color: #ff0; }

.hiLiteBriteY {
  color: #ff0; }

.hiLiteR {
  color: #b00; }

.hiLiteBriteR {
  color: #f00; }

.hiLiteBl {
  color: #000; }

#contact_xmap #list {
  background-color: #e2a85c;
  color: #a05b00; }

#contact_xmap .gmnoprint {
  color: #a05b00; }

.schdFiller {
  color: #ff0; }

.aSdRndShdw {
  color: #444;
  margin: 1em 1em 1em 0.5em;
  font-size: 1em;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.2); }

.noteb {
  border-color: #e2a85c; }

.quote {
  border-color: #e2a85c; }

.aGroup {
  border-color: #e2a85c; }

table {
  border: 2px solid #e2a85c;
  border-collapse: collapse; }

td, th {
  border: 2px solid #e2a85c;
  margin: 0;
  padding: 3px; }

.bglrG {
  background-color: #4f2300;
  background-color: #b50021; }

tr.bglrG a:link {
  color: #e2a85c; }

.bglrR {
  background-color: #b50021; }

.translang {
  background-color: #e2a85c;
  color: #4f2300;
  margin: 1em;
  padding: 0.5em; }

/* */
/* Sortable tables related definitions */
/* */
table.sortable a.sortheader {
  background-color: #ddd;
  color: #666666; }

table.sortable span.sortarrow {
  color: black; }

.colour2 {
  background-color: #eee; }

.warn {
  color: #bf2809; }

/* */
/* Player info pop-up CSS definitions */
/* */
#playerInfo {
  border-color: #7d7d7d;
  background: #fff; }

#playerInfo p.clsWin {
  background-color: #ccc;
  color: #000; }

/* */
/* FORM related definitions */
/* */
fieldset {
  border-color: #7d7d7d; }

legend {
  color: #7d7d7d;
  color: #bf2809; }

label {
  color: #7d7d7d; }

.formSubHd {
  color: #bf2809; }

#ihdreg fieldset {
  color: #fff; }

#ihdreg legend {
  color: #fff; }

/* */
/* FOOTER related definitions */
/* */
#bottommenu {
  color: #e2a85c; }

#bottommenu a, #bottommenu a:link {
  color: #e2a85c; }

#bottommenu a:hover {
  color: #000000; }

/* */
/* Popup related definitions */
/* */
#helpLS, #helpLS0, #helpLS1, #helpLS2 {
  color: #0f0; }

.popup, .popup2 {
  border-color: #e2a85c;
  background-color: #ffcc66;
  color: #996600;
  border-color: #ffcc66;
  background-color: #e2a85c;
  color: #4f2300; }

.fillerUp {
  color: #ff0; }

/* */
/* OTHER CSS definitions */
/* */
#copy {
  margin: 2em 0 0 0;
  color: #a05b00; }

#copy a {
  color: #e2a85c;
  font-weight: bold;
  text-decoration: none; }

#copy a:hover {
  color: #fff; }

/* display draft overlay */
.draftnb {
  color: RGBA(230, 230, 230, 0.33); }
