@import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=Quicksand:wght@400;700&display=swap');

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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Main
------------------------------------------------------------ */

body,
textarea,
input,
button,
blockquote p.author {
  font: 13px/23px Arial, sans-serif;
}

/* Rounded Corners
------------------------------------------------------------ */

#sidebar .box .content,
#sidebar .box .nav,
.rounded,
.img-frame,
.content-frame,
.frame,
button,
a.button {
  border-radius: 4px;
}

/* Content Elements
============================================================ */

/* Headings
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  margin-bottom: 6px;
}

h1,
h2 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 12px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  padding-top: 8px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 13px;
  font-weight: bold;
}

h6 {
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  text-decoration: none;
}

/* Underline Headings */

.underline-headings h3,
.underline-headings h4,
.underline-headings h5,
.underline-headings h6,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  padding-bottom: 5px;
}

.underline-headings h3,
h3.underline {
  margin-bottom: 16px;
  padding-bottom: 8px;
}

/* Images
------------------------------------------------------------ */

img,
.rounded {
  margin-bottom: 16px;
  max-width: 100%;
}

a img,
.rounded {
  position: relative;
  z-index: 2;
}

a img {
  border: none;
}

/* Lists
------------------------------------------------------------ */

ol,
ul {
  list-style-position: outside;
  margin: 0 0 16px;
  padding-left: 20px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li ol,
li ul {
  margin: 0;
}

li ul {
  list-style: circle;
}

ul.check,
ul.check li ul {
  padding-left: 0;
}

ul.check li {
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 20px;
}

ul.check li {
  background-position: 3px -23px;
}

/* Links
------------------------------------------------------------ */

a {
  text-decoration: underline;
}

/* Dropcaps
------------------------------------------------------------ */

.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  margin: 4px 6px 0 0;
  text-shadow: none;
}

.dropcap-circle {
  background-image: url('/img/dropcap_circle.png');
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  width: 38px;
  margin: 4px 6px 0 0;
  text-shadow: none;
}

/* Misc
------------------------------------------------------------ */

p {
  margin: 0 0 15px;
}

strong,
b {
  font-weight: bold;
}

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: none;
}

blockquote p {
  font-style: italic;
  padding: 12px 0 0 34px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 24px;
}

:focus {
  outline: none;
}

/* Dividers / Spacers
------------------------------------------------------------ */

.hr,
.spacer {
  clear: both;
  display: block;
}

.hr,
.spacer {
  padding-bottom: 15px;
}

/* Floats
------------------------------------------------------------ */

.float-left {
  margin-bottom: 24px;
}

@media screen and (min-width: 940px) {
  .float-left {
    float: left !important;
    margin: 4px 20px 12px 0 !important;
  }
}

.float-right {
  margin-bottom: 24px;
}

@media screen and (min-width: 940px) {
  .float-right {
    float: right !important;
    margin: 4px 0 12px 20px !important;
  }
}

/* Frames / Image Captions
------------------------------------------------------------ */

.content-frame,
.frame {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 30px 30px 15px;
}

.frame {
  padding: 15px 15px 0;
}

.img-frame {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  display: inline-block;
  padding: 7px;
}

.img-frame.img-with-caption {
  padding-bottom: 0;
}

.img-frame img,
.img-frame .rounded,
.img-with-caption img,
.img-with-caption .rounded {
  margin-bottom: 0;
}

.img-with-caption .caption {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 4px 0;
  text-align: center;
}

/* Buttons, Paginator
------------------------------------------------------------ */

button,
a.button {
  display: inline-block;
  cursor: pointer;
  font-size: 100%;
  line-height: 19px;
  margin-right: 5px;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
}

/* Gallery
------------------------------------------------------------ */

ul.gallery {
  display: block;
  list-style: none;
  margin: 12px 0;
  overflow: hidden;
  padding-left: 0;
}

ul.gallery li {
  float: left;
  padding: 0 6px 6px 0;
}

@media screen and (min-width: 940px) {
  ul.gallery li {
    width: 33.33333%;
  }
}

ul.gallery li img,
ul.gallery li .rounded {
  margin-bottom: 0;
}

