/* compiled by scssphp v0.6.6 on Tue, 16 Nov 2021 10:25:11 -0600 (0.3506s) */

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,900);
/*!
 * Bootstrap v2.3.1 modified
 * Designed and built with all the love in the world $twitter by $mdo and $fat.
 * comment out elements not needed.
 */
/*! normalize.css v3.0.1 | 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 {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }
/* 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, nav, section, summary {
  display: block; }

div {
  position: relative; }
/**
 * 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/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, h2, h3, h4, h5, h6 {
  font-weight: inherit; }

h1 {
  font-size: 3rem;
  margin: 0 0.5rem 0 0; }

h2 {
  font-size: 2rem;
  margin: 0 0.5rem 0 0; }

h3 {
  font-size: 1.5rem;
  margin: 0 0.5rem 0 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; }

.sizable {
  width: inherit;
  /* This makes the next two lines work in IE8. */
  width: 100%;
  height: auto; }
/* 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"] {
  /* 1 */
  -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; }
/**
 * 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; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 5, 2015 */
@font-face {
  font-family: 'copperplate';
  src: url('/common/style/fonts/copperplate-gothic-light-regular-webfont.eot');
  src: url('/common/style/fonts/copperplate-gothic-light-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/common/style/fonts/copperplate-gothic-light-regular-webfont.woff2') format('woff2'), url('/common/style/fonts/copperplate-gothic-light-regular-webfont.woff') format('woff'), url('/common/style/fonts/copperplate-gothic-light-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px; }

body {
  margin: 0;
  font-family: Raleway;
  font-size: 1rem;
  line-height: 1.45;
  color: #4f4f4f;
  background-color: #fff;
  behavior: url(/common/style/PIE.htc); }

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway;
  font-weight: 300;
  letter-spacing: -0.05em; }

a {
  color: #b22222;
  text-decoration: none;
  font-weight: inherit; }

a:hover, a:focus {
  color: #b22222; }

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

nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/*
 * Gridiculous
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 */
/* =Normalize.css v2.1.0 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
 -------------------------------------------------------------- */
/* REMOVED AS REDUNDANT 20161114 LG */
/* =Clearfix by Nicolas Gallagher
 -------------------------------------------------------------- */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.row:after, .clearfix:after {
  clear: both; }

.row, .clearfix {
  zoom: 1; }
/* =Gridiculous
 -------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 100%;
  line-height: 1.6875; }

.grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.wfull {
  width: 100%;
  max-width: 100%; }

.w320 {
  max-width: 320px; }

.w640 {
  max-width: 640px; }

.w960 {
  max-width: 960px; }

.row {
  width: 100%;
  margin-bottom: 0px; }

.row .row {
  width: auto;
  margin: 0px; }

.c1 {
  width: 8.33%; }

.c2 {
  width: 16.66%; }

.c3 {
  width: 25%; }

.c4 {
  width: 33.33%; }

.c5 {
  width: 41.66%; }

.c6 {
  width: 50%; }

.c7 {
  width: 58.33%; }

.c8 {
  width: 66.66%; }

.c9 {
  width: 75%; }

.c10 {
  width: 83.33%; }

.c11 {
  width: 91.66%; }

.c12 {
  width: 100%; }

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  min-height: 1px;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  position: relative; }

.s1 {
  margin-left: 8.33%; }

.s2 {
  margin-left: 16.66%; }

.s3 {
  margin-left: 25%; }

.s4 {
  margin-left: 33.33%; }

.s5 {
  margin-left: 41.66%; }

.s6 {
  margin-left: 50%; }

.s7 {
  margin-left: 58.33%; }

.s8 {
  margin-left: 66.66%; }

.s9 {
  margin-left: 75%; }

.s10 {
  margin-left: 83.33%; }

.s11 {
  margin-left: 91.66%; }

.end {
  float: right !important; }
/* =Media query for iPad and tablets
 -------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  body {
    font-size: 90%; }

  .row {
    margin-bottom: 0 !important; }

  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px; } }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 1.45; }
  .table th, .table td {
    padding: 8px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed th, .table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px; }
  .table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd; }
  .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px; }
  .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0; }
  .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px; }
  .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px; }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.table td.span1, .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }
  .table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0; }
  .table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0; }
  .table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0; }
  .table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0; }
  .table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0; }
  .table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0; }
  .table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0; }
  .table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0; }
  .table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0; }
  .table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0; }
  .table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0; }

.table tbody tr.success > td {
  background-color: #dff0d8; }
  .table tbody tr.error > td {
    background-color: #f2dede; }
  .table tbody tr.warning > td {
    background-color: #fcf8e3; }
  .table tbody tr.info > td {
    background-color: #d9edf7; }

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6; }
  .table-hover tbody tr.error:hover > td {
    background-color: #ebcccc; }
  .table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc; }
  .table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3; }

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1; }
  .thumbnails:before, .thumbnails:after {
    content: " ";
    display: table;
    line-height: 0; }
  .thumbnails:after {
    clear: both; }

.row-fluid .thumbnails {
  margin-left: 0; }

.thumbnails > li {
  float: left;
  margin-bottom: 1.45;
  margin-left: 20px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.45;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.thumbnail:hover, a.thumbnail:focus {
  border-color: #b22222;
  box-shadow: 0 1px 4px rgba(0, 105, 214, .25); }

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #3f3f3f; }
/* =============================================================================
 Print styles.
 Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */
@media print {
  /* Black prints faster: sanbeiji.com/archives/953 */
  /* Don't show links for images, or javascript/internal links */
  /* css-discuss.incutio.com/wiki/Printing_Tables */
    * {
      background: transparent !important;
      color: black !important;
      text-shadow: none !important;
      filter: none !important;
      -ms-filter: none !important; }
    a, a:visited {
      color: #444 !important;
      text-decoration: underline; }
    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; } }

html {
  font-size: 1.4vw; }

.bg-1, .bluebg, .bg-1 ul li:hover {
  background-color: #3498db;
  color: #fff; }

.bg-2, .greenbg, .bg-2 ul li:hover {
  background-color: #1abc9c;
  color: #fff; }

.bg-3, .purplebg, .bg-3 ul li:hover {
  background-color: #9b59b6;
  color: #fff; }

.bg-4, .orangebg, .bg-4 ul li:hover {
  background-color: #e67e22;
  color: #fff; }

.bg-5, .redbg, .bg-5 ul li:hover {
  background-color: #e74c3c;
  color: #fff; }

.bg-6, .goldbg, .bg-6 ul li:hover {
  background-color: #d9a81d;
  color: #fff; }

.bg-7, .graylightbg, .bg-7 ul li:hover {
  background-color: #474747;
  color: #fff; }

.bg-8, .graydarkbg, .bg-8 ul li:hover {
  background-color: #373737;
  color: #fff; }

.bg-9, .graybg, .bg-9 ul li:hover {
  background-color: #3f3f3f;
  color: #fff; }

.bg-1 ul {
  background-color: #2383c4; }

.bg-2 ul {
  background-color: #15987e; }

.bg-3 ul {
  background-color: #8646a0; }

.bg-4 ul {
  background-color: #c96a17; }

.bg-5 ul {
  background-color: #df2e1b; }

.bg-6 ul {
  background-color: #b58c18; }

.bg-7 ul {
  background-color: #333; }

.bg-8 ul {
  background-color: #232323; }

.bg-9 ul {
  background-color: #2b2b2b; }

h1, h2, h3, h4 {
  line-height: 1.3; }

span.eklipseobject.left, img.left, img[style*="float:left"], img[style*="float: left"] {
  padding-right: 16px; }

span.eklipseobject.right, img.right, img[style*="float:right"], img[style*="float: right"] {
  padding-left: 16px; }

header {
  position: relative; }
  header #alert {
    background-color: black;
    text-align: center;
    color: #1abc9c;
    padding: 0.1em 20%;
    line-height: 1.1em; }
    header #alert p {
      margin: 0.5em; }
    header #alert a {
      color: #1abc9c;
      border-bottom: 1px dotted #1abc9c; }
  header #navigation {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: #3f3f3f; }
    header #navigation #logo {
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../sitegraphics/txoms-brush-bg.jpg);
      background-size: cover;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
      line-height: 0.9rem;
      font-size: 70%;
      letter-spacing: 0.03em;
      color: white; }
      header #navigation #logo img {
        display: inline-block;
        width: 50%;
        height: auto;
        margin-top: 0.5em; }

#navigation #menu, div.standalone {
  z-index: 10;
  height: 100%;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase; }
  #navigation #menu img, div.standalone img {
    position: relative;
    max-height: 50%;
    width: auto;
    margin-bottom: 0.5em; }
  #navigation #menu a, div.standalone a {
    color: white;
    line-height: 0.8rem;
    font-size: 80%;
    opacity: 0.8;
    transition-duration: 1s; }
  #navigation #menu a, div.standalone a {
    margin-top: -10%; }
  #navigation #menu a:hover, div.standalone a:hover {
    opacity: 1;
    transition-duration: 0.4s;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1); }
  #navigation #menu a:visited, div.standalone a:visited {
    color: white !important; }
  #navigation #menu nav, div.standalone nav {
    height: 100%; }
    #navigation #menu nav div, div.standalone nav div {
      height: 100%;
      display: flex;
      align-items: center; }
      #navigation #menu nav div a, div.standalone nav div a {
        display: block;
        width: 100%;
        text-align: center; }
  #navigation #menu ul, div.standalone ul {
    margin: 0;
    position: absolute;
    margin-top: 0;
    padding: 0 1rem;
    display: block;
    opacity: 0;
    text-align: left;
    list-style-type: none;
    overflow: hidden;
    right: 0;
    max-height: 0px;
    height: auto;
    -moz-transition-duration: 0.7s;
    transition-duration: 0.7s;
    top: 6.5em; }
    #navigation #menu ul li, div.standalone ul li {
      display: block;
      padding: 0.3rem 0;
      border-bottom: 1px dotted rgba(255, 255, 255, .4); }
    #navigation #menu ul a, div.standalone ul a {
      display: block;
      margin: 0;
      white-space: nowrap;
      text-align: right; }

#navigation #menu div:hover ul {
  opacity: 1;
  max-height: 600px;
  padding: 0.4rem 1rem;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

#slideshow {
  background: url(../sitegraphics/bates-portrait.jpg);
  background-size: cover;
  background-position: top center;
  height: 21rem;
  font-family: copperplate;
  font-size: 0.75rem;
  line-height: 0.9rem;
  text-transform: uppercase; }
  #slideshow div {
    position: absolute;
    bottom: 1em;
    left: 2em; }

