/* compiled by scssphp v0.6.3 on Tue, 10 Jul 2018 23:18:36 -0500 (1.8696s) */

@charset "utf-8";
/*
 /// Default order used to determine which string comes first
 /// @type List
 $default-order:
 "!" "#" "$" "%" "&" "'" "(" ")" "*" "+" "," "-" "." "/" "[" "\\" "]" "^" "_" "{" "|" "}" "~"
 "0" "1" "2" "3" "4" "5" "6" "7" "8" "9"
 "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s" "t" "u" "v" "w" "x" "y" "z" 
 !default;
 /// Quick sort
 /// @author Sam Richards
 /// @param {List} $list - list to sort
 /// @param {List} $order ($default-order) - order to use for sorting
 /// @return {List}
 /// @require {function} _str-compare
 @function quick-sort($list, $order: $default-order) {
 $less:  ();
 $equal: ();
 $large: ();
 @if length($list) > 1 {
 $seed: nth($list, ceil(length($list) / 2));
 @each $item in $list {
 @if $item == $seed {
 $equal: append($equal, $item, list-separator($list));
 } @else if _str-compare($item, $seed, $order) {
 $less: append($less, $item, list-separator($list));
 } @else if not _str-compare($item, $seed, $order) {
 $large: append($large, $item, list-separator($list));
 }
 }
 @return join(join(quick-sort($less, $order), $equal), quick-sort($large, $order));
 }
 @return $list;
 }
 */
#show_grid, .r1x1 > *, .r4x3 > *, .r3x2 > *, .r2x1 > *, .r16x9 > *, .r3x1 > *, .r4x1 > *, .r5x1 > *, .rgold > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#show_grid {
  position: fixed;
  background: rgba(0, 0, 0, 0.4); }
/* NEW, Spec - Opera 12.1, Firefox 20+ */
/* NEW, Spec - Opera 12.1, Firefox 20+ */
/* NEW, Spec - Opera 12.1, Firefox 20+ */
/* CSS Reset */
@viewport , @-webkit-viewport, @-moz-viewport, @-ms-viewport, @-o-viewport {
  width: device-width; }

* {
  margin: 0;
  padding: 0;
  border: 0 solid #999;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background-repeat: no-repeat; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

html, body {
  min-height: 100%;
  height: 100%; }

hr {
  box-sizing: content-box;
  height: 0; }
/* HTML5 / Media */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left; }

td {
  vertical-align: top; }
/* Forms */
label {
  cursor: text; }

label[for] {
  cursor: pointer; }

/* Apply global styles to tags after the reset has been applied */
/* Font sizes */
.fsize-2 {
  font-size: 12.64198px; }

.fsize-1, h6, .eF label, .eF textarea, .copy table, #site_lft {
  font-size: 14.22222px; }

.fsize, h5 {
  font-size: 16px; }

.fsize1, h4 {
  font-size: 18px; }

.fsize2, h3, #announcement {
  font-size: 20.25px; }

.fsize3, h2 {
  font-size: 22.78125px; }

.fsize4 {
  font-size: 25.62891px;
  line-height: 36px;
  margin-bottom: 12px; }

.fsize5, h1 {
  font-size: 28.83252px;
  line-height: 36px;
  margin-bottom: 12px; }
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  color: black; }

p, ul, ol, blockquote, table, dl, address, pre, code, tt {
  margin: 0 0 24px; }

li {
  margin: 0; }

ol, li ol, li ul, dd {
  margin-left: 24px; }
/* Lists */
ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

dl dt {
  font-weight: bold; }

.copy > *:last-child, blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  background: #888;
  margin: 24px 0 23px;
  padding: 0; }

q, blockquote header {
  color: black;
  font-style: italic;
  position: relative;
  quotes: none; }
  q:before, blockquote header:before {
    content: '\201C'; }
  q:after, blockquote header:after {
    content: '\201D'; }
  q q:before, blockquote header q:before, blockquote header blockquote header:before, blockquote blockquote header header:before, q blockquote header:before, blockquote q header:before {
    content: '\2018'; }
    q q:after, blockquote header q:after, blockquote header blockquote header:after, blockquote blockquote header header:after, q blockquote header:after, blockquote q header:after {
      content: '\2019'; }

blockquote {
  padding: 24px; }
  aside blockquote {
    padding: 36px 0; }
  blockquote header {
    color: #afadaf;
    font-weight: 300;
    line-height: 1.25em;
    font-size: 1.125rem;
    text-align: left; }
    blockquote header:before, blockquote header:after {
      color: #afadaf;
      font-size: 6rem;
      font-family: 'Broadsheet W01', "Times New Roman", Times, serif;
      line-height: 0;
      position: relative; }
    blockquote header:before {
      top: 0.25em;
      left: -0.25em; }
    blockquote header:after {
      top: 0.5em;
      left: 0em; }
  blockquote footer {
    padding-top: 24px;
    text-align: right;
    font-weight: 600;
    color: #afadaf; }

.copy ul li {
  list-style: none;
  position: relative; }
  .copy ul li:before {
    content: '';
    background: #afadaf;
    width: 0.425em;
    height: 0.425em;
    border-radius: 0.425em;
    line-height: 0;
    position: relative;
    top: 0em;
    left: 0em;
    margin-right: 6px;
    display: inline-block; }
/* Media */
figure.lft, .copy .lft {
  margin: 0 1.375rem 1.125rem 0;
  clear: left; }

figure.rgt, .copy .rgt {
  margin: 0 0 1.125rem 1.375rem;
  clear: right; }

img {
  max-width: 100%; }

#admin #redactor-image-resizer {
  bottom: 0;
  right: 0; }

