/*! 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(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,600,700,900,600italic);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
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.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

.wrapper {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 1em;
}
@media (min-width: 717px) {
  .wrapper {
    max-width: 715px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
  }
}

@media (min-width: 717px) {
  article#main-content {
    width: 49%;
    float: left;
  }
}
@media (min-width: 992px) {
  article#main-content {
    width: 66%;
  }
}

@media (min-width: 717px) {
  .wrapper > aside {
    width: 35%;
    float: right;
  }
}
@media (min-width: 992px) {
  .wrapper > aside {
    width: 27%;
  }
}

@media (min-width: 717px) {
  article#main-content.full {
    width: 100%;
  }
}

@media (min-width: 717px) {
  footer .address p {
    margin: 0;
  }
} /* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
/* Google Fonts
Using Google fonts? You could list them like this for reference, if you wanted ;)
    Source Sans Pro 300
    Source Sans Pro 400, 400italic
    Source Sans Pro 600, 600italic
    Source Sans Pro 700
    Source Sans Pro 900
 */
/* Graceful degredations from http://cssfontstack.com */
body {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: rgb(45, 38, 25);
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
body i, body em {
  font-style: italic;
}
body b,
body strong {
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 300;
}

h2 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3em;
}
h2 span {
  font-size: 1.5em;
}
h2 span.readmore {
  font-size: 0.5em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
  line-height: 1.25em;
}

h1,
h2,
h3 {
  margin: 1.5em 0 0.25em 0;
}

h1:first-of-type {
  margin-top: 0;
}

aside article h2:first-of-type,
aside section h2:first-of-type {
  margin-top: 0;
}