div.standalone {
  width: 80%;
  float: none;
  padding-top: 0.5rem; }

div.standalone img {
  max-width: 30%; }

#address {
  z-index: 8;
  text-align: center;
  text-transform: uppercase; }
  #address p {
    margin: 0.2em 0 0 0;
    font-size: 85%;
    font-family: copperplate;
    letter-spacing: 0.15em;
    color: #b2b2b2; }
  #address a {
    color: #b2b2b2; }
  #address a:hover {
    color: #ffa2a2; }

footer {
  background-color: #373737; }
  footer #awards {
    background-color: #3498db;
    text-align: center;
    padding: 1em 10%; }
  footer #copyright {
    text-align: center;
    padding: 0.7em 10%;
    color: #999; }

.footerleft, .footerright {
  height: 12rem; }

#footerleft, #footerright {
  padding: 0 1rem;
  overflow: hidden; }

#footerleft {
  font-size: 75%;
  line-height: 0.85rem; }
  #footerleft table {
    width: 90%; }
  #footerleft td {
    padding: 0 6px;
    vertical-align: top;
    text-align: center;
    white-space: nowrap; }
  #footerleft a {
    color: white; }

#footerright {
  text-align: center;
  position: relative;
  height: auto;
  top: 50%;
  transform: translateY(-50%); }
  #footerright img {
    max-width: 19%;
    height: auto !important;
    vertical-align: middle; }