.gallery {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 480px) {
  .gallery {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.gallery__item {
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  .gallery__item {
    margin-bottom: 0;
    padding: 12px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .gallery__item {
    width: 33.33333%;
  }
}

.gallery__image {
  border-radius: 4px;
  display: block;
  width: 100%;
}

/* Entry
------------------------------------------------------------ */

.entry {
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
}

/* Columns
------------------------------------------------------------ */

.one-half,
.one-third,
.one-fourth,
.two-third,
.three-fourth {
  margin-bottom: 24px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .one-fourth {
    float: left;
    margin-bottom: 0;
    margin-right: 24px;
  }
}

@media screen and (min-width: 940px) {
  .one-half,
  .one-third,
  .two-third,
  .three-fourth {
    float: left;
    margin-bottom: 0;
    margin-right: 25px;
  }
}

@media screen and (min-width: 940px) {
  .one-half {
    width: 292px;
  }
}

@media screen and (min-width: 940px) {
  .one-third {
    width: 186px;
  }
}

@media screen and (min-width: 600px) {
  .one-fourth {
    width: 45%;
  }
}

@media screen and (min-width: 940px) {
  .one-fourth {
    width: 133px;
  }
}

@media screen and (min-width: 940px) {
  .two-third {
    width: 399px;
  }
}

@media screen and (min-width: 940px) {
  .three-fourth {
    width: 452px;
  }
}

.one-half.last,
.one-third.last,
.one-fourth.last,
.two-third.last,
.three-fourth.last {
  margin-right: 0 !important;
}

/* Fullwidth */

@media screen and (min-width: 940px) {
  .fullwidth .one-half,
  .fullwidth .one-third,
  .fullwidth .one-fourth,
  .fullwidth .two-third,
  .fullwidth .three-fourth {
    margin-right: 50px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .one-half {
    width: 445px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .one-third {
    width: 280px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .one-fourth {
    width: 197px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .two-third {
    width: 610px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .three-fourth {
    width: 693px;
  }
}

/* Fullwidth Wide Columns */

@media screen and (min-width: 940px) {
  .fullwidth.wide-columns .one-half,
  .fullwidth.wide-columns .one-third,
  .fullwidth.wide-columns .one-fourth,
  .fullwidth.wide-columns .two-third,
  .fullwidth.wide-columns .three-fourth,
  .fullwidth .wide-columns .one-half,
  .fullwidth .wide-columns .one-third,
  .fullwidth .wide-columns .one-fourth,
  .fullwidth .wide-columns .two-third,
  .fullwidth .wide-columns .three-fourth {
    margin-right: 35px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth.wide-columns .one-half,
  .fullwidth .wide-columns .one-half {
    width: 452px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth.wide-columns .one-third,
  .fullwidth .wide-columns .one-third {
    width: 290px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth.wide-columns .one-fourth,
  .fullwidth .wide-columns .one-fourth {
    width: 208px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth.wide-columns .two-third,
  .fullwidth .wide-columns .two-third {
    width: 615px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth.wide-columns .three-fourth,
  .fullwidth .wide-columns .three-fourth {
    width: 697px;
  }
}

/* Content-Frame */

@media screen and (min-width: 940px) {
  .content-frame .one-half,
  .content-frame .one-third,
  .content-frame .one-fourth,
  .content-frame .two-third,
  .content-frame .three-fourth {
    margin-right: 25px;
  }
}

@media screen and (min-width: 940px) {
  .content-frame .one-half {
    width: 261px;
  }
}

@media screen and (min-width: 940px) {
  .content-frame .one-third {
    width: 166px;
  }
}

@media screen and (min-width: 940px) {
  .content-frame .one-fourth {
    width: 118px;
  }
}

@media screen and (min-width: 940px) {
  .content-frame .two-third {
    width: 357px;
  }
}

@media screen and (min-width: 940px) {
  .content-frame .three-fourth {
    width: 405px;
  }
}

/* Fullwidth Content-Frame */

@media screen and (min-width: 940px) {
  .fullwidth .content-frame .one-half,
  .fullwidth .content-frame .one-third,
  .fullwidth .content-frame .one-fourth,
  .fullwidth .content-frame .two-third,
  .fullwidth .content-frame .three-fourth {
    margin-right: 35px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .content-frame .one-half {
    width: 421px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .content-frame .one-third {
    width: 269px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .content-frame .one-fourth {
    width: 193px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .content-frame .two-third {
    width: 574px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .content-frame .three-fourth {
    width: 650px;
  }
}

/* Frame */

@media screen and (min-width: 940px) {
  .frame .one-half,
  .frame .one-third,
  .frame .one-fourth,
  .frame .two-third,
  .frame .three-fourth {
    margin-right: 15px;
  }
}

@media screen and (min-width: 940px) {
  .frame .one-half {
    width: 281px;
  }
}

@media screen and (min-width: 940px) {
  .frame .one-third {
    width: 182px;
  }
}

@media screen and (min-width: 940px) {
  .frame .one-fourth {
    width: 133px;
  }
}

@media screen and (min-width: 940px) {
  .frame .two-third {
    width: 381px;
  }
}

@media screen and (min-width: 940px) {
  .frame .three-fourth {
    width: 430px;
  }
}

/* Fullwidth Frame */

@media screen and (min-width: 940px) {
  .fullwidth .frame .one-half,
  .fullwidth .frame .one-third,
  .fullwidth .frame .one-fourth,
  .fullwidth .frame .two-third,
  .fullwidth .frame .three-fourth {
    margin-right: 15px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .frame .one-half {
    width: 446px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .frame .one-third {
    width: 292px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .frame .one-fourth {
    width: 215px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .frame .two-third {
    width: 601px;
  }
}

@media screen and (min-width: 940px) {
  .fullwidth .frame .three-fourth {
    width: 678px;
  }
}

/* Preview
------------------------------------------------------------ */

body.preview #topbar {
  display: none;
}

/* Fullwidth
------------------------------------------------------------ */

body.fullwidth #content {
  float: none;
  width: 100%;
}

body.fullwidth #sidebar {
  display: none;
}

/* Layout Structure
============================================================ */

/* Main
------------------------------------------------------------ */

#main {
  position: relative;
  overflow: hidden;
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Header
------------------------------------------------------------ */

#header {
  background: linear-gradient(#333, #000);
  overflow: hidden;
  padding-top: 20px;
}

@media screen and (min-width: 600px) {
  #header {
    padding-bottom: 32px;
    padding-top: 24px;
  }
}

#header .wrapper {
  overflow: visible;
}

@media screen and (min-width: 600px) {
  #header .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

/* Logo */

#header #logo {
  margin: 0 auto 24px;
  max-width: 485px;
}

@media screen and (min-width: 600px) {
  #header #logo {
    flex-shrink: 0;
    margin: 0;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  #header #logo {
    width: 48%;
  }
}

@media screen and (min-width: 940px) {
  #header #logo {
    width: 52%;
  }
}

#header #logo h1 {
  text-indent: -9999px;
  margin: 0;
}

#header #logo h1 a {
  background-image: url(/img/logo.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-bottom: 6.83229814%;
  width: 100%;
}

#header ul.nav {
  background: linear-gradient(#000, #3f3f3f);
  border: 2px solid #2d2d2d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -22px 28px;
  padding: 0;
}

@media screen and (min-width: 480px) {
  #header ul.nav {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  #header ul.nav {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  #header ul.nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#header ul.nav li {
  background-position: center top;
  background-repeat: repeat-x;
}

#header ul.nav li a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  #header ul.nav li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 600px) {
  #header ul.nav li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 940px) {
  #header ul.nav li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Content
------------------------------------------------------------ */

#content {
  margin-top: 20px;
  overflow: hidden;
}

@media screen and (min-width: 940px) {
  #content {
    float: left;
    margin-top: 40px;
    width: 610px;
  }
}

/* Sidebar
------------------------------------------------------------ */

@media screen and (min-width: 940px) {
  #sidebar {
    float: right;
    margin-top: 54px;
    width: 280px;
  }
}

#sidebar h3 {
  font-size: 22px;
  margin-bottom: 11px;
  padding: 0;
}

#sidebar .box {
  margin-bottom: 35px;
}

#sidebar .box .content {
  overflow: hidden;
  padding: 15px 15px 0;
}

/* Footer
------------------------------------------------------------ */

#footer {
  background-repeat: repeat-x;
  clear: both;
  font-size: 12px;
  overflow: hidden;
}

#footer .wrapper {
  padding-bottom: 25px;
  padding-top: 25px;
}

#footer .boxes {
  overflow: hidden;
}

#footer .box {
  font-size: 90%;
  width: 100%;
}

@media screen and (min-width: 940px) {
  #footer .box {
    float: left;
    margin: 0 20px 0 0;
    width: 220px;
  }
}

#footer .box.last {
  margin-right: 0;
}

#footer .box h4 {
  background-position: left bottom;
  background-repeat: repeat-x;
  font-weight: normal;
  margin-bottom: 5px;
  padding-bottom: 8px;
}

/* For normal text */
#footer .content {
  line-height: 20px;
}

