/*! 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, .otf-section--departments .department-item .department-label {
  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, .otf-section--departments .department-item .department-label: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.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;
  }
}

/*body*/
.homepage {
  width: auto;
}
@media (max-width: 45.3125em) {
  .homepage {
    padding: 0 12px;
  }
}

.alert-status--Green {
  color: #00d00a;
}
.alert-status--Yellow {
  color: #dad700;
}
.alert-status--Red {
  color: #ed1616;
}
.alert-status--Blue {
  color: #2e8dea;
}
.alert-status--Black {
  color: #5f5f5f;
  text-shadow: black 0px 0px 10px;
}

.site-sections {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media (max-width: 45.3125em) {
  .site-sections {
    margin-bottom: 12px;
  }
}
@media (max-width: 35em) {
  .site-sections {
    display: block;
    height: auto;
  }
}

.header-logo {
  width: 172px;
  height: 155px;
}
@media (max-width: 50em) {
  .header-logo {
    width: 124px;
    height: 124px;
  }
}
@media (max-width: 35em) {
  .header-logo {
    width: 100px;
    height: auto;
  }
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .header-logo {
    width: 150px;
  }
}

.site-title {
  position: absolute;
  top: 10px;
  right: 180px;
  width: 241px;
}
@media (max-width: 50em) {
  .site-title {
    right: 120px;
  }
}
@media (max-width: 43.75em) {
  .site-title {
    width: 210px;
  }
}
@media (max-width: 35em) {
  .site-title {
    position: static;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 50em) {
  .site-subtitle {
    right: 104px;
  }
}

.site-menu-bar {
  padding-right: 1em;
}
@media (max-width: 60em) {
  .site-menu-bar {
    padding-right: 1em;
  }
}

.site-menu-bar > li {
  font-size: 1em;
  padding: 0 0.3em;
  padding-left: 1em;
  z-index: 1;
}
.site-menu-bar > li:first-child {
  padding-left: 1em;
}
@media (max-width: 60em) {
  .site-menu-bar > li {
    font-size: 0.9em;
  }
}
@media (max-width: 54.6875em) {
  .site-menu-bar > li {
    font-size: 0.8em;
  }
}
@media (max-width: 46.25em) {
  .site-menu-bar > li {
    padding-right: 0em;
  }
}
@media (max-width: 35em) {
  .site-menu-bar > li {
    font-size: 1em;
  }
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .site-menu-bar > li {
    z-index: auto;
  }
}

.small-col,
.big-col {
  min-height: 660px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.no-flex .small-col, .no-flex
.big-col {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 45.3125em) {
  .small-col,
  .big-col {
    min-height: 640px;
  }
}

.small-col {
  width: 350px;
  min-width: 340px;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .small-col {
    min-width: inherit;
  }
}
.no-flex .small-col {
  min-width: 0;
  width: 35.41667%;
}

.big-col {
  width: auto;
  margin-left: 18px;
  width: 630px;
  /*
  @include for-medium-only {
      width: 75%;
  }
  */
}
.no-flex .big-col {
  width: 60.41667%;
}
@media (max-width: 60em) {
  .big-col {
    -webkit-justify-content: initial;
    justify-content: initial;
  }
}
@media (max-width: 45.3125em) {
  .big-col {
    margin-left: 12px;
  }
}

@media (max-width: 35em) {
  .small-col,
  .big-col {
    display: block;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    height: auto;
    min-height: 0;
  }
}

.otf-section {
  position: relative;
  margin-top: 18px;
}
@media (max-width: 45.3125em) {
  .otf-section {
    padding: 12px;
    margin-top: 12px;
  }
}
.otf-section--about {
  margin-top: 18px;
  position: static;
  text-align: center;
}
@media (max-width: 45.3125em) {
  .otf-section--about {
    margin-top: 12px;
  }
}
.otf-section--news {
  overflow: auto;
  font-size: 0.8em;
}
@media (max-width: 35em) {
  .otf-section--news {
    font-size: 1em;
  }
}
.otf-section--news .news-status,
.otf-section--news .news-info {
  font-weight: bold;
  color: #fffeed;
  line-height: 1.4em;
}
.otf-section--news .news-info {
  font-weight: normal;
}
.otf-section--news .news-title {
  font-weight: bold;
}
.otf-section--news .news-title,
.otf-section--news .news-intro {
  display: inline-block;
  margin-top: 0.5em;
}
@media (max-width: 52.0625em) {
  .otf-section--news .news-title,
  .otf-section--news .news-intro {
    line-height: 1.5;
  }
}
.otf-section--news .button-wrap {
  margin-top: 1em;
  text-align: right;
}
@media (max-width: 35em) {
  .otf-section--news .button-wrap {
    margin-top: 0.5em;
  }
}
.otf-section--news .news-read-more {
  font-size: 0.85rem;
  padding: 0.2em 0.5em;
  display: inline-block;
}
@media (max-width: 52.0625em) {
  .otf-section--quickchat {
    position: relative !important;
    top: 0;
  }
}
.otf-section--quickchat .quickchat-heading {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  color: #fffeed;
}
@media (max-width: 52.0625em) {
  .otf-section--quickchat .quickchat-heading {
    font-size: 1em;
    margin-top: -0.3em;
    margin-bottom: 0.2em;
  }
}
.otf-section--quickchat a {
  color: inherit;
  text-decoration: none;
}
.otf-section--quickchat a:hover {
  text-decoration: underline;
}
.otf-section--quickchat .current-chatters {
  position: absolute;
  top: 2em;
  right: 1em;
  margin: 0;
  font-size: 0.7em;
  color: #78999d;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .otf-section--quickchat .current-chatters {
    position: static;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 35em) {
  .otf-section--quickchat .current-chatters {
    top: 1em;
  }
}
.current-chatter-list {
  position: absolute;
  width: 420px;
  width: -webkit-min-content;
  width: -moz-min-content;
  height: auto;
  padding: 0.5rem;
  background: #001122;
  color: white;
  border-radius: 7px;
}
@media (max-width: 35em) {
  .current-chatter-list {
    left: 0 !important;
  }
}
.otf-section--quickchat .chatter-count {
  color: white;
}
.otf-section--quickchat .handle-label {
  position: absolute;
  left: -9999px;
  position: static\0;
  display: inline\0;
}
.otf-section--quickchat .handle-label _:-ms-input-placeholder, .otf-section--quickchat .handle-label {
  position: absolute;
  left: -9999px;
}
.otf-section--quickchat input[name="handle"] {
  min-width: 0;
  width: 120px;
  font-size: 0.8em;
}
.otf-section--quickchat input[name="handle"]:-moz-placeholder {
  line-height: 1.4em;
  padding-left: 0.2em;
}
.otf-section--quickchat input[name="handle"]::-moz-placeholder {
  line-height: 1.4em;
  padding-left: 0.2em;
}
.otf-section--quickchat input[name="handle"]:-ms-input-placeholder {
  line-height: 1.4em;
  padding-left: 0.2em;
}
.otf-section--quickchat input[name="handle"]::-webkit-input-placeholder {
  line-height: 1.4em;
  padding-left: 0.2em;
}
@media (max-width: 52.0625em) {
  .otf-section--quickchat input[name="handle"] {
    width: 55%;
    max-width: 16em;
    font-size: 0.7em;
  }
}
.otf-section--quickchat label {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.7em;
}
.otf-section--quickchat .main-fields {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.5em;
}
.otf-section--quickchat select {
  margin-left: 4.9%;
  width: 100px;
  min-width: 7.4em;
  max-width: -webkit-max-content;
  font-size: 0.8em;
}
@media (max-width: 52.0625em) {
  .otf-section--quickchat select {
    margin-left: 1em;
    width: 35%;
    font-size: 0.7em;
  }
}
@media (max-width: 45.3125em) {
  .otf-section--quickchat select {
    margin-left: 0.5em;
  }
}
.otf-section--quickchat .chat-submit {
  float: right;
  font-size: 0.8em;
  background: transparent;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .otf-section--quickchat .chat-submit {
    margin-top: 0.4em;
  }
}
.otf-section--quickchat .sex-options {
  display: inline-block;
  width: 100%;
  height: 1em;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .otf-section--quickchat .sex-options {
    height: auto;
  }
}
.otf-section--quickchat .sex-options input[type="radio"] {
  margin-right: 0.4em;
  vertical-align: middle;
}
.otf-section--quickchat .sex-options label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
  font-size: 0.7em;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.otf-section--departments p {
  margin-top: 0;
  font-size: 0.8em;
}
.otf-section--departments .departments-heading {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  color: #fffeed;
}
.otf-section--departments .department-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-around;
  align-content: space-around;
  max-height: 100px;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .otf-section--departments .department-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 35em) {
  .otf-section--departments .department-wrap {
    max-height: none;
  }
}
.otf-section--departments .department-item {
  display: inline-block;
  width: 32%;
  text-decoration: none;
  text-align: center;
}
.otf-section--departments .department-item:hover .department-label {
  color: white;
}
.no-flex .otf-section--departments .department-item {
  vertical-align: top;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .otf-section--departments .department-item {
    width: 100%;
    margin-bottom: 4px;
  }
  .otf-section--departments .department-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 35em) {
  .otf-section--departments .department-item {
    margin-bottom: 0;
  }
}
.otf-section--departments .department-item p {
  text-align: left;
  font-size: 0.85em;
}
@media (max-width: 52.0625em) {
  .otf-section--departments .department-item p {
    font-size: 0.75em;
  }
}
.otf-section--departments .department-item .department-icon {
  display: block;
  border-radius: 3px;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .otf-section--departments .department-item .department-icon {
    display: none;
  }
}
.otf-section--departments .department-item .department-label {
  padding: 2px;
  font-size: 0.7em;
  height: 28px;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 35em) and (max-width: 52.0625em) {
  .otf-section--departments .department-item .department-label {
    font-size: 0.7em;
    height: 16px;
  }
}
@media (max-width: 52.0625em) {
  .otf-section--departments .departments-read-more {
    display: block;
    margin-top: 0.5em;
    text-align: right;
  }
}
.otf-section--donate {
  padding: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 52.0625em) {
  .otf-section--donate {
    padding: 0.2em;
  }
}
.otf-section--donate .donate-button {
  width: 56%;
  text-align: center;
}
.no-flex .otf-section--donate .donate-button {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 35em) {
  .otf-section--donate .donate-button {
    width: 50%;
  }
}
.otf-section--donate .donate-image {
  width: 80%;
  max-width: 140px;
  height: auto;
  padding-top: 5px;
}
.otf-section--donate .donate-text {
  margin: 0;
  min-width: 100px;
  font-size: 0.75em;
  width: 40%;
  color: #fffeed;
}
@media (max-width: 50em) {
  .otf-section--donate .donate-text {
    font-size: 0.7em;
  }
}
@media (max-width: 35em) {
  .otf-section--donate .donate-text {
    font-size: 0.75em;
    padding: 0.8em 0;
  }
}
.no-flex .otf-section--donate .donate-text {
  display: inline-block;
  width: 45%;
  min-width: 0;
  vertical-align: middle;
}
.otf-section--chats {
  padding: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-around;
  align-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 402px;
}
@media (max-width: 45.3125em) {
  .otf-section--chats {
    padding: 12px;
    height: 352px;
  }
}
@media (max-width: 35em) {
  .otf-section--chats {
    display: block;
  }
}
.otf-section--chats .chat-list {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.no-flex .otf-section--chats .chat-list {
  width: 47%;
  display: inline-block;
}
.otf-section--chats .chat-list--more {
  position: relative;
  margin-right: 0.75em;
}
.no-flex .otf-section--chats .chat-list--more {
  width: 48%;
}
@media (max-width: 35em) {
  .otf-section--chats .chat-list--more {
    margin-top: 1em;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.no-flex .otf-section--chats .chat-list--more {
  float: left;
}
.otf-section--chats .chat-list--more :hover .more-chats {
  display: block;
}
@media (max-width: 35em) {
  .otf-section--chats .chat-list {
    width: 100%;
  }
  .no-flex .otf-section--chats .chat-list {
    width: 100%;
    float: none;
  }
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .otf-section--chats .chat-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.otf-section--chats .chat-list .more-chats {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  z-index: 2;
  background: #093142;
}
@media (max-width: 35em) {
  .otf-section--chats .chat-list .more-chats {
    position: static;
  }
}
.otf-section--chats .chat-list .more-chats .chat-item {
  width: 100%;
}
.otf-section--chats .chat-item {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 0.5em;
  text-align: center;
  /*
  &--ff {
      $color: #bf9430;
      background: $color;
      &:hover {
          background: adjust-lightness($color, $amount);
      }
  }
  */
}
@media (min-width: 25.625em) and (max-width: 35em) {
  .otf-section--chats .chat-item {
    width: 49%;
  }
}
.otf-section--chats .chat-item--tf {
  background: #a5723f;
}
.otf-section--chats .chat-item--tf:hover {
  background: #bb844d;
}
.otf-section--chats .chat-item--ccc {
  background: #584297;
}
.otf-section--chats .chat-item--ccc:hover {
  background: #664db0;
}
.otf-section--chats .chat-item--mt {
  background: #5d9d26;
}
.otf-section--chats .chat-item--mt:hover {
  background: #6eba2d;
}
.otf-section--chats .chat-item--kl {
  background: #101010;
}
.otf-section--chats .chat-item--kl:hover {
  background: #222222;
}
.otf-section--chats .chat-item--bds {
  background: #4058ad;
}
.otf-section--chats .chat-item--bds:hover {
  background: #526abf;
}
.otf-section--chats .chat-item--more {
  background: #7495a5;
}
.otf-section--chats .chat-item--more:hover {
  background: #8aa6b3;
}
.otf-section--chats .chat-item--dd {
  background: #2b6c41;
}
.otf-section--chats .chat-item--dd:hover {
  background: #358650;
}
.otf-section--chats .chat-item--rot {
  background: #8b3232;
}
.otf-section--chats .chat-item--rot:hover {
  background: #a53b3b;
}
.otf-section--chats .chat-item a {
  color: inherit;
  text-decoration: none;
}
.otf-section--chats .chat-item__title {
  margin: 0;
  padding: 0 0.2em;
  background: rgba(255, 255, 255, 0.15);
  font-family: otf-subheader;
  font-size: 1em;
  line-height: 1.2em;
  padding-top: 2px;
  color: white;
}
@media (max-width: 45.3125em) {
  .otf-section--chats .chat-item__title {
    font-size: 0.8em;
  }
}
.otf-section--chats .chat-item__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.2em 0.2em;
  font-size: 0.8em;
  height: 2.8em;
}
@media (max-width: 45.3125em) {
  .otf-section--chats .chat-item__subtitle {
    font-size: 0.7em;
  }
}
@media (max-width: 35em) {
  .otf-section--chats .chat-item__subtitle {
    height: auto;
    font-size: 0.8em;
  }
}
.otf-section--chats .chat-item:last-child {
  margin-bottom: 0;
}
.otf-section--chats .chat-preview {
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  max-height: 280px;
  list-style: none;
  text-align: center;
            /*

            &__title {
                margin: 0;
                background: rgba(255, 255, 255, 0.15);
                padding: 0 0 0.2em 0;
                font-family: otf-subheader;
                font-size: 1.5em;
                -webkit-font-smoothing: none;
            }
            */
}
@media (max-width: 35em) {
  .otf-section--chats .chat-preview {
    display: none;
  }
}
.otf-section--chats .chat-preview a {
  color: inherit;
  text-decoration: inherit;
}
.otf-section--chats .chat-preview .chat-image-wrap {
  overflow: hidden;
}
.otf-section--chats .chat-preview img {
  display: block;
  width: 100%;
  margin-top: -5px;
  margin-bottom: -5px;
}
@media (max-width: 61.5625em) {
  .otf-section--chats .chat-preview img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.otf-section--chats .chat-preview .chat-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.otf-section--chats .chat-preview .chat-item--preview {
  position: relative;
  border: 1px solid white;
  border-style: solid none;
}
.otf-section--chats .chat-preview .chat-item__description {
  margin: 0;
  padding: 0.5em;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.4em;
  min-height: 5em;
  width: 100%;
}
@media (max-width: 62.5em) {
  .otf-section--forums {
    overflow: auto;
  }
}
.otf-section .forums__heading {
  color: #fffeed;
  margin: 0;
  display: inline-block;
  font-size: 1.2em;
}
.otf-section .forums-read-more {
  padding: 0.2em 0.5em;
  font-size: 0.85rem;
  float: right;
}
.otf-section .forums__table {
  width: 100%;
  margin-top: 1em;
  min-height: 13.3em;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  border-collapse: collapse;
}
.otf-section .forums__table tr:nth-child(2n) th,
.otf-section .forums__table tr:nth-child(2n) td {
  background-color: #001122;
}
.otf-section .forums__table th, .otf-section .forums__table td {
  border: 1px solid #444444;
  height: 3.3em;
}
@media (max-width: 45.3125em) {
  .otf-section .forums__table th, .otf-section .forums__table td {
    height: 3.3rem;
  }
}
.otf-section .forums__table th {
  padding-left: 1em;
  text-align: left;
  font-weight: normal;
}
.otf-section .forums__table td {
  text-align: center;
  padding: 2px 3px;
}
.otf-section .forums__table a {
  text-decoration: none;
  color: gold;
}
.otf-section .forums__table a:hover {
  text-decoration: underline;
}
.otf-section .forums__table .forum-time {
  white-space: nowrap;
  color: #ddd;
}
@media (max-width: 45.3125em) {
  .otf-section .forums__table .forum-time {
    font-size: 0.8em;
    white-space: inherit;
  }
}
.otf-section--disclaimer {
  position: static;
  width: 100%;
  text-align: center;
  color: #fffeed;
  font-size: 0.7em;
}
.otf-section--disclaimer p:first-child {
  margin-top: 0;
}
.otf-section--disclaimer p:last-child {
  margin-bottom: 0;
}
.otf-section--disclaimer a {
  color: gold;
  text-decoration: none;
}
.otf-section--disclaimer a:hover {
  text-decoration: underline;
}
@media (max-width: 35em) {
  .otf-section {
    position: static;
    width: 100%;
    height: auto;
    margin: 1em 0;
  }
}