#copyright {
  text-align: center;
  font-size: 66%; }

#homepage #sandbox {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0; }
  #homepage #sandbox > div {
    display: flex;
    align-items: center;
    padding: 0 10%; }

#morestuff {
  width: 90%;
  margin: 5em auto; }
  #morestuff .eklipse_grid {
    grid-column-gap: 3em; }
  #morestuff .eklipse_grid > div {
    display: flex;
    align-items: center;
    padding: 10%;
    color: white;
    text-align: center; }
  #morestuff p {
    text-align: center;
    margin: 0 auto;
    line-height: 1.2em; }
  #morestuff a {
    color: white; }
  #morestuff .red {
    background-color: #e74c3c; }
  #morestuff .orange {
    background-color: #e67e22; }
  #morestuff .yellow {
    background-color: #d9a81d; }

#sandbox {
  z-index: 1;
  font-size: 110%;
  margin: 0 auto;
  width: 100%; }
  #sandbox a:hover {
    border-bottom: 1px dotted #b22222; }

#homepage sandbox {
  width: 90%; }

#sandbox .row {
  overflow: hidden; }
  #sandbox .row .equalheight {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }

#maincolumn.padded {
  padding: 4rem 5%; }

#maincolumn article {
  padding: 4rem 8% 4rem 14%; }