h3,
h4,
h5 {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

h5,
h6 {
  font-size: 1.2em;
}

p {
  margin: 0 0 1em 0;
}

h4 + ul, h4 + ol, h4 + dl,
h5 + ul,
h5 + ol,
h5 + dl,
h6 + ul,
h6 + ol,
h6 + dl,
p + ul,
p + ol,
p + dl {
  margin-top: 0;
}

ul,
ol,
dl {
  list-style-type: auto;
  margin: 0 0 0.375em 0;
}
ul li,
ol li,
dl li {
  margin: 0.25em;
}
ul + p,
ol + p,
dl + p {
  margin-top: 1em;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0 0 0.375em 0;
}
ul.no-bullets li {
  margin: 0 0 0.5em 0;
}

dl dd {
  margin: 0 0 1.5em 1em;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(108, 153, 56);
  color: rgb(108, 153, 56);
}
a:link.no-underline, .no-underline a:link, a:visited.no-underline, .no-underline a:visited, a:hover.no-underline, .no-underline a:hover, a:active.no-underline, .no-underline a:active {
  border-bottom: none;
  text-decoration: none;
}
a:hover, a:active {
  color: rgb(43, 119, 173);
}

a.fancybox {
  border: none;
}
a.fancybox img {
  border: 1px solid rgb(108, 153, 56);
}

a.back-to {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

/* intro-text */
.intro-text, section div.body {
  font-size: 1.2em;
  line-height: 1.4em;
}
.intro-text p, section div.body p {
  margin-bottom: 0.5em;
}

.blockify {
  display: block !important;
}

.inlinify {
  display: inline-block !important;
}

.clearfix {
  overflow: auto;
}

.pie-clearfix {
  overflow: visible;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-float {
  float: none !important;
}

.headroom {
  padding-top: 3em;
}

.less-headroom {
  padding-top: 1.5em;
}

.more-less-headroom {
  padding-top: 0.75em;
}

.very-little-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 3em;
}

.less-legroom {
  margin-bottom: 1.5em;
}

.more-less-legroom {
  margin-bottom: 0.75em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-border {
  border: none !important;
}

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

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

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

.bold {
  font-weight: 700;
}

.small {
  font-size: 0.75em;
}

.border-bottom {
  border-bottom: 1px solid #74a7cb;
}

.width-100 {
  width: 100%;
}

@media (min-width: 717px) {
  .mobile-only {
    display: none !important;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 717px) {
  .no-mobile {
    display: block;
  }
}

.no-mobile-inline {
  display: none;
}
@media (min-width: 717px) {
  .no-mobile-inline {
    display: inline-block;
  }
}

.hide-text {
  font: 0/0 serif;
  color: transparent;
}

/* ghost button */
.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(108, 153, 56);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(108, 153, 56);
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.33s ease-out, background-color 0.33s ease-out, background-image 0.33s ease-out, border-color 0.33s ease-out;
}
.ghost-button:link, .ghost-button:visited {
  color: rgb(108, 153, 56);
}
.ghost-button:hover, .ghost-button:active {
  background-color: rgb(108, 153, 56);
  border-color: rgb(108, 153, 56);
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  transition: color 0.33s ease-in, background-color 0.33s ease-in, background-image 0.33s ease-in, border-color 0.33s ease-in;
}
.ghost-button.small {
  font-size: 0.85em;
}
.ghost-button.large {
  font-size: 1.75em;
}
@media (min-width: 717px) {
  .ghost-button.large {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  .ghost-button.large {
    font-size: 1.75em;
  }
}

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

article.login {
  min-height: 42em;
}
form.login-form {
  border-radius: 2px;
  margin: 3em auto 1em auto;
  padding: 1em 2em 2em 2em;
  background-color: #e6eff4;
  border: 1px solid #74a7cb;
  max-width: 400px;
}
form.login-form input {
  width: 100%;
}

.register {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

form {
  margin: 1em 0 0 0;
  padding: 0 1em;
}
form div.group {
  margin: 1em 0;
}
form fieldset {
  margin: 0.5em 0;
  padding: 0.75em 0;
}
form legend {
  font-weight: bold;
  font-style: italic;
}
form .formline {
  margin: 0 0 0.5em 0;
}
form label, form p.label {
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 1em;
  color: rgb(45, 38, 25);
}
form input {
  height: 1.5em;
  font-size: 1em;
  font-weight: 700;
  color: rgb(151, 171, 178);
}
form input[size="2"] {
  width: 2em;
}
form input[size="3"] {
  width: 3em;
}
form input[size="4"] {
  width: 4em;
}
form input[size="5"] {
  width: 5em;
}
form input[type=checkbox] {
  width: 1em;
  height: 1em;
}
form .checkbox {
  line-height: 1.5em;
  padding: 0 0 0 1em;
}
form textarea {
  width: 100%;
  text-align: left;
  font-size: 1em;
  font-weight: 700;
  color: rgb(151, 171, 178);
}
form .grid_field textarea {
  width: 80%;
}
form input,
form textarea {
  border-radius: 2px;
  border: 1px solid rgb(45, 38, 25);
}
form input:focus,
form textarea:focus {
  outline: none;
  box-shadow: 0px 0px 5px rgb(43, 119, 173);
}
form input[class*=required]:focus,
form textarea[class*=required]:focus {
  border-color: rgb(208, 56, 0);
  box-shadow: 0px 0px 5px rgb(208, 56, 0);
}

form#login-form input[type=checkbox] + label {
  width: auto;
  display: inline;
}

span.error {
  font-size: 0.8em;
  font-weight: bold;
  color: rgb(108, 153, 56);
}

button {
  float: right;
}

/* Search Form */
form.simple-search {
  margin-right: 25%;
  margin-top: -14px;
  margin-bottom: 1.5em;
  padding: 0px 20px 0px 0px;
}
form.simple-search p {
  margin: 0;
  position: relative;
  height: 26px;
}
form.simple-search input,
form.simple-search button {
  position: absolute;
  top: 0;
}
form.simple-search input:focus,
form.simple-search button:focus {
  outline: none;
}
form.simple-search input {
  right: 50px;
  width: 172px;
  height: 19px;
  margin: 0px -2px 0px 0px;
  padding: 2px 0px;
  border-right: none;
  border-radius: 2px 0px 0px 2px;
}
form.simple-search input:focus {
  width: 350px;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
form.simple-search button {
  right: 0;
  height: 25px;
  width: 50px;
  text-align: center;
  border: 1px rgb(45, 38, 25) solid;
  border-left: none;
  border-radius: 0px 2px 2px 0px;
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}

/* required asterisk */
form.validate .fa-asterisk {
  color: rgb(208, 56, 0);
}

/* form overrides */
form {
  margin-bottom: 1em;
}
form fieldset {
  border: 1px solid rgba(151, 171, 178, 0.2);
  padding: 12px;
  border-radius: 2px;
  background-color: rgba(151, 171, 178, 0.1);
}
form fieldset legend {
  padding: 0 0.5em;
}
form div.group:first-of-type {
  margin-top: 0;
}
form div.group.half {
  width: 43%;
  display: inline-block;
  margin-right: 6%;
}
form div.group label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.8em;
}
form div.group p {
  margin-bottom: 0.5em;
}
form div.group span.limit-group {
  position: absolute;
  right: 0;
  font-style: italic;
  font-size: 0.8em;
  line-height: 2.4em;
  color: rgba(151, 171, 178, 0.7);
}
form div.group span.limit-group:before {
  content: "character limit: ";
}
form div.group span.limit-group .over-limit {
  color: rgba(108, 153, 56, 0.7);
}
form div.group span.limit-group .at-limit {
  color: rgba(45, 38, 25, 0.7);
}
form div.group input.multi-line {
  word-break: break-word;
  height: 3em;
}
form div.group input[type=radio] {
  width: auto;
  vertical-align: top;
}
form div.group input[type=file] {
  background-color: rgb(255, 255, 255);
  padding: 0.125em;
}

/* honeepot */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

body {
  margin-top: 65px;
}
@media (min-width: 717px) {
  body {
    margin-top: 150px;
  }
}

body > header {
  background-color: rgb(238, 245, 252);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 65px;
  border-bottom: 1px solid #378fcd;
}
body > header .logo {
  display: block;
  background-image: url("/images/site_images/InsideNCMBLogo_New.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 360px;
  width: 360px;
  height: 65px;
  font: 0/0 serif;
  color: transparent;
  position: absolute;
  top: 0.33rem;
  left: 0.5rem;
  z-index: 2001;
}
@media (min-width: 717px) {
  body > header {
    height: 120px;
    box-shadow: 1px 0px 35px 1px rgba(45, 38, 25, 0.35);
  }
  body > header .wrapper {
    position: relative;
  }
  body > header .logo {
    width: 65%;
    background-size: 600px;
    background-position: center left;
    top: 1.2rem;
  }
}

/* userbar */
ul.userbar {
  background-color: rgb(43, 119, 173);
}
ul.userbar li a {
  color: rgb(255, 255, 255) !important;
}
@media (min-width: 717px) {
  ul.userbar {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 250px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    float: right;
    font-size: 1rem;
    height: 32px;
  }
  ul.userbar li {
    margin: 0;
  }
  ul.userbar li {
    border-bottom: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1rem;
    height: 32px;
    padding: 0 1rem 0 1rem;
  }
  ul.userbar li a {
    font-size: 0.8em;
    color: rgb(43, 119, 173) !important;
    border-bottom: none;
  }
  ul.userbar li a:hover {
    color: #256593 !important;
  }
}

.login-screen main.login {
  padding: 2em 0;
}
@media (min-width: 717px) {
  .login-screen main.login h1 > .logo {
    height: 100px;
    width: 50%;
    background-size: 400px;
    background-position: center left;
  }
  .login-screen main.login article#main-content {
    margin: 0 auto;
    float: none;
  }
}
/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -107px;
  left: 0px;
  color: rgb(255, 255, 255);
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(108, 153, 56, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
@media (min-width: 717px) {
  a.skip-navigation {
    display: none;
  }
}

a.mobile-navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  overflow-y: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px 4px rgba(45, 38, 25, 0.25);
  z-index: 2000;
}
@media (min-width: 717px) {
  a.mobile-navigation {
    display: none;
  }
}

a.nav-toggle {
  position: absolute;
  top: 1em;
  right: 0.5em;
  display: block;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 3000;
  border: none;
}
@media (min-width: 717px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: rgb(43, 119, 173);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

nav.main.active {
  display: none;
}
@media (min-width: 717px) {
  nav.main.active {
    display: block;
    height: auto;
  }
}

nav.main {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100vw;
  height: 120vh;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  font-size: 1.1em;
}
nav.main ul,
nav.main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main li,
nav.main li a {
  display: block;
  width: auto;
  line-height: 2.75em;
}
nav.main li a {
  padding: 0 1em;
}
nav.main li.no-mobile {
  display: none;
}
nav.main ul {
  position: relative;
  margin-top: 1rem;
}
nav.main ul li {
  border-bottom: 1px solid rgb(151, 171, 178);
}
nav.main ul li.current a {
  color: rgb(100, 100, 100);
}
nav.main ul > li a {
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
nav.main ul > li a, nav.main ul > li a:visited, nav.main ul > li a:active, nav.main ul > li a:visited:active {
  color: rgb(43, 119, 173);
}
nav.main ul > li a:hover, nav.main ul > li a:visited:hover {
  color: rgb(43, 119, 173);
}
nav.main ul > li a:hover, nav.main ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
}
nav.main ul li.has-children > a {
  position: relative;
}
nav.main ul li.has-children > a:after {
  font-family: "FontAwesome";
  opacity: 0;
  transition: opacity ease-in 0.33s;
  content: "\f0d7";
  padding-left: 1rem;
  position: absolute;
  right: 1em;
}
.wf-active nav.main ul li.has-children > a:after {
  opacity: 1;
}
.wf-inactive nav.main ul li.has-children > a:after {
  opacity: 1;
}
nav.main ul li.has-children ul {
  display: none;
}
nav.main ul li.has-children:hover ul {
  display: block;
}
/* tablet/desktop nav */
@media (min-width: 717px) {
  nav.main {
    display: block;
    overflow: visible;
    background-color: transparent;
    width: auto;
    top: 88px;
    left: unset;
    right: 0;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0 1em 0 0;
    display: inline-block;
    float: right;
    font-size: 1rem;
    height: 32px;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    border-bottom: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1rem;
    height: 32px;
    padding: 0 1rem 0 1rem;
  }
  nav.main ul li:hover {
    background-color: #74a7cb;
  }
  nav.main ul li a {
    padding-left: 0;
    padding-right: 0;
    text-shadow: none;
    color: rgb(108, 153, 56);
    display: table;
    box-shadow: none;
    background-color: transparent;
    min-height: unset;
    height: unset;
    line-height: 1rem;
    white-space: nowrap;
    width: 100%;
  }
  nav.main ul li a, nav.main ul li a:visited, nav.main ul li a:active, nav.main ul li a:visited:active {
    color: rgb(43, 119, 173);
  }
  nav.main ul li a:hover, nav.main ul li a:visited:hover {
    color: rgb(43, 119, 173);
  }
  nav.main ul li a:hover {
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
  }
  nav.main ul li > a:hover {
    color: rgb(255, 255, 255) !important;
  }
  nav.main ul li.current {
    background-color: #74a7cb;
  }
  nav.main ul li.current a {
    color: rgb(255, 255, 255);
  }
  nav.main ul li.mobile-only {
    display: none;
  }
  nav.main ul li.no-mobile {
    display: table-cell;
  }
  nav.main ul li.has-children {
    position: relative;
  }
  nav.main ul li.has-children > a {
    position: relative;
  }
  nav.main ul li.has-children > a:hover {
    color: rgb(43, 119, 173);
  }
  nav.main ul li.has-children > a:after {
    position: relative;
    right: unset;
    top: unset;
    margin-left: 0.25em;
    padding-left: unset;
  }
  nav.main ul li.has-children ul.second-level {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 32px;
    left: -45px;
    right: -45px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 9000;
    height: 0;
    background-color: rgb(230, 236, 242);
    -webkit-transition: height 0.25s ease-in;
    -moz-transition: height 0.25s ease-in;
    -o-transition: height 0.25s ease-in;
    -ms-transition: height 0.25s ease-in;
    transition: height 0.25s ease-in;
    box-shadow: 0px 2px 3px rgb(45, 38, 25);
  }
  nav.main ul li.has-children ul.second-level li {
    margin: 0;
  }
  nav.main ul li.has-children ul.second-level li {
    border-bottom: none !important;
    border-top: 1px solid rgb(255, 255, 255);
    display: block;
    line-height: 16px;
    text-align: left;
    padding: 10px 0.5em;
    height: 0;
    -webkit-transition: height 0.25s ease-in;
    -moz-transition: height 0.25s ease-in;
    -o-transition: height 0.25s ease-in;
    -ms-transition: height 0.25s ease-in;
    transition: height 0.25s ease-in;
  }
  nav.main ul li.has-children ul.second-level li.dark-top-border {
    border-top: 1px solid rgb(43, 119, 173);
  }
  nav.main ul li.has-children ul.second-level li:hover {
    background-color: rgb(218, 229, 242);
  }
  nav.main ul li.has-children ul.second-level li:first-child {
    border-color: rgb(43, 119, 173);
  }
  nav.main ul li.has-children ul.second-level li:last-child {
    padding-bottom: 12px;
  }
  nav.main ul li.has-children ul.second-level li a {
    color: rgb(43, 119, 173);
  }
  nav.main ul li.has-children ul.second-level li a:hover {
    color: rgb(43, 119, 173) !important;
  }
  nav.main ul li.has-children ul.second-level li.current {
    background-color: rgb(218, 229, 242);
  }
  nav.main ul li.has-children ul.second-level li.current a {
    color: rgb(43, 119, 173);
  }
  nav.main ul li.has-children:hover ul {
    height: auto;
    background-color: rgb(230, 236, 242);
  }
  nav.main ul li.has-children:hover ul li {
    height: 16px;
  }
}
@media (min-width: 992px) {
  nav.main {
    top: 74px;
  }
  nav.main ul {
    height: 46px;
    font-size: 1.1rem;
  }
  nav.main ul li {
    padding: 0 1rem 0 1rem;
    height: 46px;
  }
  nav.main ul li.has-children:hover ul.second-level {
    left: -50px;
    right: -50px;
    top: 46px;
  }
}

form.search-box {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
}
form.search-box input {
  width: 85%;
  height: 80%;
  margin-top: 5%;
  border: 1px solid #aaa;
  font-weight: normal;
}
form.search-box button {
  height: 90%;
  width: 12%;
  margin-top: 5%;
}
@media (min-width: 717px) {
  form.search-box {
    width: 250px;
    height: 30px;
    position: absolute;
    top: -95px;
    right: 0;
  }
}
@media (min-width: 992px) {
  form.search-box {
    top: -80px;
  }
}

.search-results {
  border-bottom: 1px dotted rgb(108, 153, 56);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.search-results h3 {
  line-height: 1.3em;
}

.search-results:last-child {
  border-bottom: none;
}

.calendar-nav ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.calendar-nav ul li {
  float: left;
  margin-right: 24px;
}
.calendar-nav ul li.current a.calnav {
  border: none;
  color: rgb(43, 119, 173) !important;
}
@media (min-width: 717px) {
  .calendar-nav a.calnav {
    color: rgb(108, 153, 56) !important;
  }
}

ul.archive-nav {
  list-style: none;
}

ul.category-nav {
  list-style: none;
}

/* main */
main {
  display: block;
  overflow: hidden;
}

/* article#main-content, default article styles */
article#main-content header {
  margin: 0.75em 0;
}
article#main-content header h4 {
  margin: 0 0 0.5em 0;
  line-height: 1.25em;
  font-size: 1.5em;
}
article#main-content header h5 {
  margin: 0;
  font-size: 1em;
}
article#main-content section article {
  border-bottom: 1px dotted rgb(195, 220, 231);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
article#main-content section article aside {
  text-align: center;
  width: 100%;
  height: 120px;
  margin: 1.2em 1em 0 0;
}
article#main-content section article aside img {
  border: 1px solid rgb(45, 38, 25);
}
article#main-content section article header {
  margin: 0.75em 0;
}
article#main-content section article header h4 {
  margin: 0 0 0.5em 0;
  line-height: 1.25em;
  font-size: 1.5em;
}
article#main-content section article header h5 {
  margin: 0;
  font-size: 1em;
}
@media (min-width: 717px) {
  article#main-content section {
    overflow: hidden;
  }
  article#main-content section article {
    overflow: hidden;
  }
  article#main-content section article aside {
    text-align: left;
    margin-top: 1em;
    width: 35%;
    float: left;
  }
  article#main-content section article header, article#main-content section article .intro-text, article#main-content section article div.body, article#main-content section article .button-box {
    width: 60%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  article#main-content section article aside {
    width: 18%;
    margin-right: 0;
  }
  article#main-content section article header, article#main-content section article .intro-text, article#main-content section article div.body, article#main-content section article .button-box {
    width: 80%;
  }
}