#admin #redactor-image-box[style*=right] #redactor-image-resizer {
  left: 0;
  right: inherit;
  cursor: ne-resize; }

#admin .redactor-box textarea {
  color: black;
  background: #eee; }
/* Links */
a {
  background-color: transparent;
  color: inherit; }

a:hover, a *:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

menu a, .menu a, .drop_menu a, .block {
  display: block; }

.tags a {
  display: inline-block; }

a.no_link, a.no_link:hover {
  text-decoration: none;
  color: inherit; }

a.sho_link {
  text-decoration: none;
  color: inherit; }

a.sho_link:hover {
  text-decoration: underline;
  color: inherit; }

a.arw_link {
  text-decoration: none; }

a.arw_link:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 6px;
  top: -1px;
  border-style: solid;
  border-width: 0.25em;
  border-color: transparent;
  width: 0;
  height: 0;
  border-left-color: inherit; }
/* Tables */
table {
  width: 100%;
  margin-top: 0; }

table tr > * {
  vertical-align: top;
  text-align: left; }

th {
  font-weight: bold;
  text-align: left; }
/* Additional Tags */
b, strong, dfn {
  font-weight: bold; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

abbr[title] {
  border-bottom: 1px dotted; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre, code, tt {
  font-size: 1em;
  font-family: 'Andale Mono', 'Lucida Console', monospace;
  white-space: pre; }

em, i, dfn, cite, tfoot {
  font-style: italic; }

abbr, acronym {
  border-bottom: 1px dotted; }

del {
  text-decoration: line-through; }
/* SVG Icons */
ico {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  display: block; }

ico object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5em;
  line-height: 0; }
/* Flexbox Styles */
[flex-box], .flex, .flex-v, .flex-h {
  display: -webkit-box;
  display: -moz-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;
  /* TWEENER - IE 10 */
  display: flex;
  /* NEW - Chrome */ }
  [flex-box] > *, .flex > *, .flex-v > *, .flex-h > * {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 0 0 auto;
    /* OLD - Firefox 19- */
    -ms-flex: 0 0 auto;
    /* Chrome */
    flex: 0 0 auto;
    /* IE 10 */
    -webkit-align-content: flex-start;
    align-content: flex-start; }

[flex-box~=row] {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

[flex-box~=row-reverse] {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

[flex-box~=column] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

[flex-box~=column-reverse] {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

[flex-box~=wrap] {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

[flex-box~=wrap-reverse] {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }
/* m = main axis, c = cross axis, mc = both axes */
[flex-box~=stretch-c] {
  -webkit-align-items: stretch;
  align-items: stretch; }

[flex-box~=start-mc], [flex-box~=start-m] {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

[flex-box~=start-mc], [flex-box~=start-c] {
  -webkit-align-items: flex-start;
  align-items: flex-start; }

[flex-box~=end-mc], [flex-box~=end-m] {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

[flex-box~=end-mc], [flex-box~=end-c] {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

[flex-box~=center-mc], [flex-box~=center-m] {
  -webkit-justify-content: center;
  justify-content: center; }

[flex-box~=center-mc], [flex-box~=center-c] {
  -webkit-align-items: center;
  align-items: center; }

[flex-box~=spaceA-mc], [flex-box~=spaceA-m] {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

[flex-box~=spaceA-mc], [flex-box~=spaceA-c] {
  -webkit-align-content: space-around;
  align-content: space-around; }

[flex-box~=spaceB-mc], [flex-box~=spaceB-m] {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

[flex-box~=spaceB-mc], [flex-box~=spaceB-c] {
  -webkit-align-content: space-between;
  align-content: space-between; }

[flex-box~=wrap-start] {
  -webkit-align-content: flex-start;
  align-content: flex-start; }

[flex-box~=wrap-end] {
  -webkit-align-content: flex-end;
  align-content: flex-end; }

[flex-box~=wrap-center] {
  -webkit-align-content: center;
  align-content: center; }

[flex-box~=wrap-stretch] {
  -webkit-align-content: stretch;
  align-content: stretch; }

[flex-box~=baseline] {
  -webkit-align-items: baseline;
  align-items: baseline; }

[flex-box~=row], .flex-h {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  [flex-box~=row] > [flex-item~=grow], .flex-h > [flex-item~=grow], [flex-box~=row] > .stretch, .flex-h > .stretch {
    min-width: 0; }

[flex-box~=column], .flex-v {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  [flex-box~=column] > [flex-item~=grow], .flex-v > [flex-item~=grow], [flex-box~=column] > .stretch, .flex-v > .stretch {
    min-height: 0; }

[flex-box~=wrap], .flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

[flex-box~=grow] {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

[flex-item~=grow] {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

[flex-item~=shrink] {
  -webkit-flex-shrink: 1;
  flex-shrink: 1; }

[flex-item~=start] {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

[flex-item~=end] {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

[flex-item~=center] {
  -webkit-align-self: center;
  align-self: center; }

[flex-item~=baseline] {
  -webkit-align-self: baseline;
  align-self: baseline; }

[flex-item~=stretch] {
  -webkit-align-self: stretch;
  align-self: stretch; }

[flex-box~=column] > [flex-item~=scroll] {
  overflow-y: auto;
  height: 1px; }

[flex-box~=row] > [flex-item~=scroll] {
  overflow-x: auto;
  width: 1px; }

[flex-item~=fill] {
  -webkit-flex-grow: 100;
  flex-grow: 100; }

.no-flex [flex-box] {
  display: block; }
  .no-flex [flex-box] > [flex-item] {
    float: left; }
  .no-flex [flex-box] > [flex-item~=end] {
    float: right; }

[flex-menu] {
  background-color: #555;
  list-style: none;
  margin: 0;
  line-height: 48px; }
  [flex-menu] [flex-menu] {
    height: auto; }
  [flex-menu] li {
    display: -webkit-box;
    display: -moz-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -webkit-flex;
    /* TWEENER - IE 10 */
    display: flex;
    /* NEW - Chrome */
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  [menu-trigger]:hover [flex-menu] {
    visibility: visible; }
  [flex-menu], [flex-menu] a, [flex-menu] span, [flex-menu] li {
    color: white;
    position: relative; }
  [flex-menu] a, [flex-menu] span {
    background: transparent;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
    padding: 0 12px; }
  [flex-menu] a[href]:hover, [flex-menu] a[href]:active {
    background: rgba(0, 0, 0, 0.3); }
  [flex-menu] img {
    width: 100%; }

[flex-menu~=row] {
  display: -webkit-box;
  display: -moz-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;
  /* TWEENER - IE 10 */
  display: flex;
  /* NEW - Chrome */
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

[flex-menu~=column] {
  display: -webkit-box;
  display: -moz-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;
  /* TWEENER - IE 10 */
  display: flex;
  /* NEW - Chrome */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 240px; }

[flex-menu~=closed] {
  display: none !important; }

[flex-menu~=hidden] {
  visibility: hidden !important; }
/* Drop Menu */
[flex-menu~=drop] [flex-menu~=column] {
  position: absolute;
  top: 100%;
  left: 0; }
  [flex-menu~=drop] [flex-menu~=column][flex-menu~=left] {
    left: 0; }
  [flex-menu~=drop] [flex-menu~=column][flex-menu~=right] {
    right: 0; }
  [flex-menu~=drop] [flex-menu~=column][flex-menu~=above] {
    bottom: 100%; }
  [flex-menu~=drop] [flex-menu~=column][flex-menu~=below] {
    top: 100%; }
/* Flyout Menu */
[flex-menu~=fly] [flex-menu~=column] {
  position: absolute;
  left: 100%;
  top: 0; }
  [flex-menu~=fly] [flex-menu~=column][flex-menu~=left] {
    left: 100%; }
  [flex-menu~=fly] [flex-menu~=column][flex-menu~=right] {
    right: 100%; }
  [flex-menu~=fly] [flex-menu~=column][flex-menu~=above] {
    bottom: 0; }
  [flex-menu~=fly] [flex-menu~=column][flex-menu~=below] {
    top: 0; }
/* TODO: Mobile Menu */
@font-face {
  font-family: 'MaterialDesignIcons';
  src: url("../fonts/materialdesignicons-webfont.woff2?v=1.1.34") format('woff2'), url("../fonts/materialdesignicons-webfont.woff?v=1.1.34") format('woff'), url("../fonts/materialdesignicons-webfont.ttf?v=1.1.34") format('truetype');
  font-weight: normal !important;
  font-style: normal !important; }

[icon]:before, [icon]:after {
  display: inline-block;
  font: normal normal normal 24px/1 'MaterialDesignIcons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
  text-transform: none;
  padding-left: 0.25em;
  padding-right: 0.25em;
  vertical-align: middle; }
/* 
 eFormulate, The BRS Elemental Formulator 3.0 (created 11.20.13)
 Site built by Blue Ridge Solutions, Inc. 
 Copyright Blue Ridge Solutions, Inc.  
 www.blueridges.com 
 */

.eF_line {
  line-height: 24px; }

.eF {
  /*** Initial Form Setup ***/
  /*** Appearance ***/
  /* Adds space between value and menu button where padding is ignored */
  /* Valid / Invalid */
  /* Custom Checkboxes and Radios	 */ }
  .eF {
    position: relative; }
/* Compact Form Styles */
.form_hint {
  color: #888 !important; }

.eformulate-tip {
  position: fixed; }

.eF [data-valid="0"] + .eformulate-tip {
  margin-top: -2px;
  line-height: 1em;
  padding: 6px 7px; }
/* rules added by briley */
.eF .ef-invalid {
  border-color: #b21a4a !important; }

.ef-invalid label {
  color: #b21a4a; }

#eF_fieldError {
  background: #fff;
  border: 1px solid #c00;
  position: fixed;
  z-index: 10001;
  padding: 0 6px;
  font-size: 11px;
  border-radius: 6px;
  box-shadow: 1px 2px 3px #888; }

#eF_fieldError b {
  position: absolute;
  left: 50%;
  top: -4px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border: 1px solid #b21a4a;
  border-width: 1px 0 0 1px;
  background: #fff; }
/* Fix n' Flex Grid System (FFG) */
/* Setup flexible grid system */
.scroll {
  overflow: auto; }
/* article = tbody, header = thead, footer = tfoot */
.grid {
  position: relative;
  padding: 0.75rem;
  float: left; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid > article, .grid > tbody {
    background: white; }
  .grid > article, .grid > header, .grid > footer {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem; }
  .grid > article, .grid > header {
    top: 0.75rem; }
  .grid > article, .grid > footer {
    bottom: 0.75rem; }
  .grid > header, .grid > footer, .grid > thead, .grid > tfoot {
    z-index: 5; }
  .grid > footer input {
    height: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .grid > tbody, .grid > thead, .grid > tfoot {
    position: absolute;
    left: 0;
    right: 0;
    display: block; }
  .grid > tbody, .grid > thead {
    top: 0; }
  .grid > tbody, .grid > tfoot {
    bottom: 0; }

table.grid {
  display: block;
  padding: 0; }
  table.grid tr, table.grid thead, table.grid tfoot, table.grid tbody {
    display: block; }
  table.grid tr:after {
    content: "";
    display: table;
    clear: both; }
  table.grid tr > * {
    display: block;
    float: left;
    padding: 0 0.375rem; }

.one_line {
  display: block;
  max-width: 98%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/* Enable vertical alignment (v/h alignment can be changed, but that's it) */
.valign {
  text-align: center; }
  .valign:before, .valign > * {
    display: inline-block;
    vertical-align: middle; }
  .valign:before {
    content: '';
    height: 100%; }
  .valign img {
    max-height: 100%;
    max-width: 100%; }
/* New percentage specifications */
#site .x1-1, #admin .x1-1, .xy1-1, .all-xy1-1 > *, .all-x1-1 > * {
  width: 100%; }

* > *.y1-1, .xy1-1, .all-xy1-1 > *, .all-y1-1 > * {
  height: 100%; }

#site .x1-2, #admin .x1-2, .xy1-2, .all-xy1-2 > *, .all-x1-2 > * {
  width: 50%; }

* > *.y1-2, .xy1-2, .all-xy1-2 > *, .all-y1-2 > * {
  height: 50%; }

#site .x1-3, #admin .x1-3, .xy1-3, .all-xy1-3 > *, .all-x1-3 > * {
  width: 33.33333%; }

* > *.y1-3, .xy1-3, .all-xy1-3 > *, .all-y1-3 > * {
  height: 33.33333%; }

#site .x2-3, #admin .x2-3, .xy2-3, .all-xy2-3 > *, .all-x2-3 > * {
  width: 66.66667%; }

* > *.y2-3, .xy2-3, .all-xy2-3 > *, .all-y2-3 > * {
  height: 66.66667%; }

#site .x1-4, #admin .x1-4, .xy1-4, .all-xy1-4 > *, .all-x1-4 > * {
  width: 25%; }

* > *.y1-4, .xy1-4, .all-xy1-4 > *, .all-y1-4 > * {
  height: 25%; }

#site .x3-4, #admin .x3-4, .xy3-4, .all-xy3-4 > *, .all-x3-4 > * {
  width: 75%; }

* > *.y3-4, .xy3-4, .all-xy3-4 > *, .all-y3-4 > * {
  height: 75%; }

#site .x1-5, #admin .x1-5, .xy1-5, .all-xy1-5 > *, .all-x1-5 > * {
  width: 20%; }

* > *.y1-5, .xy1-5, .all-xy1-5 > *, .all-y1-5 > * {
  height: 20%; }

#site .x2-5, #admin .x2-5, .xy2-5, .all-xy2-5 > *, .all-x2-5 > * {
  width: 40%; }

* > *.y2-5, .xy2-5, .all-xy2-5 > *, .all-y2-5 > * {
  height: 40%; }

#site .x3-5, #admin .x3-5, .xy3-5, .all-xy3-5 > *, .all-x3-5 > * {
  width: 60%; }

* > *.y3-5, .xy3-5, .all-xy3-5 > *, .all-y3-5 > * {
  height: 60%; }

#site .x4-5, #admin .x4-5, .xy4-5, .all-xy4-5 > *, .all-x4-5 > * {
  width: 80%; }

* > *.y4-5, .xy4-5, .all-xy4-5 > *, .all-y4-5 > * {
  height: 80%; }

#site .x1-6, #admin .x1-6, .xy1-6, .all-xy1-6 > *, .all-x1-6 > * {
  width: 16.66667%; }

* > *.y1-6, .xy1-6, .all-xy1-6 > *, .all-y1-6 > * {
  height: 16.66667%; }

#site .x5-6, #admin .x5-6, .xy5-6, .all-xy5-6 > *, .all-x5-6 > * {
  width: 83.33333%; }

* > *.y5-6, .xy5-6, .all-xy5-6 > *, .all-y5-6 > * {
  height: 83.33333%; }

.pad0, .all-pad0 > * {
  padding: 0 !important; }

.pad0_x, .all-pad0_x > * {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pad0_y, .all-pad0_y > * {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mar0, .all-mar0 > * {
  margin: 0 !important; }

.mar0_x, .all-mar0_x > * {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mar0_y, .all-mar0_y > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.rad0 {
  border-radius: 0 !important; }

.pad1_x, .all-pad1_x > * {
  padding-left: 3px;
  padding-right: 3px; }

.pad1_y, .all-pad1_y > * {
  padding-top: 3px;
  padding-bottom: 3px; }

.pad1, .all-pad1 > * {
  padding: 3px; }

.mar1_x, .all-mar1_x > * {
  margin-left: 3px;
  margin-right: 3px; }

.mar1_y, .all-mar1_y > * {
  margin-top: 3px;
  margin-bottom: 3px; }

.mar1, .all-mar1 > * {
  margin: 3px; }

.rad1, .all-rad1 > * {
  border-radius: 3px; }

.pad2_x, .all-pad2_x > * {
  padding-left: 6px;
  padding-right: 6px; }

.pad2_y, .all-pad2_y > * {
  padding-top: 6px;
  padding-bottom: 6px; }

.pad2, .all-pad2 > * {
  padding: 6px; }

.mar2_x, .all-mar2_x > * {
  margin-left: 6px;
  margin-right: 6px; }

.mar2_y, .all-mar2_y > * {
  margin-top: 6px;
  margin-bottom: 6px; }

.mar2, .all-mar2 > * {
  margin: 6px; }

.rad2, .all-rad2 > * {
  border-radius: 6px; }

.pad3_x, .all-pad3_x > * {
  padding-left: 12px;
  padding-right: 12px; }

.pad3_y, .all-pad3_y > * {
  padding-top: 12px;
  padding-bottom: 12px; }

.pad3, .all-pad3 > * {
  padding: 12px; }

.mar3_x, .all-mar3_x > * {
  margin-left: 12px;
  margin-right: 12px; }

.mar3_y, .all-mar3_y > * {
  margin-top: 12px;
  margin-bottom: 12px; }

.mar3, .all-mar3 > * {
  margin: 12px; }

.rad3, .all-rad3 > * {
  border-radius: 12px; }

.pad4_x, .all-pad4_x > * {
  padding-left: 24px;
  padding-right: 24px; }

.pad4_y, .all-pad4_y > * {
  padding-top: 24px;
  padding-bottom: 24px; }

.pad4, .all-pad4 > * {
  padding: 24px; }

.mar4_x, .all-mar4_x > * {
  margin-left: 24px;
  margin-right: 24px; }

.mar4_y, .all-mar4_y > * {
  margin-top: 24px;
  margin-bottom: 24px; }

.mar4, .all-mar4 > * {
  margin: 24px; }

.rad4, .all-rad4 > * {
  border-radius: 24px; }

.pad5_x, .all-pad5_x > * {
  padding-left: 36px;
  padding-right: 36px; }

.pad5_y, .all-pad5_y > * {
  padding-top: 36px;
  padding-bottom: 36px; }

.pad5, .all-pad5 > * {
  padding: 36px; }

.mar5_x, .all-mar5_x > * {
  margin-left: 36px;
  margin-right: 36px; }

.mar5_y, .all-mar5_y > * {
  margin-top: 36px;
  margin-bottom: 36px; }

.mar5, .all-mar5 > * {
  margin: 36px; }

.rad5, .all-rad5 > * {
  border-radius: 36px; }
/* Material Design Shadows */

.z-3, .all-z-3 > * {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.z-4, .all-z-4 > * {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.z-5, .all-z-5 > * {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); }

.z-2:hover, #banner:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20), 0 3px 6px rgba(0, 0, 0, 0.28); }
/* Aspect Ratios */
.r1x1, .r4x3, .r3x2, .r2x1, .r16x9, .r3x1, .r4x1, .r5x1, .rgold {
  position: relative; }

.r1x1:before, .r4x3:before, .r3x2:before, .r2x1:before, .r16x9:before, .r3x1:before, .r4x1:before, .r5x1:before, .rgold:before {
  content: '';
  position: relative;
  z-index: 0;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 0; }

.r1x1 > *, .r4x3 > *, .r3x2 > *, .r2x1 > *, .r16x9 > *, .r3x1 > *, .r4x1 > *, .r5x1 > *, .rgold > * {
  position: absolute; }

.r1x1:before {
  padding-bottom: 100%; }

.r4x3:before {
  padding-bottom: 75%; }

.r3x2:before {
  padding-bottom: 66.66%; }

.rgold:before {
  padding-bottom: 61.8%; }

.r2x1:before {
  padding-bottom: 50%; }

.r16x9:before {
  padding-bottom: 56.25%; }

.r3x1:before {
  padding-bottom: 33.33%; }

.r4x1:before {
  padding-bottom: 25%; }

.r5x1:before {
  padding-bottom: 20%; }
/* Use scale with ratio to */
.scale {
  position: relative;
  background-color: none; }

.scale > .fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center; }
/* Design Tools */
#show_grid {
  content: '';
  background: linear-gradient(0deg, rgba(51, 51, 51, 1) 1px, transparent 1px) repeat top center / 24px 24px, linear-gradient(0deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px) repeat top center / 12px 12px;
  pointer-events: none; }

.show_size {
  overflow: hidden; }

.theSize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  font: 1.25rem arial, san-serif;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none; }

.ctr {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.rgt, .all-rgt > * {
  float: right; }

.lft, .all-lft > * {
  float: left; }

.clrfx:after, .no-flex [flex-box]:after, .eF .fieldset:after, .eF fieldset:after, .site_width:after, .ctr:after, fieldset:after, .fieldset:after, tab-section:after, section-block:after {
  content: "";
  display: table;
  clear: both; }

.clr, .ctr {
  clear: both; }

.clr_lft {
  clear: left; }

.clr_rgt {
  clear: right; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.noline {
  text-decoration: none; }

.accessibility {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.list_bars li {
  position: relative;
  margin-right: 1px; }

.list_bars li:after {
  content: '|';
  position: absolute;
  top: -2px;
  right: -1px; }

.list_bars li:last-child:after {
  content: ''; }

.list_bars li:last-child {
  margin-right: 0; }

.nowrap {
  white-space: nowrap; }

.serif {
  font-family: "Times New Roman", Times, serif; }

.sans {
  font-family: Helvetica, Arial, sans-serif; }

.line_h0 {
  line-height: 1 !important; }

.font_uc {
  text-transform: uppercase; }

.font_lc {
  text-transform: lowercase; }

.font_nc {
  text-transform: none; }

.csr_default {
  cursor: default; }

.csr_pointer {
  cursor: pointer; }

.csr_move {
  cursor: move; }
/* Icons */
[icon~="menu"]:not([icon~=after]):before, [icon~="menu"][icon~=after]:after {
  content: '\f3a3'; }

[icon~="close"]:not([icon~=after]):before, [icon~="close"][icon~=after]:after {
  content: '\f20c'; }

[icon~="open-in-new"]:not([icon~=after]):before, [icon~="open-in-new"][icon~=after]:after {
  content: '\f403'; }

[icon~="delete"]:not([icon~=after]):before, [icon~="delete"][icon~=after]:after {
  content: '\f25a'; }

[icon~="arrow-left"]:not([icon~=after]):before, [icon~="arrow-left"][icon~=after]:after {
  content: '\f13d'; }

[icon~="arrow-right"]:not([icon~=after]):before, [icon~="arrow-right"][icon~=after]:after {
  content: '\f142'; }

[icon~="arrow-up"]:not([icon~=after]):before, [icon~="arrow-up"][icon~=after]:after {
  content: '\f147'; }

[icon~="arrow-down"]:not([icon~=after]):before, [icon~="arrow-down"][icon~=after]:after {
  content: '\f137'; }

[icon~="arrow-expand"]:not([icon~=after]):before, [icon~="arrow-expand"][icon~=after]:after {
  content: '\f13c'; }

[icon~="arrow-collapse"]:not([icon~=after]):before, [icon~="arrow-collapse"][icon~=after]:after {
  content: '\f136'; }

[icon~="fullscreen"]:not([icon~=after]):before, [icon~="fullscreen"][icon~=after]:after {
  content: '\f306'; }

[icon~="fullscreen-exit"]:not([icon~=after]):before, [icon~="fullscreen-exit"][icon~=after]:after {
  content: '\f307'; }

[icon~="menu-left"]:not([icon~=after]):before, [icon~="menu-left"][icon~=after]:after {
  content: '\f3a5'; }

[icon~="menu-right"]:not([icon~=after]):before, [icon~="menu-right"][icon~=after]:after {
  content: '\f3a6'; }

[icon~="menu-up"]:not([icon~=after]):before, [icon~="menu-up"][icon~=after]:after {
  content: '\f3a7'; }

[icon~="menu-down"]:not([icon~=after]):before, [icon~="menu-down"][icon~=after]:after {
  content: '\f3a4'; }

[icon~="file-pdf"]:not([icon~=after]):before, [icon~="file-pdf"][icon~=after]:after {
  content: '\f2ad'; }

[icon~="file-document"]:not([icon~=after]):before, [icon~="file-document"][icon~=after]:after {
  content: '\f2a4'; }

[icon~="close"]:not([icon~=after]):before, [icon~="close"][icon~=after]:after {
  content: '\f20c'; }

[icon~="magnify"]:not([icon~=after]):before, [icon~="magnify"][icon~=after]:after {
  content: '\f393'; }

[icon~="lock"]:not([icon~=after]):before, [icon~="lock"][icon~=after]:after {
  content: '\f38a'; }

[icon~="pencil"]:not([icon~=after]):before, [icon~="pencil"][icon~=after]:after {
  content: '\f41e'; }

[icon~="arrow-right-bold-circle"]:not([icon~=after]):before, [icon~="arrow-right-bold-circle"][icon~=after]:after {
  content: '\f144'; }

[icon~="arrow-left-bold-circle"]:not([icon~=after]):before, [icon~="arrow-left-bold-circle"][icon~=after]:after {
  content: '\f13f'; }

[icon~="email"]:not([icon~=after]):before, [icon~="email"][icon~=after]:after {
  content: '\f283'; }

[icon~="email-outline"]:not([icon~=after]):before, [icon~="email-outline"][icon~=after]:after {
  content: '\f285'; }

[icon~="checkbox-blank-circle-outline"]:not([icon~=after]):before, [icon~="checkbox-blank-circle-outline"][icon~=after]:after {
  content: '\f1eb'; }

[icon~="checkbox-marked-circle-outline"]:not([icon~=after]):before, [icon~="checkbox-marked-circle-outline"][icon~=after]:after {
  content: '\f1ef'; }

[icon~="checkbox-marked-circle"]:not([icon~=after]):before, [icon~="checkbox-marked-circle"][icon~=after]:after {
  content: '\f1ee'; }

[icon~="checkbox-blank-outline"]:not([icon~=after]):before, [icon~="checkbox-blank-outline"][icon~=after]:after {
  content: '\f1ec'; }

[icon~="checkbox-marked-outline"]:not([icon~=after]):before, [icon~="checkbox-marked-outline"][icon~=after]:after {
  content: '\f1f0'; }

[icon~="checkbox-marked"]:not([icon~=after]):before, [icon~="checkbox-marked"][icon~=after]:after {
  content: '\f1ed'; }
/* System Messages and Alerts */
[brs-alert*="text"][brs-alert*="0"], [brs-alert*="box"][brs-alert*="0"] {
  color: #3a70d3; }

[brs-alert*="text"][brs-alert*="1"], [brs-alert*="box"][brs-alert*="1"] {
  color: #73c67b; }

[brs-alert*="text"][brs-alert*="2"], [brs-alert*="box"][brs-alert*="2"] {
  color: #ffc67b; }

[brs-alert*="text"][brs-alert*="3"], [brs-alert*="box"][brs-alert*="3"] {
  color: #b21a4a; }

[brs-alert*="label"], [brs-alert*="hov"]:hover, [brs-alert*="tag"] {
  color: white;
  display: block;
  padding: 0 12px; }

[brs-alert*="label"][brs-alert*="0"], [brs-alert*="hov"]:hover[brs-alert*="0"], [brs-alert*="tag"][brs-alert*="0"] {
  background-color: #3a70d3; }

[brs-alert*="label"][brs-alert*="1"], [brs-alert*="hov"]:hover[brs-alert*="1"], [brs-alert*="tag"][brs-alert*="1"] {
  background-color: #73c67b; }

[brs-alert*="label"][brs-alert*="2"], [brs-alert*="hov"]:hover[brs-alert*="2"], [brs-alert*="tag"][brs-alert*="2"] {
  background-color: #ffc67b; }

[brs-alert*="label"][brs-alert*="3"], [brs-alert*="hov"]:hover[brs-alert*="3"], [brs-alert*="tag"][brs-alert*="3"] {
  background-color: #b21a4a; }

[brs-alert*="tag"] {
  display: inline-block;
  border-radius: 3px; }

[brs-alert*="box"] {
  display: block;
  padding: 0 12px;
  border: 1px dashed; }

[brs-alert*="box"][brs-alert*="0"] {
  background-color: #f5f8fd; }

[brs-alert*="box"][brs-alert*="1"] {
  background-color: #f8fcf8; }

[brs-alert*="box"][brs-alert*="2"] {
  background-color: #fffcf8; }

[brs-alert*="box"][brs-alert*="3"] {
  background-color: #fbf4f6; }
/* Global Site Layout */
html {
  font-size: 16px;
  overflow-y: scroll; }

body {
  font: 16px/24px Helvetica, Arial, sans-serif;
  background: black;
  color: #555;
  position: relative; }

a {
  text-decoration: none; }

nav a {
  text-decoration: none;
  transition: color 0.1s ease-in; }

nav a a:hover, nav a a.current {
  transition: color 0.02s ease-in;
  color: #afadaf; }

.site_width {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  position: relative; }

@media only screen and (max-width: 959px) {
    .site_width {
      max-width: 959px; } }

#site, #header, #main, #footer {
  position: relative; }

#announcement {
  padding: 12px;
  color: white;
  border-top: 6px solid #6abd45;
  background: #0a2343; }

#header {
  z-index: 10;
  border-top: 6px solid #6abd45;
  background: white; }

#header nav, #header nav ul {
  background: none;
  text-transform: uppercase; }

#header a {
  color: #555;
  border-bottom: 0px solid transparent; }

#header a:hover {
  border-color: #6abd45; }

#header a.current {
  border-color: #afadaf; }

#tools {
  position: absolute;
  top: 18px;
  right: 18px; }

#tools a[icon] {
  color: #0a2343; }
  #tools a[icon]:hover {
    color: #6abd45; }

#main_nav, #mobile_nav {
  background: #0a2343;
  border-bottom: 6px solid #6abd45; }

#main_nav ul, #mobile_nav ul {
  padding: 0 24px; }

#main_nav li, #mobile_nav li {
  /*@include flex-grow(1);*/
  text-align: center; }

#main_nav a, #mobile_nav a {
  color: white;
  padding: 0 6px; }

#main_nav a:hover, #mobile_nav a:hover {
  color: #b5dea2;
  background: none; }

#main_nav li.current a, #mobile_nav li.current a {
  background: #6abd45;
  color: white; }

#mobile_nav {
  display: none; }

#logo {
  cursor: pointer;
  padding: 24px;
  margin-top: -6px; }

#logo img {
  width: 100%; }

#main {
  padding-top: 0;
  position: relative;
  z-index: 2;
  background: #0a2343; }

#banner {
  background: #88ca6a;
  overflow: hidden;
  min-height: 120px;
  position: relative;
  z-index: 2;
  margin-top: -6px; }

#banner .site_width {
  padding: 0 24px; }

#page {
  position: relative;
  min-height: 480px;
  position: relative;
  z-index: 1;
  padding: 24px; }

#page ul[flex-menu] {
  margin: 0;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none; }
  #page ul[flex-menu] a {
    color: #333;
    min-height: 36px;
    line-height: 18px;
    font-size: 12px;
    padding: 9px 0 9px 6px;
    border-left: 2px solid transparent; }
    #page ul[flex-menu] a small {
      line-height: 1;
      font-size: 11px;
      text-transform: uppercase;
      color: white;
      letter-spacing: 1px; }
    #page ul[flex-menu] a:hover {
      border-color: #afadaf;
      background: #e6e6e6; }
    #page ul[flex-menu] a.current {
      border-color: #6abd45;
      background: #e1f2da; }

#page article {
  position: relative;
  z-index: 1;
  background: white; }

.copy, .copy aside {
  padding: 18px; }

.copy [flex-box=row] > * {
  margin-left: 24px; }
  .copy [flex-box=row] > *:first-child {
    margin-left: 0; }

.copy h2 {
  color: #000;
  font-size: 18px; }

.copy p a, .copy ul a, .copy ol a, .copy blockquote a, .copy table a {
  text-decoration: underline;
  color: #6abd45; }

.copy table {
  line-height: 1.25; }

.copy td, .copy th {
  padding: 12px 6px; }
  .copy td > *:last-child, .copy th > *:last-child {
    margin-bottom: 0 !important; }

.copy th {
  background: #97d17d; }

.copy td {
  border-bottom: 1px solid #d2ebc7; }

.copy tr:hover {
  background: #d2ebc7; }

.copy h1:first-child, header h1:first-child {
  color: #6abd45;
  font-size: 24px;
  font-weight: bold;
  margin-top: -6px; }

#site .swiper-button-next, #site .swiper-button-prev {
  background: none;
  color: white;
  opacity: 0.8;
  width: auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
  #site .swiper-button-next:before, #site .swiper-button-prev:before {
    font-size: 3vw; }
  #site .swiper-button-next:hover, #site .swiper-button-prev:hover {
    opacity: 1; }

#site #page .swiper-button-next:before, #site #page .swiper-button-prev:before {
  font-size: 24px; }

#site .swiper-button-prev {
  left: 12px; }

#site .swiper-button-next {
  right: 12px; }

#site .swiper-pagination-bullet-active {
  background: #6abd45; }

#site .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

#site .swiper-slide {
  text-align: center;
  background: #eee;
  display: -webkit-box;
  display: -moz-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;
  /* TWEENER - IE 10 */
  display: flex;
  /* NEW - Chrome */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

#site_lft, #site_rgt {
  width: 20%;
  padding: 18px; }

#site_lft h2, #site_rgt h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 0;
  margin-top: -6px;
  font-weight: normal;
  opacity: 0.8; }

#site_lft h2 a, #site_rgt h2 a {
  text-decoration: none; }

#site_lft {
  background: #88ca6a;
  margin-right: 24px; }

#site_rgt {
  background: #afadaf;
  margin-left: 24px; }

#footer {
  background: black;
  border-top: 3px solid #afadaf; }

#footer div {
  text-align: center;
  padding: 24px;
  position: relative;
  color: white; }
/* Custom Tags */
[flex-media] {
  display: -webkit-box;
  display: -moz-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;
  /* TWEENER - IE 10 */
  display: flex;
  /* NEW - Chrome */
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  border: 2px solid #555; }

[flex-media] figure, [flex-media] iframe {
  margin: 0;
  background: #777; }

[flex-media] figcaption {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.-m-only {
  display: none !important; }

@media only screen and (max-width: 959px) {
  .-m-only {
    display: block !important; }
    .-m-hide, #main_nav {
      display: none !important; }
    #header {
      padding: 0;
      border-top: none; }
    body {
      padding-top: 36px; }
    #mobile_nav {
      display: block;
      position: fixed;
      -webkit-backface-visibility: hidden;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      border: none;
      z-index: 5; }
      #mobile_nav nav {
        background: #0a2343;
        border-bottom: 6px solid #6abd45;
        width: 100%;
        padding: 0 12px; }
        #mobile_nav nav:before {
          content: 'VIEW MENU';
          color: white;
          line-height: 36px; }
        #mobile_nav nav ul {
          display: none; }
        #mobile_nav nav ul.open {
          display: -webkit-box;
          display: -moz-box;
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -ms-flexbox;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -webkit-flex;
          /* TWEENER - IE 10 */
          display: flex;
          /* NEW - Chrome */
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
          max-height: none;
          padding: 0; }
        #mobile_nav nav li {
          width: 100%; }
        #tools {
          position: fixed;
          top: 5px;
          right: 6px;
          z-index: 10; }
    #tools a[icon] {
      color: white; }
    #page {
      padding: 6px; }
      #page, #page .copy [flex-box~=row] {
        display: -webkit-box;
        display: -moz-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -webkit-flex;
        /* TWEENER - IE 10 */
        display: flex;
        /* NEW - Chrome */
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border: none; }
      #page .copy [flex-box~=row] > * {
        margin-left: 0;
        width: 100%; }
    #site_lft {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -ms-flex-order: 2;
      /* OLD - Firefox 19- */
      -webkit-order: 2;
      /* TWEENER - IE 10 */
      order: 2;
      /* NEW - Chrome */ }
    #site_rgt {
      width: 100%;
      margin: 0;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -ms-flex-order: 3;
      /* OLD - Firefox 19- */
      -webkit-order: 3;
      /* TWEENER - IE 10 */
      order: 3;
      /* NEW - Chrome */ }
    #footer div {
      padding: 6px; } }

