/* UNT Foundation */
/*! 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.
 */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:300,400,500,700,900|Roboto+Condensed:300,400,700|Montserrat:100,200,300,400,500,600,700,800,900");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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; }

meta.foundation-version {
  font-family: "/5.5.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 48em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:48.063em) and (max-width:60em)/";
  width: 48.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:60.063em)/";
  width: 60.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:60.063em) and (max-width:75em)/";
  width: 60.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75.063em)/";
  width: 75.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:75.063em) and (max-width:120em)/";
  width: 75.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 48.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 60.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #00853e;
  border-color: #007235;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #00853e; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #00853e; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #00853e;
  border-color: #006a32;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #006a32; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00853e;
    border-color: #006a32;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #006a32; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00853e; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 48.063em) {
  button, .button {
    display: inline-block; } }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
  transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
  -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      -webkit-transition: background-color 300ms ease-out;
      -o-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #00853e;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #00853e; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 48.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

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

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

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

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

@media only screen and (max-width: 48em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 48.063em) and (max-width: 60em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 60.063em) and (max-width: 75em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 75.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 75.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

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

/* Default Link Styles */
a {
  /* *** THIS IS IN FOUNDATION COMPONENTS TYPE.scss ***
REMOVED THE ANCHOR LINK COLOR AND TEXT DECORATION STYLES TO OVERRIDE FOUNDATION AND MAKE IT MORE SEMANTIC VIA THE UNT FOUNDATION BASE THEME */
  line-height: inherit; }
  a:hover, a:focus {
    color: #007235; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

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

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 48.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    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 #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  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; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.8125rem; }

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 48em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        -webkit-box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -o-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        background-color: #00853e;
        border-color: #006a32;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #006a32; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      background-color: #00853e;
      border-color: #006a32;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #006a32; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #00853e;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #007235;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 48.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    max-width: 75rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -o-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #00853e; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #007235;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 0.9375rem;
      height: 2.8125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #00853e;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 48.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 60.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 75.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.admin-menu .fixed {
  top: 1.8125rem; }

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0; }

.reveal-modal {
  z-index: 999; }

.item-list .pager {
  clear: none; }

.item-list .pager li {
  padding: 0; }

html, body {
  margin: 0;
  padding: 0;
  height: auto; }

main[role="content"].row, main.row {
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    main[role="content"].row, main.row {
      width: 100%; } }
  @media only screen and (min-width: 600px) {
    main[role="content"].row, main.row {
      width: 600px; } }
  @media only screen and (min-width: 900px) {
    main[role="content"].row, main.row {
      width: 900px; } }
  @media only screen and (min-width: 1200px) {
    main[role="content"].row, main.row {
      width: 1200px; } }
  @media only screen and (min-width: 1600px) {
    main[role="content"].row, main.row {
      width: 1600px; } }

.std-body {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.wide-body main[role="content"].row, .wide-body main.row {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .wide-body main[role="content"].row .main.columns, .wide-body main.row .main.columns {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .wide-body main[role="content"].row .main.columns > .row, .wide-body main.row .main.columns > .row {
      max-width: 100%; }

.wide-body .section > .box > .row,
.wide-body .section > .box-wide > .row {
  margin-left: 0;
  margin-right: 0; }

.wide-body .row .row {
  margin-left: 0;
  margin-right: 0; }

.section {
  width: 100%; }
  .section::after {
    content: "";
    clear: both;
    width: 100%;
    height: 0px;
    display: block; }
  .section .row {
    width: 100%;
    max-width: 100%;
    display: inline-block; }
    @media only screen and (max-width: 599px) {
      .section .row {
        margin-left: 0;
        margin-right: 0; } }
    .section .row.has-no-columns {
      margin-left: 0;
      margin-right: 0; }
  .section .columns {
    float: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.85rem; }
    .section .columns.tint {
      background: rgba(0, 0, 0, 0.15); }

.box {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: 0.42s;
  -moz-transition: 0.42s;
  -ms-transition: 0.42s;
  -o-transition: 0.42s;
  transition: 0.42s; }
  @media only screen and (min-width: 600px) {
    .box {
      width: 600px; } }
  @media only screen and (min-width: 900px) {
    .box {
      width: 900px; } }
  @media only screen and (min-width: 1200px) {
    .box {
      width: 1200px; } }
  @media only screen and (min-width: 1600px) {
    .box {
      width: 1600px; } }
  @media only screen and (min-width: 1800px) {
    .box {
      width: 1800px; } }
  .box.wide {
    width: 100%;
    max-width: 100%; }

.g-1 {
  width: 8.33333%; }

.g-2 {
  width: 16.66667%; }

.g-3 {
  width: 25%; }

.g-4 {
  width: 33.33333%; }

.g-5 {
  width: 41.66667%; }

.g-6 {
  width: 50%; }

.g-7 {
  width: 58.33333%; }

.g-8 {
  width: 66.66667%; }

.g-9 {
  width: 75%; }

.g-10 {
  width: 83.33333%; }

.g-11 {
  width: 91.66667%; }

.g-12 {
  width: 100%; }

@media only screen and (max-width: 599px) {
  .mobile-1 {
    width: 8.33333%; }
  .mobile-2 {
    width: 16.66667%; }
  .mobile-3 {
    width: 25%; }
  .mobile-4 {
    width: 33.33333%; }
  .mobile-5 {
    width: 41.66667%; }
  .mobile-6 {
    width: 50%; }
  .mobile-7 {
    width: 58.33333%; }
  .mobile-8 {
    width: 66.66667%; }
  .mobile-9 {
    width: 75%; }
  .mobile-10 {
    width: 83.33333%; }
  .mobile-11 {
    width: 91.66667%; }
  .mobile-12 {
    width: 100%; } }

@media only screen and (min-width: 600px) {
  .gd-1 {
    width: 8.33333%; }
  .gd-2 {
    width: 16.66667%; }
  .gd-3 {
    width: 25%; }
  .gd-4 {
    width: 33.33333%; }
  .gd-5 {
    width: 41.66667%; }
  .gd-6 {
    width: 50%; }
  .gd-7 {
    width: 58.33333%; }
  .gd-8 {
    width: 66.66667%; }
  .gd-9 {
    width: 75%; }
  .gd-10 {
    width: 83.33333%; }
  .gd-11 {
    width: 91.66667%; }
  .gd-12 {
    width: 100%; } }

@media only screen and (max-width: 360px) {
  .gxs-1 {
    width: 8.33333%; }
  .gxs-2 {
    width: 16.66667%; }
  .gxs-3 {
    width: 25%; }
  .gxs-4 {
    width: 33.33333%; }
  .gxs-5 {
    width: 41.66667%; }
  .gxs-6 {
    width: 50%; }
  .gxs-7 {
    width: 58.33333%; }
  .gxs-8 {
    width: 66.66667%; }
  .gxs-9 {
    width: 75%; }
  .gxs-10 {
    width: 83.33333%; }
  .gxs-11 {
    width: 91.66667%; }
  .gxs-12 {
    width: 100%; } }

@media only screen and (min-width: 600px) {
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; } }

@media only screen and (min-width: 900px) {
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; } }

@media only screen and (min-width: 1200px) {
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; } }

@media only screen and (min-width: 1600px) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: block; }

.columns.parent {
  padding: 0; }

.columns.parent.main, .columns.sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.wide-body .columns.sidebar {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 599px) {
  .columns.mobile {
    display: inline-block; } }

@media only screen and (min-width: 600px) {
  .columns.mobile {
    display: none; } }

.columns.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none !important; }

.columns.right {
  margin-left: auto;
  margin-right: auto;
  float: right; }

@media only screen and (max-width: 599px) {
  .columns.desktop {
    display: none; } }

@media only screen and (min-width: 600px) {
  .columns.desktop {
    display: inline-block; } }

.box {
  margin: 0 auto; }

.row {
  max-width: 100%; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-container .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: block;
    margin: 0 0 0 1px; }