article.full {
  padding-bottom: 2em;
}

article.newsletter li {
  margin: 0 1.25em;
}

/* Newsletter specific stuff*/
.newsletter-day {
  padding: 0 0 0 1em;
}
.newsletter-day p {
  margin: 0;
  padding: 0;
}

.newsletter-event {
  padding: 0 0 0.5em 1em;
  margin: 0 0 0.5em 0;
  border-bottom: 1px dotted rgb(195, 220, 231);
}

/* sidebar article lists */
aside section h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1.2em;
}
aside section h3 a:link, aside section h3 a:visited, aside section h3 a:active {
  color: rgb(45, 38, 25);
}
aside section h3 a:hover {
  color: rgb(108, 153, 56);
}
aside section article {
  overflow: hidden;
  margin: 1em 0;
}
aside section article .date-block {
  width: 60px;
  margin: 0 1em 0 0;
  padding-top: 0.5em;
  text-align: center;
  float: left;
  color: rgb(43, 119, 173);
  border: 2px solid #e6eff4;
}
aside section article .date-block .block-month {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
aside section article .date-block .block-day {
  font-size: 1.5em;
}
aside section article .event-info {
  float: left;
  width: 70%;
}
aside section article h4 {
  margin: 0;
}
aside section article a.listing-link {
  text-decoration: none;
  color: rgb(43, 119, 173);
}
aside section article a.listing-link:hover {
  color: rgb(108, 153, 56);
}
aside section article p {
  margin: 0;
}
aside section article h6 {
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 0.8em;
}

div.half-column {
  width: 45%;
  margin: 0 1em 0 0;
  float: left;
}

div.last-column {
  width: 45%;
  margin: 0;
  float: left;
}

section.resource-list {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted rgb(195, 220, 231);
}
section.resource-list h3 {
  margin: 1em 0 0.5em 20px;
  font-size: 1.3em;
}
section.resource-list h4 {
  margin: 0.5em 0 0 20px;
  font-size: 1.1em;
}
section.resource-list p.list {
  margin: 0 0 0.5em 20px;
}

.search-form-container {
  max-width: 600px;
}

@media (min-width: 717px) {
  .employee-info {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 2em;
  }
}
@media (min-width: 992px) {
  .employee-info {
    grid-template-columns: 1fr 4fr;
  }
}

@media (min-width: 717px) {
  h2.employee-name {
    margin-bottom: 1em;
    margin-left: 200px;
  }
}
@media (min-width: 992px) {
  h2.employee-name {
    margin-bottom: 0.5em;
    margin-left: 265px;
  }
}

.staff-image {
  margin: 0 auto;
  width: 75%;
}
.staff-image img {
  width: 100%;
}
@media (min-width: 717px) {
  .staff-image {
    width: 100%;
  }
}

article.print-directory .staff-image {
  width: 75%;
  margin-top: 24px;
}
article.print-directory h2 {
  margin-top: 12px;
}
@media (min-width: 717px) {
  article.print-directory {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
  article.print-directory .staff-image {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  article.print-directory {
    grid-template-columns: 1fr 3fr;
  }
}

.social-media {
  text-align: left;
  margin-bottom: 2em;
}
.social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media ul li {
  display: inline-block;
  margin: 0 0.25em;
  position: relative;
  z-index: 1;
}
.social-media ul li:hover {
  color: clr(w);
}
.social-media ul li.facebook:before {
  position: absolute;
  color: rgb(69, 88, 152);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f082";
  font-size: 40px;
  line-height: 40px;
}
.social-media ul li.instagram:before {
  position: absolute;
  color: rgb(200, 43, 166);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f16d";
  font-size: 40px;
  line-height: 40px;
}
.social-media ul li.twitter:before {
  position: absolute;
  color: rgb(45, 38, 25);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\e61a";
  font-size: 40px;
  line-height: 40px;
}
.social-media ul li.linked-in:before {
  position: absolute;
  color: rgb(24, 127, 184);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f08c";
  font-size: 40px;
  line-height: 40px;
}
.social-media ul li.pinterest:before {
  position: absolute;
  color: rgb(230, 0, 35);
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f0d3";
  font-size: 40px;
  line-height: 40px;
}
.social-media ul li a {
  font: 0/0 serif;
  color: transparent;
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: none;
}

/* button definitions */
.button-box {
  overflow: visible;
}
.button-box a, .button-box button {
  float: right;
}
.button-box.full-width {
  width: 100%;
  text-align: center;
}
.button-box.full-width a, .button-box.full-width button {
  float: none;
}

a.button, button.button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(108, 153, 56);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(108, 153, 56);
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.33s ease-out, background-color 0.33s ease-out, background-image 0.33s ease-out, border-color 0.33s ease-out;
  font-weight: normal;
}
a.button:link, a.button:visited, button.button:link, button.button:visited {
  color: rgb(108, 153, 56);
}
a.button:hover, a.button:active, button.button:hover, button.button:active {
  background-color: rgb(108, 153, 56);
  border-color: rgb(108, 153, 56);
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  transition: color 0.33s ease-in, background-color 0.33s ease-in, background-image 0.33s ease-in, border-color 0.33s ease-in;
}
a.button.small, button.button.small {
  font-size: 0.85em;
}
a.button.large, button.button.large {
  font-size: 1.75em;
}
@media (min-width: 717px) {
  a.button.large, button.button.large {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  a.button.large, button.button.large {
    font-size: 1.75em;
  }
}
a.button.small, button.button.small {
  font-size: 0.8em;
}
a.button.large, button.button.large {
  font-size: 1.33em;
}
a.right, button.right {
  margin-left: 1em;
}

input[type=submit] {
  width: auto;
  float: right;
  height: auto;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: rgb(108, 153, 56);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(108, 153, 56);
  border-radius: 3px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.33s ease-out, background-color 0.33s ease-out, background-image 0.33s ease-out, border-color 0.33s ease-out;
  margin-bottom: 24px;
}
input[type=submit]:link, input[type=submit]:visited {
  color: rgb(108, 153, 56);
}
input[type=submit]:hover, input[type=submit]:active {
  background-color: rgb(108, 153, 56);
  border-color: rgb(108, 153, 56);
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  transition: color 0.33s ease-in, background-color 0.33s ease-in, background-image 0.33s ease-in, border-color 0.33s ease-in;
}
input[type=submit].small {
  font-size: 0.85em;
}
input[type=submit].large {
  font-size: 1.75em;
}
@media (min-width: 717px) {
  input[type=submit].large {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  input[type=submit].large {
    font-size: 1.75em;
  }
}

/* sections */
section {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
section:last-child {
  border-bottom: none;
}
article#main-content section:first-of-type {
  margin-top: 2em;
}
section h2, header section h2 {
  margin-top: 0;
}
section div.info {
  border-top: 1px solid rgba(43, 119, 173, 0.1);
  border-bottom: 1px solid rgba(43, 119, 173, 0.1);
  font-size: 13px;
  color: rgb(43, 119, 173);
}
.contact {
  overflow: hidden;
}
.contact p {
  margin: 0 0 0.5em 0;
}

h2.faq-group {
  line-height: 1.3em;
}
h2.faq-group a {
  text-decoration: none;
  color: rgb(43, 119, 173);
}
h2.faq-group a:hover {
  color: rgb(108, 153, 56);
}
h2.faq-group a.small {
  font-size: 10px;
}

section.faq-topics {
  border-bottom: 1px dotted rgb(195, 220, 231);
}

section.faq {
  border: none;
  padding-bottom: 0;
}

article.event-list {
  overflow: hidden;
  margin: 1em 0;
}
article.event-list .date-block {
  width: 60px;
  margin: 0 1em 0 0;
  padding-top: 0.5em;
  text-align: center;
  float: left;
  color: rgb(43, 119, 173);
  border: 2px solid #e6eff4;
}
article.event-list .date-block .block-month {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
article.event-list .date-block .block-day {
  font-size: 1.5em;
}
article.event-list .event-info {
  float: left;
  width: 70%;
}
article.event-list h4 {
  margin: 0;
}
article.event-list a.listing-link {
  text-decoration: none;
  color: rgb(43, 119, 173);
}
article.event-list a.listing-link:hover {
  color: rgb(108, 153, 56);
}
article.event-list p {
  margin: 0;
}
article.event-list h6 {
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 0.8em;
}

/* forum widgeywidge */
section.forum.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.forum.widget ul li {
  margin: 0;
}

section.by-calendar {
  margin-bottom: 0;
}
section.by-calendar h5 {
  margin: 0.6em 0 0 0;
}

/* Mini Calendar */
table.calendar {
  background-color: rgba(151, 171, 178, 0.2);
  width: 100%;
  font: 0.8em/1.2em "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgb(43, 119, 173);
  border: 1px solid #4395d0;
}
table.calendar td, table.calendar th {
  padding: 12px;
  text-align: center;
}
table.calendar .calendarBlank {
  border-top: 1px solid rgb(250, 250, 246);
  color: #4395d0;
  font-style: italic;
}
table.calendar .calendarHeader {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAiElEQVR42u2UOwqAMBBEU6RIYZHCUnDBFBaWlha5/6nMXiD4BkyjCxMIvCn2w4RebavFLtDjobG4MA8Ms0vh/bOQEVDen6spPTRMlA968UWeTSbxoP0k88CY4Ulm5SR3nefdRMwDQ3XTC/z4LDK4ePuz6KNZlJuSytPQK4znJ3mIPO9G4Ydm0Q3q+Cld4eyckwAAAABJRU5ErkJggg==);
  color: rgb(250, 250, 246);
}
table.calendar .calendarHeader th {
  font-weight: bold;
}
table.calendar .calendarMonthLinks a {
  color: rgb(255, 255, 255);
  font-weight: bold;
}
table.calendar .calendarMonthLinks a:visited {
  color: rgb(255, 255, 255);
}
table.calendar .calendarMonthLinks a:hover {
  color: rgb(255, 255, 255);
}
table.calendar .calendarDayHeading {
  font-weight: bold;
  background-color: rgb(250, 250, 246);
}
table.calendar .calendarToday {
  background-color: #466324;
  border: 1px solid #5c8230;
}
table.calendar .calendarCell {
  border: 1px solid rgb(250, 250, 246);
}
table.calendar .calendarCell.hasLink {
  background-color: rgb(250, 250, 246);
}
table.calendar .calendarToday a,
table.calendar .calendarCell a {
  color: rgb(108, 153, 56);
  font-weight: bold;
}
/* solspace Calendar plugin styles and overrides */
section.calendar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.calendar ul li {
  margin: 0;
}

#fc_calendar thead a {
  font-size: 1.5em;
}
#fc_calendar h3 {
  margin: 0;
}

#dc_calendar .header {
  border-bottom: 1px solid #4395d0;
}
#dc_calendar .header .left,
#dc_calendar .header .right,
#dc_calendar .header .center {
  display: inline-block;
  text-align: center;
}
#dc_calendar .header .left,
#dc_calendar .header .right {
  width: 10%;
}
#dc_calendar .header .center {
  width: 75%;
  margin: auto 1%;
}
#dc_calendar .header .center span {
  display: block;
}
#dc_calendar span.event-count {
  font-size: 12px;
  font-style: italic;
  color: #4395d0;
}
.event.all_day, .day_cell .event.all_day {
  background-color: rgba(208, 56, 0, 0.05);
}
.event.all_day a, .day_cell .event.all_day a {
  color: rgb(208, 56, 0);
}
.event.multi_day, .day_cell .event.multi_day {
  background-color: rgba(43, 119, 173, 0.05);
}
.event.multi_day a, .day_cell .event.multi_day a {
  color: rgb(43, 119, 173);
}
.event.multi_day.first_day, .day_cell .event.multi_day.first_day {
  margin-left: 6px;
  border-radius: 3px 0px 0px 3px;
}
.event.multi_day.last_day, .day_cell .event.multi_day.last_day {
  margin-right: 6px;
  border-radius: 0px 3px 3px 0px;
}
.event.multi_day.first_day.last_day, .day_cell .event.multi_day.first_day.last_day {
  border-radius: 3px;
}
.legend .event.multi_day.first_day, .legend .event.multi_day.last_day, .legend .day_cell .event.multi_day.first_day, .legend .day_cell .event.multi_day.last_day {
  margin: auto 0;
}

