/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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: 0;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */
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;
}
@font-face {
  font-family: 'Sari-Medium';
  src: url('fonts/sari-medium.eot');
  src: url('fonts/sari-medium.eot?#iefix') format('embedded-opentype'), url('fonts/sari-medium.woff') format('woff'), url('fonts/sari-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'News Gothic';
  src: url('fonts/NewsGothic-Book-webfont.eot');
  src: url('fonts/NewsGothic-Book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/NewsGothic-Book-webfont.woff2') format('woff2'), url('fonts/NewsGothic-Book-webfont.woff') format('woff'), url('fonts/NewsGothic-Book-webfont.ttf') format('truetype'), url('fonts/NewsGothic-Book-webfont.svg#news_gothic_fsbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'News Gothic';
  src: url('fonts/NewsGothic-BookOblique-webfont.eot');
  src: url('fonts/NewsGothic-BookOblique-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/NewsGothic-BookOblique-webfont.woff2') format('woff2'), url('fonts/NewsGothic-BookOblique-webfont.woff') format('woff'), url('fonts/NewsGothic-BookOblique-webfont.ttf') format('truetype'), url('fonts/NewsGothic-BookOblique-webfont.svg#news_gothic_fsbook_oblique') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'News Gothic';
  src: url('fonts/NewsGothic-DemiBold-webfont.eot');
  src: url('fonts/NewsGothic-DemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/NewsGothic-DemiBold-webfont.woff2') format('woff2'), url('fonts/NewsGothic-DemiBold-webfont.woff') format('woff'), url('fonts/NewsGothic-DemiBold-webfont.ttf') format('truetype'), url('fonts/NewsGothic-DemiBold-webfont.svg#news_gothic_fs_mediumbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'News Gothic';
  src: url('fonts/NewsGothic-DemiBoldObl-webfont.eot');
  src: url('fonts/NewsGothic-DemiBoldObl-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/NewsGothic-DemiBoldObl-webfont.woff2') format('woff2'), url('fonts/NewsGothic-DemiBoldObl-webfont.woff') format('woff'), url('fonts/NewsGothic-DemiBoldObl-webfont.ttf') format('truetype'), url('fonts/NewsGothic-DemiBoldObl-webfont.svg#news_gothic_fsbold_oblique') format('svg');
  font-weight: bold;
  font-style: italic;
}
.Body {
  font: 400 19px / 1.25 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.Offscreen {
  position: absolute !important;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.UndoOffscreen {
  position: relative !important;
  left: auto;
  width: auto;
  height: auto;
  overflow: auto;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font: 400 19px / 1.25 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  height: 100%;
  background-color: #fff;
  min-width: 320px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
table,
figure {
  margin: 0 0 14px 0;
}
a {
  text-decoration: none;
  color: #21793b;
  font-weight: bold;
}
a:hover,
a:focus {
  border-bottom-style: solid;
}
h1,
.h1 {
  font: normal 44px / 1.1 'Sari-Medium', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
h2,
.h2 {
  font: normal 28px / 1.3 'Sari-Medium', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
h3,
.h3 {
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
h4,
.h4 {
  font: 700 19px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
ul,
ol {
  margin: 0;
  padding: 0;
/*   list-style: none; removes bullets from firmstep so commenting out */
}
iframe {
  border: 0;
}
img {
  width: 100%;
  display: block;
}
address {
  font-style: normal;
}
.offscreen {
  position: absolute !important;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hidden {
  display: none;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.small {
  font-size: 16.5px;
}
.large {
  font-size: 54px;
}
.nowrap {
  white-space: nowrap;
}
.active .fa:before {
  content: "\f077";
}
.link-skiptocontent:focus {
  position: relative !important;
  left: auto;
  width: auto;
  height: auto;
  overflow: auto;
  display: block;
  width: 100%;
  text-align: center;
  padding: 4.5px;
  background-color: #175529;
  color: #fff;
}
.cf:after,
.row:after,
.form-control:after,
.article-body dl:after {
  clear: both;
  content: " ";
  display: table;
}
.cf:before,
.row:before,
.form-control:before,
.article-body dl:before {
  content: " ";
  display: table;
}
.fa {
  font-size: 22px;
}
@media screen and (min-width: 780px) {
  body {
    padding-top: 0;
  }
}
.container {
/*  max-width: 970px; */
  margin: 0 auto;
}
main {
  padding: 14px;
}
.row {
  position: relative;
}
div[class*='column-'] {
  margin-bottom: 14px;
}
@media screen and (min-width: 400px) {
  main {
    padding: 14px 14px;
  }
}
@media screen and (min-width: 780px) {
  main {
    padding: 14px 42px;
    min-height: 650px;
  }
  .row div[class*='column-']:first-child {
    padding-left: 0;
  }
  div[class*='column-'] {
    float: left;
    padding-left: 14px;
  }
  .grid-12 .column-1 {
    width: 8.333%;
  }
  .grid-12 .column-2 {
    width: 16.666%;
  }
  .grid-12 .column-3 {
    width: 25%;
  }
  .grid-12 .column-4 {
    width: 33.333%;
  }
  .grid-12 .column-5 {
    width: 41.666%;
  }
  .grid-12 .column-6 {
    width: 50%;
  }
  .grid-12 .column-7 {
    width: 58.333%;
  }
  .grid-12 .column-8 {
    width: 66.667%;
  }
  .grid-12 .column-9 {
    width: 75%;
  }
  .grid-12 .column-10 {
    width: 83.333%;
  }
  .grid-12 .column-11 {
    width: 91.666%;
  }
  .grid-12 .column-12 {
    width: 100%;
  }
  .grid-12 .column-indent-1-half {
    margin-left: 12.5%;
  }
  .grid-12 .column-indent-2 {
    margin-left: 16.666%;
  }
  .grid-12 .column-indent-3 {
    margin-left: 25%;
  }
  .grid-16 .column-1 {
    width: 6.25%;
  }
  .grid-16 .column-2 {
    width: 12.5%;
  }
  .grid-16 .column-3 {
    width: 18.75%;
  }
  .grid-16 .column-4 {
    width: 25%;
  }
  .grid-16 .column-5 {
    width: 31.25%;
  }
  .grid-16 .column-6 {
    width: 37.5%;
  }
  .grid-16 .column-7 {
    width: 43.75%;
  }
  .grid-16 .column-8 {
    width: 50%;
  }
  .grid-16 .column-9 {
    width: 56.25%;
  }
  .grid-16 .column-10 {
    width: 62.5%;
  }
  .grid-16 .column-11 {
    width: 68.75%;
  }
  .grid-16 .column-12 {
    width: 75%;
  }
  .grid-16 .column-13 {
    width: 81.25%;
  }
  .grid-16 .column-14 {
    width: 87.5%;
  }
  .grid-16 .column-15 {
    width: 93.75%;
  }
  .grid-16 .column-16 {
    width: 100%;
  }
  .grid-16 .column-indent-1 {
    margin-left: 6.25%;
  }
  .grid-16 .column-indent-2 {
    margin-left: 12%;
  }
  .grid-16 .column-indent-3 {
    margin-left: 16.75%;
  }
  .column-right {
    position: absolute;
    right: 0;
    padding-left: 14px;
  }
  .column-right + div[class*='column-'] {
    padding-left: 0;
  }
}
.header-global {
  background-color: #21793b;
  margin-bottom: 14px;
}
.header-global .container {
  position: relative;
}
.header-global a {
  color: #fff;
}
.header-global .header-global-responsivebar {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0;
  padding: 7px;
  background-color: #21793b;
  outline: 1px solid #fff;
}
.header-global .header-global-responsivebar .button:hover,
.header-global .header-global-responsivebar .button:focus {
  background-color: #428d58;
  color: #fff;
}
.header-global .header-global-logo {
  display: inline-block;
  width: 130px;
  height: 32px;
  text-indent: -1000em;
  background: url("logo.svg") no-repeat;
  background-size: 100%;
  border-bottom: 0;
  margin-top: 2px;
}
.header-global .header-global-search-toggle {
  position: absolute;
  top: 6px;
  right: 50px;
  margin-top: 0 !important;
}
.header-global .button + .button {
  margin-top: 0;
}
.header-global .header-global-search {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #21793b;
  padding: 7px;
  z-index: 1;
}
.header-global .header-global-search input[type=search] {
  border-color: #fff;
}
.header-global .header-global-search input[type=search]:focus {
  border-color: #f8680f;
}
.ie8 .header-global-logo {
  background-image: url("../img-ie8/logo-small.png");
}
@media screen and (min-width: 780px) {
  .header-global {
    padding: 14px 42px;
    border-bottom: 4px solid #5da631;
    margin-bottom:14px;
  }
  .header-global .header-global-responsivebar {
    position: relative;
    z-index: auto;
    width: auto;
    top: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    outline: 0;
  }
  .header-global .header-global-logo {
    width: 175px;
    height: 44px;
    margin-top: 0;
  }
  .header-global .header-global-search-toggle {
    display: none !important;
  }
  .header-global .header-global-search {
    display: block !important;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 300px;
    padding: 0;
  }
  .ie8 .header-global-logo {
    background-image: url("../img-ie8/logo.png");
  }
  .ie8 .header-global-search input[type=submit] {
    background-image: url("../img-ie8/trans.gif");
  }
}
.nav-site .content-hidden-wrapper .nav-site-motto {
  display: none;
  padding: 14px 0;
  line-height: 1;
  font-weight: 700;
}
.nav-site .content-hidden-wrapper .content-hidden-header {
  z-index: 1;
  position: fixed;
  top: 6px;
  right: 7px;
  padding-right: 6px;
}
.nav-site .content-hidden-wrapper .content-hidden-header .content-hidden-header-text {
  position: absolute !important;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav-site .content-hidden-wrapper .content-hidden-header:focus,
.nav-site .content-hidden-wrapper .content-hidden-header:hover {
  background-color: #428d58;
  color: #fff;
}
.nav-site .content-hidden-wrapper .content-hidden-header:focus .fa,
.nav-site .content-hidden-wrapper .content-hidden-header:hover .fa {
  color: #fff;
}
.nav-site .content-hidden-wrapper .content-hidden-header .fa {
  position: relative;
  top: 1px;
  right: auto;
  color: #fff;
}
.nav-site .content-hidden-wrapper > .hidden {
  z-index: 2;
  position: fixed;
  top: 50px;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  max-height: calc(100% - 50px);
  max-height: -moz-calc(100% - 50px);
  max-height: -webkit-calc(100% - 50px);
}
.nav-site .container > .button {
  display: none;
  padding-right: 0;
}
.nav-site .container > .button .fa {
  color: #5da631;
}
.nav-site .nav-site-hide {
  width: 100%;
  margin-bottom: 14px;
}
.nav-site .nav-site-hide:focus {
  position: relative !important;
  left: auto;
  width: auto;
  height: auto;
  overflow: auto;
  width: 100%;
}
.nav-site-list a {
  display: block;
  color: #1a1a1a;
  line-height: 1;
}
.nav-site-list > li > a {
  position: relative;
  padding: 11.25px 9px 11.25px 36px;
  border-bottom: 1px solid #fff;
}
.nav-site-list > li > a > .fa {
  position: absolute;
  top: 9px;
  left: 7px;
  color: #f8680f;
  width: 22px;
  text-align: center;
}
.nav-site-list > li > a:hover,
.nav-site-list > li > a:focus {
  background-color: #f8680f;
}
.nav-site-list > li > a:hover .fa,
.nav-site-list > li > a:focus .fa {
  color: #1a1a1a;
}
.nav-site-list > li > a .button-circle {
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #f8680f;
}
.nav-site-list ul {
  display: none;
}
.nav-site-list + .nav-site-list li {
  margin-bottom: 0;
}
.nav-site-list-inline {
  margin-bottom: 28px;
}
.nav-site-list-inline > li > a {
  padding-left: 40px;
  font-size: 22px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.nav-site-list-inline > li > a .button-circle {
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #f8680f;
}
@media screen and (min-width: 500px), print {
  .nav-site-list {
    line-height: 1.1;
    padding: 14px;
    -moz-column-count: 2;
    -moz-column-gap: 14px;
    -webkit-column-count: 2;
    -webkit-column-gap: 14px;
    column-count: 2;
    column-gap: 14px;
  }
  .nav-site-list > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 14px;
    width: 100%;
  }
  .nav-site-list > li > a {
    border-bottom: 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
  }
  .nav-site-list ul {
    display: block;
    margin-top: 4.66666667px;
    margin-left: 36px;
  }
  .nav-site-list ul li + li {
    margin-top: 9px;
  }
  .nav-site-list ul li a {
    font-weight: 400;
    display: inline;
    border-bottom-color: transparent;
  }
  .nav-site-list ul li a:hover,
  .nav-site-list ul li a:focus {
    border-bottom: 1px dotted #1a1a1a;
  }
  .nav-site-list ul li a.link-icon {
    color: #21793b;
    font-weight: 700;
  }
  .nav-site-list + .nav-site-list {
    border-top: 1px solid #eeeeee;
    border-color: #d6d6d6;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 9px;
  }
  .column-16 .nav-site-list-inline > li {
    margin-bottom: 21px;
  }
  .column-16 .nav-site-list-inline ul {
    margin-left: 40px;
  }
  .ie9 .nav-site-list > li,
  .ie8 .nav-site-list > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
}
@media screen and (min-width: 700px) {
  .nav-site-list {
    -moz-column-count: 3;
    -moz-column-gap: 14px;
    -webkit-column-count: 3;
    -webkit-column-gap: 14px;
    column-count: 3;
    column-gap: 14px;
  }
  .ie9 .nav-site-list > li,
  .ie8 .nav-site-list > li {
    width: 32%;
  }
}
@media screen and (min-width: 780px) {
  .nav-site {
    background-color: #eeeeee;
    padding: 0 42px;
  }
  .nav-site .content-hidden-wrapper .content-hidden-header {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    width: auto !important;
    background-color: transparent;
    color: #21793b;
    text-align: left !important;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }
  .nav-site .content-hidden-wrapper .content-hidden-header .content-hidden-header-text {
    position: relative !important;
    left: auto;
    width: auto;
    height: auto;
    overflow: auto;
  }
  .nav-site .content-hidden-wrapper .content-hidden-header .fa {
    position: relative;
    top: 1px;
    right: auto;
    color: #5da631;
    margin-right: 7px;
  }
  .nav-site .content-hidden-wrapper .content-hidden-header:focus,
  .nav-site .content-hidden-wrapper .content-hidden-header:hover {
    background-color: inherit;
    color: #175529;
  }
  .nav-site .content-hidden-wrapper .content-hidden-header:focus .fa,
  .nav-site .content-hidden-wrapper .content-hidden-header:hover .fa {
    color: #175529;
  }
  .nav-site .content-hidden-wrapper .content-hidden-header:focus span,
  .nav-site .content-hidden-wrapper .content-hidden-header:hover span {
    border-bottom: 1px dotted;
  }
  .nav-site .content-hidden-wrapper > .hidden {
    position: relative;
    width: auto;
    top: auto;
    background-color: transparent;
    z-index: auto;
    max-height: none;
    overflow-y: hidden;
    margin-left: -7px;
    margin-right: -7px;
    border-bottom: 0;
  }
  .nav-site .container {
    position: relative;
  }
  .nav-site .container > .button {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
  }
  .nav-site .container > .button:hover .fa,
  .nav-site .container > .button:focus .fa {
    color: #175529;
  }
  .nav-site .container > .button:hover span,
  .nav-site .container > .button:focus span {
    border-bottom: 1px dotted;
  }
  .nav-site-home .content-hidden-wrapper .nav-site-motto {
    display: block;
  }
  .nav-site-home .content-hidden-wrapper .content-hidden-header {
    display: none;
  }
  .nav-site-list {
    padding: 0;
  }
  .nav-site-list .nav-site-list-atoz {
    display: none;
  }
  .column-10 .nav-site-list-inline {
    -moz-column-count: 2;
    -moz-column-gap: 14px;
    -webkit-column-count: 2;
    -webkit-column-gap: 14px;
    column-count: 2;
    column-gap: 14px;
  }
  .ie9 .column-10 .nav-site-list-inline > li,
  .ie8 .column-10 .nav-site-list-inline > li {
    width: 49%;
  }
}
.header-page {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 28px;
}
.header-page div[class*='column-'],
.header-page figure[class*='column-'] {
  margin-bottom: 0;
}
.header-page div[class*='column-'] + div[class*='column-'],
.header-page figure[class*='column-'] + div[class*='column-'] {
  padding-left: 0;
}
.header-page .header-page-breadcrumb {
  font-size: 16.5px;
  margin-bottom: 28px;
}
.header-page .header-page-breadcrumb li {
  display: inline-block;
  color: #21793b;
}
.header-page .header-page-breadcrumb li a {
  border-bottom-color: transparent;
  display: inline-block;
}
.header-page .header-page-breadcrumb li a:hover,
.header-page .header-page-breadcrumb li a:focus {
  border-bottom: 1px dotted;
}
.header-page .header-page-breadcrumb li a .fa {
  margin-left: 3px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.header-page .header-page-breadcrumb li + li {
  margin-left: 7px;
}
.header-page .header-page-breadcrumb li + li a {
  margin-left: 9px;
}
.header-page .header-page-breadcrumb li + li:before {
  content: "/";
}
.header-page .button-circle {
  position: absolute;
  right: 0;
  margin-top: -3px;
  background-color: #f8680f;
}
.header-page h1 {
  position: relative;
  padding-right: 40px;
  font-size: 28px;
  margin-top: 14px;
}
.header-page img {
  max-width: 970px;
  margin-bottom: 28px;
}
.header-page .article-body {
  margin-bottom: 14px;
}
.header-page select {
  width: auto;
}
@media screen and (min-width: 500px), print {
  .header-page .button-circle {
    margin-top: 3px;
  }
  .header-page h1 {
    font-size: 44px;
    margin-top: 0;
  }
  .header-page .header-page-breadcrumb {
    display: block;
  }
}
@media (min-width:  1082px ) {
  .header-page .button-circle {
    left: -48px;
  }
  .header-page h1 {
    padding-right: 0;
  }
}
input[type=submit],
button {
  font-weight: 700;
}
.button,
button {
  display: inline-block;
  border: 0;
  background-color: #21793b;
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 9px 22.5px 10px 22.5px;
  line-height: 1;
}
.button:hover,
button:hover,
.button:focus,
button:focus {
  background-color: #175529;
}
.button > .fa,
button > .fa,
.link-icon > .fa {
  width: 22px;
  text-align: center;
  position: relative;
  top: 3px;
  line-height: 0.5;
  color: #5da631;
}
.button + .button,
button + .button,
.button-wrapper + .button {
  margin-top: 4.66666667px;
}
.button + button,
button + button,
.button-wrapper + button {
  margin-top: 4.66666667px;
}
.button + .button-wrapper,
button + .button-wrapper,
.button-wrapper + .button-wrapper {
  margin-top: 4.66666667px;
}
.button-icon-right {
  padding-right: 13.5px;
}
.button-icon-right .fa {
  margin-left: 3px;
}
.button-icon-left {
  padding-left: 13.5px;
}
.button-icon-left .fa {
  margin-right: 3px;
}
.button-icon-only {
  width: 36px !important;
  text-align: center !important;
  padding-left: 6px;
  padding-right: 6px;
}
.button-icon-only .fa {
  top: 2px;
  color: #fff;
}
input.button-icon-only {
  text-indent: -1000em;
}
.button-wide {
  width: 100%;
  text-align: center;
}
.button-wide + .button-wide {
  margin-top: 14px;
}
.button-large {
  padding: 18px 27px;
}
.button-large.button-icon-right {
  padding-right: 18px;
}
.button-large.button-icon-left {
  padding-left: 18px;
}
.button-hint {
  padding-right: 22.5px;
}
.button-hint .button-hint-text {
  font-size: 16.5px;
  font-weight: 400;
  display: block;
  margin-top: 7px;
}
.button-wrapper {
  display: inline-block;
  border-bottom: 0;
  width: 100%;
  text-align: center;
}
.button-wrapper > span {
  margin: 0 4.5px;
}
.button-wrapper:hover .button,
.button-wrapper:focus .button {
  background-color: #175529;
}
.button-circle {
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  background-color: #5da631;
  color: #fff;
  border-bottom: 0;
  -webkit-border-radius: 17px 17px 17px 17px;
  border-radius: 17px 17px 17px 17px;
}
.button-circle .fa {
  position: relative;
  top: 7px;
  height: 20px;
  font-size: 20px;
}
.button-circle .fa.fa-chevron-left {
  left: -2px;
}
.button-circle .fa.fa-chevron-right {
  left: 1px;
}
.button-circle .fa.fa-chevron-up {
  top: 5px;
}
a.button-circle:hover,
a.button-circle:focus {
  background-color: #21793b;
}
.button-circle-wrapper > span {
  margin: 0;
}
.button-circle-wrapper .button-wrapper-text {
  position: relative;
  top: 6px;
  margin: 0 4.5px;
}
.button-circle-wrapper:hover .button-circle,
.button-circle-wrapper:focus .button-circle {
  background-color: #21793b;
}
.button-secondary .button-hint-text,
.button-tertiary .button-hint-text {
  color: #6c6c6c;
}
.button-secondary {
  background-color: #eeeeee;
  color: #21793b;
}
.button-secondary:hover,
.button-secondary:focus {
  background-color: #e2e2e2;
  color: #175529;
}
.button-tertiary {
  background-color: transparent;
  color: #21793b;
}
.button-tertiary:hover,
.button-tertiary:focus {
  background-color: #eeeeee;
  color: #175529;
}
.link-icon {
  border-bottom-color: transparent;
}
.link-icon > .fa {
  top: 2px;
}
.link-icon .fa-chevron-right {
  top: 3px;
}
.link-icon .metadata {
  display: block;
  margin-top: 4.5px;
}
.link-icon:hover,
.link-icon:focus {
  border-bottom: 1px dotted;
}
.button-group {
  margin-top: 21px;
  margin-bottom: 14px;
}
fieldset.panel .button-group {
  margin-right: 36px;
  padding-bottom: 14px;
}
@media screen and (min-width: 500px) {
  .button,
  button,
  .button-wrapper {
    width: auto;
    text-align: left;
  }
  .button + .button,
  button + .button,
  .button-wrapper + .button {
    margin-top: 0;
  }
  .button + button,
  button + button,
  .button-wrapper + button {
    margin-top: 0;
  }
  .button + .button-wrapper,
  button + .button-wrapper,
  .button-wrapper + .button-wrapper {
    margin-top: 0;
  }
  .button-wide {
    width: 100%;
    text-align: center;
  }
  .button-wide.left {
    text-align: left;
  }
  .button-wide + .button-wide {
    margin-top: 14px;
  }
  .button-group .button + .button,
  .button-group button + .button,
  .button-group .button button,
  .button-group button button {
    margin-left: 7px;
  }
}
.article-body {
  margin-bottom: 28px;
}
.article-body > *:first-child {
  margin-top: 0;
}
.article-body h2,
.article-body h3 {
  margin-top: 21px;
}
.article-body h2 {
  font-size: 26px;
}
.article-body ul,
.article-body ol {
  padding-left: 35px;
  margin-bottom: 14px;
}
.article-body ul li + li,
.article-body ol li + li {
  margin-top: 4.66666667px;
}
.article-body ul {
  list-style: disc;
}
.article-body ol {
  list-style: decimal;
}
.article-body dl dt {
  font-weight: 700;
  margin-bottom: 7px;
}
.article-body dl dd {
  margin-bottom: 0;
}
.article-body table {
  width: 100%;
}
.article-body table caption {
  text-align: left;
  margin-bottom: 7px;
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.article-body table td,
.article-body table th {
  border-bottom: 1px solid #eeeeee;
  text-align: left;
  padding: 9px 18px 9px 0;
}
.article-body table td {
  vertical-align: top;
}
.article-body table th {
  vertical-align: bottom;
}
.article-body table th[scope="row"] {
  vertical-align: top;
}
.article-body figure figcaption {
  margin-top: 7px;
  font-size: 16.5px;
  color: #6c6c6c;
}
.article-body blockquote {
  margin: 0;
}
.article-body blockquote cite {
  font-style: normal;
}
.article-body .small {
  color: #6c6c6c;
}
.article-body > *:last-child {
  margin-bottom: 0;
}
.article-body-homeintro h2 {
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
@media screen and (min-width: 500px) {
  .article-body h2 {
    font-size: 28px;
  }
}
@media (min-width:  1054px ) {
  .article-body dl dt {
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .article-body dl dd {
    display: inline-block;
    width: 67%;
  }
}
.list-summary {
  margin-bottom: 28px;
}
.list-summary ul {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 14px;
}
.list-summary .list-summary-title {
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.list-summary .list-summary-item {
  border-bottom: 0;
  margin-bottom: 0;
}
.column-10 .list-summary:first-child .list-summary-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.list-summary-item {
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 14px;
}
.list-summary-item:after {
  clear: both;
  content: " ";
  display: table;
}
.list-summary-item:before {
  content: " ";
  display: table;
}
.list-summary-item h2,
.list-summary-item h3 {
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.list-summary-item h2 a,
.list-summary-item h3 a {
  border-bottom: 0;
}
.list-summary-item h2 a .fa,
.list-summary-item h3 a .fa {
  position: relative;
  top: 2px;
  color: #5da631;
  margin-left: 3px;
}
.list-summary-item h2 a:hover,
.list-summary-item h3 a:hover,
.list-summary-item h2 a:focus,
.list-summary-item h3 a:focus {
  border-bottom: 1px dotted;
}
.list-summary-item h2 + .list-summary-item-metadata,
.list-summary-item h3 + .list-summary-item-metadata {
  margin-top: -7px;
}
.list-summary-item img {
  margin-bottom: 14px;
}
.list-summary-item .hidden > .list-summary-item-metadata {
  margin-top: -7px;
}
.list-summary-item .article-body {
  margin-bottom: 14px;
}
.panel .list-summary-item {
  border-color: #d6d6d6;
}
.list-summary-letter,
.list-summary-letter-long {
  padding-top: 50px;
  margin-top: -50px;
  outline: none;
}
.list-summary-item-metadata {
  margin-bottom: 14px;
}
.metadata {
  font-size: 16.5px;
  font-weight: normal;
  font-style: normal;
  color: #6c6c6c;
  margin-right: 18px;
}
.metadata .fa {
  font-size: 16px;
  margin-right: 6px;
  color: #6c6c6c;
}
.list-summary-loading {
  text-align: center;
  height: 15em;
}
.list-summary-loading .link-icon:hover {
  border-bottom: 0;
}
@media screen and (min-width: 600px) {
  .list-summary-item img {
    width: 50%;
    float: right;
    margin-left: 28px;
  }
}
@media screen and (min-width: 780px) {
  .list-summary-letter,
  .list-summary-letter-long {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width:  1054px ) {
  .list-summary-letter {
    float: left;
    margin-left: -1.25em;
    margin-top: 14px;
  }
}
@media screen and (min-width: 1130px) {
  .list-summary-letter-long {
    float: left;
    margin-left: -2.5em;
    margin-top: 14px;
  }
}
.panel {
  background-color: #eeeeee;
  margin: 0 -7px 28px -7px;
}
.panel .panel-header {
  display: block;
  padding: 14px;
  border-bottom: 0;
}
.panel .panel-header h2,
.panel .panel-header h3 {
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  margin: 0;
}
.panel .panel-header p {
  margin-bottom: 0;
}
.panel .panel-header + .panel-body {
  padding-top: 0;
}
.panel .panel-header-answer {
  position: relative;
  padding-right: 4.5em;
}
.panel .panel-header-answer a {
  position: absolute;
  top: 18px;
  right: 14px;
}
.panel a.panel-header:hover,
.panel a.panel-header:focus {
  color: #175529;
}
.panel .content-hidden-header.panel-header .fa {
  top: 17px;
  right: 14px;
}
.panel .content-hidden-header.panel-header .panel-header-edit-text {
  position: absolute;
  top: 18px;
  right: 45px;
  font-size: 19px;
}
.panel legend.panel-header {
  padding: 0;
}
.panel legend.panel-header > span,
.panel legend.panel-header a {
  display: block;
  padding: 14px 43px 14px 14px;
  background-color: #eeeeee;
  border-bottom: 0;
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.panel legend.panel-header > span:hover .panel-header-edit-text,
.panel legend.panel-header a:hover .panel-header-edit-text,
.panel legend.panel-header > span:focus .panel-header-edit-text,
.panel legend.panel-header a:focus .panel-header-edit-text {
  border-bottom: 1px dotted;
}
.panel legend.panel-header a {
  color: #21793b;
}
.panel legend.panel-header a.panel-header-edit {
  padding-right: 4em;
}
.panel .panel-body {
  padding: 14px;
}
.panel .panel-body > *:last-child {
  margin-bottom: 0;
}
.panel .panel-body .button + * {
  margin-top: 14px;
}
.panel-highlight {
  border-left: 10px solid #f8680f;
  margin-left: -17px;
}
.panel-highlight h2 {
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.panel-highlight legend.panel-header > span,
.panel-highlight legend.panel-header a {
  border-left: 10px solid #f8680f;
  margin-left: -10px;
}
.panel-emphasis {
  background-color: #21793b;
  color: #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.panel-emphasis a {
  color: #fff;
}
.panel-emphasis h2:not(.speechbubble) {
  margin-top: 0;
  font: normal 28px / 1.3 'Sari-Medium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.panel-emphasis h3 {
  color: #fff;
}
.panel-emphasis .large {
  display: block;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 14px;
}
.panel-emphasis .large-supporttext,
.panel-emphasis .twittertext {
  text-align: center;
}
.panel-emphasis img {
  margin-bottom: 14px;
}
.panel-emphasis .button {
  border: 1px solid #fff;
}
.panel-emphasis .button-group {
  clear: both;
  text-align: center;
  margin-bottom: 0;
}
fieldset.panel .panel-body {
  padding-right: 0;
}
.panel-group .panel + .panel {
  margin-top: -14px;
}
.panel-news .list-summary {
  margin-bottom: 0;
}
@media screen and (min-width: 400px) {
  .panel {
    margin-left: -14px;
    margin-right: -14px;
  }
  .panel-highlight {
    margin-left: -24px;
  }
}
@media screen and (min-width: 600px) {
  .panel-emphasis img {
    width: 50%;
    float: right;
    margin-left: 28px;
  }
}
@media screen and (min-width: 780px) {
  .panel-highlight {
    margin-left: -24px;
  }
  .column-5 .panel-news .list-summary-item img {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .panel-emphasis img {
    width: 33.33%;
  }
}
@media screen and (min-width: 900px) {
  .column-16 .panel-emphasis .speechbubble {
    float: left;
    margin-right: 28px;
  }
  .column-16 .panel-emphasis .large + .large-supporttext {
    margin-left: 28px;
  }
  .column-16 .panel-emphasis .large-supporttext {
    margin-top: 14px;
  }
  .column-16 .panel-emphasis .twittertext {
    margin-top: 14px;
    text-align: left;
  }
}
.content-hidden-wrapper .content-hidden-header {
  display: block;
  position: relative;
  color: inherit;
  padding-right: 43px;
  border-bottom: 0;
  font-weight: 400;
}
.content-hidden-wrapper .content-hidden-header h2,
.content-hidden-wrapper .content-hidden-header h3 {
  display: inline-block;
  color: #21793b;
  border-bottom: 1px solid transparent;
}
.content-hidden-wrapper .content-hidden-header .fa {
  position: absolute;
  top: 3px;
  right: 7px;
  color: #5da631;
}
.content-hidden-wrapper .content-hidden-header:hover h2,
.content-hidden-wrapper .content-hidden-header:focus h2,
.content-hidden-wrapper .content-hidden-header:hover h3,
.content-hidden-wrapper .content-hidden-header:focus h3 {
  border-bottom: 1px dotted;
}
.content-hidden-wrapper .content-hidden-header:hover .fa,
.content-hidden-wrapper .content-hidden-header:focus .fa {
  color: #175529;
}
.content-hidden-wrapper-responsive {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 14px;
}
.content-hidden-wrapper-responsive > .hidden {
  padding-bottom: 14px;
}
.content-hidden-wrapper-responsive .list-links {
  margin-bottom: 0;
}
@media screen and (min-width: 780px) {
  .content-hidden-wrapper-responsive {
    border-bottom: 0;
  }
  .content-hidden-wrapper-responsive .content-hidden-header {
    display: none;
  }
  .content-hidden-wrapper-responsive > .hidden {
    display: block !important;
    padding-bottom: 0;
  }
}
legend {
  width: 100%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
textarea,
select {
  border: 1px solid #d6d6d6;
  padding: 7px;
  /*width: 100%;*/
  background-color: #fff;
  color: #1a1a1a;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
input[type=text] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
input[type=password] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
input[type=email] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
input[type=number] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
input[type=search] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
textarea + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
select + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
input[type=text] button:not(.show-modal),
input[type=password] button:not(.show-modal),
input[type=email] button:not(.show-modal),
input[type=number] button:not(.show-modal),
input[type=search] button:not(.show-modal),
textarea button:not(.show-modal),
select button:not(.show-modal) {
  vertical-align: top;
  margin-top: 7px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #f8680f;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=search],
textarea {
  -webkit-appearance: none;
}
select {
  padding: 6px 3.5px;
}
textarea {
  display: block;
  height: 7em;
  padding-top: 7px;
}
input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
::-webkit-input-placeholder {
  color: #6c6c6c;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #6c6c6c;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c6c6c;
}
:-ms-input-placeholder {
  color: #6c6c6c;
}
.form-control > label,
.form-control > .label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 7px;
}
.form-control .labelplaceholder {
  display: none;
}
.form-control + .form-control {
  margin-top: 14px;
}
.form-control .form-input {
  position: relative;
}
.form-control .form-input .button-icon-only {
  position: absolute;
  top: 0;
  right: 0;
}
.form-control .form-input .button-icon-only .fa {
  margin: 0;
  color: #5da631;
}
.form-control .form-input .button-icon-only:hover .fa,
.form-control .form-input .button-icon-only:focus .fa {
  color: #175529;
}
.form-control .form-input .form-hint {
  display: inline-block;
  margin-top: 7px;
  font-size: 16.5px;
  color: #6c6c6c;
}
.form-control .form-input .form-hint-warning {
  color: #9b0033;
}
.form-control .form-input input[type=file] {
  background-color: #fff;
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 4px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.form-control .form-input input[type=file]:hover,
.form-control .form-input input[type=file]:focus {
  outline: none;
  border-color: #f8680f;
}
.form-control .form-input .button + .button,
.form-control .form-input button + .button,
.form-control .form-input .button button,
.form-control .form-input button button {
  margin-top: 0;
}
.form-control .form-input label + select {
  margin-top: 7px;
}
.form-control .form-input .link-icon {
  display: inline-block;
  margin-top: 7px;
}
.form-control .form-input-group-checkorradio {
  padding-top: 8px;
}
.form-control .form-input-group-horizontal li {
  float: left;
}
.form-control .form-input-group-horizontal li + li {
  margin-left: 28px;
  margin-top: 0;
}
.form-control .form-input-nolabel {
  padding-top: 8px;
}
.form-control .form-input-iconbuttonouter {
  padding-right: 72px !important;
}
.form-control .form-input-iconbuttonouter .form-input-iconbuttonouter-button,
.form-control .form-input-iconbuttonouter .date-picker-control {
  position: absolute;
}
.form-control .form-input-iconbuttoninner input[type=text],
.form-control .form-input-iconbuttoninner input[type=search] {
  padding-right: 36px;
}
.form-control .form-input-iconbuttoninner input[type=text]:focus + .button .fa,
.form-control .form-input-iconbuttoninner input[type=search]:focus + .button .fa {
  color: #f8680f;
}
.form-control .form-input-iconbuttoninner .form-input-iconbuttoninner-button {
  right: 0;
}
.form-control .form-input-iconbuttoninner .form-input-iconbuttoninner-button .fa {
  color: #21793b;
}
.form-control .form-input-iconbuttoninner .button-tertiary:hover,
.form-control .form-input-iconbuttoninner .button-tertiary:focus {
  background-color: transparent;
}
.form-control .form-input-width-s,
.form-control .form-input-width-m {
  width: 100%;
}
.form-control .form-input-width-xs {
  width: 2.5em;
}
.form-control .form-input-dual label {
  display: inline-block;
  font-weight: 700;
  margin: 7px 0;
}
.form-control .form-input-dual .button {
  margin-top: 14px;
}
.panel .form-input {
  padding-right: 36px;
}
.panel .form-input-iconbuttoninner .form-input-iconbuttoninner-button {
  right: 36px;
}
fieldset.panel h2 {
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.form-input-group select + ul {
  margin-top: 14px;
}
.form-input-group li + li {
  margin-top: 7px;
}
.form-input-checkorradio {
  position: relative;
  padding-left: 21px;
  margin: 0;
}
.form-input-checkorradio input {
  position: absolute;
  left: 0;
  top: 4px;
}
.form-input-checkorradio select {
  margin-top: 7px !important;
}
.form-input-checkorradio .metadata {
  position: absolute;
  top: 2px;
  right: 0;
  margin-right: 0;
}
.form-control-error .form-control-error-message {
  color: #9b0033;
  margin-bottom: 7px;
  font-size: 16.5px;
}
.form-control-error input[type=text],
.form-control-error input[type=password],
.form-control-error input[type=email],
.form-control-error input[type=number],
.form-control-error input[type=search],
.form-control-error textarea,
.form-control-error select,
.form-control-error input[type=file] {
  border-color: #9b0033;
}
.form-control-error input[type=text]:hover,
.form-control-error input[type=password]:hover,
.form-control-error input[type=email]:hover,
.form-control-error input[type=number]:hover,
.form-control-error input[type=search]:hover,
.form-control-error textarea:hover,
.form-control-error select:hover,
.form-control-error input[type=file]:hover,
.form-control-error input[type=text]:focus,
.form-control-error input[type=password]:focus,
.form-control-error input[type=email]:focus,
.form-control-error input[type=number]:focus,
.form-control-error input[type=search]:focus,
.form-control-error textarea:focus,
.form-control-error select:focus,
.form-control-error input[type=file]:focus {
  border-color: #f8680f;
}
.form-vertical {
  padding-top: 14px;
}
.form-vertical legend {
  position: absolute !important;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .form-control .form-input .form-input-width-auto {
    width: auto;
  }
  .form-control .form-input label + select {
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) {
  input[type=text] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
  input[type=password] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
  input[type=email] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
  input[type=number] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
  input[type=search] + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
  textarea + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
  select + .button:not(.show-modal):not(.form-input-iconbuttoninner-button):not(.button-remove),
  input[type=text] button:not(.show-modal),
  input[type=password] button:not(.show-modal),
  input[type=email] button:not(.show-modal),
  input[type=number] button:not(.show-modal),
  input[type=search] button:not(.show-modal),
  textarea button:not(.show-modal),
  select button:not(.show-modal) {
    margin-top: 0;
  }
  .form-control .form-input-withiconbutton {
    padding-right: 0;
  }
  .form-control .form-input-withiconbutton .date-picker-control {
    position: relative;
    top: auto;
    right: auto;
  }
  .form-control .form-input-width-s {
    width: 7em;
  }
  .form-control .form-input-width-m {
    width: 11.5em;
  }
  .form-control .form-input-width-l {
    width: 18em;
  }
  .form-control .form-input-dual .button {
    margin-top: 7px !important;
  }
  .form-vertical .form-control > label {
    float: left;
    padding-top: 8px;
    margin-right: 14px;
  }
  .form-vertical .form-control .form-input {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  .form-control .form-input-dual input[type=text] {
    width: 10em;
  }
  .form-control .form-input-dual label {
    margin-left: 7px;
    margin-right: 7px;
  }
  .form-control .form-input-dual .button {
    margin-top: 0 !important;
  }
}
@media (min-width:  1054px ) {
  .column-10 .panel .form-control > label,
  .column-10 .panel .form-control > .label {
    float: left;
    width: 30%;
    text-align: right;
    padding-top: 8px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .column-10 .panel .form-control .labelplaceholder {
    display: inline-block;
  }
  .column-10 .panel .form-control .form-input {
    display: inline-block;
    width: 67%;
  }
  .column-10 .form-control-error .form-control-error-message {
    margin-left: 32.5%;
  }
  .column-10 .form-input-nolabel {
    margin-left: 32.5%;
  }
  .column-10 fieldset.panel .button-group {
    margin-left: 32.5%;
  }
}
.list-links {
  list-style: none;
  margin-bottom: 14px;
}
.list-links li.form-input-checkorradio {
  padding-left: 0;
}
.list-links li.form-input-checkorradio input {
  z-index: -1;
}
.list-links li.form-input-checkorradio input:focus {
  outline: 0;
}
.list-links li.form-input-checkorradio input:focus + label {
  background-color: #eeeeee;
  color: #175529;
}
.list-links li.form-input-checkorradio input:checked + label {
  position: relative;
  background-color: #21793b;
  color: #fff;
}
.list-links li.form-input-checkorradio input:checked + label:after {
  position: absolute;
  right: 35px;
  font: normal 22px / 1 FontAwesome;
  content: "\f00c";
}
.list-links li.form-input-checkorradio input:checked + label:hover {
  background-color: #175529;
  color: #fff;
}
.list-links li.form-input-checkorradio input:checked + label .metadata {
  color: #fff;
}
.list-links li.form-input-checkorradio input:checked:focus + label {
  background-color: #175529;
  color: #fff;
}
.list-links li > a,
.list-links li input + label,
.list-links li > span {
  display: block;
  padding: 4.5px 9px;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.list-links li > a:hover,
.list-links li input + label:hover,
.list-links li > a:focus,
.list-links li input + label:focus {
  background-color: #eeeeee;
  color: #175529;
  border-bottom: 0;
  outline: 0;
}
.list-links li > a.current,
.list-links li input + label.current {
  background-color: #21793b;
  color: #fff;
}
.list-links li > a.current:hover,
.list-links li input + label.current:hover,
.list-links li > a.current:focus,
.list-links li input + label.current:focus {
  background-color: #175529;
}
.list-links li input + label {
  background-color: #fff;
  padding-right: 39px;
}
.list-links li input + label .metadata {
  top: 5px;
  right: 9px;
}
.list-links li + li {
  margin-top: 2px;
}
.article-body .list-links {
  padding-left: 0;
  list-style: none;
}
.list-links-icons li {
  position: relative;
  font-weight: bold;
}
.list-links-icons li > a,
.list-links-icons li > span,
.list-links-icons li > time {
  padding-left: 32px !important;
}
.list-links-icons li > a[href*='mailto'],
.list-links-icons li > span[href*='mailto'],
.list-links-icons li > time[href*='mailto'],
.list-links-icons li > a[href*='http'],
.list-links-icons li > span[href*='http'],
.list-links-icons li > time[href*='http'] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-links-icons li .link-icon > .fa:first-child {
  position: absolute;
  left: 3px;
  top: 9px;
  color: #f8680f;
}
.list-links-icons li .link-icon:hover,
.list-links-icons li .link-icon:focus {
  border-bottom: 0;
}
.list-links-icons li .link-icon .link-icon {
  padding-left: 0 !important;
  overflow: visible;
}
.list-links-icons li .link-icon-after:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-left: 7px;
  color: #5da631;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.list-links-icons li .link-icon-after-arrow:after {
  content: "\f054";
}
.list-links-icons li .link-icon-after-external:after {
  content: "\f08e";
}
.list-links-alphabet {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.list-links-alphabet li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: -2px;
}
.list-links-alphabet li + li {
  margin-top: 0;
}
.list-links-alphabet li a,
.list-links-alphabet li span {
  min-width: 1.75em;
  text-align: center;
}
.list-links-alphabet li a {
  background-color: #21793b;
  color: #fff;
}
.list-links-alphabet li a:hover,
.list-links-alphabet li a:focus {
  background-color: #175529 !important;
  color: #fff !important;
}
ol.list-progress {
  list-style: decimal;
  padding-left: 35px;
  margin-bottom: 14px;
}
ol.list-progress li {
  font-weight: 700;
}
ol.list-progress li .metadata {
  display: block;
  margin-top: 4.5px;
}
ol.list-progress li .metadata .fa {
  color: #f8680f;
}
ol.list-progress li + li {
  margin-top: 7px;
}
.panel-highlight .list-links {
  margin-bottom: 0;
}
@media screen and (min-width: 780px) {
  .list-links {
    margin-left: -9px;
    margin-right: -9px;
  }
  .list-links-icons {
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .panel-highlight .list-links-icons {
    -moz-column-count: 2;
    -moz-column-gap: 14px;
    -webkit-column-count: 2;
    -webkit-column-gap: 14px;
    column-count: 2;
    column-gap: 14px;
  }
  .panel-highlight .list-links-icons > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.aside {
  margin-bottom: 28px;
}
.aside h2,
.aside > legend {
  padding-bottom: 14px !important;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 14px;
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.aside .large {
  display: block;
}
.speechbubble {
  display: inline-block;
  position: relative;
  background-color: #f8680f;
  padding: 9px 18px;
  margin-bottom: 21px;
  border-bottom: 0;
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.speechbubble:after {
  display: block;
  position: absolute;
  bottom: -14px;
  left: 18px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 17px 0 0;
  border-color: #f8680f transparent transparent transparent;
}
.aside-filters fieldset label {
  color: #21793b;
  cursor: pointer;
}
.aside-filters fieldset + fieldset {
  margin-top: 14px;
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
}
.aside-filters .hidden .hidden {
  display: block;
}
.aside-filters .show-hidden,
.aside-filters .hide-hidden {
  display: none;
  border-bottom: 0;
}
.aside-filters .show-hidden .fa,
.aside-filters .hide-hidden .fa {
  float: right;
  color: #5da631;
  margin-right: -6px;
}
.aside-filters .show-hidden:hover .fa,
.aside-filters .hide-hidden:hover .fa,
.aside-filters .show-hidden:focus .fa,
.aside-filters .hide-hidden:focus .fa {
  color: #175529;
}
@media screen and (min-width: 780px) {
  .aside-filters .hidden .hidden {
    display: none;
  }
  .aside-filters .show-hidden,
  .aside-filters .hide-hidden {
    display: block;
  }
}
@media screen and (min-width: 400px) {
  .aside .speechbubble {
    margin-left: -18px;
  }
}
.nav-page {
  min-height: 34px;
  position: relative;
}
.nav-page .button-prevpage,
.nav-page .button-nextpage {
  width: auto;
}
.nav-page .button-prevpage {
  float: left;
}
.nav-page .button-nextpage {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-page .nav-page-pagination {
  clear: both;
  text-align: center;
  padding-top: 2px;
}
.nav-page .nav-page-pagination li {
  display: inline-block;
}
.nav-page .nav-page-pagination li a,
.nav-page .nav-page-pagination li > span {
  display: inline-block;
  padding: 4.5px 9px;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.nav-page .nav-page-pagination li a:hover,
.nav-page .nav-page-pagination li > span:hover,
.nav-page .nav-page-pagination li a:focus,
.nav-page .nav-page-pagination li > span:focus,
.nav-page .nav-page-pagination li a.current,
.nav-page .nav-page-pagination li > span.current {
  background-color: #eeeeee;
}
.nav-page .nav-page-pagination li a:hover,
.nav-page .nav-page-pagination li > span:hover,
.nav-page .nav-page-pagination li a:focus,
.nav-page .nav-page-pagination li > span:focus {
  color: #175529;
}
.nav-page .nav-page-pagination li a.current,
.nav-page .nav-page-pagination li > span.current {
  color: #1a1a1a;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .nav-page .button-prevpage {
    position: absolute;
    top: 0;
    left: 0;
  }
  .nav-page .nav-page-pagination {
    clear: none;
  }
}
@media (min-width:  1082px ) {
  .nav-page .button-prevpage {
    left: -44px;
  }
  .nav-page .button-nextpage {
    right: -44px;
  }
}
.panel-notification,
.panel-blockquote {
  padding: 14px;
  position: relative;
}
.panel-notification > .fa,
.panel-blockquote > .fa {
  position: absolute;
  top: 17px;
  left: 9px;
  color: #f8680f;
}
.panel-notification .article-body,
.panel-blockquote .article-body,
.panel-notification blockquote,
.panel-blockquote blockquote {
  margin-left: 23px;
  margin-bottom: 0;
}
.panel-notification .article-body *:last-child,
.panel-blockquote .article-body *:last-child,
.panel-notification blockquote *:last-child,
.panel-blockquote blockquote *:last-child {
  margin-bottom: 0;
}
.panel-notification blockquote,
.panel-blockquote blockquote {
  margin-right: 23px;
}
.panel-notification blockquote + .fa,
.panel-blockquote blockquote + .fa {
  top: auto;
  bottom: 17px;
  left: auto;
  right: 9px;
}
.panel-notification .button-notification,
.panel-blockquote .button-notification {
  position: absolute;
  top: 10px;
  right: 7px;
}
.panel-notification .button-notification .fa,
.panel-blockquote .button-notification .fa {
  color: #5da631;
}
.panel-notification .button-notification:focus .fa,
.panel-blockquote .button-notification:focus .fa,
.panel-notification .button-notification:hover .fa,
.panel-blockquote .button-notification:hover .fa {
  color: #175529;
}
.panel-notification-high {
  border-color: #9b0033;
}
.panel-notification-high > .fa {
  color: #9b0033;
}
.panel-notification-banner {
  border-color: #21793b;
}
.panel-notification-banner > .fa {
  color: #21793b;
}
.panel-notification-banner h2 {
  margin-top: 0;
  font: normal 28px / 1.3 'Sari-Medium', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.panel-notification-banner img {
  margin-bottom: 14px;
}
.panel-notification-dismissable .article-body {
  margin-right: 43px;
}
@media screen and (min-width: 600px) {
  .panel-notification-banner img {
    width: 50%;
    float: right;
    margin-left: 28px;
  }
}
@media screen and (min-width: 900px) {
  .panel-notification-banner img {
    width: 33.33%;
  }
}
.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
  margin-bottom: 28px;
}
.embed iframe,
.embed object,
.embed .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed .button-map-size {
  position: absolute;
  bottom: -17px;
  z-index: 1;
  right: 48%;
  right: calc(50% - 17px);
  right: -moz-calc(50% - 17px);
  right: -webkit-calc(50% - 17px);
}
.embed-map-collapsed {
  padding-bottom: 50%;
}
.embed-map-collapsed.active {
  padding-bottom: 100%;
}
@media screen and (min-width: 600px) {
  .embed-map-collapsed {
    padding-bottom: 30%;
  }
  .embed-map-collapsed.active {
    padding-bottom: 75%;
  }
}
.button-top {
  position: fixed;
  z-index: 1;
  bottom: 14px;
  right: 14px;
  opacity: 0;
  transition: opacity 0.5s ease;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  border: 3px solid #fff;
}
.button-top:focus {
  opacity: 1 !important;
}
.footer-global {
  padding: 14px;
  margin-top: 14px;
  background-color: #21793b;
  color: #fff;
  border-top: 4px solid #5da631;
}
.footer-global .container {
  border-top: 3px solid #21793b;
}
.footer-global a {
  color: #fff;
  border-bottom: 0;
  font-weight: 400;
}
.footer-global a:hover,
.footer-global a:focus {
  border-bottom: 1px dotted;
}
.footer-global ul {
  margin-bottom: 28px;
  width: 50%;
  float: left;
  padding-right: 14px;
}
.footer-global ul li {
  line-height: 1.1;
  display: inline-block;
  width: 100%;
}
.footer-global ul li .fa {
  color: #fff;
}
.footer-global ul li + li {
  margin-top: 7px;
}
.footer-global .list-links-icons a .fa {
  color: #fff !important;
}
.footer-global .list-links-icons a:hover,
.footer-global .list-links-icons a:focus {
  border-bottom: 0;
  background-color: #175529 !important;
  color: #fff !important;
}
.footer-global p {
  clear: both;
}
@media screen and (min-width: 600px) {
  .footer-global ul {
    -moz-column-count: 2;
    -moz-column-gap: 14px;
    -webkit-column-count: 2;
    -webkit-column-gap: 14px;
    column-count: 2;
    column-gap: 14px;
  }
  .footer-global ul li {
    margin-bottom: 7px;
  }
  .footer-global ul li + li {
    margin-top: 0;
  }
}
@media screen and (min-width: 780px) {
  .button-top {
    bottom: 28px;
    right: 28px;
  }
  .footer-global {
    padding: 14px 42px;
    margin-top: 28px;
  }
}
/*
    Unminified development version of the datepicker stylesheet. Please use the
    minified version in production - remember to run a find/replace on the
    minified file to update the image locations to suit your installation - more
    info can be found in the header of the minified file.

*/
/*
    Hide the datepickers associated input by using a className
*/
.fd-hidden-input {
  display: none;
}
/*
    Screen reader class - used to hide spans inside each cell from the visual
    display. See: http://webaim.org/techniques/css/invisiblecontent/
*/
.fd-screen-reader {
  position: absolute !important;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*
    The wrapper div
*/
.date-picker {
  position: absolute;
  z-index: 9999;
  text-align: center;
  /*
    Change the font-size to suit your needs. The following line is for the demo
    that has a 14px font-size defined on the body tag.

    All other rules are "em" based and inherit from the font-size set here.
    */
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*
    Set the fade in/out animation time here. This is used for browsers that
    support CSS transitions. Non-supporting browsers receive the fade effect
    using a Javascript fallback.
    */
  opacity: 1;
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  -ms-transition: opacity 0.75s ease-in-out;
  -o-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}
/*
    The following rule is used whenever CSS Animations are supported by the
    browser
*/
.date-picker.fd-dp-fade {
  opacity: 0;
}
/*
    Styles for the static datePickers
*/
.static-datepicker {
  position: relative;
  top: 5px;
  left: 0;
  margin-bottom: 1.5em;
}
/*
    The activation "button" created beside each input for popup datePickers
*/
.date-picker-control span {
  display: block;
  width: 22px;
  font: normal 22px/1 FontAwesome;
  resize: none;
  outline: none;
  line-height: .5;
  text-align: center;
  position: relative;
  top: 2px;
}
.date-picker-control span:before {
  content: "\f073";
}
/*
    The hover effect on the activation button
*/
.date-picker-button-active span,
.date-picker-control:focus span,
.date-picker-control:hover span,
.date-picker-control:active span {
  outline: none;
}
/*
    A base64 encoded image-sprite is used for the activation button. IE6 and 7
    get fed "normal" png images within the rule that follows.
*/
.date-picker-control:link,
.date-picker-control:visited {
  position: relative;
  height: 36px;
  background-color: transparent;
  padding: 9px 6px 10px 6px;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  line-height: 1;
  cursor: pointer;
  visibility: visible;
  text-decoration: none;
  vertical-align: top;
  resize: none;
}
.date-picker-control:hover,
.date-picker-control:focus {
  color: #175529;
}
/*
    If the datepicker has a valid date then use a different icon for the
    activation button to let the user know. It's a little detail but it's the
    little things in life etc
*/
.date-picker-dateval:link,
.date-picker-dateval:visited {
  background-position: 0 -108px;
}
/*
    Hover states etc for the activation button
*/
.date-picker-button-active:link,
.date-picker-button-active:visited,
.date-picker-control:focus,
.date-picker-control:hover,
.date-picker-control:active {
  background-position: 0 0;
}
/*
    Disabled activation button
*/
.date-picker-control-disabled:link,
.date-picker-control-disabled:visited,
.date-picker-control-disabled:hover,
.date-picker-control-disabled:active {
  background-position: 0 -36px;
  cursor: default;
}
/*
    IE, older Safari & Opera. Seperate CSS rule seems to be required.
*/
.date-picker-control {
  display: inline-block;
}
/*
    Default datepicker "button" styles
*/
.date-picker th span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}
/*
    The "month, year" display
*/
.date-picker .month-display,
.date-picker .year-display {
  display: inline;
}
/*
    Generic button class for Next & Previous (both month & year) buttons
*/
.date-picker .prev-but,
.date-picker .next-but {
  cursor: pointer;
}
.date-picker .prev-year,
.date-picker .prev-month,
.date-picker .next-year,
.date-picker .next-month {
  position: relative;
  border: 1px solid #428d58;
  text-indent: -1000em;
  height: 36px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.date-picker .prev-year:before,
.date-picker .prev-month:before,
.date-picker .next-year:before,
.date-picker .next-month:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-indent: 0;
  font-weight: normal;
  font: normal 22px/1.5 FontAwesome;
}
.date-picker .prev-year:hover,
.date-picker .prev-month:hover,
.date-picker .next-year:hover,
.date-picker .next-month:hover,
.date-picker .prev-year:focus,
.date-picker .prev-month:focus,
.date-picker .next-year:focus,
.date-picker .next-month:focus {
  border-color: #fff;
}
.date-picker .prev-year:before {
  content: "\f100";
}
.date-picker .prev-month:before {
  content: "\f104";
}
.date-picker .next-year:before {
  content: "\f101";
}
.date-picker .next-month:before {
  content: "\f105";
}
/*
    Today button
*/
.date-picker .today-but {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
/*
    Disabled buttons
*/
.date-picker-disabled .prev-but,
.date-picker-disabled .next-but,
.date-picker-disabled .today-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .today-but:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover {
  color: #428d58;
  cursor: default !important;
  opacity: 1;
}
/*
    The gradient background image
*/
.date-picker table,
.date-picker td,
.date-picker tbody th,
.date-picker .day-disabled,
.date-picker .date-picker-hover.day-disabled,
.date-picker .date-picker-unused,
.date-picker .month-out {
  background-color: #21793b;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.date-picker table {
  table-layout: auto;
  empty-cells: show;
  border-spacing: 3px;
  border-collapse: separate;
  position: relative;
  margin: 0;
  padding: 0;
  background-position: 0 -20px;
  text-align: center;
  padding: 9px;
  width: auto;
  height: auto;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
/*
    Common TD & TH styling
*/
.date-picker td,
.date-picker tbody th {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-position: 0 -35px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  outline: transparent none 0px;
  border: 1px solid #428d58;
  text-transform: none;
  font-weight: normal;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.date-picker th {
  border: 0 none;
  padding: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
.date-picker .date-picker-week-header {
  border: 1px solid #dcdcdc;
  font-style: oblique;
  background: transparent;
  cursor: default;
}
.date-picker .date-picker-thead .date-picker-week-header {
  border: 0 none;
  cursor: help;
}
/*
    The "mon tue wed etc" day header styles
*/
.date-picker .date-picker-day-header {
  cursor: help;
  border: 0 none;
  padding: 3px 0 4.5px 0;
  height: auto;
  font-size: 16.5px;
  font-weight: normal;
}
/*
    tfoot status bar
*/
.date-picker .date-picker-statusbar {
  cursor: default;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0 none;
  background: #fff;
  height: 2.8em;
}
/*
    TD cell that is _not_ used to display a day of the month
*/
.date-picker .date-picker-unused {
  border-color: transparent;
  cursor: default !important;
  background-position: 0 -25px;
}
/*
    The TH cell used to display the "month, year" title
*/
.date-picker .date-picker-title {
  width: auto;
  height: auto;
  font: 700 22px / 1.4 'News Gothic', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
/*
    The "todays date" cell style
*/
.date-picker .date-picker-today {
  border-color: #fff;
}
.date-picker .month-out.date-picker-highlight {
  color: #b87676;
}
/*
    The "highlight days" style
*/
.date-picker .date-picker-highlight {
  border-color: transparent;
}
/*
    Keyboard users get a scaled cursor. webKit exhibits buggy behaviour when
    scaling TD cells so commented out until I find a curious CSS based fix.
    Opera no longer appears to apply the scale... ho hum...
*/
.date-picker-focus .date-picker-hover {
  /*
    -webkit-transform:scale(1.25);
    */
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover {
  cursor: pointer;
  border-color: #fff !important;
  font-weight: bold;
}
/*
    The "disabled days" style
*/
.date-picker .day-disabled {
  color: #888;
  cursor: default;
  text-decoration: line-through;
  background-position: 0 -15px;
}
.date-picker .month-out {
  border-color: #ddd;
  border-color: rgba(220, 220, 220, 0.8);
  color: #aaa;
  background-position: 0 -25px;
}
/*
    The "selected date" style - color changed below also
*/
.date-picker .date-picker-selected-date {
  border-color: #fff !important;
}
/*
    The date "out of range" style
*/
.date-picker .out-of-range,
.date-picker .not-selectable {
  color: #ccc;
  font-style: oblique;
  background: #fcfcfc;
  cursor: default;
}
/*
    Week number "out of range" && "month-out" styles
*/
.date-picker th.month-out,
.date-picker th.out-of-range {
  color: #aaa;
  font-style: oblique;
  background: #fcfcfc;
}
/*
    Week numbers "out of range"
*/
.date-picker .out-of-range {
  opacity: 0.6;
}
/*
    Used when the entire grid is full but the next/prev months dates cannot be
    selected
*/
.date-picker .not-selectable {
  opacity: 0.8;
}
.oldie .date-picker .out-of-range {
  filter: alpha(opacity=60);
}
.oldie .date-picker .not-selectable {
  filter: alpha(opacity=80);
}
.date-picker tr {
  display: table-row;
}
.date-picker sup {
  font-size: 0.86em;
  letter-spacing: normal;
  text-transform: none;
  height: 0;
  line-height: 1;
  position: relative;
  top: -0.2em;
  vertical-align: baseline !important;
  vertical-align: top;
}
.date-picker .month-display,
.date-picker .year-display {
  cursor: default;
}
.date-picker td:focus,
.date-picker .date-picker-hover {
  overflow: hidden;
  -moz-outline: 0 none;
  outline: 0 none;
  -o-highlight: 0 none;
}
/*
    The "selected date" style
*/
.date-picker .date-picker-selected-date {
  background-color: #fff;
  color: #1a1a1a;
}
/*
    Remove the box-shadow & lifted corner effect for the inline datepickers
*/
.static-datepicker:before,
.static-datepicker:after {
  display: none;
}
/*
    Add a box-shadow and enhance border for datepickers that have keyboard focus
*/
.date-picker-focus table {
  border-color: #999;
  border-color: rgba(153, 153, 153, 0.8);
}
/*
    Draggable datepickers
*/
.date-picker .drag-enabled,
.date-picker .drag-enabled span {
  cursor: move;
}
/*
    Disabled datePicker
*/
.date-picker-disabled table {
  opacity: .8 !important;
}
.date-picker-disabled table:before,
.date-picker-disabled table:after {
  display: none;
}
.oldie .date-picker-disabled table {
  filter: alpha(opacity=80);
}
.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span {
  cursor: default !important;
}
body.fd-drag-active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.panel-carousel {
  position: relative;
}
.panel-carousel .panel-body {
  position: relative;
}
.panel-carousel .panel-carousel-item {
  display: block;
  float: left;
  margin-bottom: 14px;
  width: 100%;
}
.panel-carousel .button-previous,
.panel-carousel .button-next {
  position: absolute;
  bottom: 14px;
}
.panel-carousel .button-previous {
  left: 14px;
}
.panel-carousel .button-next {
  right: 14px;
}
.panel-carousel .button + .button {
  margin-top: 0;
}
.panel-carousel .panel-carousel-footer {
  text-align: center;
}
.panel-carousel .panel-carousel-pagination {
  display: inline-block;
}
.panel-carousel .panel-carousel-pagination a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #d6d6d6;
  text-indent: -1000em;
  border-bottom: 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
.panel-carousel .panel-carousel-pagination a:hover,
.panel-carousel .panel-carousel-pagination a:focus,
.panel-carousel .panel-carousel-pagination a.selected {
  background-color: #5da631;
}
.panel-carousel .panel-carousel-pagination a + a {
  margin-left: 14px;
}
.panel-carousel .button-pause {
  position: relative;
  top: -4px;
  margin-left: 2px;
}
.panel-carousel .button-pause .fa {
  color: #5da631;
}
.panel-carousel .button-pause:hover .fa,
.panel-carousel .button-pause:focus .fa {
  color: #175529;
}
.panel-carousel .paused .fa:before {
  content: "\f04b";
}
.panel-carousel .list-summary-item {
  border: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.panel-carousel .button-group {
  margin: 0;
  padding: 0 14px 14px 14px;
}
.panel-emphasis .button-previous,
.panel-emphasis .button-next {
  border: 2px solid #fff;
  height: 38px;
  width: 38px;
  -webkit-border-radius: 19px 19px 19px 19px;
  border-radius: 19px 19px 19px 19px;
}
.panel-emphasis .panel-carousel-pagination a {
  background-color: #428d58;
}
.panel-emphasis .button-pause {
  border: 0;
}
.panel-emphasis .button-pause:hover,
.panel-emphasis .button-pause:focus {
  background-color: #428d58;
}
.panel-emphasis .button-pause:hover .fa,
.panel-emphasis .button-pause:focus .fa {
  color: #fff;
}
.panel-emphasis .paused .fa {
  color: #fff;
}
@media screen and (min-width: 780px) {
  .panel-carousel {
    padding: 0 14px;
  }
  .panel-carousel .button-previous,
  .panel-carousel .button-next {
    top: 60px;
    top: calc(50% - 17px);
    top: -moz-calc(50% - 17px);
    top: -webkit-calc(50% - 17px);
  }
  .panel-carousel .button-previous {
    left: -30px;
  }
  .panel-carousel .button-next {
    right: -30px;
  }
}
.panel-modal {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 0;
  min-width: calc(100% - 14px);
  min-width: -moz-calc(100% - 14px);
  min-width: -webkit-calc(100% - 14px);
  margin: 7px;
  background: #eeeeee;
  overflow: hidden;
}
.panel-modal .panel-header {
  position: relative;
  padding-right: 43px;
}
.panel-modal .panel-header .panel-header-button {
  position: absolute;
  top: 10px;
  right: 7px;
  background-color: transparent;
}
.panel-modal .panel-header .panel-header-button:hover .fa,
.panel-modal .panel-header .panel-header-button:focus .fa {
  color: #175529;
}
.panel-modal .panel-header .panel-header-button .fa {
  color: #5da631;
}
.panel-modal .panel-body {
  border-top-color: #428d58;
}
.panel-modal .panel-body .article-body *:last-child {
  margin-bottom: 0;
}
.panel-modal-background {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}
.ie8 .panel-modal-background {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)";
}
@media screen and (min-width: 600px) {
  .panel-modal {
    width: 80%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    top: 25%;
    left: 10%;
    bottom: auto;
  }
}
@media screen and (max-height: 350px) {
  .panel-modal {
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 780px) {
  .panel-modal {
    width: 65%;
    left: 17.5%;
  }
}
@media screen and (min-width: 835px) {
  .panel-modal {
    width: 50%;
    left: 25%;
  }
}
@media (min-width:  1054px ) {
  .panel-modal {
    max-width: 450px;
    left: 30%;
  }
}
.ui-autocomplete {
  position: absolute;
  left: auto !important;
  z-index: 1;
  max-height: 11em;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 36px;
  border: 1px solid #f8680f;
  background-color: #fff;
  color: #1a1a1a;
}
.ui-autocomplete li {
  padding: 3px 9px;
}
.ui-autocomplete li.ui-state-focus {
  background-color: #f8680f;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 780px) {
  [data-sticky] {
    position: relative !important;
    top: auto !important;
    width: auto !important;
  }
  [data-sticky] + div {
    display: none !important;
  }
}
