/* ===============================================
   Base CSS file to support templates and apps.
   Please do not make changes to this file.

   $Id$
   =============================================== */
/* ===============================================
   RESET
   =============================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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: inherit; */
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 14px;
  color: #202020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  min-height: 100%;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
li,
dl,
dd,
dt,
address,
fieldset {
  margin: 0 0 21px;
}
fieldset fieldset,
.formrow > fieldset {
  margin: 0;
}
li,
dd,
blockquote {
  margin-left: 40px;
}
ul,
ol {
  overflow: auto;
}
li li:first-child {
  margin-top: 21px;
}
.nested-list li {
  margin-left: 80px;
  list-style-type: circle;
}
.show-overflow {
  overflow: visible;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
  background: transparent;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  line-height: 1.25;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
}
.nav ul,
.nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  overflow: visible;
}
.nav ul li,
.nav ol li {
  margin: 0;
}
.nav ul li li:first-child,
.nav ol li li:first-child {
  margin: 0;
}
ul.plain,
ol.plain {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
ul.plain li,
ol.plain li {
  margin: 0 0 21px;
}
h1,
h1.default {
  font-size: 28px;
}
h2,
h2.default {
  font-size: 21px;
}
h3,
h3.default {
  font-size: 16.3333338px;
}
h4,
h4.default {
  font-size: 14px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0c0c0;
  margin: 21px 0;
  padding: 0;
  clear: both;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  overflow: auto;
}
/* ===============================================
   TABLES
   =============================================== */
table {
  margin: 0 0 21px;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 8px;
  line-height: 1.5;
  text-align: left;
}
table th.right,
table td.right {
  text-align: right;
}
table th {
  font-weight: bold;
  vertical-align: top;
}
table th.bottom {
  vertical-align: bottom;
}
table td {
  vertical-align: top;
}
table.condensed th,
table.condensed td {
  padding: 4px 8px;
}
table.full {
  width: 100%;
}
table.half {
  width: 50%;
}
table.lined tbody th,
table.lined tbody td {
  border-top: 1px solid #c0c0c0;
}
table.striped tbody tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) th {
  background-color: #e0e0e0;
}
table.bordered {
  border: 1px solid #c0c0c0;
  border-collapse: separate;
  *border-collapse: collapse;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table.bordered tr:first-child th,
table.bordered tr:first-child td {
  border-top: 0;
}
/* ===============================================
   MEDIA STYLES
   =============================================== */
img,
object {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
  -ms-interpolation-mode: bicubic;
}
.media {
  margin: 0 0 21px;
  max-width: 100%;
  height: auto;
}
div.img .txt {
  margin-top: 4px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
}
div.img .txt p {
  margin: 0;
}
.media.align-center {
  margin: 0 auto 21px;
}
.media.align-center img,
.media.align-center .txt {
  margin: 0 auto;
}
.media.align-right {
  float: right;
  margin: 0 0 21px 1em;
}
.media.align-left {
  float: left;
  margin: 0 1em 21px 0;
}
.media.align-flush {
  margin: 0;
}
.embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}
.embed-wrapper.dim-4-3 {
  padding-bottom: 75%;
  /* 4/3 ratio */
}
.embed-wrapper.youtube-chrome {
  padding-top: 25px;
}
.embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media.video.align-right,
.media.video.align-left {
  min-width: 200px;
}
/* ===============================================
   LEADINS
   =============================================== */