#fc_calendar a,
#dc_calendar a,
section.legend a {
  font-size: 12px;
  line-height: 14px;
  border-bottom: none;
}

/* category navigation */
ul.category-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAiElEQVR42u2UOwqAMBBEU6RIYZHCUnDBFBaWlha5/6nMXiD4BkyjCxMIvCn2w4RebavFLtDjobG4MA8Ms0vh/bOQEVDen6spPTRMlA968UWeTSbxoP0k88CY4Ulm5SR3nefdRMwDQ3XTC/z4LDK4ePuz6KNZlJuSytPQK4znJ3mIPO9G4Ydm0Q3q+Cld4eyckwAAAABJRU5ErkJggg==);
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: left top;
  background-color: rgba(43, 119, 173, 0.1);
  border-radius: 1px;
}
ul.category-list li {
  margin: 0;
}
ul.category-list li {
  display: inline-block;
}
ul.category-list li a {
  line-height: 40px;
  color: rgb(43, 119, 173);
  margin: auto 1em;
}
ul.category-list li a:hover {
  border-bottom: 1px solid;
}
ul.category-list li.current a {
  border-bottom: 1px solid;
}
ul.category-list span.legend {
  position: absolute;
  display: block;
  top: -20px;
  left: 0px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  border: 1px solid rgba(43, 119, 173, 0.1);
  border-bottom: none;
  border-radius: 1px 1px 0px 0px;
  color: rgb(43, 119, 173);
}