.pad {
  padding: 3rem; }
  .pad-x {
    padding: 0 3rem; }
    .pad-x-small {
      padding: 0 1rem; }
      @media only screen and (max-width: 599px) {
        .pad-x-small {
          padding: 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-x-small {
          padding: 0 calc($pad/1.5); } }
    .pad-x-big {
      padding: 0 5rem; }
      @media only screen and (max-width: 599px) {
        .pad-x-big {
          padding: 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-x-big {
          padding: 0 calc($pad/1.5); } }
    .pad-x-huge {
      padding: 0 7.5rem; }
      @media only screen and (max-width: 599px) {
        .pad-x-huge {
          padding: 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-x-huge {
          padding: 0 calc($pad/1.5); } }
    .pad-x-monster {
      padding: 0 10rem; }
      @media only screen and (max-width: 599px) {
        .pad-x-monster {
          padding: 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-x-monster {
          padding: 0 calc($pad/1.5); } }
  .pad-y {
    padding: 3rem 0; }
    .pad-y-small {
      padding: 1rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-y-small {
          padding: calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-y-small {
          padding: calc($pad/1.5) 0; } }
    .pad-y-big {
      padding: 5rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-y-big {
          padding: calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-y-big {
          padding: calc($pad/1.5) 0; } }
    .pad-y-huge {
      padding: 7.5rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-y-huge {
          padding: calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-y-huge {
          padding: calc($pad/1.5) 0; } }
    .pad-y-monster {
      padding: 10rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-y-monster {
          padding: calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-y-monster {
          padding: calc($pad/1.5) 0; } }
  .pad-top {
    padding: 3rem 0 0 0; }
    .pad-top-small {
      padding: 1rem 0 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-top-small {
          padding: calc($pad/2) 0 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-top-small {
          padding: calc($pad/1.5) 0 0 0; } }
    .pad-top-big {
      padding: 5rem 0 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-top-big {
          padding: calc($pad/2) 0 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-top-big {
          padding: calc($pad/1.5) 0 0 0; } }
    .pad-top-huge {
      padding: 7.5rem 0 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-top-huge {
          padding: calc($pad/2) 0 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-top-huge {
          padding: calc($pad/1.5) 0 0 0; } }
    .pad-top-monster {
      padding: 10rem 0 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-top-monster {
          padding: calc($pad/2) 0 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-top-monster {
          padding: calc($pad/1.5) 0 0 0; } }
  .pad-right {
    padding: 0 3rem 0 0; }
    .pad-right-small {
      padding: 0 1rem 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-right-small {
          padding: 0 calc($pad/2) 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-right-small {
          padding: 0 calc($pad/1.5) 0 0; } }
    .pad-right-big {
      padding: 0 5rem 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-right-big {
          padding: 0 calc($pad/2) 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-right-big {
          padding: 0 calc($pad/1.5) 0 0; } }
    .pad-right-huge {
      padding: 0 7.5rem 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-right-huge {
          padding: 0 calc($pad/2) 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-right-huge {
          padding: 0 calc($pad/1.5) 0 0; } }
    .pad-right-monster {
      padding: 0 10rem 0 0; }
      @media only screen and (max-width: 599px) {
        .pad-right-monster {
          padding: 0 calc($pad/2) 0 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-right-monster {
          padding: 0 calc($pad/1.5) 0 0; } }
  .pad-bottom {
    padding: 0 0 3rem 0; }
    .pad-bottom-small {
      padding: 0 0 1rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-bottom-small {
          padding: 0 0 calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-bottom-small {
          padding: 0 0 calc($pad/1.5) 0; } }
    .pad-bottom-big {
      padding: 0 0 5rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-bottom-big {
          padding: 0 0 calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-bottom-big {
          padding: 0 0 calc($pad/1.5) 0; } }
    .pad-bottom-huge {
      padding: 0 0 7.5rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-bottom-huge {
          padding: 0 0 calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-bottom-huge {
          padding: 0 0 calc($pad/1.5) 0; } }
    .pad-bottom-monster {
      padding: 0 0 10rem 0; }
      @media only screen and (max-width: 599px) {
        .pad-bottom-monster {
          padding: 0 0 calc($pad/2) 0; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-bottom-monster {
          padding: 0 0 calc($pad/1.5) 0; } }
  .pad-left {
    padding: 0 0 0 3rem; }
    .pad-left-small {
      padding: 0 0 0 1rem; }
      @media only screen and (max-width: 599px) {
        .pad-left-small {
          padding: 0 0 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-left-small {
          padding: 0 0 0 calc($pad/1.5); } }
    .pad-left-big {
      padding: 0 0 0 5rem; }
      @media only screen and (max-width: 599px) {
        .pad-left-big {
          padding: 0 0 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-left-big {
          padding: 0 0 0 calc($pad/1.5); } }
    .pad-left-huge {
      padding: 0 0 0 7.5rem; }
      @media only screen and (max-width: 599px) {
        .pad-left-huge {
          padding: 0 0 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-left-huge {
          padding: 0 0 0 calc($pad/1.5); } }
    .pad-left-monster {
      padding: 0 0 0 10rem; }
      @media only screen and (max-width: 599px) {
        .pad-left-monster {
          padding: 0 0 0 calc($pad/2); } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        .pad-left-monster {
          padding: 0 0 0 calc($pad/1.5); } }

html {
  font-size: 100%; }

body {
  color: #444; }
  @media only screen and (max-width: 899px) {
    body {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 900px) {
    body {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (min-width: 1200px) {
    body {
      font-size: 17px;
      font-size: 1.0625rem; } }

h1#page-title {
  margin: 3rem 0 2rem 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  h1#page-title.hide {
    display: none; }
  .wide-body h1#page-title {
    padding: 0; }
  @media only screen and (max-width: 599px) {
    h1#page-title {
      margin: 20px 5px 1rem 5px; } }

h1 {
  color: #002c14;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  h1.site-name {
    opacity: 1;
    filter: alpha(opacity=100); }

h2 {
  color: #555;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.2; }
  aside.sidebar h2 {
    color: #002c14;
    line-height: 1.15;
    font-size: 2rem;
    margin-bottom: 1.5rem; }
    aside.sidebar h2.title {
      margin-top: 0.35rem; }

h3 {
  color: #555;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.33; }
  aside.sidebar h3 {
    font-size: 1.55rem;
    line-height: 1.2; }

h4 {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.25; }
  aside.sidebar h4 {
    font-size: 1.25rem;
    line-height: 1.20; }

h5 {
  color: #006a31;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.4; }
  aside.sidebar h5 {
    font-size: 1.05rem;
    line-height: 1.25; }

h6 {
  color: #006a31;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4; }
  aside.sidebar h6 {
    font-size: .9rem;
    line-height: 1.4; }

p, li, blockquote {
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 100; }

@media only screen and (min-width: 900px) {
  p, li, blockquote {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 25px; }
    aside.sidebar p, aside.sidebar li, aside.sidebar blockquote {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px; } }

@media only screen and (min-width: 1200px) {
  p, li, blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px; }
    aside.sidebar p, aside.sidebar li, aside.sidebar blockquote {
      line-height: 22px;
      font-size: 15px;
      font-size: 0.9375rem; } }

@media only screen and (min-width: 1600px) {
  p, li, blockquote {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 26px; }
    aside.sidebar p, aside.sidebar li, aside.sidebar blockquote {
      font-size: 16px;
      font-size: 1rem;
      line-height: 23px; } }

a, a:link, a:active, a:visited {
  color: #00853e;
  text-decoration: underline; }

a.active, a:hover, a:focus {
  color: #111111; }

.notes {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  font-style: italic;
  line-height: 1.35em; }
  @media only screen and (max-width: 599px) {
    .notes {
      font-size: 9px;
      font-size: 0.5625rem; } }

.title {
  margin-top: 0; }

.alert-box ul {
  font-size: 1em;
  margin-bottom: 0; }

.dark-panel * {
  color: #fff; }

blockquote {
  width: 95%;
  max-width: 95%;
  margin: 2rem auto;
  padding: 0.5rem 1.25rem 1px 1.25rem; }

.red-star {
  color: #d00;
  font-weight: bold;
  padding-right: 0.25rem; }

table {
  width: 95%;
  max-width: 95%;
  margin: 2rem auto 3rem auto;
  border: solid 1px #efefef; }
  table tr:nth-of-type(2n) {
    background: transparent; }
  table tr:hover {
    background: #fafafa; }
  table th {
    background: #efefef;
    font-family: "Montserrat", Verdana, sans-serif; }
  table th, table td {
    border: solid 1px #efefef;
    border-width: 0 1px 1px 0; }
  table td:hover, table td:focus {
    background: rgba(0, 0, 0, 0.025); }

.notes,
.table-notes {
  width: 95%;
  max-width: 95%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin: -2.75rem auto 2rem auto;
  font-size: .75em;
  font-style: italic;
  line-height: 2rem; }

#admin-menu-wrapper li {
  font-size: 11px;
  line-height: 15.4px; }

#skip {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 4rem; }
  #skip a {
    color: #fff;
    margin: 5px 0 !important;
    background-color: #00853e !important;
    padding: 10px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: solid 2px #fff; }

header[role="banner"] {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #006a31; }
  @media only screen and (max-width: 599px) {
    header[role="banner"] {
      position: relative;
      background: #00853e; } }
  header[role="banner"] span.hidden-button-text {
    display: none; }
  header[role="banner"] .header {
    height: 45px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 600px) {
      header[role="banner"] .header {
        height: 80px;
        margin: 0 auto; } }
    @media only screen and (max-width: 599px) {
      header[role="banner"] .header {
        height: auto;
        padding-top: 45px; }
        header[role="banner"] .header #site-name {
          display: block;
          width: 100%;
          height: auto;
          max-width: 100%;
          padding: 5px 5px 7px 5px;
          border-top: solid 1px #fff;
          background-color: #454545;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000));
          background-image: -webkit-linear-gradient(top, #454545, #000);
          background-image: -moz-linear-gradient(top, #454545, #000);
          background-image: -ms-linear-gradient(top, #454545, #000);
          background-image: -o-linear-gradient(top, #454545, #000);
          background-image: linear-gradient(top, #454545, #000);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#454545', endColorStr='#000'); }
          header[role="banner"] .header #site-name #site-name-wrapper {
            position: relative;
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            top: inherit !important;
            right: inherit !important;
            bottom: inherit !important;
            left: inherit !important;
            position: inherit !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
            transform: none !important; }
            header[role="banner"] .header #site-name #site-name-wrapper h1.site-name {
              font-size: 20px;
              font-size: 1.25rem;
              letter-spacing: normal;
              line-height: 22px;
              line-height: 24px;
              font-family: "Open Sans", Verdana, sans-serif;
              font-family: "Oswald", sans-serif;
              font-weight: 700;
              font-weight: 300;
              margin: 2px 2px 5px 2px;
              margin: 5px 2px 7px 2px;
              letter-spacing: 0.05rem; } }
    @media only screen and (min-width: 1200px) {
      header[role="banner"] .header {
        width: 1200px; } }
    @media only screen and (min-width: 1600px) {
      header[role="banner"] .header {
        width: 1600px; } }
  @media only screen and (min-width: 600px) {
    header[role="banner"] #unt-brand {
      width: 115px;
      height: 130px;
      display: inline-block;
      background: url("//webassets.unt.edu/images/d7foundation/unt-1890-banner.svg") center center no-repeat;
      position: absolute;
      top: 5px;
      right: auto;
      bottom: auto;
      left: 5px; } }
  @media only screen and (max-width: 599px) {
    header[role="banner"] #unt-brand {
      width: 75px;
      height: 25px;
      display: inline-block;
      background: url("//webassets.unt.edu/images/d7foundation/unt_lettermark.svg") center center no-repeat;
      position: absolute;
      top: 10px;
      right: auto;
      bottom: auto;
      left: 5px; } }
  header[role="banner"] #site-name {
    width: calc(100% - 195px);
    max-width: calc(100% - 195px);
    position: relative;
    height: 80px;
    display: inline-block; }
    @media only screen and (max-width: 899px) {
      header[role="banner"] #site-name {
        width: calc(100% - 185px);
        max-width: calc(100% - 185px); } }
    header[role="banner"] #site-name a, header[role="banner"] #site-name a:link, header[role="banner"] #site-name a:active, header[role="banner"] #site-name a:visited {
      color: #fff;
      text-decoration: none; }
    header[role="banner"] #site-name a.active, header[role="banner"] #site-name a:hover, header[role="banner"] #site-name a:focus {
      text-decoration: underline; }
    header[role="banner"] #site-name #site-name-wrapper {
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0; }
      @media only screen and (min-width: 600px) {
        header[role="banner"] #site-name #site-name-wrapper {
          padding-left: 130px; } }
    header[role="banner"] #site-name span.department-name {
      display: block;
      font-weight: 600;
      font-family: "Open Sans", Verdana, sans-serif;
      letter-spacing: 0.35px;
      text-transform: uppercase;
      padding-left: 1px; }
      header[role="banner"] #site-name span.department-name a {
        display: block; }
      .scrolled header[role="banner"] #site-name span.department-name {
        display: none; }
      @media only screen and (max-width: 599px) {
        header[role="banner"] #site-name span.department-name {
          display: none; } }
      @media only screen and (min-width: 600px) and (max-width: 899px) {
        header[role="banner"] #site-name span.department-name {
          margin-bottom: 2px;
          font-size: 9px;
          font-size: 0.5625rem;
          line-height: 10px; }
          header[role="banner"] #site-name span.department-name .long {
            font-size: 9px;
            font-size: 0.5625rem;
            font-weight: 400; } }
      @media only screen and (min-width: 900px) and (max-width: 1199px) {
        header[role="banner"] #site-name span.department-name {
          margin-bottom: 3px;
          font-size: 10px;
          font-size: 0.625rem;
          line-height: 11px; }
          header[role="banner"] #site-name span.department-name .long {
            margin-bottom: 4px;
            font-size: 10px;
            font-size: 0.625rem;
            line-height: 11px;
            font-weight: 400; } }
      @media only screen and (min-width: 1200px) {
        header[role="banner"] #site-name span.department-name {
          margin-bottom: 3px;
          font-size: 11px;
          font-size: 0.6875rem;
          line-height: 12px; }
          header[role="banner"] #site-name span.department-name .long {
            margin-bottom: 5px;
            font-size: 10px;
            font-size: 0.625rem;
            line-height: 11px;
            font-weight: 500; } }
    header[role="banner"] #site-name h1.title.site-name {
      margin: 0;
      font-family: "Open Sans", Verdana, sans-serif;
      font-weight: 700; }
      @media only screen and (max-width: 599px) {
        header[role="banner"] #site-name h1.title.site-name {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 22px;
          font-weight: 900; } }
      @media only screen and (min-width: 600px) {
        header[role="banner"] #site-name h1.title.site-name {
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 22px; }
          header[role="banner"] #site-name h1.title.site-name.long {
            font-size: 15px;
            font-size: 0.9375rem;
            line-height: 17px;
            font-weight: 600; } }
      @media only screen and (min-width: 900px) {
        header[role="banner"] #site-name h1.title.site-name {
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 27px; }
          header[role="banner"] #site-name h1.title.site-name.long {
            font-size: 19px;
            font-size: 1.1875rem;
            line-height: 20px; } }
      @media only screen and (min-width: 1200px) {
        header[role="banner"] #site-name h1.title.site-name {
          font-size: 29px;
          font-size: 1.8125rem;
          line-height: 31px; }
          header[role="banner"] #site-name h1.title.site-name.long {
            font-size: 21px;
            font-size: 1.3125rem;
            line-height: 24px; } }
  header[role="banner"] #unt-search {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 5px;
    left: auto;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
    header[role="banner"] #unt-search h2.element-invisible {
      display: none; }
    header[role="banner"] #unt-search form,
    header[role="banner"] #unt-search form#search-block-form {
      width: 180px;
      margin: 0; }
      header[role="banner"] #unt-search form .small-8,
      header[role="banner"] #unt-search form#search-block-form .small-8 {
        width: 150px; }
        header[role="banner"] #unt-search form .small-8 input,
        header[role="banner"] #unt-search form#search-block-form .small-8 input {
          width: 100%;
          margin: 0;
          height: 25px;
          -webkit-box-shadow: 0;
          box-shadow: 0;
          border: inset solid 1px #777;
          font-size: 12px; }
      header[role="banner"] #unt-search form .small-4,
      header[role="banner"] #unt-search form#search-block-form .small-4 {
        width: 30px; }
        header[role="banner"] #unt-search form .small-4 button.postfix,
        header[role="banner"] #unt-search form#search-block-form .small-4 button.postfix {
          height: 25px;
          text-indent: -10000px;
          margin: 0;
          background: #3c3c3c;
          background: url("//webassets.unt.edu/images/d7foundation/icon-search.svg") center center no-repeat #3c3c3c;
          -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2); }
          header[role="banner"] #unt-search form .small-4 button.postfix:hover, header[role="banner"] #unt-search form .small-4 button.postfix:focus,
          header[role="banner"] #unt-search form#search-block-form .small-4 button.postfix:hover,
          header[role="banner"] #unt-search form#search-block-form .small-4 button.postfix:focus {
            background-color: #181818; }
    header[role="banner"] #unt-search a {
      width: 40px;
      height: 40px;
      display: inline-block;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header[role="banner"] #unt-search a:hover, header[role="banner"] #unt-search a:focus {
        background: #00853e; }
        header[role="banner"] #unt-search a:hover + form, header[role="banner"] #unt-search a:focus + form {
          display: block; }

@media only screen and (max-width: 599px) {
  body.adminimal-menu.adminimal-frontend {
    padding-top: 62px !important; }
    body.adminimal-menu.adminimal-frontend .slicknav_menu .slicknav_btn {
      top: 67px !important; }
    body.adminimal-menu.adminimal-frontend .slicknav_menu .slicknav_nav {
      top: 108px !important; } }

#footer {
  position: relative; }
  #footer p, #footer ul, #footer ol, #footer li {
    font-size: 12px; }
    @media only screen and (min-width: 600px) {
      #footer p, #footer ul, #footer ol, #footer li {
        font-size: 11px; } }
  #footer .fa-car {
    font-size: 1.25em; }
  #footer .visitor-info {
    line-height: 2rem; }
  #footer h2, #footer h4 {
    color: #9cce7a;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05rem;
    margin: 0 0 5px 0;
    font-weight: 500; }
  #footer ul.links, #footer ul.menu {
    margin: 0 0 0.75rem -5px; }
    #footer ul.links.quicklinks, #footer ul.menu.quicklinks {
      margin-bottom: 1rem; }
    #footer ul.links li, #footer ul.menu li {
      list-style: none;
      margin-bottom: 0;
      display: inline-block;
      line-height: 1em;
      border-right: solid 1px #454545;
      padding: 0 9px 0 6px; }
      #footer ul.links li:last-child, #footer ul.menu li:last-child {
        padding-right: 0;
        border-right: none; }
      #footer ul.links li:last-child, #footer ul.menu li:last-child {
        margin-bottom: 0; }
      #footer ul.links li a, #footer ul.menu li a {
        font-weight: 500;
        display: inline-block;
        font-size: 11px;
        font-size: 0.6875rem;
        letter-spacing: 0.05rem;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        #footer ul.links li a:hover::before, #footer ul.menu li a:hover::before {
          color: #fff; }
        #footer ul.links li a::before, #footer ul.menu li a::before {
          display: inline-block;
          font-family: "Font Awesome 5 Free", "FontAwesome";
          margin-right: 6px; }
        #footer ul.links li a.email::before, #footer ul.menu li a.email::before {
          content: "\f0e0"; }
        #footer ul.links li a.phone::before, #footer ul.menu li a.phone::before {
          content: "\f095"; }
        #footer ul.links li a.tty-phone::before, #footer ul.menu li a.tty-phone::before {
          content: "\f1e4"; }
    #footer ul.links.last, #footer ul.links:last-child, #footer ul.menu.last, #footer ul.menu:last-child {
      margin-bottom: 10px;
      border: none; }
  #footer .footer-main {
    color: #efefef;
    display: block;
    overflow: hidden;
    padding: 3em 0;
    background: #181818; }
    @media only screen and (min-width: 600px) and (max-width: 899px) {
      #footer .footer-main {
        padding-top: 2.5rem !important;
        padding-bottom: 0rem; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-main {
        padding: 20px 0;
        background: #00853e; } }
    #footer .footer-main a {
      color: #fff;
      text-decoration: none; }
    #footer .footer-main a:hover, #footer .footer-main:focus {
      color: #72b844;
      text-decoration: underline; }
  #footer span.address2 {
    margin-left: -2px; }
  #footer .email-phone .fas, #footer .email-phone .fab, #footer .email-phone .far {
    margin-right: 5px; }
  #footer .footer-brand {
    padding: 0 10px;
    background: #00853e;
    background: transparent;
    display: block;
    float: left; }
    @media only screen and (min-width: 600px) and (max-width: 899px) {
      #footer .footer-brand {
        width: 35%;
        padding-left: 1rem; } }
    @media only screen and (min-width: 900px) {
      #footer .footer-brand {
        width: 225px; } }
    #footer .footer-brand img {
      max-width: 205px;
      display: inline-block; }
    @media only screen and (max-width: 599px) {
      #footer .footer-brand {
        margin-bottom: 0;
        width: 60%;
        padding: 0 0 0 10px;
        display: block;
        float: left;
        text-align: center; }
        #footer .footer-brand img {
          max-width: 200px;
          margin: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          position: relative; } }
    #footer .footer-brand a {
      padding: 10px 25px;
      padding: 0;
      display: block; }
      @media only screen and (max-width: 599px) {
        #footer .footer-brand a {
          display: inline-block;
          width: 96%;
          margin: 5px 0 0 0; } }
    #footer .footer-brand p.mobile {
      margin: 15px 0 0 0;
      text-align: center;
      text-transform: uppercase; }
      #footer .footer-brand p.mobile a {
        display: inline-block;
        font-size: 10px;
        padding: 5px 10px;
        background: #72b844;
        font-weight: bold;
        letter-spacing: .5px; }
      #footer .footer-brand p.mobile span {
        padding: 0 5px; }
    @media only screen and (max-width: 599px) {
      #footer .footer-brand .desktop {
        display: none; }
      #footer .footer-brand .mobile {
        display: block; } }
    @media only screen and (min-width: 600px) {
      #footer .footer-brand .desktop {
        display: block; }
      #footer .footer-brand .mobile {
        display: none; } }
  @media only screen and (min-width: 600px) {
    #footer .footer-menus {
      display: block;
      float: left; } }
  @media only screen and (min-width: 600px) and (max-width: 899px) {
    #footer .footer-menus {
      width: calc(100% - 375px);
      width: 65%;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media only screen and (min-width: 900px) {
    #footer .footer-menus {
      width: calc(100% - 525px);
      padding-left: 1.25rem;
      padding-right: 1rem; } }
  @media only screen and (max-width: 599px) {
    #footer .footer-menus {
      width: 100%;
      display: none; } }
  #footer .footer-menus .quicklinks h2.block-title {
    color: #72b844;
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
    font-weight: 600; }
  #footer .footer-contact {
    text-align: center; }
    #footer .footer-contact p {
      line-height: 1.75em;
      margin-bottom: 1.5em; }
      @media only screen and (max-width: 599px) {
        #footer .footer-contact p {
          font-size: 11px; } }
      #footer .footer-contact p.map-link {
        font-size: 8px;
        margin-bottom: 1.25em; }
    #footer .footer-contact p.footer-site-name {
      line-height: 26px;
      margin: 0 0 15px 0;
      padding: 0 0.5rem;
      font-weight: 700;
      font-size: 22px;
      font-size: 1.375rem;
      font-family: "Open Sans", Verdana, sans-serif; }
      @media only screen and (max-width: 599px) {
        #footer .footer-contact p.footer-site-name {
          display: none; } }
      @media only screen and (min-width: 600px) {
        #footer .footer-contact p.footer-site-name {
          padding: 0 0.75rem;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 20px; } }
      @media only screen and (min-width: 900px) {
        #footer .footer-contact p.footer-site-name {
          padding: 0 1rem;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 22px; } }
      @media only screen and (min-width: 1200px) {
        #footer .footer-contact p.footer-site-name {
          padding: 0 1.25rem;
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 24px; } }
    #footer .footer-contact p.address {
      margin-bottom: 0;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media only screen and (max-width: 599px) {
        #footer .footer-contact p.address {
          display: none; } }
      #footer .footer-contact p.address a::before {
        color: #fff;
        content: "\f3c5";
        display: inline-block;
        font-family: "Font Awesome 5 Free", "FontAwesome";
        margin-right: 2px; }
      #footer .footer-contact p.address a.visitor-info::before {
        content: "\f1b9";
        margin-right: 5px; }
    #footer .footer-contact a, #footer .footer-contact a:link, #footer .footer-contact a:active, #footer .footer-contact a:visited {
      color: #72b844;
      font-weight: bold;
      text-decoration: none; }
    #footer .footer-contact a.active, #footer .footer-contact a:hover, #footer .footer-contact a:focus {
      color: #fff;
      text-decoration: underline; }
    @media only screen and (min-width: 600px) {
      #footer .footer-contact {
        display: block;
        float: left; } }
    @media only screen and (min-width: 600px) and (max-width: 899px) {
      #footer .footer-contact {
        width: calc(100% - 2rem);
        text-align: left;
        padding: 2rem 0 0.5rem 0;
        margin: 2rem 1rem 1rem 1rem;
        border-top: dotted 2px rgba(255, 255, 255, 0.075); }
        #footer .footer-contact .footer-site-name {
          padding-left: 0 !important; } }
    @media only screen and (min-width: 900px) {
      #footer .footer-contact {
        width: 300px; } }
    @media only screen and (max-width: 599px) {
      #footer .footer-contact {
        width: 40%;
        padding: 0 10px;
        display: block;
        float: left; }
        #footer .footer-contact a {
          display: block;
          margin: 0 0 4px 0;
          padding: 6px 0 5px 0;
          color: #fff !important;
          font-weight: 600;
          line-height: 1.5em;
          background: #006a31;
          text-transform: uppercase;
          font-size: 10px;
          text-decoration: none; }
          #footer .footer-contact a .fa {
            font-size: 16px !important; }
          #footer .footer-contact a:last-child {
            margin: 0; }
          #footer .footer-contact a:hover, #footer .footer-contact a:focus {
            background: darker(#006a31, 15%);
            text-decoration: none; } }
  @media only screen and (max-width: 599px) {
    #footer {
      padding-bottom: 96px; } }
  #footer .btn-group {
    padding: 1rem 0; }
    @media only screen and (max-width: 599px) {
      #footer .btn-group {
        padding-top: 0;
        text-align: center; }
        #footer .btn-group a {
          margin-bottom: 0.25rem; } }