.list-box {
  margin: 0 0 21px;
}
.list-box.img-right .img {
  float: right;
  margin: 0 0 0 10px;
}
.list-box.two-column .img {
  margin: 0;
}
.listed-item {
  margin: 0 0 21px;
  *zoom: 1;
}
.listed-item:after {
  content: "";
  display: table;
  clear: both;
}
.listed-item .img {
  float: left;
  margin: 0 10px 0 0;
}
.listed-item h3.title,
.listed-item h3.date-title {
  margin: 0;
  font-size: 21px;
}
.listed-item p.teaser,
.listed-item p.source,
.listed-item p.date,
.listed-item p.readmore {
  margin: 0;
}
.listed-item p.source {
  font-style: italic;
}
.listed-item.img-right .img {
  float: right;
  margin: 0 0 0 10px;
}
.listed-item.two-column .img {
  margin: 0;
}
.listed-item.img-only .img {
  float: none;
  margin: 0;
}
ul.related {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
ul.related li {
  margin: 0;
}
.rss-box-item p.description {
  margin: 0;
}
.journal-item {
  padding-bottom: 21px;
  border-bottom: 1px solid #808080;
}
.journal-item:last-child {
  border-bottom: 0;
}
.journal-item p.credit {
  margin: 0;
}
.journal-item .footer {
  margin-top: 21px;
}
.has-no-items {
  display: none;
}
.has-no-more-items .readmore-item {
  display: none;
}
.no-source p.source {
  display: none;
}
@media only screen and (max-width: 640px) {
  .listed-item {
    margin: 0 0 21px;
  }
  .listed-item .img {
    float: none;
    margin: 0 0 10.5px;
  }
  .listed-item .txt {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .listed-item.img-right .img {
    float: none;
    margin: 0 0 10.5px;
  }
  .listed-item.two-column .img {
    margin: 0 0 10.5px;
  }
  .listed-item.img-only .img {
    float: none;
    margin: 0;
  }
}
/* ===============================================
   STATIC STORIES
   =============================================== */
/*** News Clipping ***/
body.news-clipping .news-source {
  margin-bottom: 21px;
}
body.news-clipping .news-source p {
  margin-bottom: 0;
}
/*** Photo Gallery ***/
body.photo-gallery .pg-top {
  margin: 0 0 21px;
}
body.photo-gallery .pg-top .next-prev {
  margin: 0 0 21px;
  *zoom: 1;
}
body.photo-gallery .pg-top .next-prev:after {
  content: "";
  display: table;
  clear: both;
}
body.photo-gallery .pg-top .next-prev .next {
  float: right;
}
body.photo-gallery .pg-top .next-prev .prev {
  float: left;
}
body.photo-gallery .pg-top .img-wrapper {
  padding: 10px;
  margin: 0 0 21px;
  background: #a0a0a0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.photo-gallery .pg-top .img-wrapper .img {
  margin: 0 auto;
  border: 1px solid #606060;
}
body.photo-gallery .pg-thumbs {
  padding-top: 21px;
  margin: 0 0 21px;
  *zoom: 1;
}
body.photo-gallery .pg-thumbs:after {
  content: "";
  display: table;
  clear: both;
}
body.photo-gallery .pg-thumbs:first-child {
  border-top: 1px solid #c0c0c0;
}
body.photo-gallery .pg-thumbs .pg-thumb {
  padding: 5px;
  margin: 5px;
  float: left;
  text-align: center;
  background: #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.photo-gallery .pg-thumbs .pg-thumb.pg-current {
  background: #a0a0a0;
}
body.photo-gallery .pg-thumbs .pg-thumb img {
  display: inline;
  vertical-align: middle;
}
/*** MoveOn-Style Share Page ***/
body.mo-share .taf-options {
  text-align: center;
}
body.mo-share .taf-options .email,
body.mo-share .taf-options .fb,
body.mo-share .taf-options .tw,
body.mo-share .taf-options .link {
  padding: 10px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.mo-share .taf-options .email textarea {
  width: 100%;
}
body.mo-share .taf-options .link .share-link {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding: 3px 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
body.mo-share .taf-options [class^="icon-"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  width: 2em;
}
/* ===============================================
   BUTTONS
   =============================================== */
button,
a.button {
  height: 25px;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  background: #404040;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button:hover,
a.button:hover,
button:focus,
a.button:focus {
  color: #fff;
  text-decoration: none;
}
button.compact,
a.button.compact {
  padding: 2px 4px;
  font-weight: normal;
  height: auto;
}
button.big,
a.button.big {
  padding: 10px 20px;
  font-size: 150% !important;
  height: auto;
}
button.very-big,
a.button.very-big {
  padding: 15px 30px;
  font-size: 200% !important;
  height: auto;
}
button.secondary {
  background-color: #a0a0a0;
  color: #fff;
}
a.button.full {
  text-align: center;
}
a.button.ghost-btn {
  background-color: #404040;
  color: #fff;
  text-decoration: none;
  border: 1px solid #404040;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
a.button.ghost-btn:hover {
  color: #404040;
  background: #fff;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  *zoom: 1;
}
.button-list:after {
  content: "";
  display: table;
  clear: both;
}
.button-list li {
  margin: 0 0 0 9px;
  padding: 0;
  float: left;
}
.button-list li:first-child {
  margin-left: 0;
}
.button-bar {
  list-style: none;
  list-style-image: none;
  margin: 0;
  *zoom: 1;
}
.button-bar:after {
  content: "";
  display: table;
  clear: both;
}
.button-bar li {
  margin: 0;
  padding: 0;
  float: left;
  border: 1px solid #a0a0a0;
  border-left: 0;
  overflow: hidden;
}
.button-bar li a.button {
  display: block;
  background-color: #e0e0e0;
  color: #404040;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar li a.button:hover {
  text-decoration: none;
  background-color: #a0a0a0;
}
.button-bar li button {
  display: block;
  background-color: #e0e0e0;
  color: #404040;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar li button:hover {
  background-color: #a0a0a0;
}
.button-bar li:first-child {
  border-left: 1px solid #a0a0a0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar li:first-child button {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar li:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar li:last-child button {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar li:first-child:last-child {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar li:first-child:last-child button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button-bar.compact li a,
.button-bar.compact li button {
  padding: 3px 5px;
  font-weight: normal;
  height: auto;
}
/* ===============================================
   FORM INPUTS
   =============================================== */
input.text,
select,
textarea {
  width: 200px;
  border: 1px solid #aaa;
}
input.text.auto,
select.auto,
textarea.auto {
  width: auto;
}
input.text,
textarea,
select[multiple] {
  margin: 0;
  padding: 3px 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
input.text:focus,
textarea:focus,
select[multiple]:focus {
  background-color: #f9f9f9;
}
textarea {
  height: 150px;
}
input.text,
select {
  height: 25px;
}
select[multiple] {
  height: auto;
}
input,
select,
button {
  vertical-align: middle;
}
span.req {
  font-weight: bold;
  color: #900;
}
.formrow {
  margin-bottom: 10.5px;
}
.formrow.submit {
  margin: 21px 0;
  padding-left: 120px;
}
.formrow.submit p {
  margin-top: 9px;
}
.formrow.submit.no-indent {
  padding-left: 0;
}
.formrow fieldset .formrow {
  margin-bottom: 3.5px;
}
body.top-labels .submit {
  padding-left: 0;
}
body.optout-form #content form .submit,
body.radio-call-form #content form .submit {
  padding-left: 0;
}
label,
label.left,
div.label {
  width: 120px;
  padding-right: 5px;
  display: block;
  float: left;
}
label.inline,
.formrow.input-first label {
  padding-right: 0;
  width: auto;
  display: inline;
  float: none;
  vertical-align: top;
}
label.inline span.req,
.formrow.input-first label span.req {
  vertical-align: top;
}
.formrow.input-first label {
  margin-left: 5px;
}
body.top-labels label,
body.top-labels div.label,
label.top {
  margin-bottom: 3px;
  padding-right: 0;
  width: auto;
  float: none;
}
.formrow.checkbox,
.formrow.radio {
  padding-left: 120px;
}
.formrow.checkbox input,
.formrow.radio input {
  float: left;
}
.formrow.checkbox label,
.formrow.radio label {
  margin-left: 2em;
  padding-right: 0;
  width: auto;
  float: none;
}
.formrow.checkbox.label-first label,
.formrow.radio.label-first label {
  margin: 0;
  width: 120px;
  padding-right: 5px;
  float: left;
}
.formrow.checkbox.input-first label,
.formrow.radio.input-first label {
  display: block;
}
.formrow.radio-group-horz fieldset .formrow,
.formrow.checkbox-group-horz fieldset .formrow {
  margin: 0 10px 6px 0;
  float: left;
}
.formrow.radio-group-vert fieldset .formrow,
.formrow.checkbox-group-vert fieldset .formrow {
  margin: 0 0 6px;
}
body.top-labels .formrow.checkbox,
.formrow.checkbox.no-indent,
.formrow.checkbox.label-first,
.formrow.radio.no-indent {
  padding-left: 0;
}
.formrow.date-picker input.text {
  width: 170px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.formrow.date-picker input.text.auto {
  width: auto;
}
.formrow.date-picker button.trigger {
  height: 25px;
  width: 30px;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
}
/* ===============================================
   FORMS
   =============================================== */
#messages {
  margin: 0 0 21px;
  padding: 10.5px 21px;
  background: #fff999;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#messages li {
  margin-bottom: 0;
}
form .err {
  background-color: #fff999 !important;
}
form img.captcha {
  margin-bottom: 7px;
}
body.form-layout-2 #content .intro,
body.form-layout-3 #content .intro {
  width: 47%;
  margin-right: 6%;
  float: left;
}
body.form-layout-2 #content form,
body.form-layout-3 #content form {
  width: 47%;
  float: left;
}
body.form-layout-2 #content form .column-1,
body.form-layout-3 #content form .column-1,
body.form-layout-2 #content form .column-2,
body.form-layout-3 #content form .column-2 {
  width: auto;
  padding: 0;
  float: none;
}
body.form-layout-4 #content .intro {
  width: 47%;
  margin-left: 6%;
  float: right;
}
body.form-layout-4 #content form {
  width: 47%;
}
body.form-layout-4 #content form .column-1,
body.form-layout-4 #content form .column-2 {
  width: auto;
  padding: 0;
  float: none;
}
/* ===============================================
   Contribution forms: use the form selector so
   it applies to all the differnt ones
   =============================================== */
form#contribution-form #dedicate-fields {
  display: none;
}
form#contribution-form .submit {
  padding-left: 0;
}
form#contribution-form div.only-amount-other label {
  margin: 0;
  padding: 0;
  float: none;
  display: inline;
}
form#contribution-form div.only-amount-other input {
  width: 70px;
  float: none;
  margin: 0;
}
form#contribution-form div.simple-amount {
  margin: 0 0 .5em 0;
  width: 90px;
  float: left;
}
form#contribution-form div.simple-amount-other {
  margin: 0 0 .5em 0;
  width: 180px;
  float: left;
}
form#contribution-form div.simple-amount-other div {
  margin-left: 2em;
}
form#contribution-form div.simple-amount-other div label {
  float: none;
  margin: 0;
  display: inline;
}
form#contribution-form div.simple-amount-other div input {
  width: 70px;
  float: none;
  margin: 0;
}
form#contribution-form div.label-amount div.label-wrapper {
  margin-left: 2em;
}
form#contribution-form div.label-amount div.label-wrapper label {
  margin: 0;
  width: 4em;
  float: left;
}
form#contribution-form div.label-amount div.label-wrapper div {
  margin-left: 5em;
}
form#contribution-form div.label-amount-other div {
  margin-left: 2em;
}
form#contribution-form div.label-amount-other div label {
  float: none;
  margin: 0;
  display: inline;
}
form#contribution-form div.label-amount-other div input {
  width: 70px;
  float: none;
  margin: 0;
}
/* ===============================================
   Membership forms
   =============================================== */
