html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  line-height: inherit;
  box-sizing: border-box;
  text-rendering: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
} /*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  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 {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
}
.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: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("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: 8020;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("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;
  background: rgba(0, 0, 0, 0) url("blank.gif");
  -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: 20px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 20px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
}
#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.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: 8030;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0);
  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;
}
.fancybox-title-inside-wrap {
  margin-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);
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 170px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #111;
  -webkit-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 1px 3px #000, 0 0 0 1px rgba(0, 0, 0, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #111 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.2)), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.5, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.15)));
  background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(
          255,
          255,
          255,
          0.15
        )
        50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.15) 100%);
  border-radius: 3px;
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url("fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
}
#fancybox-buttons a.btnPrev {
  width: 32px;
  background-position: 6px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 38px;
  background-position: -57px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.5;
  cursor: default;
}
html {
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
h1 {
  font-weight: normal;
  font-size: 260%;
  color: #3e7898;
  margin: 0 0 20px;
  line-height: 115%;
}
.newsitem h1 {
  font-size: 180%;
  line-height: 115%;
}
h2 {
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
  font-weight: bold;
  font-size: 130%;
  color: #8b2842;
  margin: 1.5em 0 0.5em;
  text-transform: none;
  line-height: 130%;
}
div#textarea + h2 {
  margin-top: 0;
}
h3 {
  font-weight: bold;
  font-size: 106%;
  color: #3e7898;
  margin: 1.3em 0 0.3em;
}
h4 {
  font-weight: bold;
  font-size: 98%;
  color: #000;
  margin: 1em 0 0;
}
h5 {
  font-weight: bold;
  font-style: italic;
  font-size: 98%;
  color: #000;
  margin: 1em 0 0;
  position: relative;
  top: -1em;
}
td {
  vertical-align: top;
}
a:link {
  text-decoration: none;
  color: #168fe0;
}
a:visited {
  text-decoration: none;
  color: #168fe0;
}
a:hover {
  text-decoration: underline;
  color: blue;
}
a img {
  border: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
em b,
em strong,
i b,
i strong {
  font-weight: bold;
  font-style: italic;
}
p {
  margin: 0 0 0.8em;
  line-height: 140%;
  font-weight: normal;
  font-style: normal;
}
ul {
  margin: 0 0 0.8em;
  padding: 0;
  line-height: 140%;
  overflow: hidden;
}
ul li {
  position: relative;
  list-style-type: disc;
  left: 1.1em;
  padding-right: 1.1em;
}
ol {
  margin: 0 0 0.5em;
  padding: 0 0 0 2.5em;
  line-height: 140%;
}
.dont-wrap {
  clear: both;
  padding-top: 1em;
}
.dont-wrap-left {
  clear: left;
}
.dont-wrap-right {
  clear: right;
}
figure.image {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0 0 0.8em 0;
  border: 0;
}
figure.image img {
  margin: 0 0 0.3em 0;
}
#textarea .photoright,
.photoright,
img.wrap-right,
table.wrap-right,
figure.wrap-right,
iframe.wrap-right {
  float: right;
  margin: 0 0 10px 14px;
}
#textarea .photoleft,
.photoleft,
img.wrap-left,
table.wrap-left,
figure.wrap-left,
iframe.wrap-left {
  float: left;
  margin: 0 14px 2px 0;
}
@media screen and (max-width: 720px) {
  iframe.wrap-right,
  iframe.wrap-left {
    float: none;
    margin: 0;
  }
}
p.align-right,
div.align-right {
  text-align: right;
}
.photo-caption,
figure.image figcaption {
  font-size: 90%;
  color: #8b2842;
  position: relative;
  font-weight: bold;
  top: -0.3em;
  margin: 0;
  text-align: left;
}
.photo-credit {
  font-size: 85%;
  color: #000;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  position: relative;
  top: -0.5em;
}
.query {
  color: red;
  font-weight: bold;
}
.superhead {
  font-weight: bold;
  font-size: 12px;
  color: #2b6281;
}
#textarea img.full-width {
  max-width: 100%;
  height: auto;
}
table.photoright p {
  margin-bottom: 0.3em;
}
table.photoright img {
  max-width: 360px;
  height: auto;
}
table.stafftable {
  display: table;
}
#textarea table.stafftable td,
table.stafftable td {
  padding: 0 0 16px;
}
#textarea table.stafftable tr td:first-child,
table.stafftable tr td:first-child {
  padding-right: 12px;
  width: 197px;
}
table.stafftable img {
  max-width: 100%;
  height: auto;
}
.superscript,
sup {
  vertical-align: baseline;
  font-size: 0.8em;
  position: relative;
  top: -0.4em;
}
ol.spaced,
ul.spaced {
  display: block;
}
ol.spaced li,
ul.spaced li {
  margin-bottom: 0.5em;
}
.all-caps {
  text-transform: uppercase;
}
h3.all-caps {
  letter-spacing: 1px;
}
.checkboxpara {
  margin-left: 24px;
  text-indent: -24px;
}
.more-space-above {
  margin-top: 2em;
}
.more-space-below {
  margin-bottom: 1.4em;
}
.no-space-above {
  margin-top: 0;
}
.no-space-below {
  margin-bottom: 0;
}
.pres-release-date {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 0.5em;
}
h2.press-release {
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
  font-size: 140%;
}
.text-hang {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0;
}
.light-gray {
  color: #999;
}
.dark-gray {
  color: #4b4b4b;
}
.gray {
  color: #999;
}
.sidebar-right {
  float: right;
  margin: 0 0 16px 24px;
  width: 200px;
}
.text-larger {
  font-size: 115%;
}
.text-smaller {
  font-size: 90%;
}
#leftsidebar table.spacedcells td,
#textarea table.spacedcells td,
.spacedcells {
  padding-bottom: 0.8em;
  padding-right: 1em;
}
#leftsidebar table.spacedcells td p,
#textarea table.spacedcells td p {
  margin: 0;
}
#textarea table.table-list td p,
table.table-list td p {
  margin: 0;
}
#textarea table.table-list td,
table.table-list td {
  padding: 1px 20px 1px 0;
  border-bottom: 1px solid #ddd;
}
table.table-list {
  margin-bottom: 0.8em;
  border-top: 1px solid #ddd;
}
#textarea table.table-list .table-head td,
table.table-list .table-head td {
  background-color: #8b2842;
  font-weight: bold;
  color: #fff;
  padding: 3px 12px 0 3px;
  vertical-align: bottom;
  border-left: 1px solid #fff;
}
table.table-list .table-head td:first-child {
  border-left: 0;
}
table.table-list .table-head td p {
  font-weight: bold;
}
#textarea table.table-fees td p,
table.table-fees td p {
  margin: 0;
}
#textarea table.table-fees td,
table.table-fees td {
  padding: 1px 20px 1px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
table.table-fees {
  margin-bottom: 0.8em;
  border-top: 1px solid #ddd;
}
#textarea table.table-fees .table-head td,
table.table-fees .table-head td {
  background-color: #8b2842;
  font-weight: bold;
  color: #fff;
  padding: 3px 12px 0 3px;
  vertical-align: bottom;
  border-left: 1px solid #fff;
}
table.table-fees .table-head td:first-child {
  border-left: 0;
}
table.table-fees .table-head td p {
  font-weight: bold;
}
.featured h2 {
  letter-spacing: 1px;
  font-size: 110%;
}
.featured-box {
  background-color: #e7eed8;
  margin-bottom: 12px;
}
div.featured-box {
  padding: 12px 12px 6px;
}
.featured-box h2 {
  margin-top: 0;
  letter-spacing: 1;
}
.highlight-box,
div.highlight-box {
  background-color: #e7eed8;
  margin: 0 0 12px;
}
.highlight-box-left,
div.highlight-box-left {
  background-color: #e7eed8;
  margin: 0 12px 6px 0;
  float: left;
}
.highlight-box-right,
div.highlight-box-right {
  background-color: #e7eed8;
  margin: 0 0 6px 12px;
  float: right;
}
div.gold,
div.highlight-box-right.gold {
  background-color: #f0ddb1 !important;
}
#textarea table.highlight-box td,
#textarea table.highlight-box-left td,
#textarea table.highlight-box-right td,
div.highlight-box,
div.highlight-box-left,
div.highlight-box-right,
table.highlight-box td,
table.highlight-box-left td,
table.highlight-box-right td {
  padding: 12px 12px 6px;
}
.highlight-box h2 {
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
}
.highlight-red {
  font-weight: bold;
  color: #8b2842;
}
.highlight-blue {
  font-weight: bold;
  color: #00718f;
}
#leftsidebar a.pdflink:link,
#leftsidebar a.pdflink:visited,
#rightsidebar a.pdflink:link,
#rightsidebar a.pdflink:visited,
#textarea a.pdflink:link,
#textarea a.pdflink:visited {
  padding-right: 26px;
  background-image: url("/assets/templateimages/pdficon.gif");
  background-position: right;
  background-repeat: no-repeat;
}
#rightsidebar a.httplink:link,
#rightsidebar a.httplink:visited,
#textarea a.httplink:link,
#textarea a.httplink:visited {
  padding-right: 12px;
  background-image: url("/assets/templateimages/externallink.png");
  background-position: right 0;
  margin-right: 2px;
  background-repeat: no-repeat;
}
#textarea table.formtable td,
table.formtable td {
  padding: 4px 0 4px 12px;
  border-bottom: 1px solid #aaa;
}
#textarea table.formtable td table td,
table.formtable td table td {
  border: 0;
}
#textarea table.formtable td:first-child,
table.formtable td:first-child {
  padding-left: 0;
}
#textarea table.formtable,
table.formtable {
  border-collapse: collapse;
  border-top: 1px solid #aaa;
}
#textarea table.formtable tr.table-head td,
table.formtable tr.table-head td {
  padding: 4px 6px 2px;
  background-color: #e6e6d5;
  font-weight: bold;
  color: #326b8a;
  font-family: "AvenirLT-Medium", "AvenirLT Medium", HelveticaNeue, Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 90%;
}
input[type="text"],
textarea {
  border: 1px solid #aaa;
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
  font-size: 15px;
  line-height: 130%;
}
input[type="submit"],
a.textbutton {
  border: 0;
  display: inline-block;
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
  font-size: 92%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 10px 12px 9px;
  border-radius: 12px;
  background-color: #3e7898;
  color: #fff;
}
input[type="submit"]:hover,
a.textbutton:hover {
  background-color: #2f5b74;
  cursor: pointer;
  text-decoration: none;
}
input[type="submit"].primary,
a.textbutton.primary {
  background-color: #8b2842;
}
input[type="submit"].primary:hover,
a.textbutton.primary:hover {
  background-color: #631d2f;
}
a.textbutton-large {
  border: 0;
  font-family: "Montserrat", "Avenir", "AvenirLT-Roman", HelveticaNeue,
    sans-serif;
  font-size: 130%;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 85%;
  padding: 16px 24px;
  text-align: center;
  background-color: #b2cbe4;
  color: #04487a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
a.textbutton-large:hover {
  text-decoration: none;
  background-color: #3e7898;
  color: #fff;
}
a.textbutton-large.full-width {
  width: 100%;
}
div.text-column-narrow {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.smallspace {
  font-size: 2px;
  line-height: 2px;
}
table.stafftable {
  display: table;
}
#textarea table.stafftable td,
.stafftable td {
  padding: 0 12px 12px 0;
}
#textarea table.stafftable td,
#textarea table.stafftable td p,
.stafftable td,
.stafftable td p {
  line-height: normal;
}
#textarea .stafftable td:last-child,
.stafftable td:last-child {
  padding-right: 0;
}
table.responsive-table {
  display: table;
}
hr {
  height: 1px;
  border: 0;
  margin: 18px 0;
  font-size: 2px;
  line-height: 2px;
  background-color: #bba974;
}
#rightsidebar hr {
  margin: 8px 0;
}
.justifyright {
  text-align: right;
}
#textarea table.top-photos td {
  padding: 0 3px 0 0;
  margin: 0 0 14px;
}
#textarea table.top-photos td:last-child {
  padding-right: 0;
}
#hometextbullets {
  width: 164px;
  float: right;
  margin: 0 0 48px 12px;
}
#hometextbullets h2 {
  margin-top: 0;
}
.sidebarbox {
  width: 100%;
  border: 1px solid #888;
  font-size: 92%;
  margin: 0 0 12px;
}
.footnoteReference {
  font-size: 85%;
  font-weight: bold;
  position: relative;
  top: -0.4em;
}
.footnote {
  font-size: 85%;
  margin-bottom: 0.5em;
  text-indent: 1.5em;
}
#rightsidebar .sidebarbox h2,
.sidebarbox h2 {
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 2px 4px;
  line-height: 100%;
  background-color: #61899c;
  border: 0;
}
.sidebarbox p,
.sidebarbox ul {
  margin-left: 8px;
  margin-right: 8px;
}
table.photo-table-three,
table.photo-table-two {
  margin: 0 0 16px;
  width: 100%;
}
#textarea table.photo-table-three td img,
table.photo-table-three td img {
  max-width: 32%;
  height: auto;
  margin-right: 1%;
}
#textarea table.photo-table-two td img,
table.photo-table-two td img {
  max-width: 49%;
  height: auto;
  margin-right: 1%;
}
ol.noNumber {
  list-style-type: none;
}
ol ul {
  margin: 0;
}
.bulletspace li {
  margin: 0 0 0.8em;
}
#textarea .conferencetable td,
#textarea .conferencetable td:first-child,
.conferencetable td {
  padding: 6px 4px;
}
.conferencetable td p,
.conferencetable td ul {
  margin: 0;
}
.conferencetable tr.shaded td {
  background-color: #e6e6d5;
}
#textarea table tr.header td,
table tr.header td {
  background-color: #d1d1b4;
  padding-bottom: 4px;
  vertical-align: bottom;
}
.conferencetable td h4 {
  margin: 0;
}
.homecenterlink {
  width: 121px;
  float: left;
  margin-left: 14px;
  font-size: 11px;
}
#textarea .homecenterlink h2,
.homecenterlink h2 {
  margin: 4px 0 0;
  font-size: 12px;
}
.homecenterlink.link1 {
  margin-left: 0;
}
a.arrowlink {
  color: #8b2842;
  background-image: url("/assets/templateimages/menubullet.gif");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 12px;
  font-weight: 700;
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
}
a.readmore:link,
a.readmore:visited {
  padding-left: 18px;
  margin-left: 12px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
a.readmore:before {
  content: "";
  font-family: "FontAwesome";
  color: #8b2842;
  position: absolute;
  left: 0;
}
#textarea .home-text-table td,
.home-text-table td {
  padding: 0;
}
#textarea .home-text-table td li,
.home-text-table td li {
  margin: 0.4em 0;
}
#textarea table.home-text-table tr td#whatsnew,
#textarea table.home-text-table tr td#whatsnew li {
  line-height: 120%;
}
#textarea .home-text-table td h2,
.home-text-table td h2 {
  display: block;
  background-color: #8b2842;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 100%;
  padding: 8px 0 6px;
  margin: 0 0 12px;
}
#textarea .home-text-table td p,
#textarea .home-text-table td ul,
.home-text-table td p,
.home-text-table td ul {
  margin: 0 14px;
}
body#tinymce.mceContentBody {
  max-width: 498px;
}
#textarea #homecenter table td {
  padding: 0 0 22px;
}
#homecenter,
#homecenter p {
  font-weight: bold;
  color: #444;
  font-size: 95%;
  line-height: 120%;
}
#homecenter p {
  margin: 0;
}
#homecenter h2 {
  text-transform: uppercase;
  font-size: 95%;
  margin: 6px 0 0;
}
.pullquote {
  padding: 0;
  position: relative;
  top: 3px;
  display: block;
}
#textarea table.pullquote td,
.pullquote td {
  padding: 0;
}
.quote {
  border-top: 1px solid #000;
  font-weight: bold;
  padding-top: 10px;
  font-size: 113%;
  color: #7e2a3c;
  margin: 0 0 0.2em;
  line-height: 160%;
}
.quoteauthor {
  font-weight: bold;
  color: #686869;
  margin: 0;
  padding-bottom: 12px;
  font-size: 90%;
  border-bottom: 5px solid #7e2a3c;
  display: block;
}
.pullquote.quoteleft {
  float: left;
  margin: 0 18px 10px 0;
}
div.row {
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  box-sizing: border-box;
  justify-content: space-between;
}
.col {
  padding: 0 15px;
}
.col-md-3 {
  width: 25%;
  box-sizing: border-box;
}
.col-md-4 {
  width: 33.3%;
  box-sizing: border-box;
}
.col-md-5 {
  width: 41.66%;
  box-sizing: border-box;
}
.col-md-6 {
  width: 50%;
  box-sizing: border-box;
}
.col-md-7 {
  width: 58.33%;
  box-sizing: border-box;
}
.col-md-8 {
  width: 66.6%;
  box-sizing: border-box;
}
.col-md-9 {
  width: 75%;
  box-sizing: border-box;
}
.row.thumbnail-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .col-md-4 {
    width: 100%;
  }
  .col-md-5 {
    width: 100%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-7 {
    width: 100%;
  }
  .col-md-8 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .col-md-3,
  .col-md-9 {
    width: 100%;
  }
}
div.columns {
  column-gap: 30px;
}
div.columns p {
  break-inside: avoid;
}
div.columns.break-text p {
  break-inside: auto;
}
div.columns.two {
  column-count: 2;
}
div.columns.three {
  column-count: 3;
}
div.columns.four {
  column-count: 4;
}
div.columns.five {
  column-count: 5;
}
div.columns.six {
  column-count: 6;
}
@media screen and (max-width: 920px) {
  div.columns.five {
    column-count: 4;
  }
  div.columns.six {
    column-count: 4;
  }
}
@media screen and (max-width: 800px) {
  div.columns.three {
    column-count: 2;
  }
  div.columns.four {
    column-count: 2;
  }
  div.columns.five {
    column-count: 2;
  }
  div.columns.six {
    column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  div.columns.two {
    column-count: 1;
  }
  div.columns.three {
    column-count: 1;
  }
  div.columns.four {
    column-count: 1;
  }
  div.columns.five {
    column-count: 1;
  }
  div.columns.six {
    column-count: 1;
  }
}
a img {
  filter: brightness(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img:hover {
  filter: brightness(1.2);
}
body#tinymce.mce-content-body {
  max-width: 972px;
  line-height: 135%;
  font-family: "Avenir", "AvenirLT-Roman", HelveticaNeue, sans-serif;
  font-size: 15px;
}
body#tinymce.mce-content-body img {
  max-width: 100%;
  height: auto;
}
#textarea h2.popup-title,
h2.popup-title {
  width: 100%;
  color: #fff;
  background-color: #3e7898;
  display: block;
  padding: 8px 10px;
  line-height: 100%;
  height: 34px;
  box-sizing: border-box;
  z-index: 200;
}
iframe {
  max-width: 100%;
  border: 0;
}
div.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
div.video-wrapper.wrap-right {
  width: 100%;
  display: inline-block;
  max-width: 320px;
  padding-bottom: 180px;
  float: right;
  margin: 0 0 10px 16px;
  clear: right;
}
div.video-wrapper.wrap-left {
  width: 100%;
  display: inline-block;
  max-width: 320px;
  padding-bottom: 180px;
  float: left;
  margin: 0 16px 10px 0;
  clear: left;
}
@media screen and (max-width: 600px) {
  div.video-wrapper.wrap-right,
  div.video-wrapper.wrap-left {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  div.video-wrapper.wrap-right,
  div.video-wrapper.wrap-left {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
div.video-wrapper iframe,
div.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
div.video-wrapper .mce-preview-object.mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body {
  background-color: #fff;
}
#container {
  width: 100%;
  max-width: 1040px;
  margin: 0px auto;
  padding: 0 18px;
  position: relative;
  background-color: #fff;
}
#innercontainer {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  padding-top: 112px;
}
.homepage #innercontainer {
  padding-top: 0;
}
.homepage #innercontainer.tofixed {
  padding-top: 136px;
}
#full-width-slider.tofixed {
  opacity: 0;
}
#header {
  width: 100%;
  max-width: 1040px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1px;
  height: 112px;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header.tofixed {
  height: 86px;
  position: fixed;
}
h1 span.news-date {
  display: block;
  font-size: 17px;
}
.homepage #header {
  height: 138px;
  position: relative;
}
.homepage #header.tofixed {
  position: fixed;
  height: 86px;
}
#full-width-slider-container {
  max-width: 1040px;
  margin: 0 auto;
}
#full-width-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 386px;
}
.slidertextcontainer {
  position: absolute;
  z-index: 50;
  bottom: 24px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
#full-width-slider h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 110%;
  text-transform: none;
  margin: 0 0 8px 0;
  font-family: "franklin-gothic-urw", "Open Sans", "open-sans-web", sans-serif;
  text-align: center;
  text-shadow: 4px 4px 4px #000;
}
#full-width-slider h3 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-family: "franklin-gothic-urw", "Open Sans", "open-sans-web", sans-serif;
  letter-spacing: 0;
  line-height: 110%;
  text-transform: none;
  margin: 0 0 9px 0;
  text-align: center;
  text-shadow: 0px 0px 3px #000, 4px 4px 4px #000;
}
.image-screen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
a.homeslidelink:link,
a.homeslidelink:visited {
  display: inline-block;
  font-weight: 900;
  margin: 4px auto 0 auto;
  padding: 6px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 3px #000, 4px 4px 4px #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 0;
}
a.homeslidelink:hover {
  background-color: rgba(62, 120, 152, 0.9);
  text-decoration: none;
  text-shadow: 0 0 0 #000;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px;
}
.rsArrowRight .rsArrowIcn {
  background-position: -68px -68px;
}
#headertop {
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
  position: relative;
}
#headerlogo {
  position: relative;
  top: 12px;
  margin-right: 10px;
  margin-left: 24px;
  max-width: 380px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homepage #headerlogo {
  width: 100%;
  max-width: 486px;
  height: auto;
}
#headerlogo.tofixed {
  max-width: 260px;
}
#headerslogan {
  position: relative;
  top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 259px;
  height: auto;
}
#headerslogan.tofixed {
  width: 200px;
  top: -2px;
}
.homepage #headerslogan {
  width: 215px;
  height: auto;
  top: -20px;
}
.homepage #headerslogan.tofixed {
  width: 200px;
  height: auto;
  top: 0;
}
.safari #headerdonate {
  top: -1px !important;
}
.safari #headersearchbutton {
  top: 3px !important;
}
.safari #footerdonatebutton {
  top: -1px !important;
}
#headerphotos {
  margin-left: 8px;
}
#mainbuttons {
  width: 100%;
  height: 20px;
  background-color: #000;
}
#middle {
  display: block;
  width: 100%;
  margin: 32px 0 32px 0px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.fenceline #middle {
  display: block;
  padding-top: 32px;
  margin: 0 auto;
  max-width: 820px;
}
#leftsidebar {
  width: 19%;
  padding: 0;
  padding: 0 21px 0 0;
  border-right: 1px solid #c6c1a3;
  position: relative;
}
.homepage #leftsidebar {
  width: 218px;
  margin-left: 32px;
}
.nosidebar #leftsidebar {
  display: none;
}
body.newsitem #leftsidebar {
  display: none;
}
body.newsitem #textarea {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 700px;
}
#leftsidebar-mobile {
  display: none;
  clear: both;
}
#leftsidebar-mobile:after {
  content: "";
  display: table;
  clear: both;
}
#mobilemenutop,
#mobilemenubottom,
#mobilemenusub,
#leftsidebarmobile {
  display: none;
}
.h1sub {
  font-weight: normal;
  font-size: 18px;
  color: #3e7898;
  margin: 0;
  line-height: 120%;
}
.homepage h1,
h2.banner-title {
  font-size: 85px;
  color: #3e7898;
  line-height: 100%;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.home-text {
  margin: 30px 24px 18px 24px;
  font-size: 15px;
}
.home-banner {
  padding: 24px 0;
}
.home-buckets {
  width: 100%;
  margin: 12px 0;
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-bucket {
  width: 23.5%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}
.home-bucket:first-child {
  margin-left: 0;
}
.home-bucket h2,
div .home-buckets h2:first-child {
  text-transform: uppercase;
  margin: 12px 0 0 0;
  font-size: 14px;
}
.home-bucket-text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-bucket:hover {
  cursor: pointer;
}
.home-bucket img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  filter: brightness(1);
}
.home-bucket:hover img {
  filter: brightness(1.2);
}
.home-bucket:hover .home-bucket-text {
  color: #000;
}
.home-news {
  width: 100%;
}
.home-news:after {
  content: "";
  display: table;
  clear: both;
}
.home-news-item {
  width: 100%;
  position: relative;
  min-height: 142px;
}
.home-news-item:after {
  content: "";
  display: table;
  clear: both;
}
.home-news-photo {
  position: absolute;
  width: 188px;
  top: 0;
  left: 0;
}
.home-news-photo img {
  max-width: 100%;
  height: auto;
  filter: brightness(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-news-photo img:hover {
  filter: brightness(1.2);
}
.home-news-text {
  margin-left: 218px;
  margin-top: 24px;
}
.home-news-text,
.home-news-text p {
  font-size: 15px !important;
}
.home-news-text h2 {
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 520px) {
  .home-news-photo {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .home-news-text {
    margin: 0 0 24px 0;
    width: 100%;
  }
  div.related-news h2:first-child {
    margin-top: 10px !important;
  }
}
div.related-news h2:first-child {
  margin-top: 36px;
}
div.whatsnew-item {
  margin: 0 0 24px 0;
}
.whatsnew-date {
  display: inline-block;
  float: left;
  font-size: 80%;
  font-weight: 700;
  padding-right: 8px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #888;
  position: relative;
  top: 1px;
}
img.whatsnew-photo {
  float: left;
  margin: 0 10px 4px 0;
}
#titlearea {
  padding: 0 0 0 230px;
}
.homepage #titlearea {
  display: none;
}
#rightsidebar-shared p {
  margin: 0;
}
#rightsidebar .righthomeextras {
  display: none;
}
.homepage #rightsidebar .righthomeextras {
  display: block;
}
#rightmenus ul,
#rightmenus ul li {
  list-style-type: none;
  left: 0;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  line-height: 110%;
}
#rightmenus ul li,
#homeleft ul li {
  padding: 0;
  margin: 0 0 0.4em 0;
}
#rightmenus ul a:link,
#rightmenus ul a:visited {
  font-weight: bold;
  color: #555;
  line-height: 120%;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#rightmenus ul a:hover,
#homeleft ul a:hover {
  color: #000;
  text-decoration: none;
}
#rightmenus ul li.submenuOn a:link,
#rightmenus ul li.submenuOn a:visited {
  color: #3e7898;
}
#textarea {
  width: 81%;
  padding: 0 0 0 20px;
  line-height: 130%;
  position: relative;
}
.homepage #textarea {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.homepage #textarea.tofixed {
  padding-top: 124px;
}
.nosidebar #textarea {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.nosidebar.fullwidth #textarea {
  width: 100%;
}
.nosidebar.narrow #textarea {
  max-width: 700px;
}
#footer {
  padding: 12px 24px 0 24px;
  clear: both;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  background-color: #7da42e;
  position: relative;
  font-size: 90%;
}
#footer-table {
  position: relative;
}
#footer-table td {
  padding-left: 20px;
}
#footer-table td:first-child {
  padding-left: 0;
}
p.footer-menu-head {
  margin: 20px 0 0 0;
  font-weight: 700;
  font-size: 105%;
}
p.footer-menu-item {
  margin: 7px 0 0 0;
  font-weight: 300;
  line-height: 105%;
}
#footer a:link,
#footer a:visited {
  color: #fff;
}
#footer a:hover {
  color: #fadc51;
}
#textarea table td {
  padding: 0 16px 0 0;
}
#textarea tr td:first-child {
  padding-left: 0;
}
#sitesearch {
  position: absolute;
  top: 171px;
  margin-left: 135px;
}
#editlinks {
  position: absolute;
  top: 0px;
  padding: 6px;
}
#textarea img {
  max-width: 100%;
  height: auto;
}
.ad-box img {
  max-width: 100%;
  height: auto;
}
#loginbox {
  position: absolute;
  top: 6px;
  margin-left: 280px;
}
#headbuttons1 {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 30px;
  z-index: 50;
  background-color: #7da42e;
  border-bottom: 10px solid #fff;
}
#backtotop {
  font-size: 9px;
  width: 26px;
  background-color: #3e7898;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 120;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#backtotop.tofixed {
  opacity: 1;
}
#backtotop a:link,
#backtotop a:visited {
  font-family: "Avenir Medium", "AvenirLT-Medium", "Avenir", HelveticaNeue,
    Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  background-color: #3e7898;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 26px;
  line-height: 12px;
  text-align: center;
  padding: 6px 0 0 0;
  background-image: url(/assets/templateimages/toparrow.png);
  background-position: 8px 6px;
  background-repeat: no-repeat;
  height: 20px;
  overflow: hidden;
}
#backtotop a:hover {
  background-color: #265a77;
  text-decoration: none;
  color: #fff;
  background-image: none;
  font-size: 10px;
}
#headbuttons1 ul,
#headbuttons2 ul {
  margin: 0;
  padding: 0;
}
.coverdisplay {
  padding: 0 0 4px 0;
}
#headerlongbuttons {
  position: absolute;
  top: 208px;
  left: 0;
}
#headerlongbuttons a {
  position: relative;
  background-color: #8a1e04;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  padding: 6px 8px 4px 8px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  behavior: url(/css/PIE/PIE.htc);
  margin-right: 8px;
}
#headerlongbuttons a:hover {
  background-color: #511203;
  text-decoration: none;
}
#headerlongbuttons a#headerlongbutton0 {
  background-color: #9fa374;
}
#headerlongbuttons a#headerlongbutton0:hover {
  background-color: #6f7344;
}
#homeprograms p {
  margin: 0;
}
#homeprograms h2 {
  margin: 0;
}
#homeprograms {
  padding: 0 0 12px 0;
  float: left;
}
#proglink1,
#proglink2,
#proglink3,
#proglink4,
#proglink5 {
  width: 18%;
  float: left;
  margin-left: 20px;
  font-size: 85%;
}
#proglink1 {
  margin-left: 0;
}
div.proglinkimg {
  height: 70px;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 6px;
}
ul.sidemenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#leftmenuspacer {
  display: block;
  height: 60px;
}
p.menuhead {
  font-weight: bold;
  font-size: 109%;
  color: #8b2842;
  margin: 0 0em 0.5em 0em;
  text-transform: none;
  line-height: 130%;
}
ul.sidemenu li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
  left: 0;
  font-size: 93%;
  line-height: 120%;
  padding: 0;
}
ul.sidemenu li ul {
  margin: 0.3em 0 0.3em 14px;
  padding: 0;
}
ul.sidemenu li ul li {
  background-image: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
ul.sidemenu li a:link,
ul.sidemenu li a:visited,
ul.sidemenu li.submenuOn ul li a:link,
ul.sidemenu li.submenuOn ul li a:visited,
ul.sidemenu li.submenuOn ul li.submenuOn ul li a:link,
ul.sidemenu li.submenuOn ul li.submenuOn ul li a:visited {
  padding: 0;
  display: block;
  color: #666;
  font-weight: bold;
  background-image: none;
  line-height: 120%;
}
ul.sidemenu.pageanchors li a:link,
ul.sidemenu.pageanchors li a:visited {
  padding-left: 0;
}
ul.sidemenu li a:hover,
ul.sidemenu li ul li a:hover,
ul.sidemenu li.submenuOn ul li a:hover,
ul.sidemenu li.submenuOn ul li.submenuOn ul li a:hover {
  text-decoration: none;
  color: #00d;
}
ul.sidemenu li.submenuOn a,
ul.sidemenu li.submenuOn a:link,
ul.sidemenu li.submenuOn a:visited,
ul.sidemenu li.submenuOn ul li.submenuOn a,
ul.sidemenu li.submenuOn ul li.submenuOn a:link,
ul.sidemenu li.submenuOn ul li.submenuOn a:visited {
  color: #000;
  font-weight: bold;
}
ul.sidemenu li.submenuOn ul li.submenuOn ul li.submenuOn a:link,
ul.sidemenu li.submenuOn ul li.submenuOn ul li.submenuOn a:visited {
  color: #000;
  font-weight: bold;
}
.safari ul.sidemenu li.submenuOn a,
.safari ul.sidemenu li.submenuOn a:link,
.safari ul.sidemenu li.submenuOn a:visited,
.safari ul.sidemenu li.submenuOn ul li.submenuOn a,
.safari ul.sidemenu li.submenuOn ul li.submenuOn a:link,
.safari ul.sidemenu li.submenuOn ul li.submenuOn a:visited {
  background-position: 0 0px;
}
div h2:first-child,
div h3:first-child,
div h4:first-child {
  margin-top: 0;
}
#textarea div.newspublisher {
  padding: 0px;
  margin: 0;
  background-color: #fff;
  width: 100%;
}
#textarea div.newspublisher table td {
  padding: 0;
}
#textarea .np-content {
  width: 660px;
}
.np_button_form {
  width: 260px;
  display: block;
  float: left;
}
.np_edit_this_button,
.np_edit_manager_button {
  border: 1px solid #fff;
  background-color: #377ca0;
  border-radius: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  display: block;
  float: left;
  color: #fff;
  padding: 2px 6px;
}
.np_edit_this_button:hover,
.np_edit_manager_button:hover {
  background-color: #07496b;
}
.np_edit_manager_button {
  margin-left: 14px;
}
#leftsidebar .newsarchivelinks h3.menuOn a,
#leftsidebar .newsarchivelinks li.menuOn a {
  color: #963511;
}
#leftsidebar .newsarchivelinks h3 {
  margin: 0.5em 0 0 0;
}
#leftsidebar .newsarchivelinks ul {
  margin: 0;
  line-height: normal;
}
#leftsidebar p.bloghead {
  font-size: 93%;
  font-weight: bold;
  color: #56843b;
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin: 3em 0 0 0;
  padding: 0;
  border: 0;
}
.inlineresource {
  border-top: 1px solid #b7b79f;
  border-bottom: 1px solid #b7b79f;
  padding: 6px 0px 2px 0px;
  margin: 6px 0 10px 0;
  position: relative;
  top: 3px;
}
#textarea .gal-gaff-thumbs div.navigation {
  width: 100%;
}
#textarea ul.thumbs {
  width: 100%;
}
.gal-item-active {
  padding: 0 10px 10px 0;
  margin: 0;
  float: left;
  height: 80px;
}
#textarea .datatable td {
  border-top: 1px solid #eee;
  padding-top: 2px;
  padding-bottom: 2px;
}
#textarea .datatable {
  border-top: 1px solid #07496b;
  border-bottom: 1px solid #07496b;
}
.datatable h3 {
  top: 0;
}
#textarea .datatable thead tr td {
  background-color: #d2e8f4;
  padding-top: 6px;
  vertical-align: bottom;
  border-top: 1px solid #07496b;
  border-bottom: 1px solid #07496b;
}
#textarea .datatable thead tr td:first-child {
  padding-left: 4px;
}
.loginLoginForm {
  background-color: #eee;
  width: 200px;
  padding: 10px;
}
.loginLegend {
  font-weight: bold;
  margin: 0 0 6px 0;
}
#textarea .boardphotos,
#textarea .boardphotos p {
  font-size: 90%;
  line-height: normal;
}
.sidephotocredits {
  font-size: 9px;
  text-align: center;
  line-height: 130%;
  color: #555;
  margin: 0 0 0.8em 0;
}
#breadcrumbs {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 178px;
  left: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: inline;
}
#breadcrumbs ul li {
  list-style: none;
  left: 0;
  display: inline;
  padding: 0 0 0 16px;
  background-image: url(/assets/templateimages/breadcrumbsarrow.gif);
  background-position: 4px 5px;
  background-repeat: no-repeat;
}
#breadcrumbs ul li.first {
  padding-left: 0;
  background-image: none;
}
#breadcrumbs a {
  text-decoration: none;
  color: blue;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#editlinks {
  position: absolute;
  top: 0px;
  left: 4px;
}
#socialmedia {
  position: absolute;
  top: 179px;
  right: 80px;
}
#searchandjoin {
  position: absolute;
  top: 176px;
  right: 170px;
}
#toplinks {
  position: absolute;
  top: 88px;
  left: 628px;
}
#toplinks2 {
  position: absolute;
  top: 88px;
  right: 6px;
}
#toplinks2 p {
  text-align: right;
  font-size: 90%;
}
#toplinks a,
#toplinks2 a {
  color: #000;
}
#toplinks a:hover,
#toplinks2 a:hover {
  color: blue;
}
#statemap {
  margin-bottom: 24px;
}
.advsea-results-list h3 {
  letter-spacing: 0;
  text-transform: none;
  color: #000;
}
#rightsidebar p.feedlist {
  font-size: 90%;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
#rightsidebar p.feedlist a {
  font-size: 110%;
  font-weight: bold;
}
h2.posttitle {
  font-size: 130%;
  margin-top: 2.5em;
}
h2.posttitlesingle {
  font-size: 130%;
  margin-top: 0em;
}
div.post {
  padding-bottom: 8px;
  margin-bottom: 18px;
  border-bottom: 1px solid #aaa;
}
.post-info {
  font-style: italic;
}
.artarchivediv {
  clear: both;
  padding: 0 0 12px 0;
}
.arttitle {
  font-weight: bold;
  font-size: 115%;
  line-height: 120%;
  margin-bottom: 0.5em;
}
.artarchivediv h2 {
  margin-bottom: 0;
}
.arttitle .artimagetitle {
  font-weight: bold;
  font-size: 85%;
  color: #444;
}
.menuseparator {
  padding: 0 6px;
}
.pageTopMenu {
  font-size: 90%;
  margin: 0 0 18px 0;
}
.artarchives .pageTopMenu {
  position: absolute;
  top: 318px;
  width: 800px;
}
.pageTopMenu a:link,
.pageTopMenu a:visited {
  color: #444;
  font-weight: bold;
  padding: 0;
}
.pageTopMenu a:hover {
  color: blue;
}
.pageTopMenu a.menuOn {
  color: #800;
}
#skipnav {
  display: none;
}
.slider-horizontal {
  height: 180px;
  width: 100%;
  overflow-x: scroll;
}
.slider-horizontal-inner {
  width: auto;
  white-space: nowrap;
  height: auto;
}
.slider-vertical {
  width: 200px;
  float: right;
  margin: 0 0 12px 12px;
}
.slider-vertical-inner {
  width: auto;
  height: auto;
}
#rightsidebar .slider-vertical {
  width: 100%;
  float: none;
  margin: 0 0 12px 0;
}
.fancybox-title {
  font-size: 110%;
  color: #4c4d4f;
  line-height: 120%;
}
.fancybox-title .imagenumber {
  font-weight: normal;
  font-size: 80%;
}
.fancybox-title-float-wrap .child {
  white-space: normal;
  line-height: normal;
}
div.slider-vertical + h2 {
  margin-top: 0;
}
.fancybox-wrap p,
.fancybox-wrap ul {
  margin: 0 0 0.5em 0;
  line-height: 130%;
  font-weight: bold;
}
.slidecredit {
  font-size: 80%;
}
.ad-box {
  margin-bottom: 12px;
}
#rightsidebar .ad-box p {
  font-size: 90%;
  line-height: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.sidebarbox,
.sidebarbox img {
  max-width: 100%;
}
#leftsidebartext {
  font-size: 90%;
}
#leftsidebartext .highlight-box p,
#leftsidebartext .highlight-box ul {
  line-height: 120%;
  margin: 0;
  padding: 0;
}
#leftsidebar #leftsidebartext .highlight-box ul {
  list-style-type: none;
}
#leftsidebar #leftsidebartext .highlight-box li {
  left: 0;
  list-style-type: none;
  margin: 0 0 0.6em 0;
  padding: 0;
}
.homepage #leftsidebartext .highlight-box {
  margin-bottom: 20px;
}
.rssfeed {
  line-height: normal;
}
.rssfeed img {
  display: none;
}
#leftsidebartext .rssfeed h2 {
  color: #8b2842;
  text-transform: none;
}
.news-date {
  color: #444;
  margin: 0;
  font-style: italic;
}
.homepage #leftsidebartext h2 {
  text-transform: none;
  color: #8b2842;
}
div.rsSlide {
  position: absolute;
  top: 0;
  left: 0;
}
#leftsidebartext .sidebarbox ul {
  margin: 0px 3px 20px 3px;
  padding: 0;
  list-style-type: none;
}
#leftsidebartext .sidebarbox ul li {
  margin: 0.6em 0 0 0;
  list-style-type: none;
  left: 0;
  font-size: 93%;
  line-height: normal;
  padding: 0 0 0 14px;
  background-image: url(../assets/templateimages/menubullet.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  text-transform: uppercase;
  font-weight: bold;
}
#leftsidebartext .sidebarbox ul ul {
  margin: 0.2em 0 0.3em 14px;
  padding: 0;
}
#leftsidebartext .sidebarbox ul ul li {
  background-image: none;
  margin: 0 0 0.3em 0;
  padding: 0;
  list-style: disc;
  margin-left: 14px;
  text-transform: none;
  font-weight: normal;
}
#leftsidebartext .sidebarbox ul li a {
  padding: 0 0 0 0;
  color: #000;
}
#leftsidebartext .sidebarbox ul li a:hover {
  color: blue;
}
#leftsidebartext .sidebarbox ul li p {
  margin: 0;
}
.supertitle {
  font-family: "Avenir Medium", "AvenirLT-Medium", "Avenir", HelveticaNeue,
    Arial, sans-serif;
  font-size: 95%;
  color: #555;
  line-height: 100%;
  margin: 0 0 4px 0;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
#textsize {
  width: 62px;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-left: 12px;
}
#textsizecontainer {
  position: relative;
  display: inline-block;
}
#socialmediaside {
  padding: 12px 0;
  border-top: 1px solid #b7b79f;
  border-bottom: 1px solid #b7b79f;
  margin: 16px 0 12px 0;
}
#socialmediaside #textsize {
  padding: 5px 0;
}
#textsizeselector {
  display: none;
  position: absolute;
  top: -20px;
  background-color: #fff;
  right: -60px;
  border: 1px solid #888;
  z-index: 99;
  -moz-box-shadow: 2px 2px 8px #666;
  -webkit-box-shadow: 2px 2px 8px #666;
  box-shadow: 2px 2px 8px #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#999999");
}
.slideshow-thumbnail {
  padding: 0 6px 6px 0;
}
#rightsidebar .linkshead {
  border: 0;
  color: #56843b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
#rightsidebar ul.related-links {
  margin-bottom: 36px;
}
.div2col {
  width: 46%;
  float: left;
  margin-right: 12px;
}
#searchresults {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 0 12px 0;
  padding: 8px 0 0 0;
}
#searchresults h2 {
  margin: 10px 0 4px 0;
  font-size: 100%;
}
#editpagelink {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 4px 10px;
  background-color: #4c819f;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  z-index: 1200;
  -moz-box-shadow: 0px -4px 6px #666;
  -webkit-box-shadow: 0px -4px 6px #666;
  box-shadow: 0px -4px 6px #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#999999");
}
#editpagelink:hover {
  background-color: #2b6281;
}
#homewebsites p,
#homewebsites a {
  font-family: "Avenir Medium", "AvenirLT-Medium", "Avenir", HelveticaNeue,
    Arial, sans-serif;
}
.addthis_toolbox {
  margin: 0 0 12px 0;
}
#otherwebsites {
  position: relative;
}
#otherwebsitespopup {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  position: absolute;
  bottom: 15px;
  z-index: 200;
  padding: 0px;
  background-color: #e9e8d8;
}
#otherwebsitespopup.active {
  border: 1px solid #b0b1b1;
  max-height: 400px;
  opacity: 1;
}
#otherwebsitespopup p {
  margin: 0;
}
#otherwebsitespopup a {
  display: block;
  padding: 2px 6px;
  color: #000;
}
#otherwebsitespopup a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #61899c;
}
.stButton {
  margin: 0 !important;
  padding: 0 !important;
}
.stButton .chicklets {
  padding: 0 0 0 18px !important;
}
#header-social-links {
  position: absolute;
  top: 50px;
  right: 24px;
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header-social-links.tofixed,
.homepage #header-social-links.tofixed {
  top: 30px;
}
.homepage #header-social-links {
  top: 68px;
}
#footer-social-links {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 18px 0;
}
#header-social-links a.fa:link,
#header-social-links a.fa:visited,
#footer-social-links a.fa:link,
#footer-social-links a.fa:visited {
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  border-radius: 13px;
  overflow: hidden;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}
#header-social-links a.fa:hover,
#footer-social-links a.fa:hover {
  text-decoration: none;
  color: #fff;
}
a.social-media-header.fa-facebook {
  background-color: #3A6B87;
}
a.social-media-header.fa-facebook:hover {
  background-color: #3c518b;
}
a.social-media-header.fa-twitter {
  background-color: #3A6B87;
}
a.social-media-header.fa-twitter:hover {
  background-color: #3c518b;
}
a.social-media-header.fa-youtube {
  background-color: #3A6B87;
}
a.social-media-header.fa-youtube:hover {
  background-color: #3c518b;
}
a.social-media-header.fa-instagram {
  background-color: #3A6B87;
}
a.social-media-header.fa-instagram:hover {
  background-color: #3c518b;
}
a.social-media-header.fa-linkedin {
    background-color: #3A6B87;
  }
a.social-media-header.fa-linkedin:hover {
background-color: #3c518b;
}
a.social-media-header.fa-envelope {
  background-color: #d28500;
}
a.social-media-header.fa-envelope:hover {
  background-color: #b70;
}
#headersearch {
  display: block;
  box-sizing: border-box;
  position: fixed;
  height: 52px;
  border: 1px solid #aaa;
  background-color: #e0eece;
  top: -60px;
  right: 20px;
  z-index: 2000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  opacity: 0;
}
#headersearch.showit {
  top: 8px;
  opacity: 1;
}
a#headersearch-close-button:link,
a#headersearch-close-button:visited {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #fff;
  color: #3e7898;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #3e7898;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  padding: 7px 3px;
  box-sizing: border-box;
}
a#headersearch-close-button:hover {
  color: #fff;
  background: #3e7898;
}
div.newsarchivelinks {
  border-bottom: 1px solid #bbb;
}
div.newsarchivelinks a:link,
div.newsarchivelinks a:visited {
  padding: 6px 6px 0 6px;
  box-sizing: border-box;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 1px;
}
div.newsarchivelinks a.menuOn {
  border-top: 4px solid #7da42e;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  background-color: #fff;
}
.page-share {
  margin: 0;
}
.page-share ul {
  margin: 0 !important;
  padding: 0 !important;
}
#leftsidebar li.shariff-button {
  max-width: 44px !important;
  min-width: 44px !important;
  margin-right: 0px !important;
  padding-right: 12px !important;
}
.shariff .orientation-horizontal li .share_count {
  display: none !important;
}
body.fenceline {
  background-image: url("/assets/templateimages/collage1scaled.jpg");
  background-position: left top;
  background-repeat: repeat-y;
  width: 100%;
  position: relative;
}
body.fenceline .bodyinner {
  background-image: url("/assets/templateimages/collage2scaled.jpg");
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-position: top right;
  background-repeat: repeat-y;
}
body.fenceline #textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 32px;
}
body.fenceline #middle {
  min-height: 860px;
}
body.fenceline #headbuttons1 {
  bottom: -20px;
  border-bottom: 0;
  height: 20px;
}
body.fenceline #header {
  height: 92px;
  max-width: 820px;
  text-align: center;
}
body.fenceline #footer {
  max-width: 820px;
}
body.fenceline #header.tofixed {
  height: 72px;
}
body.fenceline #headerslogan {
  display: none;
}
#headernrdc {
  position: absolute;
  right: 48px;
  top: 6px;
  width: 60px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headernrdc.tofixed {
  width: 48px;
}
#headerejha {
  margin: 0 auto;
  padding-left: 120px;
  width: 278px;
  position: relative;
  top: 6px;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerejha.tofixed {
  width: 180px;
  padding-left: 90px;
}
.ak-grid-col div {
  margin-bottom: 0.5em;
}
body.fenceline #headerlogo {
  position: absolute;
  left: 0;
  top: 19px;
  max-width: 240px;
}
body.fenceline #headerlogo.tofixed {
  max-width: 200px;
}
body.fenceline ul.sf-menu > li {
  margin-left: 14px;
}
body.fenceline #header-social-links {
  display: none;
}
div.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-sizing: content-box;
}
div.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.two-col-button {
  display: inline-block;
  margin-bottom: 24px;
}
div.two-col-button a {
  display: inline-block;
  padding: 10px 15px;
  line-height: 100%;
  background-color: #3e7898;
  color: #fff;
  font-weight: 400;
  font-size: 110%;
}
div.two-col-button a:hover {
  background-color: #2f5b74;
  text-decoration: none;
}
@media screen and (max-width: 1460px) {
  body.fenceline .bodyinner {
    background-image: url("/assets/templateimages/collage2scaled320.jpg");
  }
  body.fenceline {
    background-image: url("/assets/templateimages/collage1scaled320.jpg");
  }
}
@media screen and (max-width: 940px) {
  body.fenceline #header {
    height: 140px;
  }
  body.fenceline #headertop {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 696px) {
  #headernrdc {
    top: 10px;
    right: 6px;
  }
  body.fenceline #headerlogo,
  #headernrdc {
    position: relative !important;
    top: 0;
    margin: 0 8px 8px 8px;
    display: inline-block;
  }
  body.fenceline #headerejha {
    position: relative;
    padding: 0;
    top: 0;
    margin: 0 8px 8px 8px;
  }
  body.fenceline #header {
    position: relative;
    text-align: center;
    height: auto;
  }
  body.fenceline #innercontainer {
    padding-top: 0px;
  }
  body.fenceline #container {
    padding-left: 0;
    padding-right: 0;
  }
  body.fenceline #textarea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
div.image-overlay {
  position: relative;
}
div.image-overlay.linked:hover {
  cursor: pointer;
}
div.image-overlay.linked img {
  filter: brightness(0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.image-overlay.linked:hover img {
  filter: brightness(1.1);
}
div.image-overlay-title {
  position: absolute;
  bottom: 42px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  padding: 0 30px;
  width: 100%;
  text-shadow: 0 0 4px #000;
}
div.row.photomenu {
  justify-content: center;
  margin: 0 -7.5px;
}
div.photomenu div.image-overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
div.photomenu div.image-overlay-text > div {
  font-size: 130%;
  color: #fff;
  text-shadow: 0 0 4px #000;
  line-height: 120%;
  padding: 12px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
div.image-overlay.linked:hover div.image-overlay-text > div {
  background-color: rgba(0, 0, 0, 0.4);
}
div.photomenu div.image-overlay-text h3 {
  font-size: 160%;
  line-height: 115%;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
div.photomenu div.image-overlay-text > div {
  flex-grow: 0;
}
div.photomenu.columns-3 div.image-overlay {
  width: calc(33.3% - 15px);
  margin: 7.5px;
}
div.photomenu.columns-2 div.image-overlay {
  width: calc(50% - 15px);
  margin: 7.5px;
}
div.photomenu.columns-4 div.image-overlay {
  width: calc(25% - 15px);
  margin: 7.5px;
}
@media screen and (max-width: 860px) {
  div.photomenu.columns-4 div.image-overlay {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 640px) {
  div.photomenu.columns-3 div.image-overlay {
    width: calc(50% - 15px);
  }
  div.photomenu div.image-overlay-text h3 {
    font-size: 140%;
  }
  div.photomenu div.image-overlay-text > div {
    font-size: 120%;
  }
}
@media screen and (max-width: 480px) {
  div.photomenu.columns-2 div.image-overlay,
  div.photomenu.columns-3 div.image-overlay,
  div.photomenu.columns-4 div.image-overlay {
    width: calc(100% - 15px);
  }
  div.photomenu div.image-overlay-text h3 {
    font-size: 125%;
  }
  div.photomenu div.image-overlay-text > div {
    font-size: 110%;
  }
}
.news-contact-block {
  padding-left: 18px;
  border-left: 4px solid #aaa;
  margin: 0 0 30px 0;
}
.news-contact-block p {
  margin-bottom: 0.5em;
}
.news-bottom-content p {
  font-style: italic;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1;
  margin: 0;
  width: 100%;
  height: 20px;
  overflow: visible;
}
.sf-menu ul {
  position: absolute;
  overflow: visible;
  top: -999em;
  z-index: 1200;
  min-width: 140px;
  width: 100%;
  border-left: 1px solid #b0b1b1;
  border-right: 1px solid #b0b1b1;
  border-bottom: 1px solid #b0b1b1;
  -moz-box-shadow: 3px 4px 5px #666;
  -webkit-box-shadow: 3px 4px 5px #666;
  box-shadow: 3px 4px 5px #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#999999");
}
.sf-menu {
    display: flex;
    justify-content: space-between;
}
.sf-menu .toplink0,
.sf-menu .toplink1,
.sf-menu .toplink2,
.sf-menu .toplink3,
.sf-menu .toplink4,
.sf-menu .toplink5 {
    flex: 1;
    white-space: nowrap;
}
.sf-menu ul {
  white-space: normal;
}
.sf-menu ul ul {
  width: 122px;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  position: relative;
  padding: 0;
  left: 0;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 20px;
  z-index: 1060;
  padding-top: 12px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 15em;
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 15em;
  top: 0;
}
.sf-menu {
  float: left;
  margin-bottom: 0em;
}
#headbuttons2 .sf-menu a {
  padding: 4px 6px 0;
}
.sf-menu li li a,
.sf-menu li li a:visited {
  height: auto;
  line-height: normal;
  text-transform: none;
  padding: 4px 1em 2px 1em;
  font-size: 12px;
  background-color: #e9e8d8;
  color: #000;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0;
}
.sf-menu a,
.sf-menu a:visited {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 20px 0;
  letter-spacing: 1px;
  text-decoration: none;
  height: 20px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
.sf-menu > li.menuOn > a {
  background-color: #56843b;
  color: #fff;
}
#headbuttons2 .sf-menu > li.menuOn > a {
  background-color: #1f5979;
}
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li:hover > a:focus,
.sf-menu > li:hover > a:hover,
.sf-menu > li > a:hover {
  background-color: #56843b;
  color: #fff;
}
#headbuttons2 .sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
#headbuttons2 .sf-menu > li:hover > a:focus,
#headbuttons2 .sf-menu > li:hover > a:hover,
#headbuttons2 .sf-menu > li > a:hover {
  background-color: #265a77;
}
.sf-menu li li:hover,
.sf-menu li li.sfHover,
.sf-menu li li a:focus,
.sf-menu li li a:hover,
.sf-menu li li a:active,
.sf-menu li li.current_page_item a:hover {
  background-color: #61899c;
  color: #fff;
}
.sf-menu li li li:hover,
.sf-menu li li li.sfHover,
.sf-menu li li li a:focus,
.sf-menu li li li a:hover,
.sf-menu li li li a:active {
  background-color: #e9e9d9;
  color: #000;
}
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 0.75em;
  top: 1.05em;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background-image: url(../images/topmenubullet.gif);
}
a > .sf-sub-indicator {
  top: 0;
  background-position: 0;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-shadow ul {
  background: url("../images/shadow.png") no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
  background: rgba(0, 0, 0, 0);
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.audiojs {
  height: 22px;
  width: 290px;
  background: #2e89b3;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}
.audiowrapper {
  height: 32px;
  display: inline-block;
}
.audiojs .play-pause {
  width: 15px;
  height: 20px;
  padding: 0px 8px 0px 0px;
}
.audiojs div.time {
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: none;
}
.audiojs p {
  width: 25px;
  height: 20px;
  margin: -3px 0px 0px -1px;
}
.audiojs .scrubber {
  background: #5a5a5a;
  width: 140px;
  height: 10px;
  margin: 5px;
}
.audiojs .progress {
  height: 10px;
  width: 0px;
  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ccc),
    color-stop(0.5, #ddd),
    color-stop(0.51, #ccc),
    color-stop(1, #ccc)
  );
  background-image: -moz-linear-gradient(
    center top,
    #ccc 0%,
    #ddd 50%,
    #ccc 51%,
    #ccc 100%
  );
}
.audiojs .loaded {
  height: 10px;
  background: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #222),
    color-stop(0.5, #333),
    color-stop(0.51, #222),
    color-stop(1, #222)
  );
  background-image: -moz-linear-gradient(
    center top,
    #222 0%,
    #333 50%,
    #222 51%,
    #222 100%
  );
}
.audiojs .time {
  float: left;
  height: 25px;
  line-height: 25px;
}
.audiojs .error-message {
  height: 24px;
  line-height: 24px;
}
.track-details {
  clear: both;
  height: 20px;
  width: 448px;
  padding: 1px 6px;
  background: #eee;
  color: #222;
  font-family: monospace;
  font-size: 11px;
  line-height: 20px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.track-details em {
  font-style: normal;
  color: #999;
}
@media only screen and (max-width: 360px) {
  .audiojs .scrubber {
    width: 80px;
  }
  .audiojs {
    width: 230px;
  }
}
#mobilemenutop,
#mobilemenubottom,
#mobilemenusub,
#leftsidebarmobile {
  display: none;
}
@media only screen and (max-width: 1040px) {
  .homebuckets {
    width: 461px;
  }
  .homebucket,
  .homebucket table,
  .homebucket img {
    width: 203px;
  }
  #textarea .homebucket img {
    max-width: 100%;
  }
  .homebuckets.b1 {
    margin-right: 8px;
  }
  .homebucket.b1,
  .homebucket.b3 {
    margin-right: 6px;
  }
  #searchbox {
    position: absolute;
    top: -144px;
    right: 12px;
  }
  #leftsidebar {
    width: 162px;
    margin-left: 4px;
  }
  #textarea {
    width: 564px;
    margin-left: 30px;
  }
  .norightsidebar #textarea {
    width: 740px;
  }
  #socialmedialinks,
  #socialmedialinks.tofixed {
    position: absolute;
    display: block;
    right: 10px;
    top: 40px;
  }
  #textarea img {
    max-width: 100%;
    height: auto;
    min-width: 0;
  }
  #textarea img.wrap-right,
  #textarea img.wrap-left,
  #textarea table.wrap-left,
  #textarea table.wrap-right {
    max-width: 60%;
  }
}
@media only screen and (max-width: 942px) {
  #headbuttons1,
  #headbuttons2,
  #leftsidebar {
    display: none;
  }
  #full-width-slider {
    margin-top: 30px;
  }
  #textarea {
    float: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #header {
    position: absolute;
  }
  #socialmedialinks,
  #socialmedialinks.tofixed {
    top: 6px;
  }
  #mobilemenutop {
    font-size: 16px;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    display: block;
    width: 50% !important;
    height: 30px;
  }
  .mobilesubs #mobilemenutop {
    width: 50% !important;
  }
  #mobilemenutop.tovisible {
    position: relative;
    z-index: 1300;
    display: block;
    width: 100% !important;
    height: auto;
    margin: 0;
    background-color: #3e7898;
  }
  #mobiletopclose {
    font-weight: bold;
    display: none;
    padding: 3px 10px 12px 10px;
    text-align: center;
    color: #fff;
  }
  #mobilemenutop.tovisible #mobiletopclose {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    background-color: #3e7898;
  }
  #mobilemenutop.tovisible #mobiletophead {
    display: none;
  }
  #mobilemenutop.nosubs {
    width: 100% !important;
  }
  #mobiletophead {
    font-weight: bold;
    width: 100% !important;
    margin: 0;
    text-align: center;
    color: #fff;
  }
  a#mobiletophead:link,
  a#mobiletophead:visited {
    display: block;
    width: 100% !important;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    background-color: #3e7898;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  #mobilemenusub {
    font-size: 16px;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 51%;
    display: block;
    overflow: hidden;
    width: 49% !important;
    height: 30px;
    padding: 0;
    background-color: #3e7898;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  #mobilemenusub.tovisible {
    position: relative;
    left: 0;
    display: block;
    width: auto !important;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
  }
  #mobilesubclose {
    font-weight: bold;
    display: none;
    height: 24px;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
  }
  #mobilemenusub.tovisible #mobilesubclose {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 3px 0;
    background-color: #3e7898;
  }
  #mobilemenusub.tovisible #mobilesubhead {
    display: none;
  }
  #mobilesubhead {
    font-weight: bold;
    width: 100% !important;
    margin: 0;
    text-align: center;
    color: #fff;
  }
  a#mobilesubhead:link,
  a#mobilesubhead:visited {
    display: block;
    width: 100% !important;
    height: 24px;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    background-color: #3e7898;
  }
  #mobileTopList,
  #mobileSubList {
    display: none;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #4586aa;
  }
  #mobileTopList.tovisible {
    display: block;
    width: 100%;
  }
  #mobileTopList ul,
  #mobileSubList ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #mobileTopList li,
  #mobileSubList li {
    margin: 0;
    padding: 0 0 0 8px;
    left: 0;
    list-style: none;
    width: 100%;
    position: relative;
  }
  #mobileTopList li a,
  #mobileSubList li a {
    font-size: 100%;
    display: block;
    padding: 4px 6px;
    color: #fff;
    background-color: #4586aa;
  }
  #mobileTopList li li a,
  #mobileSubList li li a {
    display: block;
    padding-left: 28px;
    color: #fff;
  }
  #mobileTopList li li:before,
  #mobileSubList li li:before {
    content: ">";
    position: absolute;
    top: 2px;
    left: 20px;
    color: #fff;
    opacity: 0.6;
  }
  #mobileSubList {
    display: none;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
  }
  #mobileSubList.tovisible {
    display: block;
  }
  #mobilemenubottom {
    display: block;
    padding: 0 12px;
    border-bottom: 12px solid #b9b9ba;
  }
  #leftsidebarmobile {
    display: block;
    width: auto;
    border-top: 2px solid #c6c1a3;
    padding-top: 16px;
  }
  #headerlogo {
    top: 28px;
    margin-left: 0;
  }
  .homepage #headerlogo {
    top: 6px;
  }
  #headerslogan {
    top: 6px;
  }
  .homepage #headerslogan {
    top: -16px;
  }
  #headerdonate {
    display: none;
  }
  #header-social-links {
    top: 34px;
  }
  #footer-inner {
    padding: 12px;
  }
  #backtotop {
    top: 30px;
  }
  #breadcrumbs.tofixed {
    top: 30px;
  }
  #header {
    border-bottom: 2px solid #7da42e;
  }
  .homepage #header.tofixed {
    position: absolute;
  }
}
@media only screen and (max-width: 642px) {
  .footercolumn {
    float: none;
    width: auto;
    padding: 0 10px;
  }
  #footer-table tr {
    display: block;
  }
  #footer-table td {
    display: inline-block;
    width: 32%;
    float: left;
  }
  #footer-table td.footer-last {
    width: 100%;
  }
  #breadcrumbs.tofixed {
    position: relative;
  }
  div.two-columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .col-two {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .col-three {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  table.responsive-table,
  table.responsive-table tbody,
  table.responsive-table tr,
  table.responsive-table td,
  #textarea table.responsive-table,
  #textarea table.responsive-table tbody,
  #textarea table.responsive-table tr,
  #textarea table.responsive-table td {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
  }
  .home-bucket {
    width: 49%;
    margin-left: 2%;
    display: inline-block;
  }
  .home-bucket:nth-child(odd) {
    margin-left: 0;
  }
  .hidemobile {
    display: none;
  }
}
@media only screen and (max-width: 696px) {
  #header,
  .homepage #header {
    height: auto;
  }
  #headerslogan {
    top: -4px;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  #headerlogo {
    display: block;
    position: relative;
    top: 0;
    margin: 28px auto 0 auto;
    max-width: 100%;
  }
  .homepage #headerlogo {
    margin: 12px 0 0 0 !important;
  }
  .homepage #headerslogan {
    top: 0;
    position: relative;
    margin: 0 0 10px 0;
  }
  #header-social-links {
    position: absolute;
    top: 4px;
  }
  .homepage #header-social-links {
    top: 90px;
  }
  #innercontainer {
    padding-top: 124px;
  }
  .slidertextcontainer {
    bottom: auto;
    top: 10px;
  }
  #full-width-slider h2 {
    font-size: 32px;
  }
  #full-width-slider h3 {
    font-size: 18px;
  }
  a.homeslidelink:link,
  a.homeslidelink:visited {
    font-size: 18px;
  }
}
@media only screen and (max-width: 476px) {
  #middle {
    width: 100%;
  }
  #textarea img.wrap-left,
  #textarea img.wrap-right,
  #textarea table.wrap-left,
  #textarea table.wrap-right {
    max-width: 100%;
    float: none;
    display: block;
    margin: 10px auto;
  }
  .homebuckets {
    width: 100%;
  }
  .homebucket,
  .homebucket img,
  .homebucket table {
    width: 240px;
    float: none;
  }
  .homepage #headerlogo {
    top: 0;
  }
  #footer-table td {
    width: 100%;
    padding-left: 0;
  }
  #header-social-links {
    display: none;
  }
  .homepage h1 {
    font-size: 60px;
  }
  .home-bucket {
    width: 100%;
    margin: 0 0 24px 0 !important !important;
    display: inline-block;
    text-align: center;
  }
  .home-bucket img {
    margin: 0 auto;
  }
  .home-bucket h2 {
    text-align: center;
  }
  p.home-bucket-text {
    text-align: left;
  }
  #full-width-slider h2 {
    font-size: 24px;
  }
  #full-width-slider h3 {
    font-size: 14px;
  }
  a.homeslidelink:link,
  a.homeslidelink:visited {
    font-size: 16px;
  }
}
@media print {
  #header,
  #leftsidebar,
  #footer,
  #breadcrumbs,
  #editlinks,
  #rightsidebar,
  .back-link,
  .printable-version {
    display: none;
  }
  #textarea,
  #container,
  #middle {
    width: 100%;
  }
  #middle {
    background-image: none;
  }
}