/* vendor list */
section.vendor .vendor-list-description {
  font-style: italic;
}

/* blockquotes */
blockquote {
  position: relative;
  padding: 24px 24px 0px 36px;
}
blockquote::before, blockquote::after {
  position: absolute;
  font-family: "FontAwesome";
  display: block;
  font-size: 24px;
  color: rgba(43, 119, 173, 0.1);
}
blockquote::before {
  content: "\f10d";
  top: 24px;
  left: 0;
}
blockquote::after {
  content: "\f10e";
  right: 0;
  bottom: 0;
}
blockquote p.comment_info {
  text-align: right;
  font-style: italics;
  font-size: 0.8em;
}

/* table */
table.directory {
  display: block;
}
table.directory thead, table.directory tbody, table.directory th, table.directory td, table.directory tr {
  display: block;
}
table.directory thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
table.directory td {
  border: none;
  position: relative;
  padding: 0.2em;
}
@media (min-width: 717px) {
  table.directory {
    display: table;
    width: 100%;
  }
  table.directory thead {
    display: table-header-group;
  }
  table.directory tbody {
    display: table-row-group;
  }
  table.directory tr {
    display: table-row;
  }
  table.directory thead tr {
    position: unset;
  }
  table.directory th {
    display: table-cell;
    background-color: rgb(255, 255, 255);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAiElEQVR42u2UOwqAMBBEU6RIYZHCUnDBFBaWlha5/6nMXiD4BkyjCxMIvCn2w4RebavFLtDjobG4MA8Ms0vh/bOQEVDen6spPTRMlA968UWeTSbxoP0k88CY4Ulm5SR3nefdRMwDQ3XTC/z4LDK4ePuz6KNZlJuSytPQK4znJ3mIPO9G4Ydm0Q3q+Cld4eyckwAAAABJRU5ErkJggg==);
    background-size: 12px 12px;
    background-repeat: repeat;
    background-position: left top;
    background-color: rgba(43, 119, 173, 0.1);
    padding: 0.75em 0.5em;
    color: rgb(43, 119, 173);
    font-style: bold;
    border-right: 1px solid rgba(43, 119, 173, 0.1);
  }
  table.directory th.last-column {
    border-right: none;
  }
  table.directory td {
    display: table-cell;
    padding: 0.25em 0.5em;
    border-right: 1px solid rgba(43, 119, 173, 0.1);
  }
  table.directory td:last-child {
    border-right: none;
  }
}