.footer-socials {
  color: #fff;
  padding: 10px 0.9375em;
  display: block;
  background: #2d2c2c;
  text-align: center;
  float: none;
  overflow: hidden; }
  .footer-socials .socials-wrapper {
    height: 40px;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-socials .socials-wrapper li {
      display: inline-block;
      list-style: none; }
  .footer-socials a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    display: inline-block;
    color: #efefef;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media only screen and (max-width: 599px) {
      .footer-socials a {
        margin: 0; } }
    .footer-socials a .fa, .footer-socials a .fas, .footer-socials a .fab, .footer-socials a .far {
      font-size: 16px;
      font-size: 1rem;
      line-height: 40px; }
    .footer-socials a img {
      padding: 0px;
      width: 30px;
      height: 30px; }
    .footer-socials a .svg-inline--fa {
      font-size: 1rem;
      vertical-align: middle; }
    .footer-socials a.facebook:hover, .footer-socials a.facebook:focus {
      background: #3b5998; }
    .footer-socials a.twitter:hover, .footer-socials a.twitter:focus {
      background: #55acee; }
    .footer-socials a.youtube:hover, .footer-socials a.youtube:focus {
      background: #cd201f; }
    .footer-socials a.instagram:hover, .footer-socials a.instagram:focus {
      background: #3f729b; }
    .footer-socials a.flickr:hover, .footer-socials a.flickr:focus {
      background: #82B2CF; }
    .footer-socials a.vimeo:hover, .footer-socials a.vimeo:focus {
      background: #85D0E0; }
    .footer-socials a.pinterest:hover, .footer-socials a.pinterest:focus {
      background: #EF554D; }
    .footer-socials a.linkedin:hover, .footer-socials a.linkedin:focus {
      background: #1484CA; }
    .footer-socials a.mobile .fa {
      font-size: 30px;
      line-height: 36px; }
    .footer-socials a.mobile:hover, .footer-socials a.mobile:focus {
      background: #046C35; }
    .footer-socials a.directory .fa {
      font-size: 22px; }
    .footer-socials a.directory:hover, .footer-socials a.directory:focus {
      background: #897B68; }
  @media only screen and (max-width: 599px) {
    .footer-socials {
      padding: 0;
      margin: 1px 0 0 -1px;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 55px;
      left: 0;
      height: 40px;
      width: 100%;
      background: #fff; }
      .footer-socials .socials-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .footer-socials li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 1px 0 0; }
        .footer-socials li:last-child {
          margin-right: 0; }
      .footer-socials a {
        text-align: center;
        display: block;
        padding: 10px 0;
        margin: 0 0 0 1px;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        border-radius: 0;
        width: 100%; }
        .footer-socials a .fa, .footer-socials a .fas, .footer-socials a .fab, .footer-socials a .far {
          font-size: 16px;
          font-size: 1rem;
          line-height: 16px; }
        .footer-socials a img {
          width: 22px;
          height: 22px; }
      .footer-socials .facebook {
        background: #3b5998; }
      .footer-socials .twitter {
        background: #55acee; }
      .footer-socials .instagram {
        background: #3f729b; }
      .footer-socials .flickr {
        background: #82B2CF; }
      .footer-socials .pinterest {
        background: #EF554D; }
      .footer-socials .youtube {
        background: #cd201f; }
      .footer-socials .vimeo {
        background: #85D0E0; }
      .footer-socials .linkedin {
        background: #1484CA; }
      .footer-socials .directory {
        background: #897B68; } }

.mobile-ctas.mobile {
  margin: 0;
  padding: 0;
  list-style: none; }
  .mobile-ctas.mobile li {
    display: block;
    list-style: none;
    margin: 0 0 4px 0; }
  .mobile-ctas.mobile a {
    font-family: "Roboto", sans-serif; }
    .mobile-ctas.mobile a::before {
      display: inline-block;
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-size: 14px;
      font-size: 0.875rem; }
    .mobile-ctas.mobile a.call-us::before {
      content: "\f095"; }
    .mobile-ctas.mobile a.email-us::before {
      content: "\f0e0"; }
    .mobile-ctas.mobile a.unt-map::before {
      content: "\f3c5"; }

#mobile-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1px 0 0 -1px;
  padding: 0; }
  @media only screen and (max-width: 599px) {
    #mobile-socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  #mobile-socials .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin: 0 0 0 1px;
    color: #fff;
    font-size: 18px;
    line-height: 18px; }
  #mobile-socials .facebook {
    background: #3b5998; }
  #mobile-socials .twitter {
    background: #55acee; }
  #mobile-socials .instagram {
    background: #3f729b; }
  #mobile-socials .flickr {
    background: #82B2CF; }
  #mobile-socials .pinterest {
    background: #EF554D; }
  #mobile-socials .youtube {
    background: #cd201f; }
  #mobile-socials .vimeo {
    background: #85D0E0; }
  #mobile-socials .linkedin {
    background: #1484CA; }
  #mobile-socials .directory {
    background: #897B68; }

.copyright {
  display: block;
  clear: both;
  width: 100%;
  padding: 0 0 1em 0;
  text-align: center; }
  .copyright p {
    font-weight: bold; }
  .copyright ul.footer-copylinks {
    margin: 0;
    padding: 0;
    list-style: none; }
    .copyright ul.footer-copylinks li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .copyright ul.footer-copylinks li:after {
        content: "|";
        color: #666;
        font-size: 16px;
        margin: 0 1px 0 3.5px; }
      .copyright ul.footer-copylinks li:last-child:after {
        margin: 0;
        content: ""; }
  .copyright a {
    margin: 0 0 10px 0;
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem; }
    .copyright a:last-child {
      margin-bottom: 0; }
  .copyright a, .copyright a:link, .copyright a:active, .copyright a:visited {
    color: #00853e; }
  .copyright a.active, .copyright a:hover, .copyright a:focus {
    color: #111111;
    text-decoration: underline; }
  .copyright .btn.btn-group {
    margin: 0;
    padding: 0;
    list-style: none; }
    .copyright .btn.btn-group li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
  @media only screen and (max-width: 599px) {
    .copyright {
      height: 55px;
      padding: 10px;
      display: block;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0; }
      .copyright .footer-copylinks {
        display: none; }
      .copyright p {
        margin: 0 0 8px 0; }
        .copyright p:last-child {
          margin-bottom: 0; } }

.required-links.mobile {
  margin-bottom: 0.5rem !important; }

.contain-to-grid {
  background: transparent; }
  .contain-to-grid .top-bar {
    background: transparent;
    margin-bottom: -1px; }
    .contain-to-grid .top-bar .title-area {
      height: 45px;
      background: #00853e;
      margin-bottom: 0; }
      .contain-to-grid .top-bar .title-area .name {
        width: 74px;
        height: 25px;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        margin: -1px 0 0 10px; }
        .contain-to-grid .top-bar .title-area .name a {
          height: 25px;
          width: 74px;
          margin: 0;
          padding: 0;
          text-indent: -9999px;
          background: url(https://webassets.unt.edu/unt-foundation/images/unt_lettermark.svg) center center no-repeat; }
    .contain-to-grid .top-bar .button {
      top: 0px;
      background: #72b844;
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1rem;
      font-size: .8rem;
      height: 1.75rem;
      padding: 7px 0 5px 0; }
      .contain-to-grid .top-bar .button.alert {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background-color: #72b844;
        border-color: #72b844; }
    .contain-to-grid .top-bar .top-bar-section {
      width: 100%;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .contain-to-grid .top-bar .top-bar-section .has-form {
        background: transparent; }
        .contain-to-grid .top-bar .top-bar-section .has-form form {
          max-width: 420px;
          margin: 0 auto; }
          .contain-to-grid .top-bar .top-bar-section .has-form form .row.collapse {
            width: 98%; }
      .contain-to-grid .top-bar .top-bar-section li.hast-form {
        background: transparent; }
    .contain-to-grid .top-bar.expanded .top-bar-section {
      z-index: 99; }
      .contain-to-grid .top-bar.expanded .top-bar-section > ul {
        border-bottom: solid 5px #72b844;
        margin: 0; }
        .contain-to-grid .top-bar.expanded .top-bar-section > ul li {
          margin: 0;
          background: #0D6B37;
          border-bottom: solid 1px #668E68; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.has-form {
            border-bottom: none;
            text-align: center; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.audience {
            background: #2F823D; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.title.back {
            background: #0a542b; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li a, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:link, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:active, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:visited {
            font-family: "Open Sans", Verdana, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            font-size: 0.8125rem;
            text-decoration: none; }
            .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:hover, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:focus, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:link:hover, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:link:focus, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:active:hover, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:active:focus, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:visited:hover, .contain-to-grid .top-bar.expanded .top-bar-section > ul li a:visited:focus {
              background: #72b844; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li > .dropdown {
            border-bottom: solid 5px #72b844; }
            .contain-to-grid .top-bar.expanded .top-bar-section > ul li > .dropdown li a {
              font-size: 13px !important;
              text-decoration: none;
              padding-top: 12px;
              padding-bottom: 12px; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper .col {
            background: #2F823D;
            margin-bottom: 15px; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:link, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:active, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:visited {
            color: #fff;
            font-weight: bold;
            text-align: center;
            font-size: 10px !important;
            padding-top: 35px;
            line-height: 1em;
            text-decoration: none; }
            .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a.email, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:link.email, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:active.email, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:visited.email {
              padding-left: 5px;
              padding-right: 5px; }
            .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a.email::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:link.email::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:active.email::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:visited.email::before {
              color: #fff;
              content: "\f0e0";
              font-family: "Font Awesome 5 Free", "FontAwesome";
              left: 50%;
              right: auto;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              position: absolute;
              position: absolute;
              clear: both;
              top: 15px;
              font-weight: 100;
              font-size: 18px; }
            .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a.map::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:link.map::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:active.map::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:visited.map::before {
              color: #fff;
              content: "\f041";
              font-family: "Font Awesome 5 Free", "FontAwesome";
              left: 50%;
              right: auto;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              position: absolute;
              position: absolute;
              clear: both;
              top: 15px;
              font-weight: 100;
              font-size: 20px; }
            .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a.call::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:link.call::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:active.call::before, .contain-to-grid .top-bar.expanded .top-bar-section > ul li.mm-ctas-wrapper a:visited.call::before {
              color: #fff;
              content: "\f095";
              font-family: "Font Awesome 5 Free", "FontAwesome";
              left: 50%;
              right: auto;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              position: absolute;
              position: absolute;
              clear: both;
              top: 15px;
              font-weight: 100;
              font-size: 20px; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.has-dropdown > a:after {
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.85); }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.has-dropdown ul.right {
            float: right; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.has-dropdown li.title h5 a {
            font-size: 13px !important; }
            .contain-to-grid .top-bar.expanded .top-bar-section > ul li.has-dropdown li.title h5 a::before {
              content: "\f0d9";
              font-family: "Font Awesome 5 Free", "FontAwesome";
              color: #6BA786;
              padding-right: 15px; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li:hover:not(.has-form) > a,
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li:focus:not(.has-form) > a {
            background: #0D6B37; }
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.audience:hover:not(.has-form) > a,
          .contain-to-grid .top-bar.expanded .top-bar-section > ul li.audience:focus:not(.has-form) > a {
            background: #2F823D; }
      .contain-to-grid .top-bar.expanded .top-bar-section .mm-ctas-wrapper {
        padding: 0 0.9375rem; }
      .contain-to-grid .top-bar.expanded .top-bar-section .mm-ctas {
        max-width: 420px;
        margin: 0 auto;
        display: block;
        clear: both;
        float: none;
        overflow: hidden; }
    .contain-to-grid .top-bar.expanded .toggle-topbar {
      margin-bottom: 0; }
      .contain-to-grid .top-bar.expanded .toggle-topbar a {
        color: #fff; }
        .contain-to-grid .top-bar.expanded .toggle-topbar a span::after {
          -webkit-box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff; }
    .contain-to-grid .top-bar.expanded .title-area {
      background: #00853e; }

@media only screen and (min-width: 600px) {
  body.f-topbar-fixed {
    padding-top: 0; } }

#main-menu-container {
  margin: 0;
  display: block;
  min-height: 40px;
  background: #111; }
  @media only screen and (max-width: 599px) {
    #main-menu-container {
      display: none; } }
  #main-menu-container .box {
    margin: 0 auto; }
    @media only screen and (min-width: 900px) {
      #main-menu-container .box {
        width: 900px; } }
    @media only screen and (min-width: 1200px) {
      #main-menu-container .box {
        width: 1200px; } }
    @media only screen and (min-width: 1600px) {
      #main-menu-container .box {
        width: 1600px; } }
  #main-menu-container .the-main-menu {
    margin: 0;
    padding: 0 0 0 124px;
    display: block;
    min-height: 40px; }
    #main-menu-container .the-main-menu h2.block-title {
      display: none; }
    #main-menu-container .the-main-menu ul.menu {
      margin: 0;
      padding: 0;
      display: none;
      -webkit-transition: 0.35s;
      -moz-transition: 0.35s;
      -ms-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s;
      z-index: 1; }
      #main-menu-container .the-main-menu ul.menu li {
        display: block;
        list-style: none;
        margin: 0;
        position: relative;
        -webkit-transition: 0.35s;
        -moz-transition: 0.35s;
        -ms-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s; }
        #main-menu-container .the-main-menu ul.menu li a {
          color: #fff;
          text-decoration: none;
          font-weight: 500;
          line-height: 1.25em;
          font-size: 12px;
          font-size: 0.75rem;
          display: block;
          padding: 8.5px 10px 9px 10px; }
        #main-menu-container .the-main-menu ul.menu li:last-child a {
          border-bottom: none; }
        #main-menu-container .the-main-menu ul.menu li.expanded:hover, #main-menu-container .the-main-menu ul.menu li.expanded:focus, #main-menu-container .the-main-menu ul.menu li.expanded:visited {
          background: #006a31; }
          @media only screen and (min-width: 600px) {
            #main-menu-container .the-main-menu ul.menu li.expanded:hover > ul.menu, #main-menu-container .the-main-menu ul.menu li.expanded:focus > ul.menu, #main-menu-container .the-main-menu ul.menu li.expanded:visited > ul.menu {
              display: block;
              position: absolute;
              border-top: solid 1px #111;
              top: calc(100% + 1px);
              top: 100%;
              right: auto;
              bottom: auto; }
              #main-menu-container .the-main-menu ul.menu li.expanded:hover > ul.menu ul.menu, #main-menu-container .the-main-menu ul.menu li.expanded:focus > ul.menu ul.menu, #main-menu-container .the-main-menu ul.menu li.expanded:visited > ul.menu ul.menu {
                top: 0;
                right: auto;
                bottom: auto;
                left: 100%;
                border-top: none;
                border-left: solid 1px #c6e3b2; } }
        @media only screen and (max-width: 599px) {
          #main-menu-container .the-main-menu ul.menu li.expanded.quicklinks-menu {
            display: inline-block; } }
        @media only screen and (min-width: 600px) {
          #main-menu-container .the-main-menu ul.menu li.expanded.quicklinks-menu {
            display: none; } }
    #main-menu-container .the-main-menu #main-menu > ul.menu, #main-menu-container .the-main-menu .block-menu > ul.menu {
      display: block;
      padding: 4.5px 0 0 0;
      margin: 0 0 -1px 0; }
      #main-menu-container .the-main-menu #main-menu > ul.menu > li, #main-menu-container .the-main-menu .block-menu > ul.menu > li {
        margin: 0 -3px 5px 0;
        display: inline-block;
        z-index: 1; }
        #main-menu-container .the-main-menu #main-menu > ul.menu > li > a, #main-menu-container .the-main-menu .block-menu > ul.menu > li > a {
          padding: 7.5px 10px 8px 10px;
          background: transparent;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          display: block;
          z-index: 1; }
          #main-menu-container .the-main-menu #main-menu > ul.menu > li > a:hover, #main-menu-container .the-main-menu .block-menu > ul.menu > li > a:hover {
            background: #006a31; }
        #main-menu-container .the-main-menu #main-menu > ul.menu > li.active-trail > a, #main-menu-container .the-main-menu .block-menu > ul.menu > li.active-trail > a {
          background: #fff;
          color: #000; }
          #main-menu-container .the-main-menu #main-menu > ul.menu > li.active-trail > a ul.menu a, #main-menu-container .the-main-menu .block-menu > ul.menu > li.active-trail > a ul.menu a {
            background: inherit;
            color: #fff; }
        #main-menu-container .the-main-menu #main-menu > ul.menu > li.expanded > a, #main-menu-container .the-main-menu .block-menu > ul.menu > li.expanded > a {
          position: relative; }
          #main-menu-container .the-main-menu #main-menu > ul.menu > li.expanded > a:after, #main-menu-container .the-main-menu .block-menu > ul.menu > li.expanded > a:after {
            content: "\f13a";
            font-family: "Font Awesome 5 Free", "FontAwesome";
            font-weight: 900;
            margin: 0 0 0 10px;
            -webkit-transition: 0.35s;
            -moz-transition: 0.35s;
            -ms-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s; }
        #main-menu-container .the-main-menu #main-menu > ul.menu > li.expanded.active-trail > a:after, #main-menu-container .the-main-menu .block-menu > ul.menu > li.expanded.active-trail > a:after {
          color: #000 !important; }
        #main-menu-container .the-main-menu #main-menu > ul.menu > li.expanded ul.menu a, #main-menu-container .the-main-menu .block-menu > ul.menu > li.expanded ul.menu a {
          padding-bottom: 9px; }
        #main-menu-container .the-main-menu #main-menu > ul.menu > li:hover.expanded > a:after, #main-menu-container .the-main-menu .block-menu > ul.menu > li:hover.expanded > a:after {
          color: #fff; }
      #main-menu-container .the-main-menu #main-menu > ul.menu ul.menu, #main-menu-container .the-main-menu .block-menu > ul.menu ul.menu {
        min-width: 150px;
        background: #00853e;
        border-bottom: solid 2px #c6e3b2; }
        #main-menu-container .the-main-menu #main-menu > ul.menu ul.menu li, #main-menu-container .the-main-menu .block-menu > ul.menu ul.menu li {
          border-bottom: solid 1px #c6e3b2; }
          #main-menu-container .the-main-menu #main-menu > ul.menu ul.menu li a, #main-menu-container .the-main-menu .block-menu > ul.menu ul.menu li a {
            -webkit-transition: 0.35s;
            -moz-transition: 0.35s;
            -ms-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            background: transparent; }
            #main-menu-container .the-main-menu #main-menu > ul.menu ul.menu li a:hover, #main-menu-container .the-main-menu .block-menu > ul.menu ul.menu li a:hover {
              background: #006a31; }
          #main-menu-container .the-main-menu #main-menu > ul.menu ul.menu li.expanded > a, #main-menu-container .the-main-menu .block-menu > ul.menu ul.menu li.expanded > a {
            padding-right: 16px; }
            #main-menu-container .the-main-menu #main-menu > ul.menu ul.menu li.expanded > a:after, #main-menu-container .the-main-menu .block-menu > ul.menu ul.menu li.expanded > a:after {
              content: "\f105";
              font-family: "Font Awesome 5 Free", "FontAwesome";
              font-weight: 900;
              color: #fff;
              font-size: 12px;
              top: 50%;
              bottom: auto;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              position: absolute;
              right: 5px; }
  @media only screen and (max-width: 599px) {
    #main-menu-container #main-menu-button {
      display: none; } }
  @media only screen and (min-width: 600px) {
    #main-menu-container #main-menu-button {
      display: none; } }

.front #main-menu > ul.menu > li.first.leaf {
  display: none !important; }

@media only screen and (min-width: 600px) {
  .slicknav_menu {
    display: none; } }

@media only screen and (max-width: 599px) {
  .slicknav_menu {
    width: 100%;
    height: auto;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 100; }
    .slicknav_menu .slicknav_icon {
      display: none; }
    .slicknav_menu .slicknav_btn {
      color: #fff;
      width: 35px;
      height: 35px;
      padding: 0;
      background: #00853e;
      z-index: 102;
      position: absolute;
      top: 0;
      right: 5px;
      bottom: auto;
      left: auto;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .slicknav_menu .slicknav_btn.slicknav_open, .slicknav_menu .slicknav_btn:hover {
        background: #006a31; }
      .slicknav_menu .slicknav_btn:after {
        content: " ";
        width: 35px;
        height: 35px;
        background: url("//webassets.unt.edu/images/d7foundation/fa-menu.svg") center center no-repeat;
        background-size: 60%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .slicknav_menu .slicknav_btn .slicknav_menutxt {
        border: none;
        text-decoration: none;
        display: none;
        color: transparent; }
    .slicknav_menu .slicknav_nav {
      width: 100%;
      margin: 0;
      padding: 0;
      background: rgba(0, 106, 49, 0.95);
      position: absolute;
      top: 46px;
      right: 0;
      bottom: auto;
      left: auto;
      z-index: 101; }
      .slicknav_menu .slicknav_nav li {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.25); }
        .slicknav_menu .slicknav_nav li a {
          color: #fff;
          text-decoration: none;
          line-height: 18px;
          padding: 11px 0 12px 10px;
          display: block;
          font-size: 14px;
          font-weight: 500;
          font-family: "Open Sans", sans-serif; }
          .slicknav_menu .slicknav_nav li a > a {
            padding-left: 0; }
          .slicknav_menu .slicknav_nav li a:hover {
            background: rgba(0, 0, 0, 0.6); }
        .slicknav_menu .slicknav_nav li.slicknav_open > a {
          border-bottom: solid 1px rgba(255, 255, 255, 0.25); }
          .slicknav_menu .slicknav_nav li.slicknav_open > a + ul.menu {
            margin: 0 0 -1px 0;
            padding: 0;
            border-left: solid 10px rgba(255, 255, 255, 0.25); }
        .slicknav_menu .slicknav_nav li.expanded > a {
          padding: 0; }
        .slicknav_menu .slicknav_nav li.expanded a.slicknav_item {
          position: relative;
          padding-right: 0; }
          .slicknav_menu .slicknav_nav li.expanded a.slicknav_item a {
            padding: 11px 45px 12px 10px; }
          .slicknav_menu .slicknav_nav li.expanded a.slicknav_item span.slicknav_arrow {
            position: absolute;
            top: 50%;
            bottom: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            right: 0;
            color: transparent;
            width: 41px;
            height: 40px;
            height: 100%;
            margin-top: -1px;
            background-size: 60%;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            background-color: rgba(0, 106, 49, 0.2); }
            .slicknav_menu .slicknav_nav li.expanded a.slicknav_item span.slicknav_arrow:hover {
              background-color: rgba(0, 0, 0, 0.15); }
        .slicknav_menu .slicknav_nav li.expanded.slicknav_open span.slicknav_arrow {
          background: url("//webassets.unt.edu/images/d7foundation/fa-menu-up.svg") center center no-repeat;
          background-color: rgba(0, 30, 14, 0.6) !important;
          border-left: solid 1px #50946d;
          opacity: 0.85; }
        .slicknav_menu .slicknav_nav li.expanded.slicknav_collapsed span.slicknav_arrow {
          background: url("//webassets.unt.edu/images/d7foundation/fa-menu-down.svg") center center no-repeat;
          background-color: rgba(0, 30, 14, 0.3) !important;
          border-left: solid 1px #50946d;
          opacity: 0.75; }
  .slicknav_parent.quicklinks-menu {
    border-top: solid 5px #72b844; } }

ul.slicknav_nav li#unt-search form {
  max-width: calc(100% - 30px);
  margin: 15px auto; }

ul.slicknav_nav li#unt-search div.form-item input {
  margin: 0; }

ul.slicknav_nav li#unt-search button {
  margin: 0; }

ul.slicknav_nav li.mm-ctas-wrapper .mm-ctas {
  max-width: calc(100% - 20px);
  margin: 0 auto 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.slicknav_nav li.mm-ctas-wrapper .mm-ctas a {
    background: #00853e;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.025rem;
    font-family: "Open Sans", Verdana, sans-serif;
    line-height: 1.25em; }
    ul.slicknav_nav li.mm-ctas-wrapper .mm-ctas a.call:before {
      content: "\f095";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      display: block;
      font-size: 16px;
      font-weight: 900;
      margin: 2px 0 8px 0; }
    ul.slicknav_nav li.mm-ctas-wrapper .mm-ctas a.email:before {
      content: "\f2b6";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      display: block;
      font-size: 15px;
      font-weight: 900;
      margin: 2px 0 8px 0; }
    ul.slicknav_nav li.mm-ctas-wrapper .mm-ctas a.map:before {
      content: "\f3c5";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      display: block;
      font-size: 15px;
      font-weight: 900;
      margin: 2px 0 8px 0; }

.section.search-results .row {
  margin: 0; }

.section.search-results .title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0.75rem; }

.section.search-results ol.search-results {
  margin: 0;
  padding: 0; }
  .section.search-results ol.search-results li.search-result {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0 0 1.25rem 0;
    border-bottom: dotted 2px rgba(0, 0, 0, 0.15); }
    .section.search-results ol.search-results li.search-result:last-child {
      margin-bottom: 2rem;
      padding-bottom: 0;
      border-bottom: none; }
    .section.search-results ol.search-results li.search-result .search-snippet-info.search-result {
      padding-left: 0; }
    .section.search-results ol.search-results li.search-result .search-url {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: bold; }

svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -.225em; }
  .svg-inline--fa.fa-w-1 {
    width: .0625em; }
  .svg-inline--fa.fa-w-2 {
    width: .125em; }
  .svg-inline--fa.fa-w-3 {
    width: .1875em; }
  .svg-inline--fa.fa-w-4 {
    width: .25em; }
  .svg-inline--fa.fa-w-5 {
    width: .3125em; }
  .svg-inline--fa.fa-w-6 {
    width: .375em; }
  .svg-inline--fa.fa-w-7 {
    width: .4375em; }
  .svg-inline--fa.fa-w-8 {
    width: .5em; }
  .svg-inline--fa.fa-w-9 {
    width: .5625em; }
  .svg-inline--fa.fa-w-10 {
    width: .625em; }
  .svg-inline--fa.fa-w-11 {
    width: .6875em; }
  .svg-inline--fa.fa-w-12 {
    width: .75em; }
  .svg-inline--fa.fa-w-13 {
    width: .8125em; }
  .svg-inline--fa.fa-w-14 {
    width: .875em; }
  .svg-inline--fa.fa-w-15 {
    width: .9375em; }
  .svg-inline--fa.fa-w-16 {
    width: 1em; }
  .svg-inline--fa.fa-w-17 {
    width: 1.0625em; }
  .svg-inline--fa.fa-w-18 {
    width: 1.125em; }
  .svg-inline--fa.fa-w-19 {
    width: 1.1875em; }
  .svg-inline--fa.fa-w-20 {
    width: 1.25em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto; }
  .svg-inline--fa.fa-border {
    height: 1.5em; }
  .svg-inline--fa.fa-li {
    width: 2em; }
  .svg-inline--fa.fa-fw {
    width: 1.25em; }
  .svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em; }
  .svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em; }
  .svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1); }
  .svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: .4;
    opacity: var(--fa-secondary-opacity, 0.4); }
  .svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, 0.4); }
  .svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1); }
  .svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {
    fill: #000; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.fad.fa-inverse {
  color: #fff; }

@media only screen and (min-width: 600px) {
  aside.sidebar-first.columns {
    padding-left: 0; }
  aside.sidebar-second.columns {
    padding-right: 0; } }

@media only screen and (min-width: 1200px) {
  .one-sidebar.sidebar-first aside.sidebar-first {
    padding-left: 0;
    padding-right: 3rem; }
  .one-sidebar.sidebar-second aside.sidebar-second {
    padding-left: 3rem;
    padding-right: 0; }
  .one-sidebar.sidebar-second .main.columns {
    padding-right: 1rem; }
  .two-sidebars aside.sidebar-first {
    padding-right: 3rem; }
  .two-sidebars aside.sidebar-second {
    padding-left: 3rem; }
  .two-sidebars .main.columns {
    padding: 0; } }

@media only screen and (min-width: 900px) {
  .one-sidebar.sidebar-first aside.sidebar-first {
    padding-left: 0;
    padding-right: 2rem; }
  .one-sidebar.sidebar-second aside.sidebar-second {
    padding-left: 2rem;
    padding-right: 0; }
  .one-sidebar.sidebar-second .main.columns {
    padding-right: 0.5rem; }
  .two-sidebars aside.sidebar-first {
    padding-left: 0;
    padding-right: 1rem; }
  .two-sidebars aside.sidebar-second {
    padding-left: 1rem;
    padding-right: 0; }
  .two-sidebars .main.columns {
    padding: 0 0.5rem; } }

@media only screen and (min-width: 600px) {
  .one-sidebar.sidebar-first aside.sidebar-first {
    padding-left: 0;
    padding-right: 1.5rem;
    padding-right: 0; }
  .one-sidebar.sidebar-first .main.columns {
    padding-left: 2rem; }
  .one-sidebar.sidebar-second aside.sidebar-second {
    padding-left: 1.5rem;
    padding-left: 0;
    padding-right: 0; }
  .one-sidebar.sidebar-second .main.columns {
    padding-right: 2rem; }
  .two-sidebars aside.sidebar-first {
    padding-left: 0;
    padding-right: 0.5rem;
    padding-right: 0; }
  .two-sidebars aside.sidebar-second {
    padding-left: 0.5rem;
    padding-left: 0;
    padding-right: 0; }
  .two-sidebars .main.columns {
    padding: 0 0.75rem; } }

@media only screen and (min-width: 900px) {
  .one-sidebar.sidebar-first aside.sidebar-first {
    padding-left: 0;
    padding-right: 1.5rem; }
  .one-sidebar.sidebar-first .main.columns {
    padding-left: 1.25rem; }
  .one-sidebar.sidebar-second aside.sidebar-second {
    padding-left: 1.5rem;
    padding-right: 1rem; }
  .one-sidebar.sidebar-second .main.columns {
    padding-right: 1.25rem; }
  .two-sidebars aside.sidebar-first {
    padding-left: 0;
    padding-right: 0.65rem; }
  .two-sidebars aside.sidebar-second {
    padding-left: 0.65rem;
    padding-right: 0; }
  .two-sidebars .main.columns {
    padding: 0 0.35rem; } }

@media only screen and (min-width: 1200px) {
  .one-sidebar.sidebar-first aside.sidebar-first {
    padding-left: 0;
    padding-right: 2rem; }
  .one-sidebar.sidebar-first .main.columns {
    padding-left: 2rem; }
  .one-sidebar.sidebar-second aside.sidebar-second {
    padding-left: 2rem;
    padding-right: 0; }
  .one-sidebar.sidebar-second .main.columns {
    padding-right: 2rem; }
  .two-sidebars aside.sidebar-first {
    padding-left: 0;
    padding-right: 0.75rem; }
  .two-sidebars aside.sidebar-second {
    padding-left: 0.75rem;
    padding-right: 0; }
  .two-sidebars .main.columns {
    padding: 0 0.5rem; } }

.sidebar .block-menu-block,
.sidebar .block-menu {
  padding-right: 1rem; }
  .sidebar .block-menu-block h2.block-title,
  .sidebar .block-menu h2.block-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0.75rem 0.65rem 0.75rem 0.75rem;
    background: #006a31;
    color: #f6f6f6; }
    @media only screen and (max-width: 1199px) {
      .sidebar .block-menu-block h2.block-title,
      .sidebar .block-menu h2.block-title {
        font-size: 16px;
        font-size: 1rem; } }
  .sidebar .block-menu-block ul.menu,
  .sidebar .block-menu ul.menu {
    margin: 0 0 1rem 0;
    padding: 0; }
  .sidebar .block-menu-block li,
  .sidebar .block-menu li {
    margin: 0 0 -1px 0;
    list-style: none;
    position: relative; }
    .sidebar .block-menu-block li a,
    .sidebar .block-menu li a {
      color: #555;
      padding: 0.65rem;
      border: solid 1px rgba(0, 0, 0, 0.075);
      text-decoration: none;
      display: block;
      font-size: 0.9em;
      background: #fbfbfb;
      line-height: 1.25rem;
      font-weight: 600; }
      @media only screen and (max-width: 1199px) {
        .sidebar .block-menu-block li a,
        .sidebar .block-menu li a {
          font-size: 0.8em;
          line-height: 1rem; } }
      .sidebar .block-menu-block li a:hover, .sidebar .block-menu-block li a:focus,
      .sidebar .block-menu li a:hover,
      .sidebar .block-menu li a:focus {
        color: #fff;
        margin-right: 1px;
        background: #454545; }
    .sidebar .block-menu-block li.expanded > a::after,
    .sidebar .block-menu li.expanded > a::after {
      content: "\f0da";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      color: #999;
      float: right; }
    .sidebar .block-menu-block li.expanded > a:hover:after,
    .sidebar .block-menu-block li.expanded > a:focus:after,
    .sidebar .block-menu li.expanded > a:hover:after,
    .sidebar .block-menu li.expanded > a:focus:after {
      color: #fff; }
    .sidebar .block-menu-block li > ul.menu,
    .sidebar .block-menu li > ul.menu {
      display: none;
      padding-right: 0;
      position: absolute;
      top: 0;
      margin-left: calc(100% - 1px);
      min-width: 200px; }
    .sidebar .block-menu-block li:hover, .sidebar .block-menu-block li:focus,
    .sidebar .block-menu li:hover,
    .sidebar .block-menu li:focus {
      margin-right: -1px; }
      .sidebar .block-menu-block li:hover a, .sidebar .block-menu-block li:focus a,
      .sidebar .block-menu li:hover a,
      .sidebar .block-menu li:focus a {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .sidebar .block-menu-block li:hover > ul.menu, .sidebar .block-menu-block li:focus > ul.menu,
      .sidebar .block-menu li:hover > ul.menu,
      .sidebar .block-menu li:focus > ul.menu {
        display: block; }

.sidebar.sidebar-second .block-menu-block ul.menu li > ul.menu,
.sidebar.sidebar-second .block-menu ul.menu li > ul.menu {
  margin-left: 0;
  right: 100%; }

#breadcrumbs {
  padding: 2rem 0 0 0; }
  #breadcrumbs h2 {
    display: none; }
  @media only screen and (max-width: 599px) {
    #breadcrumbs {
      padding-top: 1rem; }
      #breadcrumbs > .box > .row > .columns {
        padding-left: 0;
        padding-right: 0;
        padding: 0 calc(5px + 2px);
        margin: 0; }
        #breadcrumbs > .box > .row > .columns .breadcrumbs {
          margin: 0; } }