#homepage #maincolumn article {
  padding: 0rem 6% 4rem 10%; }

#maincolumn img {
  padding: 0 10px; }

.floatright ul {
  list-style-type: none;
  padding-right: 6%; }

#sidebar.interior {
  background: #eee;
  font-size: 85%;
  padding: 4em 2%; }

#referring {
  margin-top: 10px; }
  #referring table {
    padding: 1rem 2rem;
    margin: 0 20px;
    clear: both;
    display: block; }
  #referring table.pale {
    background-color: #eee; }
  #referring th {
    text-align: left;
    max-width: 30%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }
  #referring td {
    text-align: left;
    padding: 5px; }

#referring ul {
  list-style-type: none;
  margin: 0 auto;
  clear: both; }

#referring li {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left; }

a.tooth {
  display: block;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  background-position: 0px 0px;
  text-decoration: none;
  height: 100px; }

a.tooth:hover {
  border-bottom: 0 !important;
  text-decoration: none; }

#referring img {
  padding: 0px;
  margin: 0px; }

#referring a.down {
  background-position: 0px -100px; }

#toothmap {
  background: #333;
  padding: 2rem 4rem;
  border: 12px solid #666; }
  #toothmap ul {
    display: inline-block; }

#smallTeeth a.tooth {
  height: 80px; }

#smallTeeth a.down {
  background-position: 0px -80px; }

#showLetter {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 7rem; }

div.iframe {
  width: 100%;
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative; }

.iframe iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media screen and (max-width: 735px) {
  html {
    font-size: 12px; }

  #navigation div {
    margin-bottom: 0; }

  #slideshow {
    display: none; }

  #navigation div {
    height: 2.8em;
    padding-top: 0rem;
    margin-bottom: 0; }
    #navigation div img {
      display: none; }
    #navigation div a {
      font-size: 120%; }

  #navigation div:hover ul, #navigation div ul {
    opacity: 0;
    display: none; }

  #maincolumn article {
    padding-top: 0; }

  #sidebar section, #sidebar article {
    padding-top: 0; } }