.-r-only {
  display: none; }

.-d-only {
  display: none; }

.-m-only {
  display: none; }

@media only screen and (max-width: 959px) {
  *.-m-x1-1, .-m-xy1-1, .-m-all-xy1-1 > *, .-m-all-x1-1 > * {
    width: 100%; }
    *.-m-y1-1, .-m-xy1-1, .-m-all-xy1-1 > *, .-m-all-y1-1 > * {
      height: 100%; }
    *.-m-x1-2, .-m-xy1-2, .-m-all-xy1-2 > *, .-m-all-x1-2 > * {
      width: 50%; }
    *.-m-y1-2, .-m-xy1-2, .-m-all-xy1-2 > *, .-m-all-y1-2 > * {
      height: 50%; }
    *.-m-x1-3, .-m-xy1-3, .-m-all-xy1-3 > *, .-m-all-x1-3 > * {
      width: 33.33333%; }
    *.-m-y1-3, .-m-xy1-3, .-m-all-xy1-3 > *, .-m-all-y1-3 > * {
      height: 33.33333%; }
    *.-m-x2-3, .-m-xy2-3, .-m-all-xy2-3 > *, .-m-all-x2-3 > * {
      width: 66.66667%; }
    *.-m-y2-3, .-m-xy2-3, .-m-all-xy2-3 > *, .-m-all-y2-3 > * {
      height: 66.66667%; }
    .-m-hide {
      display: none; }
    .-m-pad0 {
      padding: 0 !important; }
    .-m-only {
      display: block; } }

@media only screen and (max-width: 1440px) {
  .-d-hide {
    display: none; }
    .-d-pad0 {
      padding: 0 !important; }
    .-d-only {
      display: block; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .-r-hide {
    display: none; }
    .-r-pad0 {
      padding: 0 !important; }
    .-r-only {
      display: block; } }
/* @import "site/_mobile.scss"; */