#footer .nav h4 {
  margin-bottom: 0;
}

#footer .nav ul {
  line-height: 19px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}

#footer .nav ul li {
  background-position: left 10px;
  background-repeat: no-repeat;
  padding-left: 0;
}

#footer .nav ul li a {
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  line-height: 18px;
  padding: 5px 3px 6px 10px;
  text-decoration: none;
}

#footer .button {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

#footer .logos {
  margin: 0 0 1.5em -8px;
  padding: 0;
}

#footer .logos img {
  background: #fff;
  border: 1px solid #ddd;
  height: 65px;
  padding: 4px;
  margin: 0 0 0 8px;
}

#footer .gallery ul {
  list-style: none;
  margin: 0 0 5px -15px;
  overflow: hidden;
  padding: 7px 0 0;
}

#footer .gallery ul li {
  float: left;
  margin: 0 0 5px 15px;
}

#footer .gallery ul li img {
  width: 63px;
}

/* Generic
============================================================ */

/* Text Colors
------------------------------------------------------------ */

/* Dark Grey */

body,
textarea,
input,
button,
a.button {
  color: #666;
}

/* Grey */

form fieldset legend,
#comments .comment a.reply-link,
#comments .comment .content a.meta-data,
#comments .comment .content cite a:hover,
#bottombar .breadcrumbs a {
  color: #888;
}

