/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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: default;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'otf-subheader';
  src: url("../font/imagine_font-webfont.eot");
  src: url("../font/imagine_font-webfont.eot?#iefix") format("embedded-opentype"), url("../font/imagine_font-webfont.woff2") format("woff2"), url("../font/imagine_font-webfont.woff") format("woff"), url("../font/imagine_font-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  max-width: 960px;
  margin: 18px auto;
  padding: 0 18px;
  background: #292929;
  font-family: Verdana, Arial, sans-serif;
  color: white;
}
.no-otf-template body {
  margin: 8px;
  padding: 0;
  background: black;
}

.otf-button {
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  background: #81a0b0;
  text-align: center;
  color: #022741;
}
.otf-button:hover {
  color: white;
}

.field {
  color: white;
  background: #093142;
  border: 1px solid #355e6f;
}
.field:-moz-placeholder {
  line-height: 1em;
  font-size: inherit;
  color: white;
  opacity: 0.5;
}
.field::-moz-placeholder {
  line-height: 1em;
  font-size: inherit;
  color: white;
  opacity: 0.5;
}
.field:-ms-input-placeholder {
  line-height: 1em;
  font-size: inherit;
  color: white;
  opacity: 0.5;
}
.field::-webkit-input-placeholder {
  line-height: 1em;
  font-size: inherit;
  color: white;
  opacity: 0.5;
}

.otf-more-link {
  color: gold;
  text-decoration: none;
  font-weight: bold;
}
.otf-more-link:after {
  content: ' >>';
}
.otf-more-link:hover {
  color: gold;
  text-decoration: underline;
}

.header-logo {
  position: absolute;
  right: 1em;
  width: 145px;
  height: 136px;
  margin-top: -2em;
  margin-right: -2em;
  z-index: 1;
}
@media (max-width: 45.625em) {
  .header-logo {
    width: 124px;
    height: 124px;
    margin-right: -1.5em;
  }
}
@media (max-width: 35em) {
  .header-logo {
    margin-top: -25px;
    margin-right: -25px;
    width: 100px;
    height: auto;
  }
}

.site-title {
  position: absolute;
  top: 10px;
  right: 140px;
  width: 35%;
  margin: 0;
  text-indent: -9999em;
  background-image: url("../img/otf-title.svg");
  background-repeat: no-repeat;
  height: 40px;
}
@media (max-width: 43.75em) {
  .site-title {
    right: 150px;
    font-size: 1.5em;
  }
}
@media (max-width: 35em) {
  .site-title {
    position: static;
    width: 70%;
    height: 40px;
    margin-top: -5px;
    font-size: 1em;
  }
}

.site-subtitle {
  position: absolute;
  top: 3em;
  right: 160px;
  font-size: 0.85em;
}
@media (max-width: 43.75em) {
  .site-subtitle {
    right: 140px;
  }
}
@media (max-width: 35em) {
  .site-subtitle {
    display: none;
  }
}

.big-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-bottom: 0.5em;
}
.big-link:hover {
  text-decoration: underline;
}
.big-link img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}

.search-label {
  position: absolute;
  left: -9999px;
  position: static\0;
  display: inline\0;
}
.search-label _:-ms-input-placeholder, .search-label {
  position: absolute;
  left: -9999px;
}

.site-search-field {
  font-size: 0.85em;
  padding: 0.2em;
  line-height: 0.85em;
  width: 11em;
  color: white;
  background: #093142;
  border: 1px solid #355e6f;
}
@media (max-width: 35em) {
  .site-search-field {
    width: 70%;
    margin-top: 1em;
  }
}