body.membership-form .member-level .img {
  width: 100px;
  float: right;
  margin: 0 0 21px 21px;
}
body.membership-form .member-level .level-wrapper {
  margin-left: 2em;
}
body.membership-form .member-level .level-wrapper label {
  margin: 0 0 3.5px;
}
body.membership-form .member-level .level-wrapper p {
  margin: 0 0 3.5px;
}
/* ===============================================
   Tell-a-friend forms
   =============================================== */
body.tell-a-friend-form textarea#message,
body.tell-a-friend-form textarea#friend-email-list {
  width: 80%;
}
/* ===============================================
   PAC contribution forms
   =============================================== */
body.pac-contribution-form .tmpl-pac-contribution-recipients .recipient .img {
  float: left;
  margin: 0 10.5px 10.5px 0;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients .recipient .info h3,
body.pac-contribution-form .tmpl-pac-contribution-recipients .recipient .info p {
  margin-bottom: 7px;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .formrow {
  margin: 0 0 21px;
  padding: 0 0 21px;
  border-bottom: 1px solid #c0c0c0;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .formrow:last-child {
  border-bottom: 0;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .formrow p.max-allowed {
  margin-top: 10.5px;
}
body.pac-contribution-form .tmpl-pac-contribution-recipients form#recipients .formrow.total-amount label {
  font-weight: bold;
}
body.pac-contribution-form form#contribution-form div[class*="from-name"] {
  padding-bottom: 7px;
  border-bottom: 1px solid #c0c0c0;
}
/* ===============================================
   Journals
   =============================================== */
body.journal-form .tmpl-journal-recent h1.page-title {
  display: none;
}
body.journal-form .tmpl-journal-entry .post-content-wrapper .avatar {
  float: left;
  margin-right: 10px;
}
body.journal-form .tmpl-journal-entry .post-content-wrapper h1.title,
body.journal-form .tmpl-journal-entry .post-content-wrapper p.credit {
  margin: 0;
}
body.journal-form .global-tools {
  *zoom: 1;
}
body.journal-form .global-tools:after {
  content: "";
  display: table;
  clear: both;
}
body.journal-form .global-tools .button-bar {
  float: right;
}
body.journal-form .global-tools .button-bar li {
  background-color: #606060;
}
body.journal-form .global-tools .button-bar li a {
  border-color: #fff;
}
/* ===============================================
   Member group listings
   =============================================== */
body.member-group-listing .tmpl-member-group-details div[class|="mg"] {
  margin: 0 0 21px;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain {
  width: 100px;
  margin: 0 1% 2% 0;
  float: left;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain .img {
  width: 100px;
  height: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain .img img {
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain .name {
  width: 100px;
  margin: 4px 0;
  text-align: center;
  overflow: hidden;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain form {
  width: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-captains .captain form button {
  display: block;
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member {
  width: 100px;
  margin: 0 1% 2% 0;
  float: left;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member .img {
  width: 100px;
  height: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member .img img {
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member .name {
  width: 100px;
  margin: 4px 0;
  text-align: center;
  overflow: hidden;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member form {
  width: 100px;
}
body.member-group-listing .tmpl-member-group-details .mg-members .member form button {
  display: block;
  margin: 0 auto;
}
body.member-group-listing .tmpl-member-group-details .events-list td.logo {
  width: 120px;
}
body.member-group-listing .tmpl-member-group-details .events-list td.info p.location,
body.member-group-listing .tmpl-member-group-details .events-list td.info p.start-date {
  margin: 0;
}
body.member-group-listing .tmpl-member-group-captain-email-form .group-info p.name {
  font-weight: bold;
  margin-bottom: 0;
}
/* ===============================================
   Profile forms
   =============================================== */
.profile-form table.friends-list td.avatar {
  width: 60px;
}
.profile-form .tmpl-profile-pending-friend-requests #profile-form-friend-confirm,
.profile-form .tmpl-profile-pending-friend-requests #profile-form-friend-reject {
  float: left;
  margin-right: 10px;
}
.profile-form .tmpl-profile-dashboard .friend {
  text-align: center;
}
.profile-form .tmpl-profile-dashboard .friend .img {
  width: 50px;
}
.profile-form .tmpl-profile-dashboard .friend .img img {
  margin: 0 auto;
}
.profile-form .tmpl-profile-send-message input.text,
.profile-form .tmpl-profile-send-message select,
.profile-form .tmpl-profile-send-message textarea {
  width: 300px;
}
/* ===============================================
   Member Search
   =============================================== */
body.member-search .results {
  padding-top: 21px;
  border-top: 1px solid #c0c0c0;
}
body.member-search .results td.img .img-wrapper {
  width: 25px;
}
body.member-search.search-results-layout-1 .member,
body.member-search.search-results-layout-2 .member {
  margin-bottom: 21px;
}
body.member-search.search-results-layout-1 .member .img,
body.member-search.search-results-layout-2 .member .img {
  width: 50px;
  float: left;
}
body.member-search.search-results-layout-1 .member .txt,
body.member-search.search-results-layout-2 .member .txt {
  margin-left: 60px;
}
body.member-search.search-results-layout-1 .member .txt p,
body.member-search.search-results-layout-2 .member .txt p {
  margin: 0;
}
/* ===============================================
   Search Forms
   =============================================== */
body.search-form div.result,
body.event-search-form div.result {
  margin: 0 0 21px;
}
body.search-form div.result p,
body.event-search-form div.result p {
  margin: 0;
}
body.search-form div.result p.title,
body.event-search-form div.result p.title {
  font-weight: 125%;
  font-weight: bold;
}
/* ===============================================
   Community Contribution Form Editor
   =============================================== */
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .external-link textarea {
  height: 80px;
  width: 100%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .progress table {
  width: 45%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .contributors .name {
  width: 33%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-dashboard .contributors .amount {
  width: 12%;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form textarea#text,
body.community-contribution-editor-form .tmpl-community-contribution-editor-form input#title,
body.community-contribution-editor-form .tmpl-community-contribution-editor-form input#slug {
  width: 320px;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form div.amount {
  margin: 0 0 .5em 0;
  width: 100px;
  float: left;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form div.select-all label {
  font-weight: bold;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form .media-gallery {
  margin-top: 21px;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form .media-gallery .media-item {
  padding: 10px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.community-contribution-editor-form .tmpl-community-contribution-editor-form .media-gallery .media-item p {
  margin: 21px 0 0;
  text-align: center;
}
/* ===============================================
   Community Contribution Form
   =============================================== */
body.community-contribution-form .ccf-wrapper {
  *zoom: 1;
}
body.community-contribution-form .ccf-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
body.community-contribution-form .ccf-wrapper .ccf-content {
  width: 64%;
  margin-right: 6%;
  float: left;
}
body.community-contribution-form .ccf-wrapper .media-gallery img {
  margin: 0 auto;
}
body.community-contribution-form .ccf-wrapper .user-image {
  float: left;
  margin: 0 21px 21px 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar {
  width: 30%;
  float: left;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .box {
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .event-image,
body.community-contribution-form .ccf-wrapper .ccf-sidebar .group-image {
  padding: 10px;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .event-image .media,
body.community-contribution-form .ccf-wrapper .ccf-sidebar .group-image .media {
  margin: 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .thermometer-wrapper {
  padding: 10px 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .thermometer-wrapper .thermometer {
  margin: 0;
}
body.community-contribution-form .ccf-wrapper .ccf-sidebar .leaderboard {
  padding: 10px;
}
/* ===============================================
   Contact Official Form
   =============================================== */
body.contact-official-form .tmpl-contact-official-form .formrow.official img {
  float: left;
  margin-right: 10px;
}
body.contact-official-form .tmpl-contact-official-form fieldset.message input,
body.contact-official-form .tmpl-contact-official-form fieldset.message textarea {
  width: calc(100% - 120px);
}
/* ===============================================
   Event listings
   =============================================== */
.event-listing .event-info-summary,
.event-listing .group-info-summary {
  margin-bottom: 20px;
}
.event-listing .event-info-summary .event-avatar,
.event-listing .group-info-summary .event-avatar,
.event-listing .event-info-summary .group-avatar,
.event-listing .group-info-summary .group-avatar {
  float: right;
  margin-left: 21px;
}
.event-listing .event-info-summary h2,
.event-listing .group-info-summary h2 {
  margin-bottom: 7px;
}
.event-listing .tmpl-event-search table .img-wrapper {
  width: 50px;
}
.event-listing .tmpl-event-details .two-columns .column-1 {
  width: 64%;
  margin-right: 6%;
}
.event-listing .tmpl-event-details .two-columns .column-1 .box p {
  margin: 0;
}
.event-listing .tmpl-event-details .two-columns .column-1 .map-wrapper {
  width: 100%;
  height: 300px;
}
.event-listing .tmpl-event-details .two-columns .column-2 {
  width: 30%;
}
.event-listing .tmpl-event-details .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-listing .tmpl-event-member-group .rsvp {
  width: 100px;
  margin-right: 10px;
}
.event-listing .tmpl-event-member-group .rsvp .txt-wrapper {
  text-align: center;
}
.event-listing .tmpl-event-member-group .two-columns .column-1 {
  width: 64%;
  margin-right: 6%;
}
.event-listing .tmpl-event-member-group .two-columns .column-2 {
  width: 30%;
}
.event-listing .tmpl-event-member-group .two-columns .column-2 .box {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-listing .tmpl-event-calendar .cal-next-prev {
  width: 100%;
  margin-bottom: 0;
}
.event-listing .tmpl-event-calendar .cal-next-prev td {
  width: 50%;
}
.event-listing .tmpl-event-calendar .cal-next-prev td.next {
  text-align: right;
}
.event-listing .tmpl-event-calendar .cal-display {
  width: 100%;
}
.event-listing .tmpl-event-calendar .cal-display th {
  font-size: 125%;
}
.event-listing .tmpl-event-calendar .cal-display td {
  height: 100px;
  width: 14.28%;
  border: 1px solid #c0c0c0;
}
.event-listing .tmpl-event-calendar .cal-display td .day-of-month {
  font-weight: bold;
}
.event-listing .tmpl-event-calendar .cal-display .cal-prev-month,
.event-listing .tmpl-event-calendar .cal-display .cal-next-month {
  background: #e0e0e0;
}
/* ===============================================
   UTILITY CLASSES
   =============================================== */
.formrow,
.clearfix {
  *zoom: 1;
}
.formrow:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.ir {
  text-indent: -9999px;
}
.hide {
  display: none;
  visibility: hidden;
}
.screen-reader-only {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-border {
  border: 0 !important;
}
.amp {
  font-style: italic;
}
.full {
  width: 100%;
}
.no-screen {
  display: none;
}
.box {
  margin: 0 0 21px;
  *zoom: 1;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.well {
  margin: 0 0 21px;
  padding: 20px 20px 2px;
  background-color: #e0e0e0;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  *zoom: 1;
}
.well:after {
  content: "";
  display: table;
  clear: both;
}
.no-text-breakouts {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.political-disclaimer {
  text-align: center;
}
.political-disclaimer span {
  padding: 3px 5px;
  border: 1px solid;
}
.nav-list {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.nav-list li {
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid;
  float: left;
  line-height: 1;
}
.nav-list li:first-child {
  padding-left: 0;
}
.nav-list li:last-child {
  padding-right: 0;
  border: 0;
}
.nav-list.no-border li {
  border: 0;
}
.nav-list-inline li {
  display: inline;
  float: none;
}
.loading {
  text-align: center;
}
.loading img {
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.show-on-small-only,
.show-on-large-only {
  display: none;
}
@media only screen and (max-width: 640px) {
  .show-on-small-only {
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  .show-on-large-only {
    display: block;
  }
}
/* ===============================================
   PLUS THREE APPS
   =============================================== */
/*** p3progressbar() ***/
.progress-bar-wrapper {
  overflow: hidden;
}
.progress-bar-wrapper .value {
  background-color: #808080;
}
/*** p3accordion() ***/
.accordion .accordion-tab {
  cursor: pointer;
  padding: 5px 10px;
  background: #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.accordion .accordion-tab span {
  padding-right: 10.5px;
}
.accordion .accordion-pane {
  *zoom: 1;
}
.accordion .accordion-pane:after {
  content: "";
  display: table;
  clear: both;
}
/*** p3tabs() ***/
.tabs-wrapper ul.tabs {
  margin: 0 0 21px;
  list-style: none;
  *zoom: 1;
}
.tabs-wrapper ul.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs-wrapper ul.tabs li {
  margin: 0 0 0 10px;
  padding: 5px 10px;
  background: #e0e0e0;
  float: left;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-wrapper ul.tabs li:hover {
  background: #c7c7c7;
  cursor: pointer;
}
.tabs-wrapper ul.tabs li.active {
  background: #fff;
  cursor: default;
}
.tabs-wrapper ul.tabs.border {
  border-bottom: 1px solid #c0c0c0;
}
.tabs-wrapper ul.tabs.border li {
  position: relative;
  bottom: -1px;
  border: 1px solid #c0c0c0;
}
.tabs-wrapper ul.tabs.border li.active {
  border-bottom: 1px solid #fff;
}
/*** p3truncate() ***/
.truncate-wrapper .truncate {
  overflow: hidden;
  position: relative;
}
.truncate-wrapper .truncate .fader {
  height: 20px;
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/images/bg_fader_20.png) repeat-x;
}
.truncate-wrapper .truncate-more {
  margin-top: 10.5px;
  text-align: right;
}
.truncate-wrapper .truncate-more a,
.truncate-wrapper .truncate-more a:hover {
  padding: 3px 5px;
  color: #fff;
  background-color: #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
/*** breadcrumbs ***/
.bc-wrapper {
  margin-bottom: 21px;
}
/*** jquery bookmarks ***/
.bookmark_list {
  margin: 0px;
  padding: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  float: left;
  list-style: none;
}
.bookmark_list li {
  margin: 2px;
  width: 16px;
  height: 16px;
  float: left;
}
.bookmark_list li.share {
  width: auto;
  line-height: 20px;
}
.bookmark_list li a {
  width: 100%;
}
.bookmark_list li a span {
  width: 16px;
  height: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
}
.bookmark_list li a span.bookmark_icons {
  background: url(/images/bookmarks_favs.png) no-repeat center;
  opacity: 0.6;
}
.bookmark_list li a span.bookmark_icons:hover {
  opacity: 1;
}
/*** twitterFeed() ***/
.tf-wrapper ul.twitter-list {
  margin: 0;
  list-style: none;
}
.tf-wrapper ul.twitter-list li {
  margin: 1em 0;
}
.tf-wrapper ul.twitter-list li .img {
  float: left;
}
.tf-wrapper ul.twitter-list li .txt {
  margin: 0 0 0 58px;
}
.tf-wrapper ul.twitter-list li span.footer {
  font-size: 90%;
}
.tf-wrapper ul.twitter-list li span.date {
  color: #808080;
}
.tf-wrapper ul.twitter-list li a.screen-name {
  font-weight: bold;
}
/*** feedSelect() ***/
.fs-wrapper .fs-controls {
  float: right;
  padding-left: 5px;
}
.fs-wrapper .fs-loader .feeditem {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.fs-wrapper .fs-loader p.type {
  margin: 0;
  text-transform: uppercase;
}
.fs-wrapper .fs-loader .twitteritem p.teaser {
  font-size: 1.5em;
}
.fs-wrapper .fs-loader .newsblogitem h3.title {
  font-size: 1.5em;
}
.fs-wrapper .fs-loader .img {
  width: 100px;
}
.fs-wrapper .fs-loader .txt {
  margin-left: 100px;
  padding-left: 20px;
}
.fs-wrapper .fs-share-wrapper {
  margin-top: 7px;
}
.fs-wrapper .fs-share-wrapper .fs-share-fb {
  margin-right: 10px;
  float: left;
}
.fs-wrapper .fs-share-wrapper .fs-share-twitter {
  float: left;
}
/*** googleCalendar() ***/
/*** event listing box ***/
.eb-wrapper .eb-item {
  *zoom: 1;
}
.eb-wrapper .eb-item:after {
  content: "";
  display: table;
  clear: both;
}
.eb-wrapper .eb-item .dt {
  width: 4em;
  float: left;
}
.eb-wrapper .eb-item .dt .day,
.eb-wrapper .eb-item .dt .month {
  display: block;
  text-align: center;
  color: #fff;
  background: #606060;
  font-weight: bold;
}
.eb-wrapper .eb-item .txt {
  margin-left: 4.2em;
  padding: 0 10px;
}
/*** toolTipsy() ***/
.tooltipsy {
  padding: 10px;
  max-width: 200px;
  color: #fff;
  background-color: #606060;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
/*** contribution thermometers ***/
.thermometer {
  margin: 0 0 21px;
}
.thermometer-std {
  position: relative;
  width: 235px;
  height: 315px;
  background-image: url(/images/thermometer_std.png);
  background-repeat: no-repeat;
  color: #606060;
}
.thermometer-std > div {
  position: absolute;
  white-space: nowrap;
}
.thermometer-std .goal {
  top: 85px;
  left: 132px;
}
.thermometer-std .raised {
  top: 127px;
  left: 132px;
}
.thermometer-std .count {
  top: 169px;
  left: 132px;
}
.thermometer-std .average {
  top: 211px;
  left: 132px;
}
.thermometer-std .progress-bar {
  width: 32px;
  height: 190px;
  top: 29px;
  left: 64px;
  overflow: hidden;
}
.thermometer-std .progress-bar .value {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a5d2ff;
}
.thermometer-horz {
  width: 235px;
  font-size: 150%;
  text-transform: uppercase;
}
.thermometer-horz span.count,
.thermometer-horz span.raised {
  font-size: 200%;
  font-weight: bold;
}
.thermometer-horz .progress-bar {
  height: 30px;
  border: 1px solid #e0e0e0;
}
/*** flickr badge ***/
.flickr-badge-wrapper {
  *zoom: 1;
  padding: 10px 10px 0 0;
  background-color: #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flickr-badge-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.flickr-badge-wrapper .flickr_badge_image {
  float: left;
  margin: 0 0 10px 10px;
}
/*** login links ***/
/* ===============================================
   PAGE TOOLS
   =============================================== */
/*** page tools ***/
.pt-wrapper {
  margin-bottom: 21px;
  *zoom: 1;
}
.pt-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.pt-wrapper ul.pt-list {
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 1;
}
.pt-wrapper ul.pt-list > li {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
}
.pt-wrapper ul.pt-list > li > a {
  text-decoration: none;
  display: block;
  font-weight: normal;
  line-height: 20px;
}
.pt-wrapper ul.pt-list > li > a i[class^="icon-"] {
  margin-right: 5px;
  font-size: 125%;
  color: #404040;
}
.pt-wrapper ul.pt-list li.fb-share {
  margin-right: 20px;
}
.pt-wrapper ul.pt-list li.tweet-share {
  margin-right: 20px;
}
.pt-wrapper ul.pt-list li.plusone {
  margin: 0;
}
.pt-wrapper .share-wrapper {
  width: 115px;
  padding: 5px 5px 5px 0;
  border: 1px solid #ccc;
  position: absolute;
  left: -8888px;
  top: 22px;
  background: #fff;
  z-index: 100;
}
.pt-wrapper .share-wrapper .bookmark_list li {
  margin: 2px 0 2px 5px;
}
/* ===============================================
   SOCIAL BUTTONS
   =============================================== */
.social-buttons {
  *zoom: 1;
}
.social-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.social-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.social-buttons ul li {
  margin: 0 6px 0 0;
  float: left;
  text-indent: -9999px;
}
.social-buttons ul li:last-child {
  margin: 0;
}
.social-buttons ul li a {
  display: block;
}
.social-buttons ul li.blurb,
.social-buttons ul li.blurb a {
  width: auto;
  text-indent: 0;
}
.social-buttons.size-16 li,
.social-buttons.size-16 a {
  height: 16px;
  width: 16px;
}
.social-buttons.size-24 li,
.social-buttons.size-24 a {
  height: 24px;
  width: 24px;
}
.social-buttons.size-32 li,
.social-buttons.size-32 a {
  height: 32px;
  width: 32px;
}
.social-buttons.text ul li {
  text-indent: 0;
}
.social-buttons.size-16 li.facebook {
  background: url(/images/facebook_16.png) no-repeat;
}
.social-buttons.size-16 li.twitter {
  background: url(/images/twitter_16.png) no-repeat;
}
.social-buttons.size-16 li.youtube {
  background: url(/images/youtube_16.png) no-repeat;
}
.social-buttons.size-16 li.flickr {
  background: url(/images/flickr_16.png) no-repeat;
}
.social-buttons.size-16 li.instagram {
  background: url(/images/instagram_16.png) no-repeat;
}
.social-buttons.size-16 li.myspace {
  background: url(/images/myspace_16.png) no-repeat;
}
.social-buttons.size-16 li.vimeo {
  background: url(/images/vimeo_16.png) no-repeat;
}
.social-buttons.size-16 li.googleplus {
  background: url(/images/googleplus_16.png) no-repeat;
}
.social-buttons.size-16 li.linkedin {
  background: url(/images/linkedin_16.png) no-repeat;
}
.social-buttons.size-16 li.pinterest {
  background: url(/images/pinterest_16.png) no-repeat;
}
.social-buttons.size-16 li.rss {
  background: url(/images/rss_16.png) no-repeat;
}
.social-buttons.size-24 li.facebook {
  background: url(/images/facebook_24.png) no-repeat;
}
.social-buttons.size-24 li.twitter {
  background: url(/images/twitter_24.png) no-repeat;
}
.social-buttons.size-24 li.youtube {
  background: url(/images/youtube_24.png) no-repeat;
}
.social-buttons.size-24 li.flickr {
  background: url(/images/flickr_24.png) no-repeat;
}
.social-buttons.size-24 li.instagram {
  background: url(/images/instagram_24.png) no-repeat;
}
.social-buttons.size-24 li.myspace {
  background: url(/images/myspace_24.png) no-repeat;
}
.social-buttons.size-24 li.vimeo {
  background: url(/images/vimeo_24.png) no-repeat;
}
.social-buttons.size-24 li.googleplus {
  background: url(/images/googleplus_24.png) no-repeat;
}
.social-buttons.size-24 li.linkedin {
  background: url(/images/linkedin_24.png) no-repeat;
}
.social-buttons.size-24 li.pinterest {
  background: url(/images/pinterest_24.png) no-repeat;
}
.social-buttons.size-24 li.rss {
  background: url(/images/rss_24.png) no-repeat;
}
.social-buttons.size-32 li.facebook {
  background: url(/images/facebook_32.png) no-repeat;
}
.social-buttons.size-32 li.twitter {
  background: url(/images/twitter_32.png) no-repeat;
}
.social-buttons.size-32 li.youtube {
  background: url(/images/youtube_32.png) no-repeat;
}
.social-buttons.size-32 li.flickr {
  background: url(/images/flickr_32.png) no-repeat;
}
.social-buttons.size-32 li.instagram {
  background: url(/images/instagram_32.png) no-repeat;
}
.social-buttons.size-32 li.myspace {
  background: url(/images/myspace_32.png) no-repeat;
}
.social-buttons.size-32 li.vimeo {
  background: url(/images/vimeo_32.png) no-repeat;
}
.social-buttons.size-32 li.googleplus {
  background: url(/images/googleplus_32.png) no-repeat;
}
.social-buttons.size-32 li.linkedin {
  background: url(/images/linkedin_32.png) no-repeat;
}
.social-buttons.size-32 li.pinterest {
  background: url(/images/pinterest_32.png) no-repeat;
}
.social-buttons.size-32 li.rss {
  background: url(/images/rss_32.png) no-repeat;
}
/* ===============================================
   BLOG
   =============================================== */
.blog-item {
  margin: 0 0 21px;
  border-bottom: 1px solid #c0c0c0;
}
.blog-item .footer {
  margin: 0 0 21px;
}
.blog-item .footer .nav-list {
  margin: 0 0 21px;
}
.blog-item .footer .pt-wrapper {
  margin: 0 0 21px;
}
/* ===============================================
   COMMENTS
   =============================================== */
#comments {
  margin-top: 10.5px;
  padding-top: 10.5px;
  border-top: 1px solid #c0c0c0;
}
#comments textarea#comments-content {
  min-width: 75%;
}
#comments .warn {
  color: #900;
}
#comments .comment-count,
#comments .comment-pager-footer,
#comments .comment-pager-header {
  margin: 0 0 10.5px;
}
#comments .comment-msgs {
  display: none;
  margin: 0 0 21px;
  padding: 10.5px 21px;
  background: #fff999;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#comments .comment-list .comment {
  margin: 0 0 21px;
  *zoom: 1;
}
#comments .comment-list .comment:after {
  content: "";
  display: table;
  clear: both;
}
#comments .comment-list .comment .meta {
  margin: 0 0 21px;
  padding: 3px 10px;
  background-color: #c0c0c0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 30px;
}
#comments .comment-list .comment .meta img {
  float: left;
  margin-right: 20px;
}
#comments .comment-list .comment .meta span {
  margin-right: 20px;
  font-size: 125%;
  font-weight: bold;
  line-height: 1;
}
#comments .comment-list .comment .content {
  padding: 0 10px;
}
#comments .comment-list .comment .content .title {
  font-weight: bold;
  font-size: 125%;
  margin: 0 0 21px;
}
#comments .comment-list .comment .content .body {
  *zoom: 1;
}
#comments .comment-list .comment .content .body:after {
  content: "";
  display: table;
  clear: both;
}
#comments .comment-list .comment .content blockquote,
#comments .comment-list .comment .content pre {
  padding-left: 5px;
  border-left: 1px solid #e0e0e0;
  overflow: auto;
}
#comments .comment-list .comment .actions {
  text-align: right;
}
#comments .comment-list .level_1 {
  padding-left: 30px;
}
#comments .comment-list .level_2 {
  padding-left: 50px;
}
#comments .comment-list .level_3 {
  padding-left: 70px;
}
#comments .comment-list .level_4 {
  padding-left: 90px;
}
#comments .comment-list .level_5 {
  padding-left: 110px;
}
#comments .comment-list .level_6 {
  padding-left: 130px;
}
#comments .comment-list .level_7 {
  padding-left: 150px;
}
#comments .comment-list .level_8 {
  padding-left: 170px;
}
#comments .comment-list .level_9 {
  padding-left: 190px;
}
#comments .comment-list .level_10 {
  padding-left: 210px;
}
#comments .preview-wrapper .comment-title-preview,
#comments .preview-wrapper .comment-preview {
  margin-left: 120px;
}
#comment-formatting-help h1,
#comment-formatting-help h2,
#comment-formatting-help h3 {
  margin: 0;
  border: 0;
  line-height: 1;
}
#comment-formatting-help blockquote {
  margin-bottom: 0;
}
#comment-formatting-help li {
  margin-bottom: 10.5px;
}
/* ===============================================
   PAGINATION
   =============================================== */
.pagination {
  margin: 0 0 21px;
  *zoom: 1;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination ul {
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.pagination ul:after {
  content: "";
  display: table;
  clear: both;
}
.pagination ul li {
  float: left;
  margin: 0;
  width: 3em;
  line-height: 1;
  text-align: center;
  border: 1px solid #a0a0a0;
  border-right: 0;
}
.pagination ul li.prev {
  width: 2em;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination ul li.next {
  width: 2em;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 1px solid #a0a0a0;
}
.pagination ul li.active,
.pagination ul li:hover {
  background-color: #e0e0e0;
}
.pagination ul li a,
.pagination ul li span {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: #202020;
}
.pagination ul li.divider {
  width: 2em;
}
.pagination ul li.divider:hover {
  background-color: transparent;
}
.pagination ul li.disabled:hover {
  background-color: transparent;
}
.pagination ul li.disabled a,
.pagination ul li.disabled span {
  color: #a0a0a0;
}
/* ===============================================
   MISC STUFF
   =============================================== */
.preview-notice {
  padding: 10px 10px 10px 188px;
  background: #c00 url(/images/bg_preview_notice.png) no-repeat 10px 10px;
  min-height: 35px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  *zoom: 1;
}
.preview-notice:after {
  content: "";
  display: table;
  clear: both;
}
.preview-notice .links {
  float: right;
}
.preview-notice h2 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.preview-notice p {
  font-size: 12px;
  margin: 0;
}
.preview-notice a {
  color: #fff;
  text-decoration: underline;
}
.preview-notice a:hover {
  color: #fff;
}
.preview-oneline h2,
.preview-oneline p {
  line-height: 35px;
}
a.skiplink {
  display: none;
}
.fb-comments,
.fb-comments span,
.fb-comments iframe[style],
.fb-comments iframe span[style],
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style],
.fb-like-box iframe span[style] {
  width: 100% !important;
  display: block;
  z-index: 2000;
  position: relative;
}
/* ===============================================
   ICONS
   =============================================== */
[class^="g-icon-"],
[class*=" g-icon-"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/images/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.g-icon-white {
  background-image: url(/images/glyphicons-halflings-white.png);
}
.g-icon-glass {
  background-position: 0      0;
}
.g-icon-music {
  background-position: -24px 0;
}
.g-icon-search {
  background-position: -48px 0;
}
.g-icon-envelope {
  background-position: -72px 0;
}
.g-icon-heart {
  background-position: -96px 0;
}
.g-icon-star {
  background-position: -120px 0;
}
.g-icon-star-empty {
  background-position: -144px 0;
}
.g-icon-user {
  background-position: -168px 0;
}
.g-icon-film {
  background-position: -192px 0;
}
.g-icon-th-large {
  background-position: -216px 0;
}
.g-icon-th {
  background-position: -240px 0;
}
.g-icon-th-list {
  background-position: -264px 0;
}
.g-icon-ok {
  background-position: -288px 0;
}
.g-icon-remove {
  background-position: -312px 0;
}
.g-icon-zoom-in {
  background-position: -336px 0;
}
.g-icon-zoom-out {
  background-position: -360px 0;
}
.g-icon-off {
  background-position: -384px 0;
}
.g-icon-signal {
  background-position: -408px 0;
}
.g-icon-cog {
  background-position: -432px 0;
}
.g-icon-trash {
  background-position: -456px 0;
}
.g-icon-home {
  background-position: 0 -24px;
}
.g-icon-file {
  background-position: -24px -24px;
}
.g-icon-time {
  background-position: -48px -24px;
}
.g-icon-road {
  background-position: -72px -24px;
}
.g-icon-download-alt {
  background-position: -96px -24px;
}
.g-icon-download {
  background-position: -120px -24px;
}
.g-icon-upload {
  background-position: -144px -24px;
}
.g-icon-inbox {
  background-position: -168px -24px;
}
.g-icon-play-circle {
  background-position: -192px -24px;
}
.g-icon-repeat {
  background-position: -216px -24px;
}
.g-icon-refresh {
  background-position: -240px -24px;
}
.g-icon-list-alt {
  background-position: -264px -24px;
}
.g-icon-lock {
  background-position: -287px -24px;
}
.g-icon-flag {
  background-position: -312px -24px;
}
.g-icon-headphones {
  background-position: -336px -24px;
}
.g-icon-volume-off {
  background-position: -360px -24px;
}
.g-icon-volume-down {
  background-position: -384px -24px;
}
.g-icon-volume-up {
  background-position: -408px -24px;
}
.g-icon-qrcode {
  background-position: -432px -24px;
}
.g-icon-barcode {
  background-position: -456px -24px;
}
.g-icon-tag {
  background-position: 0 -48px;
}
.g-icon-tags {
  background-position: -25px -48px;
}
.g-icon-book {
  background-position: -48px -48px;
}
.g-icon-bookmark {
  background-position: -72px -48px;
}
.g-icon-print {
  background-position: -96px -48px;
}
.g-icon-camera {
  background-position: -120px -48px;
}
.g-icon-font {
  background-position: -144px -48px;
}
.g-icon-bold {
  background-position: -167px -48px;
}
.g-icon-italic {
  background-position: -192px -48px;
}
.g-icon-text-height {
  background-position: -216px -48px;
}
.g-icon-text-width {
  background-position: -240px -48px;
}
.g-icon-align-left {
  background-position: -264px -48px;
}
.g-icon-align-center {
  background-position: -288px -48px;
}
.g-icon-align-right {
  background-position: -312px -48px;
}
.g-icon-align-justify {
  background-position: -336px -48px;
}
.g-icon-list {
  background-position: -360px -48px;
}
.g-icon-indent-left {
  background-position: -384px -48px;
}
.g-icon-indent-right {
  background-position: -408px -48px;
}
.g-icon-facetime-video {
  background-position: -432px -48px;
}
.g-icon-picture {
  background-position: -456px -48px;
}
.g-icon-pencil {
  background-position: 0 -72px;
}
.g-icon-map-marker {
  background-position: -24px -72px;
}
.g-icon-adjust {
  background-position: -48px -72px;
}
.g-icon-tint {
  background-position: -72px -72px;
}
.g-icon-edit {
  background-position: -96px -72px;
}
.g-icon-share {
  background-position: -120px -72px;
}
.g-icon-check {
  background-position: -144px -72px;
}
.g-icon-move {
  background-position: -168px -72px;
}
.g-icon-step-backward {
  background-position: -192px -72px;
}
.g-icon-fast-backward {
  background-position: -216px -72px;
}
.g-icon-backward {
  background-position: -240px -72px;
}
.g-icon-play {
  background-position: -264px -72px;
}
.g-icon-pause {
  background-position: -288px -72px;
}
.g-icon-stop {
  background-position: -312px -72px;
}
.g-icon-forward {
  background-position: -336px -72px;
}
.g-icon-fast-forward {
  background-position: -360px -72px;
}
.g-icon-step-forward {
  background-position: -384px -72px;
}
.g-icon-eject {
  background-position: -408px -72px;
}
.g-icon-chevron-left {
  background-position: -432px -72px;
}
.g-icon-chevron-right {
  background-position: -456px -72px;
}
.g-icon-plus-sign {
  background-position: 0 -96px;
}
.g-icon-minus-sign {
  background-position: -24px -96px;
}
.g-icon-remove-sign {
  background-position: -48px -96px;
}
.g-icon-ok-sign {
  background-position: -72px -96px;
}
.g-icon-question-sign {
  background-position: -96px -96px;
}
.g-icon-info-sign {
  background-position: -120px -96px;
}
.g-icon-screenshot {
  background-position: -144px -96px;
}
.g-icon-remove-circle {
  background-position: -168px -96px;
}
.g-icon-ok-circle {
  background-position: -192px -96px;
}
.g-icon-ban-circle {
  background-position: -216px -96px;
}
.g-icon-arrow-left {
  background-position: -240px -96px;
}
.g-icon-arrow-right {
  background-position: -264px -96px;
}
.g-icon-arrow-up {
  background-position: -289px -96px;
}
.g-icon-arrow-down {
  background-position: -312px -96px;
}
.g-icon-share-alt {
  background-position: -336px -96px;
}
.g-icon-resize-full {
  background-position: -360px -96px;
}
.g-icon-resize-small {
  background-position: -384px -96px;
}
.g-icon-plus {
  background-position: -408px -96px;
}
.g-icon-minus {
  background-position: -433px -96px;
}
.g-icon-asterisk {
  background-position: -456px -96px;
}
.g-icon-exclamation-sign {
  background-position: 0 -120px;
}
.g-icon-gift {
  background-position: -24px -120px;
}
.g-icon-leaf {
  background-position: -48px -120px;
}
.g-icon-fire {
  background-position: -72px -120px;
}
.g-icon-eye-open {
  background-position: -96px -120px;
}
.g-icon-eye-close {
  background-position: -120px -120px;
}
.g-icon-warning-sign {
  background-position: -144px -120px;
}
.g-icon-plane {
  background-position: -168px -120px;
}
.g-icon-calendar {
  background-position: -192px -120px;
}
.g-icon-random {
  background-position: -216px -120px;
}
.g-icon-comment {
  background-position: -240px -120px;
}
.g-icon-magnet {
  background-position: -264px -120px;
}
.g-icon-chevron-up {
  background-position: -288px -120px;
}
.g-icon-chevron-down {
  background-position: -313px -119px;
}
.g-icon-retweet {
  background-position: -336px -120px;
}
.g-icon-shopping-cart {
  background-position: -360px -120px;
}
.g-icon-folder-close {
  background-position: -384px -120px;
}
.g-icon-folder-open {
  background-position: -408px -120px;
}
.g-icon-resize-vertical {
  background-position: -432px -119px;
}
.g-icon-resize-horizontal {
  background-position: -456px -118px;
}
.g-icon-hdd {
  background-position: 0 -144px;
}
.g-icon-bullhorn {
  background-position: -24px -144px;
}
.g-icon-bell {
  background-position: -48px -144px;
}
.g-icon-certificate {
  background-position: -72px -144px;
}
.g-icon-thumbs-up {
  background-position: -96px -144px;
}
.g-icon-thumbs-down {
  background-position: -120px -144px;
}
.g-icon-hand-right {
  background-position: -144px -144px;
}
.g-icon-hand-left {
  background-position: -168px -144px;
}
.g-icon-hand-up {
  background-position: -192px -144px;
}
.g-icon-hand-down {
  background-position: -216px -144px;
}
.g-icon-circle-arrow-right {
  background-position: -240px -144px;
}
.g-icon-circle-arrow-left {
  background-position: -264px -144px;
}
.g-icon-circle-arrow-up {
  background-position: -288px -144px;
}
.g-icon-circle-arrow-down {
  background-position: -312px -144px;
}
.g-icon-globe {
  background-position: -336px -144px;
}
.g-icon-wrench {
  background-position: -360px -144px;
}
.g-icon-tasks {
  background-position: -384px -144px;
}
.g-icon-filter {
  background-position: -408px -144px;
}
.g-icon-briefcase {
  background-position: -432px -144px;
}
.g-icon-fullscreen {
  background-position: -456px -144px;
}
/* ===============================================
   FONT AWESOME 4.4.0
   =============================================== */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/webfonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/assets/webfonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/assets/webfonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/assets/webfonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/assets/webfonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/assets/webfonts/fontawesome-webfont.svg?v=4.4.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;
}
/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/* ===============================================
   FONT AWESOME 3.2.1
   =============================================== */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-border {
  border: solid 1px #404040;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.icon-large {
  font-size: 1.33em;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/* ===============================================
   FLEXSLIDER
   =============================================== */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/assets/webfonts/flexslider-icon.eot');
  src: url('/assets/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/assets/webfonts/flexslider-icon.woff') format('woff'), url('/assets/webfonts/flexslider-icon.ttf') format('truetype'), url('/assets/webfonts/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flex-wrapper {
  *zoom: 1;
  position: relative;
}
.flex-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.flex-slides {
  *zoom: 1;
}
.flex-slides:after {
  content: "";
  display: table;
  clear: both;
}
.flex-viewport {
  max-height: 2000px;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flex-direction-nav {
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flex-direction-nav .flex-next:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-prev:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-wrapper:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flex-wrapper:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flex-wrapper:hover .flex-next:hover,
.flex-wrapper:hover .flex-prev:hover {
  opacity: 1;
}
.flex-control-nav {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 100;
}
.flex-control-nav li {
  margin: 0 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ===============================================
   FANCYBOX
   =============================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#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: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#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(/images/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 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: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}
/* ===============================================
   MAGNIFIC
   =============================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* ===============================================
   DATEPICKER
   =============================================== */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px !important;
  /* override .dropdown-menu default */
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker td.day:hover {
  background: #c0c0c0;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #c0c0c0;
}
.datepicker td.old,
.datepicker td.new {
  color: #a0a0a0;
}
.datepicker td.active,
.datepicker td.active:hover {
  background: #404040;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 39px;
  height: 45px;
  line-height: 45px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker td span:hover {
  background: #c0c0c0;
}
.datepicker td span.active {
  background: #404040;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.old {
  color: #a0a0a0;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 18px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #c0c0c0;
}
.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tfoot > tr > td {
  padding: 5px;
  line-height: 1;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  /*font-size: 14px;*/
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  /*line-height: 1.42857143;*/
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* ===============================================
   SIMPLE COLUMNS
   =============================================== */
.two-columns {
  *zoom: 1;
}
.two-columns:after {
  content: "";
  display: table;
  clear: both;
}
.two-columns > .column-1 {
  width: 47%;
  margin-right: 6%;
  float: left;
}
.two-columns > .column-2 {
  width: 47%;
  float: left;
}
.two-columns.two-thirds > .column-1 {
  width: 64%;
}
.two-columns.two-thirds > .column-2 {
  width: 30%;
}
.two-columns.two-thirds-reversed > .column-1 {
  width: 30%;
}
.two-columns.two-thirds-reversed > .column-2 {
  width: 64%;
}
.three-columns {
  *zoom: 1;
}
.three-columns:after {
  content: "";
  display: table;
  clear: both;
}
.three-columns > .column-1 {
  width: 30.5%;
  margin-right: 4.25%;
  float: left;
}
.three-columns > .column-2 {
  width: 30.5%;
  margin-right: 4.25%;
  float: left;
}
.three-columns > .column-3 {
  width: 30.5%;
  float: left;
}
.leftcell,
.rightcell {
  width: 47%;
  margin-right: 6%;
  float: left;
}
.rightcell {
  margin-right: 0;
}
.leftcell3,
.middlecell3,
.rightcell3 {
  width: 30.5%;
  margin-right: 4.25%;
  float: left;
}
.rightcell3 {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .two-columns,
  .two-columns.two-thirds,
  .two-columns.two-thirds-reversed {
    *zoom: 0;
  }
  .two-columns:after,
  .two-columns.two-thirds:after,
  .two-columns.two-thirds-reversed:after {
    content: none;
    display: block;
    clear: none;
  }
  .two-columns > .column-1,
  .two-columns.two-thirds > .column-1,
  .two-columns.two-thirds-reversed > .column-1,
  .two-columns > .column-2,
  .two-columns.two-thirds > .column-2,
  .two-columns.two-thirds-reversed > .column-2 {
    width: 100%;
    float: none;
    margin: 0 0 21px;
  }
  .three-columns {
    *zoom: 0;
  }
  .three-columns:after {
    content: none;
    display: block;
    clear: none;
  }
  .three-columns > .column-1,
  .three-columns > .column-2,
  .three-columns > .column-3 {
    width: 100%;
    float: none;
    margin: 0 0 21px;
  }
  .leftcell,
  .rightcell,
  .leftcell3,
  .middlecell3,
  .rightcell3 {
    width: 100%;
    float: none;
    margin: 0 0 21px;
  }
}
/* ===============================================
   BLOCK GRIDS
   =============================================== */
.block-grid {
  *zoom: 1;
}
.block-grid:after {
  content: "";
  display: table;
  clear: both;
}
.block-grid > div {
  float: left;
}
.block-grid.two-up > div {
  margin-right: 6%;
  width: 47%;
}
.block-grid.two-up > div:nth-of-type(2n) {
  margin-right: 0 !important;
}
.block-grid.two-up > div:nth-of-type(2n+1) {
  clear: left !important;
}
.block-grid.three-up > div {
  margin-right: 4.25%;
  width: 30.5%;
}
.block-grid.three-up > div:nth-of-type(3n) {
  margin-right: 0 !important;
}
.block-grid.three-up > div:nth-of-type(3n+1) {
  clear: left !important;
}
.block-grid.four-up > div {
  margin-right: 3.3333%;
  width: 22.5%;
}
.block-grid.four-up > div:nth-of-type(4n) {
  margin-right: 0 !important;
}
.block-grid.four-up > div:nth-of-type(4n+1) {
  clear: left !important;
}
.block-grid.five-up > div {
  margin-right: 2.5%;
  width: 18%;
}
.block-grid.five-up > div:nth-of-type(5n) {
  margin-right: 0 !important;
}
.block-grid.five-up > div:nth-of-type(5n+1) {
  clear: left !important;
}
.block-grid.six-up > div {
  margin-right: 2%;
  width: 15%;
}
.block-grid.six-up > div:nth-of-type(6n) {
  margin-right: 0 !important;
}
.block-grid.six-up > div:nth-of-type(6n+1) {
  clear: left !important;
}
.inline-block-grid > div {
  margin: 0 10.5px 21px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
}
.inline-block-grid.centered {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .block-grid:not(.keep-grid) {
    *zoom: 0;
  }
  .block-grid:not(.keep-grid):after {
    content: none;
    display: block;
    clear: none;
  }
  .block-grid:not(.keep-grid).two-up > div,
  .block-grid:not(.keep-grid).three-up > div,
  .block-grid:not(.keep-grid).four-up > div,
  .block-grid:not(.keep-grid).five-up > div,
  .block-grid:not(.keep-grid).six-up > div {
    float: none;
    width: 100%;
    margin: 0 0 21px;
  }
}
/* ===============================================
   MEDIA QUERY REPORTER
   =============================================== */
body:after {
  content: "less than 320px";
  font-size: 300%;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(163, 43, 41, 0.7);
  color: #fff;
}
@media only screen and (min-width: 320px) {
  body:after {
    content: "320 to 480px";
    background-color: rgba(102, 163, 41, 0.7);
  }
}
@media only screen and (min-width: 480px) {
  body:after {
    content: "480 to 768px";
    background-color: rgba(41, 163, 163, 0.7);
  }
}
@media only screen and (min-width: 768px) {
  body:after {
    content: "768 to 1024px";
    background-color: rgba(102, 41, 163, 0.7);
  }
}
@media only screen and (min-width: 1024px) {
  body:after {
    content: "1024 and up";
    background-color: rgba(163, 41, 41, 0.7);
  }
}