/* tablesorter */
.tablesorter .header {
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}
.tablesorter .header::after {
  font-family: "FontAwesome";
  font-size: 14px;
  display: block;
  float: right;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  width: 16px;
  line-height: 4em;
}
.tablesorter .header.headerSortUp::after {
  content: "\f077";
}
.tablesorter .header.headerSortDown::after {
  content: "\f078";
}
/* footer */
footer[role=contentinfo] {
  background-color: rgb(195, 220, 231);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAiElEQVR42u2UOwqAMBBEU6RIYZHCUnDBFBaWlha5/6nMXiD4BkyjCxMIvCn2w4RebavFLtDjobG4MA8Ms0vh/bOQEVDen6spPTRMlA968UWeTSbxoP0k88CY4Ulm5SR3nefdRMwDQ3XTC/z4LDK4ePuz6KNZlJuSytPQK4znJ3mIPO9G4Ydm0Q3q+Cld4eyckwAAAABJRU5ErkJggg==), -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(145, 171, 181, 0.85)), -webkit-linear-gradient(rgb(195, 220, 231), rgb(163, 212, 229)); /* For Safari 5.1 to 6.0 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAiElEQVR42u2UOwqAMBBEU6RIYZHCUnDBFBaWlha5/6nMXiD4BkyjCxMIvCn2w4RebavFLtDjobG4MA8Ms0vh/bOQEVDen6spPTRMlA968UWeTSbxoP0k88CY4Ulm5SR3nefdRMwDQ3XTC/z4LDK4ePuz6KNZlJuSytPQK4znJ3mIPO9G4Ydm0Q3q+Cld4eyckwAAAABJRU5ErkJggg==), -o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(145, 171, 181, 0.85)), -o-linear-gradient(rgb(195, 220, 231), rgb(163, 212, 229)); /* For Opera 11.1 to 12.0 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAiElEQVR42u2UOwqAMBBEU6RIYZHCUnDBFBaWlha5/6nMXiD4BkyjCxMIvCn2w4RebavFLtDjobG4MA8Ms0vh/bOQEVDen6spPTRMlA968UWeTSbxoP0k88CY4Ulm5SR3nefdRMwDQ3XTC/z4LDK4ePuz6KNZlJuSytPQK4znJ3mIPO9G4Ydm0Q3q+Cld4eyckwAAAABJRU5ErkJggg==), -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(145, 171, 181, 0.85)), -moz-linear-gradient(rgb(195, 220, 231), rgb(163, 212, 229)); /* For Firefox 3.6 to 15 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAiElEQVR42u2UOwqAMBBEU6RIYZHCUnDBFBaWlha5/6nMXiD4BkyjCxMIvCn2w4RebavFLtDjobG4MA8Ms0vh/bOQEVDen6spPTRMlA968UWeTSbxoP0k88CY4Ulm5SR3nefdRMwDQ3XTC/z4LDK4ePuz6KNZlJuSytPQK4znJ3mIPO9G4Ydm0Q3q+Cld4eyckwAAAABJRU5ErkJggg==), linear-gradient(rgba(255, 255, 255, 0.8), rgba(145, 171, 181, 0.85)), linear-gradient(rgb(195, 220, 231), rgb(163, 212, 229)); /* Standard syntax */
  background-size: 12px 12px, 100% 100%, 100% 100%;
  padding: 1em 0;
}