/*
.header-separator {
    position: absolute;
    top: 5em;
    left: 0;
    right: 10em;
    border: none;
    border-bottom: 3px double $separator;

    @include for-one-col {
        position: static;
        margin-top: 1em;
    }
}
*/
@media (min-width: 710px) {
  body {
    width: 670px;
  }

  .site-menu-bar > li {
    font-size: 0.7em;
    padding: 0px 0.4em 0px 0.8em;
  }

  .otf-submenu > li {
    font-size: 1.2em;
  }
}
.site-menu-bar {
  box-sizing: border-box;
  margin: 0;
  margin-top: 0.8em;
  margin-left: -1em;
  margin-bottom: -1em;
  margin-right: -1em;
  padding: 0;
  padding-top: 0.45em;
  padding-bottom: 0.7em;
  padding-right: 5.5em;
  border-top: 3px double #355e6f;
  background-color: #001122;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  z-index: 10;
}
@media (max-width: 45.3125em) {
  .site-menu-bar {
    margin-left: -12px;
    margin-bottom: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 35em) {
  .site-menu-bar {
    position: relative;
    margin-top: 1em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .site-menu-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.site-menu-bar__header {
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  color: white;
}
.site-menu-bar__header:hover + .otf-submenu {
  display: block;
}
.site-menu-bar > li {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-family: otf-subheader;
  font-size: 0.7em;
  padding: 0px 0.4em 0px 0.8em;
  padding-left: 1em;
  cursor: pointer;
}
@media (max-width: 35em) {
  .site-menu-bar > li {
    display: block;
    width: 100%;
    font-size: 1.1em;
    line-height: 40px;
    border-bottom: 1px solid #355e6f;
  }
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .site-menu-bar > li {
    width: 50%;
    z-index: auto;
  }
}
.site-menu-bar > li:first-child {
  padding-left: 1.5em;
}
@media (max-width: 43.75em) {
  .site-menu-bar > li:first-child {
    padding-left: 1em;
  }
}
@media (max-width: 35em) {
  .site-menu-bar > li:first-child {
    padding-left: 1em;
  }
}
@media (max-width: 35em) {
  .site-menu-bar > li:last-child {
    border-bottom: 0;
  }
}
.site-menu-bar > li:hover .otf-submenu {
  display: block;
}

.otf-submenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-family: sans-serif;
  width: 12em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 35em) {
  .otf-submenu {
    position: static;
    margin-left: 1em;
    width: auto;
  }
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .otf-submenu {
    position: absolute;
    width: 100%;
    margin-left: 0;
    margin-top: -0.3em;
  }
}
.otf-submenu li {
  list-style: none;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  background-color: #001122;
  border-top: 1px solid #78999d;
  border-bottom: 1px solid #78999d;
  font-size: 1em;
  line-height: 1.25;
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .otf-submenu li {
    z-index: auto;
  }
}
.otf-submenu a {
  display: block;
  padding: 0.3em 1em 0.3em 0.9em;
  color: white;
  text-decoration: none;
}
.otf-submenu a:hover {
  color: #022741;
  background-color: #81a0b0;
}

.otf-section {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #78999d;
  padding: 1em;
  border-radius: 7px;
  background: #093142;
}
.otf-section--header {
  position: relative !important;
  min-height: 6em;
}
.homepage .otf-section--header {
  min-height: 7.7em;
}

.copyright-note {
  margin-left: 18px;
  float: left;
  font-size: 0.85em;
  color: white;
}

.facebook-note {
  margin-top: 0.5em;
  margin-right: 18px;
  float: right;
  font-size: 0.85em;
}
.facebook-note a {
  color: white;
  text-decoration: none;
}
.facebook-note img {
  vertical-align: middle;
}

/* OLD STYLES */
a {
  color: #ffcc00;
  text-decoration: none;
}

a:hover {
  color: #A2B7C3;
}

BODY {
  font-family: Verdana;
  color: white;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-base-color: #FF6347;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #1B547A;
  scrollbar-highlight-color: #99B2C6;
  scrollbar-shadow-color: #99B2C6;
}

H1 {
  font-family: Verdana;
  font-size: 22px;
  color: #FFFFFF;
}

H2 {
  font-family: Verdana;
  font-size: 15px;
  color: #F5CA02;
}

H3 {
  font-family: Verdana;
  font-size: 12px;
  color: #A2B7C3;
}

H4 {
  font-family: Verdana;
  font-size: 11px;
}

H5 {
  font-family: Verdana;
  font-size: 12px;
}

H6 {
  font-family: Verdana;
  font-size: 11px;
}

.no-otf-template h1 {
  margin-top: 0;
}

table {
  border-spacing: 2px;
  border-collapse: separate;
}

table.wrapperTable {
  border-style: solid;
  border-width: 3px;
  border-color: #FFFFFF;
  background: #013243;
}

td.tableHeader {
  font-size: 11px;
  font-family: Verdana;
  font-weight: 300;
  border-width: 1px;
  background: #013243;
  border-color: #FFFFFF;
  padding-left: 3px;
  padding-right: 5px;
}

table.innerTable {
  width: 545px;
  border-style: solid;
  border-width: 1px;
  border-color: #013243;
}

td.cellName {
  font-style: Verdana;
  font-size: 10px;
  border-width: 1px;
  border-color: #FFFFFF;
  padding-left: 3px;
  padding-right: 5px;
  background: #1C537A;
}

td.cellValue {
  font-style: Verdana;
  font-size: 10px;
  background: #013243;
  border-width: 1px;
  border-color: #FFFFFF;
  padding-left: 3px;
  padding-right: 5px;
}

td.cellValue input {
  background-color: #1C537A;
  color: white;
}

td.cellHeader {
  font-style: Verdana;
  font-size: 11px;
  background: #DDCD8E;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 5px;
}

td.cell {
  font-family: Verdana;
  font-size: 11px;
}

td {
  font-family: Verdana;
  font-size: 11px;
}

TEXTAREA {
  border-bottom: #FFFFFF 1px solid;
  border-top: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
  border-left: #FFFFFF 1px solid;
  background-color: #1B547A;
  color: #ffffff;
  padding-left: 3px;
  padding-right: 5px;
  font-family: verdana;
  font-size: 10px;
}

.fields {
  border-bottom: #FFFFFF 1px solid;
  border-top: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
  border-left: #FFFFFF 1px solid;
  background-color: #1C537A;
  color: #ffffff;
  font-family: verdana;
  font-size: 11px;
  padding-left: 3px;
  padding-right: 5px;
}

SELECT {
  background-color: #1B547A;
  color: #ffffff;
  font-family: verdana;
  padding-left: 3px;
  padding-right: 0px;
  font-size: 11px;
}

.formbutton {
  border-bottom: #FFFFFF 1px solid;
  border-top: #FFFFFF 1px solid;
  border-right: #FFFFFF 1px solid;
  border-left: #FFFFFF 1px solid;
  background-color: #7F9EB0;
  color: #ffffff;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

.credittext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #919191;
}

@media (min-width: 710px) {
  body {
    width: 670px;
  }

  .site-menu-bar > li {
    font-size: 0.7em;
    padding: 0px 0.3em 0px 0.8em;
  }

  .otf-submenu > li {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .main-content table[cellpadding="5"],
  .main-content table[cellpadding="5"] tr,
  .main-content td[width="250"] {
    display: block;
  }

  .main-content td[width="250"] {
    margin: 0 auto;
  }
}
.main-content img {
  max-width: 100%;
  height: auto;
}

.main-content {
  position: static;
  font-size: 11px;
  margin: 1em auto;
  background: #001122;
  padding: 1em;
}

.main-content h1 {
  margin-top: 0;
}

.main-content td {
  padding: 3px;
}

@media (max-width: 35em) {
  .inner-table-wrap {
    overflow-x: scroll;
  }
}

.popup-page {
  background: black;
  font-size: 11px;
}


.img--avatar,
.main-content .img--avatar {
	height: 55px;
	min-width: 45px;
}

.otf-birthday {
	height: 280px;
    background-image: url(/images/birthday-background.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 520px;
}

.otf-birthday__content {
	margin: 25px;
}

.otf-anniversary {
	height: 250px;
    background-image: url(/images/anniversary-background-balloons.png), url(/images/anniversary-background-mugs.png);
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    background-size: 400px, 100px;
}

.otf-anniversary__content {
	margin-left: 40px;
	margin-right: 100px;
	margin-top: 60px;
}