.breadcrumbs {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  list-style: none; }
  .breadcrumbs > * {
    font-weight: bold; }
  .breadcrumbs a {
    text-decoration: underline; }
  .breadcrumbs > .current {
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: "...";
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: auto;
    max-width: 85%; }
  @media only screen and (max-width: 599px) {
    .breadcrumbs {
      margin-left: 10px; } }

#popular-links > a {
  margin-right: -.5rem; }

#popular-links a {
  font-size: 9px;
  font-size: 0.5625rem;
  text-transform: uppercase;
  color: #fff;
  padding: .5em .25em;
  padding: .5rem .25rem;
  font-family: "Montserrat", Verdana, sans-serif; }
  @media only screen and (min-width: 900px) {
    #popular-links a {
      padding: .5em;
      padding: .5rem;
      font-size: 10px;
      font-size: 0.625rem; } }
  #popular-links a::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    color: #fff;
    margin-left: 4px; }
  #popular-links a.open {
    background: #454545; }

#popular-links .f-dropdown.f-open-dropdown {
  top: 28px !important;
  background: rgba(17, 17, 17, 0.75);
  border: none;
  min-width: 109px;
  z-index: 999;
  left: 0px; }
  @media only screen and (min-width: 600px) {
    #popular-links .f-dropdown.f-open-dropdown {
      top: 24px !important; } }
  #popular-links .f-dropdown.f-open-dropdown::before, #popular-links .f-dropdown.f-open-dropdown::after {
    content: "";
    border: none;
    display: none; }
  #popular-links .f-dropdown.f-open-dropdown li:hover, #popular-links .f-dropdown.f-open-dropdown li:hover {
    background: #454545; }
  #popular-links .f-dropdown.f-open-dropdown a {
    color: #fff; }
    #popular-links .f-dropdown.f-open-dropdown a::after {
      content: ""; }
  #popular-links .f-dropdown.f-open-dropdown a:hover, #popular-links .f-dropdown.f-open-dropdown a:focus {
    background: transparent; }