/* Black */

table.data th,
button:hover,
a.button:hover {
  color: black;
}

/* Backgrounds
------------------------------------------------------------ */

/* Metal Gradient / Light Grey */
button,
a.button {
  background: #e7e7e7 url(/img/metal-gradient.jpg) repeat-x;
}

/* Lighter Grey */

.content-frame {
  background-color: #f0f0f0;
}

/* Borders
------------------------------------------------------------ */

/* Dark Grey */

.content-frame,
button,
a.button {
  border: 1px solid #c2c2c2;
}

/* Text Shadow
------------------------------------------------------------ */

/* White (Letterpress) */

.img-frame,
.content-frame,
.frame,
button,
a.button {
  text-shadow: 0 1px white;
}

/* Content Elements
============================================================ */

/* Headings
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}

/* Underline Headings */

.underline-headings h3,
.underline-headings h4,
.underline-headings h5,
.underline-headings h6,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  background: url(/img/line.gif) left bottom repeat-x;
}

/* Images
------------------------------------------------------------ */

.rounded {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
}

/* Lists
------------------------------------------------------------ */

ul.check li {
  background-image: url(/img/list_icons.png);
}

/* Blockquotes
------------------------------------------------------------ */

blockquote {
  background: url(/img/blockquote_bg.png) no-repeat;
}

/* Custom Elements
============================================================ */

/* Dividers / Spacers
------------------------------------------------------------ */

/* Dividers */

.hr,
.big-hr {
  background: url(/img/line.gif) repeat-x;
  height: 2px;
}

/* Frames / Image Captions
------------------------------------------------------------ */

.content-frame {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

/* Preview Showcase
------------------------------------------------------------ */

#preview {
  background-color: #000;
  padding-bottom: 32px;
  text-align: center;
}

@media screen and (min-width: 940px) {
  #preview {
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
  }

  #preview::before {
    background-color: #000;
    content: '';
    height: 55%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

#preview h3 {
  color: #bbb;
}

@media screen and (min-width: 940px) {
  #preview h3 {
    color: #333;
  }
}

#preview #showcase {
  margin-bottom: 24px;
  position: relative;
}

#preview h3 {
  border-bottom: none;
  display: block;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none;
}

.slick-slide {
  margin-bottom: 0;
}

.image-carousel {
  border-radius: 12px;
  overflow: hidden;
}

/* Sidebar
------------------------------------------------------------ */

#sidebar .box .content {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

/* Footerbar
------------------------------------------------------------ */

#footerbar,
body.footerbar-inline #footerbar .wrapper {
  background-position: left top;
  background-repeat: repeat-x;
}

/* Generic
============================================================ */

#header ul.nav li a,
#footer,
#footer .button {
  color: #bbb;
}

#header ul.nav li a:hover,
#header ul.nav li a.active,
#header ul.nav li ul li a,
#topbar,
#footer a:hover,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footerbar a:hover {
  color: white;
}

/* Content Elements
============================================================ */

/* Links
------------------------------------------------------------ */

a {
  color: black;
}
a:hover {
  color: #666;
}

/* Custom Elements
============================================================ */

/* Preview Showcase
------------------------------------------------------------ */

/* Layout Options
============================================================ */

/* Boxed
------------------------------------------------------------ */

/* Topbar
------------------------------------------------------------ */

#topbar {
  background: linear-gradient(#2c2c2c, #474747);
  border-top: 1px solid #464646;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 30px;
  padding: 6px 0 10px;
  text-align: center;
}

#topbar strong {
  text-shadow: 1px 1px 1px black;
}

/* Footer
------------------------------------------------------------ */

#footer {
  background: linear-gradient(#000, #333);
}

#footer .hr,
#footer .box h4,
#footer .nav ul li a {
  background-image: url(/img/footer_line.gif);
}

#footer a {
  color: #808080;
}

#footer .nav ul li {
  background-image: url(/img/footer_list-arrow.gif);
}

#footer .button {
  background: #333;
}
#footer .button:hover {
  background: #444;
}

/* Footerbar
------------------------------------------------------------ */

#footerbar,
#footerbar a {
  color: #999;
}

#footerbar,
body.footerbar-inline #footerbar .wrapper {
  background-image: url(/img/footer_line.gif);
}