footer[role=contentinfo] {
  border-top: 1px solid rgb(45, 38, 25);
}
footer[role=contentinfo] > .wrapper {
  min-height: 136px;
}
footer[role=contentinfo] nav {
  display: none;
  height: 40px;
  border-bottom: 1px solid rgb(43, 119, 173);
  margin-bottom: 1em;
}
footer[role=contentinfo] nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
}
footer[role=contentinfo] nav ul li {
  margin: 0;
}
footer[role=contentinfo] nav ul.subnav {
  display: none;
}
footer[role=contentinfo] nav ul li {
  display: table-cell;
  text-align: center;
}
footer[role=contentinfo] nav ul li a {
  font-size: 11px;
  line-height: 40px;
  color: rgb(45, 38, 25);
}
footer[role=contentinfo] nav ul li.current a {
  border-bottom: 1px solid rgba(45, 38, 25, 0.5);
}
footer[role=contentinfo] .address {
  font-size: 14px;
  text-align: center;
}

/* showmore function elements */
.fn_showMoreInfo {
  padding-left: 30px;
}
.fn_showMoreInfo .q,
.fn_showMoreInfo .close {
  cursor: pointer;
}
.fn_showMoreInfo .q {
  position: relative;
}
.fn_showMoreInfo .q::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 50px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  color: rgba(45, 38, 25, 0.3);
}
.fn_showMoreInfo h4.q {
  position: relative;
}
.fn_showMoreInfo h4.q::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 30px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  color: rgba(45, 38, 25, 0.3);
}
.fn_showMoreInfo.open .q::before {
  content: "\f0d7";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/site_images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/site_images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/site_images/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/site_images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2px black;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Thumbnails */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/site_images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/images/site_images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* PSA Modifications */
div.fancybox-overlay a,
div#fancy-thumbs a {
  border-bottom: none;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*# sourceMappingURL=screen.css.map */