div.tabs {
  bottom: 0px;
  width: auto;
  padding: 5px 7px 8px 8px;
  overflow: hidden;
  text-align: center;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  z-index: 501;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }
  div.tabs ul {
    margin: 0;
    padding: 0;
    border: none;
    display: block; }
    div.tabs ul li {
      margin: 0;
      padding: 0;
      border: none;
      line-height: 1em;
      display: inline-block;
      text-transform: uppercase; }
      div.tabs ul li a, div.tabs ul li a:link, div.tabs ul li a:active, div.tabs ul li a:visited {
        color: #fff;
        margin: 0 .25em;
        padding: 4px 12px 4.5px 12px;
        background: transparent;
        font-size: .6em;
        font-weight: 600;
        letter-spacing: 1px;
        border: solid 1px #fff;
        display: block;
        font-family: "Open Sans", Verdana, sans-serif;
        text-decoration: none;
        -webkit-transition: 0.35s;
        -moz-transition: 0.35s;
        -ms-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s; }
        div.tabs ul li a.active, div.tabs ul li a:link.active, div.tabs ul li a:active.active, div.tabs ul li a:visited.active {
          color: #fff;
          background: #006a31; }
      div.tabs ul li a.active, div.tabs ul li a:hover, div.tabs ul li a:focus {
        color: #000;
        background: #fff; }
      div.tabs ul li:first-child .button,
      div.tabs ul li:first-child:hover .button,
      div.tabs ul li:first-child:focus .button {
        border-left: solid 1px;
        border-color: #fff; }

.scroll-down {
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  margin-top: -250px;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 1.25em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  bottom: 20px;
  text-decoration: none; }
  @media only screen and (max-width: 599px) {
    .scroll-down {
      display: none; } }
  .scroll-down:hover, .scroll-down:focus {
    color: #72b844;
    border-color: #72b844; }

.icon-angle-down:before {
  content: "\f107";
  font-size: 1.5em;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }

.jump-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 0px;
  overflow: hidden;
  z-index: 1100;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  @media only screen and (max-width: 599px) {
    .jump-to-top {
      top: auto;
      bottom: 5px;
      right: 5px; } }
  .jump-to-top a, .jump-to-top a:link, .jump-to-top a:active, .jump-to-top a:visited {
    color: #ddd;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #006a31;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    line-height: 42px;
    position: relative;
    border: solid 1px rgba(255, 255, 255, 0.9); }
    .jump-to-top a::before, .jump-to-top a:link::before, .jump-to-top a:active::before, .jump-to-top a:visited::before {
      content: "\f106";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      color: #fff;
      position: absolute;
      top: -9px;
      font-size: 1.1em;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute; }
    @media only screen and (max-width: 599px) {
      .jump-to-top a, .jump-to-top a:link, .jump-to-top a:active, .jump-to-top a:visited {
        font-size: 9px;
        display: block;
        line-height: 32px;
        width: 32px;
        height: 32px;
        background: #006a31;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px;
        line-height: 38px;
        border: none; } }
    .jump-to-top a span, .jump-to-top a:link span, .jump-to-top a:active span, .jump-to-top a:visited span {
      margin-left: 1px; }
  .jump-to-top a.active, .jump-to-top a:hover, .jump-to-top a:focus {
    color: #fff;
    background: #00853e; }
  .scrolled .jump-to-top {
    height: 40px; }
    @media only screen and (max-width: 599px) {
      .scrolled .jump-to-top {
        height: 32px; } }

a.button {
  background: #00853e;
  color: #fff;
  text-decoration: none; }
  a.button:hover, a.button:active, a.button:focus {
    background: #444; }

.reveal-modal a.close-reveal-modal,
dialog a.close-reveal-modal {
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  padding: 0.25px 0 0 0;
  font-size: 24px;
  line-height: 25px;
  margin: 0;
  top: -15px;
  right: -15px;
  bottom: auto;
  left: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  text-align: center;
  color: #454545; }

#admin-menu .shortcut-toolbar li.label {
  background-color: inherit; }

.btn {
  display: block;
  margin: 0 0 3px 0; }
  .btn.inline {
    display: inline-block; }
  .btn.btn-group a {
    display: inline-block;
    margin: 0 0 4px 0; }
  .btn.rounded a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .btn a {
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1em;
    padding: 10px 15px 10px 15px;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase; }
    .btn a:hover, .btn a:focus {
      text-decoration: none; }
    @media only screen and (max-width: 599px) {
      .btn a {
        font-size: 12px;
        font-size: 0.75rem; } }
    .btn a:after {
      content: "\f054";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      font-size: .9em;
      padding-left: 4px; }
    .btn a.phone:before {
      content: "\f095";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      font-size: 1.15em;
      padding-right: 6px; }
    .btn a.phone:after {
      content: ""; }
    .btn a.pdf:before {
      content: "\f1c1";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 100;
      font-size: 1.15em;
      padding-right: 8px; }
    .btn a.pdf:after {
      content: ""; }
    .btn a.txt:before {
      content: "\f15c";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 100;
      font-size: 1.15em;
      padding-right: 8px; }
    .btn a.txt:after {
      content: ""; }
    .btn a.csv:before {
      content: "\f6dd";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      font-size: 1.15em;
      padding-right: 8px; }
    .btn a.csv:after {
      content: ""; }
    .btn a.email:before {
      content: "\f0e0";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 100;
      padding-right: 8px;
      font-size: 1.25em;
      margin-top: 2px; }
    .btn a.email:after {
      content: ""; }
    .btn a.url:after {
      content: "\f35d";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      padding-left: 8px; }
    .btn a.map:before {
      content: "\f3c5";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      padding-right: 8px; }
    .btn a.map:after {
      content: ""; }
  .btn.smaller a {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 7px 10px 6px 10px;
    font-weight: 500; }
    .btn.smaller a::after {
      font-size: 8px; }
  .btn.small a {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 9px 14px 9px 14px;
    font-weight: 600; }
    .btn.small a::after {
      font-size: 10px; }
  .btn.big a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 20px 13px 20px;
    font-weight: 600; }
  .btn.bigger a {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 15px 26px 15px 26px;
    font-weight: 600; }
  .btn.green a {
    color: #fff;
    border-color: #00853e;
    background: #00853e; }
    .btn.green a:hover {
      border-color: #333;
      background: #333; }
  .btn.lime a {
    color: #fff;
    border-color: #368403;
    background: #368403; }
    .btn.lime a:hover {
      border-color: #173901;
      background: #173901; }
  .btn.black a {
    color: #fff;
    border-color: #333;
    background: #333; }
    .btn.black a:hover {
      border-color: #111;
      background: #111; }
  .btn.blue a {
    color: #fff;
    border-color: #31657a;
    background: #31657a; }
    .btn.blue a:hover {
      border-color: #224756;
      background: #224756; }
  .btn.white a {
    color: #333;
    font-weight: 600;
    border-color: #fff;
    background: #fff; }
    .btn.white a:hover {
      color: #fff;
      border-color: #333;
      background: #333; }
  .btn.hover-green a:hover {
    color: #fff;
    border-color: #006c32;
    background: #006c32; }
  .btn.hover-lime a:hover {
    color: #fff;
    border-color: #2c6b02;
    background: #2c6b02; }
  .btn.hover-black a:hover {
    color: #fff;
    border-color: #333;
    background: #333; }
  .btn.hover-blue a:hover {
    color: #fff;
    border-color: #2a5668;
    background: #2a5668; }
  .btn.hover-white a:hover {
    color: #333;
    border-color: #fff;
    background: #fff; }
  .btn.ghost a {
    color: #333;
    font-weight: 600; }
  .btn.ghost.green a, .btn.ghost.lime a, .btn.ghost.black a, .btn.ghost.blue a, .btn.ghost.white a {
    background: transparent; }
  .btn.ghost.green a {
    color: #00853e; }
    .btn.ghost.green a:hover {
      color: #fff;
      background: #00853e;
      border-color: #00853e; }
  .btn.ghost.lime a {
    color: #368403;
    border-color: #368403; }
    .btn.ghost.lime a:hover {
      color: #fff;
      background: #368403;
      border-color: #368403; }
  .btn.ghost.black a {
    color: #333; }
    .btn.ghost.black a:hover {
      color: #fff;
      background: #333;
      border-color: #333; }
  .btn.ghost.blue a {
    color: #2a5668; }
    .btn.ghost.blue a:hover {
      color: #fff;
      background: #31657a;
      border-color: #31657a; }
  .btn.ghost.white a {
    color: #fff; }
    .btn.ghost.white a:hover {
      color: #fff;
      background: #333;
      border-color: #333; }
  .btn.ghost.green.hover-green a:hover, .btn.ghost.lime.hover-green a:hover, .btn.ghost.black.hover-green a:hover, .btn.ghost.blue.hover-green a:hover, .btn.ghost.white.hover-green a:hover {
    color: #fff;
    background: #006c32;
    border-color: #006c32; }
  .btn.ghost.green.hover-lime a:hover, .btn.ghost.lime.hover-lime a:hover, .btn.ghost.black.hover-lime a:hover, .btn.ghost.blue.hover-lime a:hover, .btn.ghost.white.hover-lime a:hover {
    color: #fff;
    background: #2c6b02;
    border-color: #2c6b02; }
  .btn.ghost.green.hover-black a:hover, .btn.ghost.lime.hover-black a:hover, .btn.ghost.black.hover-black a:hover, .btn.ghost.blue.hover-black a:hover, .btn.ghost.white.hover-black a:hover {
    color: #fff;
    background: #181818;
    border-color: #181818; }
  .btn.ghost.green.hover-blue a:hover, .btn.ghost.lime.hover-blue a:hover, .btn.ghost.black.hover-blue a:hover, .btn.ghost.blue.hover-blue a:hover, .btn.ghost.white.hover-blue a:hover {
    color: #fff;
    background: #2a5668;
    border-color: #2a5668; }
  .btn.ghost.green.hover-white a:hover, .btn.ghost.lime.hover-white a:hover, .btn.ghost.black.hover-white a:hover, .btn.ghost.blue.hover-white a:hover, .btn.ghost.white.hover-white a:hover {
    color: #333;
    background: #fff;
    border-color: #fff; }

.btn.btn1.c1 a {
  color: #fff;
  background-color: #00853e;
  border-color: #00853e; }
  .btn.btn1.c1 a:hover {
    background-color: #00391a;
    border-color: #00391a; }

.btn.btn1.c2 a {
  color: #fff;
  background-color: #368403;
  border-color: #368403; }
  .btn.btn1.c2 a:hover {
    background-color: #173901;
    border-color: #173901; }

.btn.btn1.c3 a {
  color: #fff;
  background-color: #333;
  border-color: #333; }
  .btn.btn1.c3 a:hover {
    background-color: #060606;
    border-color: #060606; }

.btn.btn1.gray a {
  color: #fff;
  background-color: #666;
  border-color: #666; }
  .btn.btn1.gray a:hover {
    background-color: #222;
    border-color: #222; }

.btn.btn2.c1 a, .btn.btn2.c1.black a {
  color: #006c32;
  background-color: transparent;
  border-color: #006c32; }
  .btn.btn2.c1 a:hover, .btn.btn2.c1.black a:hover {
    color: #fff;
    background-color: #006c32; }

.btn.btn2.c2 a, .btn.btn2.c2.black a {
  color: #368403;
  background-color: transparent;
  border-color: #368403; }
  .btn.btn2.c2 a:hover, .btn.btn2.c2.black a:hover {
    color: #fff;
    background-color: #368403; }

.btn.btn2.c3 a, .btn.btn2.c3.black a {
  color: #333;
  background-color: transparent;
  border-color: #333; }
  .btn.btn2.c3 a:hover, .btn.btn2.c3.black a:hover {
    color: #fff;
    background-color: #333; }

.btn.btn2.gray a, .btn.btn2.gray.black a {
  color: #666;
  background-color: transparent;
  border-color: #666; }
  .btn.btn2.gray a:hover, .btn.btn2.gray.black a:hover {
    color: #fff;
    background-color: #666; }

.btn.btn2.white a, .btn.btn2.white.black a {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn.btn2.white a:hover, .btn.btn2.white.black a:hover {
    color: #333;
    background-color: #fff; }

.btn.btn2.black a {
  color: #222;
  background-color: transparent;
  border-color: #222; }
  .btn.btn2.black a:hover {
    color: #fff;
    background-color: #222; }

a#main-content {
  height: 0px;
  line-height: 0px;
  font-size: 0px; }

.insetBorder {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px; }
  .insetBorder.white {
    outline-color: rgba(255, 255, 255, 0.5); }

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

@media only screen and (min-width: 600px) {
  .hide-for-small {
    display: inherit !important; } }

.reveal-modal-bg {
  height: 100%; }

.reveal-modal, dialog {
  z-index: 1005; }

ul.accordion {
  margin-left: 0px; }

#mobile-app {
  display: none; }

.after-test {
  position: relative;
  background: #000; }
  .after-test .box {
    position: relative;
    z-index: 1; }
  .after-test:after {
    content: "";
    background: url("https://www.rockhall.com/sites/default/files/styles/header_image_portrait/public/acdchero_web.jpg?itok=9mel4cOs");
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0; }

.hidden-button-text {
  text-indent: -10000px; }

body.calendar {
  width: 100%; }

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

.reveal-modal-bg {
  height: 100%; }

.reveal-modal, dialog {
  z-index: 1005; }

ul.accordion {
  margin-left: 0px; }

#___gcse_0 {
  margin-top: 3rem; }
  #___gcse_0 .gsc-control-cse {
    padding: 0;
    border: none; }
    #___gcse_0 .gsc-control-cse .gsc-results {
      width: 100%; }
    #___gcse_0 .gsc-control-cse .gcsc-branding {
      padding: 5px 0 2em 0; }
    #___gcse_0 .gsc-control-cse .gsc-webResult.gsc-result {
      padding: 1em 0; }
    #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside {
      padding: 0; }
      #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title {
        font-weight: bold; }
        #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title a, #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title a:link, #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title a:active, #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title a:visited {
          color: #006a31; }
        #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title a.active, #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title a:hover, #___gcse_0 .gsc-control-cse .gsc-thumbnail-inside .gs-title a:focus {
          color: #111111; }
    #___gcse_0 .gsc-control-cse .gsc-url-top .gs-result .gs-visibleUrl {
      color: #111111; }
    #___gcse_0 .gsc-control-cse table.gsc-table-result {
      border: none; }

#mobile-app {
  display: none; }

.orbit-container .orbit-next,
.orbit-container .orbit-prev {
  margin-bottom: 0;
  display: block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .orbit-container .orbit-next span,
  .orbit-container .orbit-prev span {
    border: none;
    outline: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: inherit;
    margin-top: 0;
    margin: 0;
    display: block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  .orbit-container .orbit-next:hover, .orbit-container .orbit-next:focus,
  .orbit-container .orbit-prev:hover,
  .orbit-container .orbit-prev:focus {
    background-color: transparent; }

.orbit-container .orbit-prev span {
  background: url(//webassets.unt.edu/unt-foundation/images/orbit-arrow-prev.png) center center no-repeat;
  background-color: transparent;
  background-size: cover; }
  .orbit-container .orbit-prev span:hover, .orbit-container .orbit-prev span:focus {
    background: url(//webassets.unt.edu/unt-foundation/images/orbit-arrow-prev-hover.png) center center no-repeat;
    background-color: transparent;
    background-size: cover; }

.orbit-container .orbit-next span {
  background: url(//webassets.unt.edu/unt-foundation/images/orbit-arrow-next.png) center center no-repeat;
  background-color: transparent;
  background-size: cover; }
  .orbit-container .orbit-next span:hover, .orbit-container .orbit-next span:focus {
    background: url(//webassets.unt.edu/unt-foundation/images/orbit-arrow-next-hover.png) center center no-repeat;
    background-color: transparent;
    background-size: cover; }

@media only screen and (max-width: 599px) {
  .split-right {
    margin-bottom: 0;
    padding-bottom: 0; }
    .split-right ul, .split-right ol {
      margin-bottom: 0;
      padding-bottom: 0; }
  .split-middle {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .split-middle ul, .split-middle ol {
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .split-right {
    margin-top: 0;
    padding-top: 0; }
    .split-right ul, .split-right ol {
      margin-top: 0;
      padding-top: 0; } }

.insetBorder {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px; }
  .insetBorder.white {
    outline-color: rgba(255, 255, 255, 0.5); }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-container .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: block;
    margin: 0 0 0 1px; }

.img-left {
  display: block;
  float: left; }
  @media only screen and (min-width: 900px) {
    .img-left {
      width: 40%;
      margin: 0.5rem 1.75rem 1.75rem 0.5rem; } }
  @media only screen and (min-width: 600px) {
    .img-left {
      width: 50%;
      margin: 0.5rem 1.75rem 1.75rem 0.5rem; } }
  @media only screen and (max-width: 599px) {
    .img-left {
      width: 100%;
      max-width: 520px;
      margin: 0 0 1rem 0; } }

.img-right {
  display: block;
  float: right; }
  @media only screen and (min-width: 900px) {
    .img-right {
      width: 40%;
      margin: 0.5rem 0.5rem 1.75rem 1.75rem; } }
  @media only screen and (min-width: 600px) {
    .img-right {
      width: 50%;
      margin: 0.5rem 0.5rem 1.75rem 1.75rem; } }
  @media only screen and (max-width: 599px) {
    .img-right {
      width: 100%;
      max-width: 520px;
      margin: 0 0 1rem 0; } }

@media only screen and (min-width: 600px) {
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    width: inherit; }
  select {
    padding-right: 2rem;
    width: inherit !important; }
  #searchdrop .form-item-search-block-form input.form-text {
    width: 100%; } }

#googlemaps span {
  display: none; }

label.label-hide, .label-hide {
  display: none; }

.text-indent {
  position: absolute;
  left: -999999px;
  text-indent: -999999px; }

.element-invisible {
  color: #ffffff !important;
  background-color: #000000 !important; }

#hero-feature .slick-prev, #hero-feature .slick-next {
  z-index: 1; }
  #hero-feature .slick-prev:before, #hero-feature .slick-next:before {
    font-size: 25px; }

#hero-feature .slick-prev {
  left: 25px; }

#hero-feature .slick-next {
  right: 25px; }

ul.tabs {
  border-bottom: solid 3px #00853e; }
  ul.tabs li.tab-title {
    margin: 0; }
    ul.tabs li.tab-title a {
      color: rgba(17, 17, 17, 0.85);
      font-weight: 500;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 0.9375rem;
      text-decoration: none;
      position: relative;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border: solid 1px #eee;
      background: #fafafa;
      border-width: 1px 1px 0 1px;
      padding: 0.65rem 1.5rem;
      -webkit-border-top-left-radius: 7px;
      -moz-border-top-left-radius: 7px;
      -ms-border-top-left-radius: 7px;
      -o-border-top-left-radius: 7px;
      border-top-left-radius: 7px;
      -webkit-border-top-right-radius: 7px;
      -moz-border-top-right-radius: 7px;
      -ms-border-top-right-radius: 7px;
      -o-border-top-right-radius: 7px;
      border-top-right-radius: 7px;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-bottom-right-radius: 0;
      -ms-border-bottom-right-radius: 0;
      -o-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-bottom-left-radius: 0;
      -ms-border-bottom-left-radius: 0;
      -o-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      font-family: "Roboto", sans-serif; }
      ul.tabs li.tab-title a:hover {
        background: #eee; }
    ul.tabs li.tab-title.active a {
      color: #fff;
      background: #00853e;
      border-color: #00853e; }
  ul.tabs.vertical {
    margin-right: 2rem; }
    ul.tabs.vertical li.tab-title {
      margin: 0; }
      ul.tabs.vertical li.tab-title a {
        margin: 0 0 -1px 0;
        border-width: 1px;
        border-radius: 0; }

.tabs-content > .content.active {
  padding: 1.5rem 0 2rem 0;
  border-bottom: solid 3px #00853e;
  margin-bottom: 3rem; }

ul.tabs.vertical {
  border-bottom: none;
  margin-right: 0; }

ul.tabs.vertical + div.tabs-content {
  width: calc(80% - 1.5rem);
  display: block;
  float: left;
  padding-left: 1.5rem;
  margin-bottom: 4rem; }
  ul.tabs.vertical + div.tabs-content:after {
    content: "";
    width: 100%;
    clear: both;
    height: 1px; }
  ul.tabs.vertical + div.tabs-content .content {
    border-bottom: none;
    padding: 0.5rem 0 2rem 0; }

ul.tabs.vertical .tab-title a {
  padding: 0.75rem 1.5rem 0.8rem 0.8rem;
  line-height: 1.15em;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  ul.tabs.vertical .tab-title a:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  ul.tabs.vertical .tab-title a:hover:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    color: #aaa;
    font-size: 15px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 7px; }

ul.tabs.vertical .tab-title.active {
  position: relative; }
  ul.tabs.vertical .tab-title.active:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px; }

.accordion {
  margin: 1rem 0 3rem 0; }
  .accordion .accordion-navigation {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .accordion .accordion-navigation:hover {
      background: transparent; }
    .accordion .accordion-navigation > a {
      background: transparent;
      color: rgba(17, 17, 17, 0.85);
      display: block;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.4;
      text-decoration: none;
      position: relative;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-bottom: solid 1px #efefef;
      font-family: "Roboto", sans-serif; }
      .accordion .accordion-navigation > a:before {
        content: "\f138";
        font-family: "Font Awesome 5 Free", "FontAwesome";
        font-weight: 900;
        font-size: 17px;
        color: #006a31;
        margin-right: 10px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .accordion .accordion-navigation > a:hover {
        background: #fafafa; }
    .accordion .accordion-navigation .plus {
      content: "+";
      font-size: 40px;
      font-size: 2.5rem;
      color: #84b1cd;
      margin-right: 12px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative;
      font-weight: 100;
      display: block;
      float: left;
      height: 20px;
      height: 7px; }
    .accordion .accordion-navigation > .content {
      height: 0px;
      opacity: 0;
      padding: .9375rem .9375rem .9375rem 2.7rem;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-size: .9em;
      font-weight: 400; }
    .accordion .accordion-navigation.active {
      height: auto;
      min-height: 95px;
      margin-bottom: 4rem; }
      .accordion .accordion-navigation.active > a {
        background: #fafafa;
        padding-bottom: 1rem;
        border-bottom: solid 1px rgba(17, 17, 17, 0.1); }
        .accordion .accordion-navigation.active > a:before {
          content: "\f13a";
          font-family: "Font Awesome 5 Free", "FontAwesome";
          font-weight: 900;
          font-size: 17px;
          color: #006a31;
          margin-right: 10px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      .accordion .accordion-navigation.active .plus {
        color: #008265;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 6px;
        margin-top: 0px;
        margin-right: 6px; }
      .accordion .accordion-navigation.active > .content.active {
        height: auto;
        opacity: 1;
        height: auto;
        min-height: 75px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }

.bg-green-waves {
  color: #fff;
  background-color: #004520;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='268' height='32.2' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23004d24' stroke-width='9.5' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E"); }

.bg-blue-waves {
  color: #fff;
  background-color: #1b3743;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='268' height='32.2' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23224655' stroke-width='9.5' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E"); }

.bg-blue-waves-light {
  background-color: #31657a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23444444' stroke-width='10.3' stroke-opacity='0.14'%3E%3Cpath d='M-500%2C75c0%2C0%2C125-30%2C250-30S0%2C75%2C0%2C75s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C45c0%2C0%2C125-30%2C250-30S0%2C45%2C0%2C45s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C105c0%2C0%2C125-30%2C250-30S0%2C105%2C0%2C105s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C15c0%2C0%2C125-30%2C250-30S0%2C15%2C0%2C15s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500-15c0%2C0%2C125-30%2C250-30S0-15%2C0-15s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C135c0%2C0%2C125-30%2C250-30S0%2C135%2C0%2C135s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3C/g%3E%3C/svg%3E"); }

.bg-green-squares {
  color: #fff;
  background-color: #006a31;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300853e' fill-opacity='0.3' fill-rule='evenodd'%3E%3Cpath d='M0 0h35v35H0V0zm5 5h25v25H5V5zm5 5h15v15H10V10zm5 5h5v5h-5v-5zM40 5h25v25H40V5zm5 5h15v15H45V10zm5 5h5v5h-5v-5zM70 35H35v35h35V35zm-5 5H40v25h25V40zm-5 5H45v15h15V45zm-5 5h-5v5h5v-5zM30 40H5v25h25V40zm-5 5H10v15h15V45zm-5 5h-5v5h5v-5z'/%3E%3C/g%3E%3C/svg%3E"); }

.bg-blue-squares {
  color: #fff;
  background-color: #1b3743;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23224655' fill-opacity='0.3' fill-rule='evenodd'%3E%3Cpath d='M0 0h35v35H0V0zm5 5h25v25H5V5zm5 5h15v15H10V10zm5 5h5v5h-5v-5zM40 5h25v25H40V5zm5 5h15v15H45V10zm5 5h5v5h-5v-5zM70 35H35v35h35V35zm-5 5H40v25h25V40zm-5 5H45v15h15V45zm-5 5h-5v5h5v-5zM30 40H5v25h25V40zm-5 5H10v15h15V45zm-5 5h-5v5h5v-5z'/%3E%3C/g%3E%3C/svg%3E"); }

.bg-mosaic-white {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72' height='36' viewBox='0 0 72 36'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='0.1' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='2' height='2' patternUnits='userSpaceOnUse'%3E%3Cg stroke='%23ffffff' stroke-width='0.1'%3E%3Crect fill='%23fafafa' width='1' height='1'/%3E%3Crect fill='%23ffffff' width='1' height='1' x='1' y='1'/%3E%3Crect fill='%23f5f5f5' width='1' height='1' y='1'/%3E%3Crect fill='%23f0f0f0' width='1' height='1' x='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='b' width='5' height='11' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23ebebeb'%3E%3Cuse xlink:href='%23s' x='2' y='0'/%3E%3Cuse xlink:href='%23s' x='4' y='1'/%3E%3Cuse xlink:href='%23s' x='1' y='2'/%3E%3Cuse xlink:href='%23s' x='2' y='4'/%3E%3Cuse xlink:href='%23s' x='4' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='8'/%3E%3Cuse xlink:href='%23s' x='3' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='7' height='7' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='3' y='4'/%3E%3Cuse xlink:href='%23s' x='5' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='11' height='5' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23ffffff'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='6' y='3'/%3E%3Cuse xlink:href='%23s' x='8' y='2'/%3E%3Cuse xlink:href='%23s' x='3' y='0'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse xlink:href='%23s' x='8' y='3'/%3E%3Cuse xlink:href='%23s' x='4' y='2'/%3E%3Cuse xlink:href='%23s' x='5' y='4'/%3E%3Cuse xlink:href='%23s' x='10' y='0'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='23' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23006a31'%3E%3Cuse xlink:href='%23s' x='2' y='5'/%3E%3Cuse xlink:href='%23s' x='23' y='13'/%3E%3Cuse xlink:href='%23s' x='4' y='18'/%3E%3Cuse xlink:href='%23s' x='35' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='61' height='31' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23006a31'%3E%3Cuse xlink:href='%23s' x='16' y='0'/%3E%3Cuse xlink:href='%23s' x='13' y='22'/%3E%3Cuse xlink:href='%23s' x='44' y='15'/%3E%3Cuse xlink:href='%23s' x='12' y='11'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='72' height='36'/%3E%3Crect fill='url(%23b)' width='72' height='36'/%3E%3Crect fill='url(%23c)' width='72' height='36'/%3E%3Crect fill='url(%23d)' width='72' height='36'/%3E%3Crect fill='url(%23e)' width='72' height='36'/%3E%3Crect fill='url(%23f)' width='72' height='36'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }

.bg-mosaic-green {
  background-color: #006a31;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72' height='36' viewBox='0 0 72 36'%3E%3Cdefs%3E%3Crect stroke='%23006a31' stroke-width='0.1' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='2' height='2' patternUnits='userSpaceOnUse'%3E%3Cg stroke='%23006a31' stroke-width='0.1'%3E%3Crect fill='%23056d35' width='1' height='1'/%3E%3Crect fill='%23006a31' width='1' height='1' x='1' y='1'/%3E%3Crect fill='%230a7039' width='1' height='1' y='1'/%3E%3Crect fill='%230f733d' width='1' height='1' x='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='b' width='5' height='11' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23147641'%3E%3Cuse xlink:href='%23s' x='2' y='0'/%3E%3Cuse xlink:href='%23s' x='4' y='1'/%3E%3Cuse xlink:href='%23s' x='1' y='2'/%3E%3Cuse xlink:href='%23s' x='2' y='4'/%3E%3Cuse xlink:href='%23s' x='4' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='8'/%3E%3Cuse xlink:href='%23s' x='3' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='7' height='7' patternUnits='userSpaceOnUse'%3E%3Cg fill='%231a7946'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='3' y='4'/%3E%3Cuse xlink:href='%23s' x='5' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='11' height='5' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23006a31'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='6' y='3'/%3E%3Cuse xlink:href='%23s' x='8' y='2'/%3E%3Cuse xlink:href='%23s' x='3' y='0'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3Cg fill='%231f7c4a'%3E%3Cuse xlink:href='%23s' x='8' y='3'/%3E%3Cuse xlink:href='%23s' x='4' y='2'/%3E%3Cuse xlink:href='%23s' x='5' y='4'/%3E%3Cuse xlink:href='%23s' x='10' y='0'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='23' patternUnits='userSpaceOnUse'%3E%3Cg fill='%2372ba44'%3E%3Cuse xlink:href='%23s' x='2' y='5'/%3E%3Cuse xlink:href='%23s' x='23' y='13'/%3E%3Cuse xlink:href='%23s' x='4' y='18'/%3E%3Cuse xlink:href='%23s' x='35' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='61' height='31' patternUnits='userSpaceOnUse'%3E%3Cg fill='%2372ba44'%3E%3Cuse xlink:href='%23s' x='16' y='0'/%3E%3Cuse xlink:href='%23s' x='13' y='22'/%3E%3Cuse xlink:href='%23s' x='44' y='15'/%3E%3Cuse xlink:href='%23s' x='12' y='11'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='72' height='36'/%3E%3Crect fill='url(%23b)' width='72' height='36'/%3E%3Crect fill='url(%23c)' width='72' height='36'/%3E%3Crect fill='url(%23d)' width='72' height='36'/%3E%3Crect fill='url(%23e)' width='72' height='36'/%3E%3Crect fill='url(%23f)' width='72' height='36'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }

.bg-mosaic-black {
  background-color: #111111;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72' height='36' viewBox='0 0 72 36'%3E%3Cdefs%3E%3Crect stroke='%23111111' stroke-width='0.1' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='2' height='2' patternUnits='userSpaceOnUse'%3E%3Cg stroke='%23111111' stroke-width='0.1'%3E%3Crect fill='%23161616' width='1' height='1'/%3E%3Crect fill='%23111111' width='1' height='1' x='1' y='1'/%3E%3Crect fill='%231b1b1b' width='1' height='1' y='1'/%3E%3Crect fill='%231f1f1f' width='1' height='1' x='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='b' width='5' height='11' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23242424'%3E%3Cuse xlink:href='%23s' x='2' y='0'/%3E%3Cuse xlink:href='%23s' x='4' y='1'/%3E%3Cuse xlink:href='%23s' x='1' y='2'/%3E%3Cuse xlink:href='%23s' x='2' y='4'/%3E%3Cuse xlink:href='%23s' x='4' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='8'/%3E%3Cuse xlink:href='%23s' x='3' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='7' height='7' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23292929'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='3' y='4'/%3E%3Cuse xlink:href='%23s' x='5' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='11' height='5' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23111111'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='6' y='3'/%3E%3Cuse xlink:href='%23s' x='8' y='2'/%3E%3Cuse xlink:href='%23s' x='3' y='0'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3Cg fill='%232e2e2e'%3E%3Cuse xlink:href='%23s' x='8' y='3'/%3E%3Cuse xlink:href='%23s' x='4' y='2'/%3E%3Cuse xlink:href='%23s' x='5' y='4'/%3E%3Cuse xlink:href='%23s' x='10' y='0'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='23' patternUnits='userSpaceOnUse'%3E%3Cg fill='%2396b886'%3E%3Cuse xlink:href='%23s' x='2' y='5'/%3E%3Cuse xlink:href='%23s' x='23' y='13'/%3E%3Cuse xlink:href='%23s' x='4' y='18'/%3E%3Cuse xlink:href='%23s' x='35' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='61' height='31' patternUnits='userSpaceOnUse'%3E%3Cg fill='%2396b886'%3E%3Cuse xlink:href='%23s' x='16' y='0'/%3E%3Cuse xlink:href='%23s' x='13' y='22'/%3E%3Cuse xlink:href='%23s' x='44' y='15'/%3E%3Cuse xlink:href='%23s' x='12' y='11'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='72' height='36'/%3E%3Crect fill='url(%23b)' width='72' height='36'/%3E%3Crect fill='url(%23c)' width='72' height='36'/%3E%3Crect fill='url(%23d)' width='72' height='36'/%3E%3Crect fill='url(%23e)' width='72' height='36'/%3E%3Crect fill='url(%23f)' width='72' height='36'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }

.bg-mosaic-blue {
  background-color: #2d5d71;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72' height='36' viewBox='0 0 72 36'%3E%3Cdefs%3E%3Crect stroke='%232d5d71' stroke-width='0.1' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='2' height='2' patternUnits='userSpaceOnUse'%3E%3Cg stroke='%232d5d71' stroke-width='0.1'%3E%3Crect fill='%23316074' width='1' height='1'/%3E%3Crect fill='%232d5d71' width='1' height='1' x='1' y='1'/%3E%3Crect fill='%23356377' width='1' height='1' y='1'/%3E%3Crect fill='%233a677a' width='1' height='1' x='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='b' width='5' height='11' patternUnits='userSpaceOnUse'%3E%3Cg fill='%233e6a7c'%3E%3Cuse xlink:href='%23s' x='2' y='0'/%3E%3Cuse xlink:href='%23s' x='4' y='1'/%3E%3Cuse xlink:href='%23s' x='1' y='2'/%3E%3Cuse xlink:href='%23s' x='2' y='4'/%3E%3Cuse xlink:href='%23s' x='4' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='8'/%3E%3Cuse xlink:href='%23s' x='3' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='7' height='7' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23426d7f'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='3' y='4'/%3E%3Cuse xlink:href='%23s' x='5' y='6'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='11' height='5' patternUnits='userSpaceOnUse'%3E%3Cg fill='%232d5d71'%3E%3Cuse xlink:href='%23s' x='1' y='1'/%3E%3Cuse xlink:href='%23s' x='6' y='3'/%3E%3Cuse xlink:href='%23s' x='8' y='2'/%3E%3Cuse xlink:href='%23s' x='3' y='0'/%3E%3Cuse xlink:href='%23s' x='0' y='3'/%3E%3C/g%3E%3Cg fill='%23467082'%3E%3Cuse xlink:href='%23s' x='8' y='3'/%3E%3Cuse xlink:href='%23s' x='4' y='2'/%3E%3Cuse xlink:href='%23s' x='5' y='4'/%3E%3Cuse xlink:href='%23s' x='10' y='0'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='23' patternUnits='userSpaceOnUse'%3E%3Cg fill='%2399abb1'%3E%3Cuse xlink:href='%23s' x='2' y='5'/%3E%3Cuse xlink:href='%23s' x='23' y='13'/%3E%3Cuse xlink:href='%23s' x='4' y='18'/%3E%3Cuse xlink:href='%23s' x='35' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='61' height='31' patternUnits='userSpaceOnUse'%3E%3Cg fill='%2399abb1'%3E%3Cuse xlink:href='%23s' x='16' y='0'/%3E%3Cuse xlink:href='%23s' x='13' y='22'/%3E%3Cuse xlink:href='%23s' x='44' y='15'/%3E%3Cuse xlink:href='%23s' x='12' y='11'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='72' height='36'/%3E%3Crect fill='url(%23b)' width='72' height='36'/%3E%3Crect fill='url(%23c)' width='72' height='36'/%3E%3Crect fill='url(%23d)' width='72' height='36'/%3E%3Crect fill='url(%23e)' width='72' height='36'/%3E%3Crect fill='url(%23f)' width='72' height='36'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }

.bg-lime-sunrise {
  color: #fff;
  background-color: #72b844;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3CradialGradient id='a' cx='800' cy='1050' r='1400' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2372b844'/%3E%3Cstop offset='0.3' stop-color='%23007a39'/%3E%3Cstop offset='0.7' stop-color='%23005c2a'/%3E%3Cstop offset='1' stop-color='%23002e00'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1600' height='900'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

.bg-blue-gradient {
  color: #fff;
  background-color: #ddffcc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='0%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ddffcc'/%3E%3Cstop offset='1' stop-color='%23067'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='0' cy='900' r='1200' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFF' stop-opacity='.6'/%3E%3Cstop offset='1' stop-color='%23FFF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='1600' cy='0' r='1200' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='.6'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1600' height='900'/%3E%3Crect fill='url(%23b)' width='1600' height='900'/%3E%3Crect fill='url(%23c)' width='1600' height='900'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

.bg-black-gradient {
  color: #fff;
  background: #111111;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #111111 0%, #555555 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #111111 0%, #555555 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #111111 0%, #555555 100%);
  background: linear-gradient(45deg, #111111 0%, #555555 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#555555',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.bg-black-sunrise {
  color: #fff;
  background-image: -ms-linear-gradient(top, #555555 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, #555555 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #555555 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(100, #000000));
  background-image: -webkit-linear-gradient(top, #555555 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000));
  background-image: linear-gradient(to bottom, #555555 0%, #000000 100%); }

.bg-black-gradient-radial {
  color: #fff;
  background-color: #444444;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='100%25' y2='0'%3E%3Cstop offset='0' stop-color='%23000000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='100%25'%3E%3Cstop offset='0' stop-color='%23000000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1600' height='900'/%3E%3Crect fill='url(%23b)' width='1600' height='900'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }

.bg-black-gradient-angle {
  color: #fff;
  background-color: #181818;
  background-image: -ms-linear-gradient(top right, #666666 0%, #050505 100%);
  background-image: -moz-linear-gradient(top right, #666666 0%, #050505 100%);
  background-image: -o-linear-gradient(top right, #666666 0%, #050505 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #666666), color-stop(100, #050505));
  background-image: -webkit-linear-gradient(top right, #666666 0%, #050505 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, from(#666666), to(#050505));
  background-image: linear-gradient(to bottom left, #666666 0%, #050505 100%); }

.bg-dark-green-sunrise {
  color: #fff;
  background-color: #006a31;
  background-image: -ms-linear-gradient(top, #00853E 0%, #003618 100%);
  background-image: -moz-linear-gradient(top, #00853E 0%, #003618 100%);
  background-image: -o-linear-gradient(top, #00853E 0%, #003618 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00853E), color-stop(100, #003618));
  background-image: -webkit-linear-gradient(top, #00853E 0%, #003618 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00853E), to(#003618));
  background-image: linear-gradient(to bottom, #00853E 0%, #003618 100%); }

.bg-trianglify-charcoal {
  color: #fff;
  background: url("../../unt_foundation2/images/backgrounds/trianglify-charcoal.svg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.bg-trianglify-green-1 {
  color: #fff;
  background: url("../../unt_foundation2/images/backgrounds/trianglify-green-1.svg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.bg-trianglify-green-2 {
  color: #fff;
  background: url("../../unt_foundation/images/backgrounds/trianglify-green-2.svg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.bg-green-target {
  color: #fff;
  background-color: #002411;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg fill-opacity='0.16'%3E%3Ccircle fill='%23002411' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%2300361b' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%23004824' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%23005c2d' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23007036' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%2300853e' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }

.bg-black-green-diamonds {
  color: #fff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23004620'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='12' cy='12' r='12'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.02'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: auto auto; }

.bg-black-diamonds {
  color: #fff;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23333333'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='12' cy='12' r='12'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.03'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: auto auto; }

.bg-green-blotches {
  color: #fff;
  background-color: #00391a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1892' height='1892' viewBox='0 0 800 800'%3E%3Cpath fill='%2300853e' fill-opacity='0.07' d='M619.1%2C642.1c12.9-8.4%2C24.9-18.2%2C35.9-29.3c47.5-48.5%2C86.7-116.3%2C90.8-185.1c1.6-26.2-1.7-52.5-9.5-77.4 c-42.4-136.6-187.1-210.6-316.5-239.5C350.5%2C95.3%2C286.2%2C91%2C218%2C118.5c-35.6%2C14.4-67.8%2C36.8-93.9%2C64.9 C96%2C213.7%2C77.7%2C250.9%2C55.5%2C285.3c-12.1%2C18.8-24.3%2C38.8-24.5%2C61.9c-0.2%2C17.9%2C7%2C22.6%2C19.3%2C33.9c14%2C12.8%2C25.4%2C28.3%2C33.1%2C45.8 c16.1%2C36.5%2C15.6%2C78.2%2C27.2%2C116.4c16.4%2C54.1%2C57.2%2C99%2C106%2C125.9s73.1%2C26.3%2C144.3%2C19.2c43.3-4.3%2C86.8%2C1.2%2C129.8-3.3 C535.7%2C680.4%2C581%2C667%2C619.1%2C642.1z'/%3E%3Cpath fill='%232b9240' fill-opacity='0.07' d='M254.1%2C143.5c-29.4%2C12.6-56.6%2C30.1-79.8%2C51.8c-87.9%2C82.3-99.8%2C209-92%2C322.5c3.5%2C50.9%2C21.6%2C104.6%2C63.7%2C133.4 c31.3%2C21.4%2C70.2%2C25.4%2C107%2C24.9c38.3-0.5%2C77.4-0.8%2C115.3-6.8c46.9-7.5%2C92.1-21.9%2C137.5-35.2c79-23.1%2C160.2-54.8%2C212-118.7 c47.2-58.1%2C62.5-139.7%2C42.4-211.5c-18.4-65.5-84.8-73.7-146.5-97.3c-68.6-26.2-130-67.3-201.6-81 C359%2C115.1%2C303.4%2C122.4%2C254.1%2C143.5z'/%3E%3Cpath fill='%23449f41' fill-opacity='0.07' d='M656.6%2C302.5c-35.5-58.4-109.1-169.2-181.7-195.9C315.1%2C47.7%2C136.5%2C158%2C77%2C281.9 C3.3%2C435.3%2C116.6%2C600.3%2C294%2C658.6c94.9%2C31.2%2C256.9%2C27.6%2C319.4-45.2C686.7%2C527.9%2C720.2%2C407.3%2C656.6%2C302.5z'/%3E%3Cpath fill='%235bab43' fill-opacity='0.07' d='M720.5%2C362.4c-14.1-50.8-48.8-94.5-91.7-125.2c-93-66.6-222.1-84.4-333.5-82.5 c-44.7%2C0.8-76.9%2C19.2-104.5%2C54.8c-47.5%2C61.3-64.4%2C147.7-66.5%2C223.6c-0.1%2C4.8-0.2%2C9.5-0.1%2C14.3c1.5%2C149.2%2C183.4%2C288.5%2C267.9%2C258.1 c54.4-19.5%2C77.2-77.7%2C129.4-102.8c51.2-24.7%2C109.8-32.8%2C155.2-69.1c47.3-37.8%2C59.3-114.7%2C44.2-170.2 C720.7%2C363%2C720.6%2C362.7%2C720.5%2C362.4z'/%3E%3Cpath fill='%2372b844' fill-opacity='0.07' d='M437.1%2C617.9c30.3-16.2%2C59.4-34.2%2C91.7-47.6C573%2C552%2C627.3%2C547.9%2C656%2C508.5c25.6-35.1%2C30.3-90.1%2C8.3-145.3 c-47.3-118.8-162-161.6-258.6-183.4c-91.3-20.6-165.3-16.3-209.5%2C50.7c-52.8%2C79.9-108.1%2C315.7%2C70.2%2C401.3 c55.2%2C26.5%2C108.1%2C17%2C149.6-3.2C423.2%2C625.2%2C430.2%2C621.5%2C437.1%2C617.9z'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-green-ripples {
  color: #fff;
  background-color: #00401e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 900'%3E%3Cg fill-opacity='0.13'%3E%3Cpath fill='%23005226' d='M2063.4 368c 1344.5 1289.9-3870.2 1289.9-2526.8 0c 163.5-156.9 620.9-240.3 933.9-264.2c 206.9-15.8 451.8-15.8 658.8 0c 313 23.9 770.5 107.3 934.1 264.2z'/%3E%3Cpath fill='%230a5a29' d='M1843.9 331.6c 280.4 588.3-2367.8 588.3-2087.8 0c 60-126.1 442.8-201.9 731.6-224.9c 195.1-15.6 429.4-15.6 624.5 0c 288.7 23 671.6 98.8 731.7 224.9z'/%3E%3Cpath fill='%2314622c' d='M1665 302c-30 336.6-1699.8 336.6-1730 0c-9.1-101.7 306.7-170.2 570.9-192.2c 182.7-15.3 405.4-15.3 588.1 0c 264.1 22 580 90.5 571 192.2z'/%3E%3Cpath fill='%231d6b2f' d='M1516.4 277.3c-139.4 212.9-1293.2 212.9-1432.8 0c-53.7-82 202.4-143.4 441.6-164.4c 169.6-14.9 379.8-14.9 549.4 0c 239.2 21 495.4 82.4 441.8 164.4z'/%3E%3Cpath fill='%23267332' d='M1390.9 256.5c-173.4 142.1-1008.4 142.1-1181.9 0c-80.5-65.9 122.9-120.4 336.9-140.2c 155.8-14.4 352.3-14.4 508 0c 214 19.8 417.5 74.3 337 140.2z'/%3E%3Cpath fill='%232f7c35' d='M1283.7 238.7c-174.4 97.6-793 97.6-967.4 0c-94-52.6 63.2-100.3 251.7-118.7c 141.1-13.7 322.7-13.7 463.8 0c 188.5 18.4 345.8 66.1 251.9 118.7z'/%3E%3Cpath fill='%23388438' d='M1190.9 223.3c-159.9 68-621.9 68-781.8 0c-97.6-41.5 19.8-82.6 182.7-99.4c 125.6-12.9 290.8-12.9 416.4 0c 162.8 16.8 280.2 57.9 182.7 99.4z'/%3E%3Cpath fill='%23418d3a' d='M1109.8 209.9c-138.1 47.3-481.5 47.3-619.7 0c-93.7-32.1-10.1-66.7 127.1-81.7c 109.3-12 256.2-12 365.5 0c 137.1 15 220.7 49.6 127.1 81.7z'/%3E%3Cpath fill='%234a953c' d='M1038.4 198c-113.2 32.5-363.7 32.5-476.9 0c-84-24.1-28.4-52.3 83.1-65.3c 91.9-10.7 218.7-10.7 310.6 0c 111.5 13 167.2 41.2 83.2 65.3z'/%3E%3Cpath fill='%23549e3e' d='M975 187.5c-87.1 21.5-263 21.5-350.1 0c-70.1-17.3-36.5-39.2 49.4-49.9c 73.5-9.2 177.9-9.2 251.3 0c 85.9 10.8 119.5 32.6 49.4 49.9z'/%3E%3Cpath fill='%235ea740' d='M918.3 178.1c-61.2 13.3-175.6 13.3-236.8 0c-52.8-11.4-35.8-27 24.8-35.2c 53.9-7.2 133.1-7.2 187.1 0c 60.6 8.2 77.7 23.8 24.9 35.2z'/%3E%3Cpath fill='%2368af42' d='M867.4 169.7c-35.9 6.9-99 6.9-134.9 0c-33.1-6.4-26.9-15.7 8.9-20.9c 33.3-4.8 83.9-4.8 117.2 0c 35.7 5.2 41.8 14.5 8.8 20.9z'/%3E%3Cpath fill='%2372b844' d='M821.3 162c-11.7 2-31.1 2-42.8 0c-11.4-2-10.7-5.1 1-6.9c 11.4-1.8 29.5-1.8 40.8 0c 11.7 1.8 12.4 4.9 1 6.9z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; }

.fadeIn {
  opacity: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .fadeIn.active {
    opacity: 1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }

.fadeOut {
  opacity: 1; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  .fadeOut.active {
    opacity: 0;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }

.no-js .top-bar {
  height: auto; }
  .no-js .top-bar .toggle-topbar {
    display: none; }
  .no-js .top-bar #main-menu > li ul.dropdown > li {
    position: relative; }
    .no-js .top-bar #main-menu > li ul.dropdown > li a {
      background: transparent; }
      .no-js .top-bar #main-menu > li ul.dropdown > li a::before {
        content: "\f18e";
        font-family: "Font Awesome 5 Free", "FontAwesome";
        color: #666;
        left: -5px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        position: absolute; }
    .no-js .top-bar #main-menu > li ul.dropdown > li ul.dropdown > li a::before {
      content: "\f18e";
      font-family: "Font Awesome 5 Free", "FontAwesome";
      color: #666;
      left: -5px;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      position: absolute; }
  .no-js .top-bar #main-menu li {
    background-color: transparent;
    margin: 0 0 1px 0; }
    .no-js .top-bar #main-menu li.back {
      display: none; }
      .no-js .top-bar #main-menu li.back h5 {
        display: none; }
    .no-js .top-bar #main-menu li a {
      color: #000;
      background-color: rgba(0, 55, 25, 0.15); }
    .no-js .top-bar #main-menu li.has-dropdown.expanded > a {
      margin: 15px 0 1px 0;
      background-color: rgba(0, 55, 25, 0.15); }
      .no-js .top-bar #main-menu li.has-dropdown.expanded > a::before {
        content: none; }
    .no-js .top-bar #main-menu li.has-dropdown.expanded .has-dropdown.expanded > a {
      background-color: transparent;
      border-bottom: solid 2px #eee; }
      .no-js .top-bar #main-menu li.has-dropdown.expanded .has-dropdown.expanded > a::before {
        content: "\f18e";
        font-family: "Font Awesome 5 Free", "FontAwesome";
        color: #666;
        left: -5px;
        top: 21px;
        position: absolute; }
    .no-js .top-bar #main-menu li.has-dropdown.expanded .has-dropdown.expanded ul.dropdown {
      border-bottom: solid 2px #eee; }
    .no-js .top-bar #main-menu li ul {
      padding-left: 1rem;
      margin-bottom: 10px; }
      .no-js .top-bar #main-menu li ul.dropdown {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        height: auto !important;
        width: auto !important;
        clip: auto !important; }
  .no-js .top-bar #main-menu .has-form {
    margin-bottom: 0; }
    .no-js .top-bar #main-menu .has-form h2 {
      display: none; }
    .no-js .top-bar #main-menu .has-form .row.collapse {
      display: block;
      overflow: hidden; }
    .no-js .top-bar #main-menu .has-form input#edit-search-block-form--2,
    .no-js .top-bar #main-menu .has-form button#edit-submit {
      height: 2.5rem; }
  .no-js .top-bar #main-menu .mm-ctas-wrapper {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 0.5rem;
    background-color: transparent; }
    .no-js .top-bar #main-menu .mm-ctas-wrapper .mm-ctas {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
      .no-js .top-bar #main-menu .mm-ctas-wrapper .mm-ctas a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff;
        text-align: center;
        background: #00853e;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .no-js .top-bar #main-menu .mm-ctas-wrapper .mm-ctas a:hover, .no-js .top-bar #main-menu .mm-ctas-wrapper .mm-ctas a:focus {
          background: #006a31; }
  .no-js .top-bar #main-menu > li.expanded.has-dropdown a {
    margin-top: 0; }
  .no-js .top-bar #main-menu > li.expanded.has-dropdown li.expanded.has-dropdown {
    margin-top: 10px; }

.no-js #searchbutton,
.no-js #quickbutton {
  position: relative; }
  .no-js #searchbutton img,
  .no-js #quickbutton img {
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute; }

.no-js #searchdrop,
.no-js #quickdrop {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px; }

.no-js #search:hover > #searchdrop,
.no-js #search:focus > #searchdrop {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 40px;
  right: 0;
  left: auto !important;
  color: #fff; }
  .no-js #search:hover > #searchdrop:focus,
  .no-js #search:focus > #searchdrop:focus {
    display: block; }

.no-js #quicklinks:hover > #quickdrop,
.no-js #quicklinks:focus > #quickdrop {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 40px;
  right: 0;
  left: auto !important;
  background: transparent;
  color: #fff; }
  .no-js #quicklinks:hover > #quickdrop:focus,
  .no-js #quicklinks:focus > #quickdrop:focus {
    display: block; }
  .no-js #quicklinks:hover > #quickdrop li,
  .no-js #quicklinks:focus > #quickdrop li {
    margin: 0; }
    .no-js #quicklinks:hover > #quickdrop li:hover, .no-js #quicklinks:hover > #quickdrop li:focus,
    .no-js #quicklinks:focus > #quickdrop li:hover,
    .no-js #quicklinks:focus > #quickdrop li:focus {
      background: #006a31;
      background: rgba(17, 17, 17, 0.35); }
    .no-js #quicklinks:hover > #quickdrop li a,
    .no-js #quicklinks:focus > #quickdrop li a {
      color: #fff;
      background: #00853e;
      text-decoration: none;
      padding: 0.65rem 0.75rem 0.7rem 0.75rem;
      font-size: 11px;
      font-size: 0.6875rem;
      letter-spacing: 0.025rem;
      text-transform: uppercase;
      font-family: "Montserrat", Verdana, sans-serif;
      display: block;
      height: auto;
      width: auto;
      line-height: 1.25em; }
      .no-js #quicklinks:hover > #quickdrop li a:hover, .no-js #quicklinks:hover > #quickdrop li a:focus,
      .no-js #quicklinks:focus > #quickdrop li a:hover,
      .no-js #quicklinks:focus > #quickdrop li a:focus {
        background: #005125; }

.no-js .slick-prev,
.no-js .slick-next,
.no-js .slick-dots {
  display: none !important; }

.no-js ul.accordion li.accordion-navigation div.content {
  display: block; }

@media only screen and (max-width: 599px) {
  .mobile {
    display: inherit; }
  .desktop {
    display: none; } }

@media only screen and (min-width: 600px) {
  .mobile {
    display: none; }
  .desktop {
    display: inherit; } }
