/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  input[type="submit"] > .caret,
  .dropup > input[type="submit"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: open_sansregular, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00809c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004150;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.wp-caption > img,
.wp-caption a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.65;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only,
.simple-signup label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #cccccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #efad4d;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #cccccc;
}
.text-primary {
  color: #044a56;
}
a.text-primary:hover {
  color: #022025;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #044a56;
}
a.bg-primary:hover {
  background-color: #022025;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #efad4d;
}
a.bg-warning:hover {
  background-color: #eb971e;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.65;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.65;
  color: #cccccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.65;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.65;
  word-break: break-all;
  word-wrap: break-word;
  color: #c9c9c9;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 830px) {
  .container {
    width: 830px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 830px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.65;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #efad4d;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #eda236;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #c9c9c9;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
}
.form-control,
.mc4wp-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#mc-embedded-subscribe-form:not(.simple-signup) input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.mc4wp-form select,
#mc-embedded-subscribe-form:not(.simple-signup) select,
.mc4wp-form textarea,
#mc-embedded-subscribe-form:not(.simple-signup) textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
}
.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6) 1px 2px rgba(0, 0, 0, 0.2);
}
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.65 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.2);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff 1px 2px rgba(0, 0, 0, 0.2);
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #efad4d;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.2);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.post-nav .pager li > a,
.post-nav .pager li > span,
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 5px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
input[type="submit"]:focus,
input[type="submit"]:active:focus,
input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.post-nav .pager li > a:hover,
.post-nav .pager li > span:hover,
.post-nav .pager li > a:focus,
.post-nav .pager li > span:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active,
input[type="submit"]:active,
input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary,
.post-nav .pager li > a,
.post-nav .pager li > span,
input[type="submit"] {
  color: #ffffff;
  background-color: #00809c;
  border-color: #006b83;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.post-nav .pager li > a:hover,
.post-nav .pager li > span:hover,
.post-nav .pager li > a:focus,
.post-nav .pager li > span:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  color: #ffffff;
  background-color: #005669;
  border-color: #003945;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
input[type="submit"]:active,
input[type="submit"].active,
.open > .dropdown-toggleinput[type="submit"] {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled] input[type="submit"],
input[type="submit"].disabled:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] input[type="submit"]:hover,
input[type="submit"].disabled:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] input[type="submit"]:focus,
input[type="submit"].disabled:active,
input[type="submit"][disabled]:active,
fieldset[disabled] input[type="submit"]:active,
input[type="submit"].disabled.active,
input[type="submit"][disabled].active,
fieldset[disabled] input[type="submit"].active {
  background-color: #00809c;
  border-color: #006b83;
}
.btn-primary .badge,
input[type="submit"] .badge {
  color: #00809c;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #00809c;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #004150;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
input[type="submit"],
.btn-group-lg > input[type="submit"] {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > input[type="submit"] {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > input[type="submit"] {
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease;
  -o-transition: all opacity 0.15s linear ease;
  transition: all opacity 0.15s linear ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease;
  -o-transition: all height 0.35s ease ease;
  transition: all height 0.35s ease ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: '' 0 6px 12px rgba(0, 0, 0, 0.175) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 6px 12px rgba(0, 0, 0, 0.175) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 6px 12px rgba(0, 0, 0, 0.175) 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.65;
  color: #c9c9c9;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #bcbcbc;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #044a56;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cccccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #cccccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > input[type="submit"],
.btn-group-vertical > input[type="submit"] {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-group > input[type="submit"]:hover,
.btn-group-vertical > input[type="submit"]:hover,
.btn-group > input[type="submit"]:focus,
.btn-group-vertical > input[type="submit"]:focus,
.btn-group > input[type="submit"]:active,
.btn-group-vertical > input[type="submit"]:active,
.btn-group > input[type="submit"].active,
.btn-group-vertical > input[type="submit"].active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > input[type="submit"]:focus,
.btn-group-vertical > input[type="submit"]:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group input[type="submit"] + input[type="submit"],
.btn-group input[type="submit"] + .btn-group,
.btn-group .btn-group + input[type="submit"] {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > input[type="submit"] {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > input[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle,
.btn-group > .btn-group:first-child > input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn-group:last-child > input[type="submit"]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group > input[type="submit"] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
}
.btn .caret,
input[type="submit"] .caret {
  margin-left: 0;
}
.btn-lg .caret,
input[type="submit"] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup input[type="submit"] .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > input[type="submit"],
.btn-group-vertical > .btn-group > input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > input[type="submit"] {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > input[type="submit"] + input[type="submit"],
.btn-group-vertical > input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + input[type="submit"] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"] {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > input[type="submit"] {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group input[type="submit"] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > input[type="submit"] > input[type="radio"],
[data-toggle="buttons"] > input[type="submit"] > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > input[type="submit"] {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > input[type="submit"] {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > input[type="submit"],
select[multiple].input-group-lg > .input-group-btn > input[type="submit"] {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > input[type="submit"] {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > input[type="submit"] {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > input[type="submit"],
select[multiple].input-group-sm > .input-group-btn > input[type="submit"] {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 10px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.guide-search,
.input-group-btn:first-child > input[type="submit"],
.input-group-btn:first-child > .btn-group > input[type="submit"],
.input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:last-child > input[type="submit"],
.input-group-btn:last-child > .btn-group > input[type="submit"],
.input-group-btn:first-child > input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > input[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > input[type="submit"] + input[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > input[type="submit"]:hover,
.input-group-btn > input[type="submit"]:focus,
.input-group-btn > input[type="submit"]:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > input[type="submit"] {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > input[type="submit"] {
  margin-left: -1px;
}
.nav,
.sidebar .menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li,
.sidebar .menu > li {
  position: relative;
  display: block;
}
.nav > li > a,
.sidebar .menu > li > a,
.sidebar .menu .header {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.sidebar .menu > li > a:hover,
.sidebar .menu > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a,
.sidebar .menu > li.disabled > a {
  color: #cccccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus,
.sidebar .menu > li.disabled > a:hover,
.sidebar .menu > li.disabled > a:focus {
  color: #cccccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.sidebar .menu .open > a,
.sidebar .menu .open > a:hover,
.sidebar .menu .open > a:focus {
  background-color: #eeeeee;
  border-color: #00809c;
}
.nav .nav-divider,
.sidebar .menu .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img,
.sidebar .menu > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.65;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li,
.sidebar .menu > li {
  float: left;
}
.nav-pills > li > a,
.sidebar .menu > li > a {
  border-radius: 5px;
}
.nav-pills > li + li,
.sidebar .menu > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.sidebar .menu > li.active > a,
.sidebar .menu > li.active > a:hover,
.sidebar .menu > li.active > a:focus {
  color: #ffffff;
  background-color: #044a56;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 79px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 18.4%;
  padding-left: 18.4%;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -18.4%;
  margin-left: -18.4%;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 4px 18.4%;
  font-size: 20px;
  line-height: 26px;
  height: 79px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -18.4%;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 18.4%;
  padding: 9px 10px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 2px -18.4%;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -18.4%;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -18.4%;
  margin-right: -18.4%;
  padding: 10px 18.4%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -18.4%;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
.navbar-btn.btn-sm {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-xs {
  margin-top: 28.5px;
  margin-bottom: 28.5px;
}
.navbar-text {
  margin-top: 26.5px;
  margin-bottom: 26.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 18.4%;
    margin-right: 18.4%;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #cccccc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cccccc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #cccccc;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #cccccc;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #cccccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.65;
  text-decoration: none;
  color: #00809c;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #004150;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #044a56;
  border-color: #044a56;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #cccccc;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
input[type="submit"] .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #cccccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #044a56;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #022025;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #cccccc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
input[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.sidebar .menu > .active > a > .badge {
  color: #00809c;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge,
.sidebar .menu > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail,
.wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.65;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
}
.thumbnail > img,
.thumbnail a > img,
.wp-caption > img,
.wp-caption a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.wp-caption:hover,
a.wp-caption:focus,
a.wp-caption.active {
  border-color: #00809c;
}
.thumbnail .caption,
.wp-caption .caption,
.wp-caption-text {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #efad4d;
  border-color: #eda236;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #eb971e;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  background-color: #044a56;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease;
  -o-transition: all width 0.6s ease ease;
  transition: all width 0.6s ease ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #cccccc;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #cccccc;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #cccccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #044a56;
  border-color: #044a56;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #31d9f5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #efad4d;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #eda236;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 26px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: '' 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #c9c9c9;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #c9c9c9;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #044a56;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #044a56;
  border-color: #044a56;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #044a56;
}
.panel-primary > .panel-heading .badge {
  color: #044a56;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #044a56;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #eda236;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #efad4d;
  border-color: #eda236;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eda236;
}
.panel-warning > .panel-heading .badge {
  color: #efad4d;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eda236;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.65px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.65;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer input[type="submit"] + input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group input[type="submit"] + input[type="submit"] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 830px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: '' 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease;
  -o-transition: all 0.6s ease-in-out left ease;
  transition: all 0.6s ease-in-out left ease;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption input[type="submit"] {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.navbar-default.shrink .menu-primary-navigation > li > a > .inside:before,
.navbar-default.shrink .menu-primary-navigation > li > a > .inside:after,
.navbar-default .menu-primary-navigation:before,
.navbar-default .menu-primary-navigation:after,
#menu-footer-menu:before,
#menu-footer-menu:after,
.sidebar .menu:before,
.sidebar .menu:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.navbar-default.shrink .menu-primary-navigation > li > a > .inside:after,
.navbar-default .menu-primary-navigation:after,
#menu-footer-menu:after,
.sidebar .menu:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 830px) and (max-width: 999px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 830px) and (max-width: 999px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 830px) and (max-width: 999px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 830px) and (max-width: 999px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 830px) and (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.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:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
.cachebust {
  display: none;
}
@font-face {
  font-family: 'open_sanssemibold_italic';
  src: url('../../../township-default/assets/fonts/opensans-semibolditalic-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-semibolditalic-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-semibolditalic-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../../../township-default/assets/fonts/opensans-semibold-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-semibold-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../../../township-default/assets/fonts/opensans-regular-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-regular-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-regular-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-regular-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('../../../township-default/assets/fonts/opensans-italic-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-italic-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-italic-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-italic-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../../../township-default/assets/fonts/opensans-light-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-light-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-light-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-light-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight_italic';
  src: url('../../../township-default/assets/fonts/opensans-lightitalic-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-lightitalic-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-lightitalic-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold_italic';
  src: url('../../../township-default/assets/fonts/opensans-bolditalic-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-bolditalic-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-bolditalic-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-bolditalic-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../../../township-default/assets/fonts/opensans-bold-webfont.eot');
  src: url('../../../township-default/assets/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../township-default/assets/fonts/opensans-bold-webfont.woff2') format('woff2'), url('../../../township-default/assets/fonts/opensans-bold-webfont.woff') format('woff'), url('../../../township-default/assets/fonts/opensans-bold-webfont.ttf') format('truetype'), url('../../../township-default/assets/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.guide-flag[class*="flag-"]:before {
  font-family: 'Font Awesome 5 Pro';
  padding-right: 8px;
}
body {
  -webkit-font-smoothing: antialiased;
}
.content a:not(.btn) {
  font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content .did-you-know-content a {
  font-family: open_sansregular, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}
h2,
h4,
h5,
h6,
.h2,
.h4,
.h5,
.h6 {
  font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
.h1,
.h1b,
.h1b a,
.h2b,
h3,
.h3 {
  font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
}
.h1b {
  font-size: 36px;
}
.h2b {
  font-size: 30px;
}
.entry-content h2:not(.h2b):not(.ways-to-hdr) {
  font-size: 24px;
  font-family: open_sansregular, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 24px 0;
}
img,
iframe {
  max-width: 100%;
}
.entry-content img,
.home-content img {
  height: auto;
}
ul,
ol {
  margin-bottom: 16px;
}
.entry-content ul,
.entry-content ol {
  overflow: hidden;
}
ul li:not(:last-of-type),
ol li:not(:last-of-type) {
  margin-bottom: 16px;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 16px;
  margin-bottom: 0;
}
ul {
  padding-left: 19px;
  list-style-type: square;
}
ol {
  padding-left: 22px;
}
hr {
  border-top: 1px solid #bbbbbb;
}
.black {
  color: #000;
}
.green {
  color: #27ae60;
}
.dgreen {
  color: #316632;
}
.blue {
  color: #3268FF;
}
.fb-blue {
  color: #1877f2;
}
.twit-blue {
  color: #1da1f2;
}
.insta-brand-color {
  color: #c13584;
}
.purp {
  color: #670067;
}
.dred {
  color: #320001;
}
.orange {
  color: #FF6735;
}
.red {
  color: #FF0100;
}
.fa-pinterest {
  color: #e60023;
}
.fa-youtube {
  color: #ff0000;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.circular,
.archive-item .grid-thumb > *,
.single-_rcylst_guide ._rcylst_guide .featured-img-wrap img {
  border-radius: 50%;
  height: auto !important;
}
.jPanelMenu-panel {
  margin-bottom: 55px;
}
.edit-post-link-wrap {
  clear: both;
}
.connect-icons a {
  color: #044a56;
  font-size: 25px;
  padding: 0 4px;
}
.connect-icons a:first-child {
  padding-left: 0;
}
.connect-icons a:last-child {
  padding-right: 0;
}
.connect-icons.connect-icons-lg a {
  font-size: 37px;
  padding: 0 10px;
}
.connect-icons-intro {
  font-family: open_sanslight_italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.connect-icons-intro,
.connect-icons .icon-wrap {
  vertical-align: middle;
  display: inline-block;
}
.social-btns {
  margin-bottom: 5px;
}
.ss-btn {
  margin-bottom: 10px;
}
.ss-btn:not(:last-of-type) {
  margin-right: 10px;
}
.ss-btn .fa {
  color: #fff;
}
.share {
  width: 32px;
  padding: 4px 0px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 999px) {
  .share {
    width: 24px;
  }
}
.share,
.share:hover,
.share:focus {
  text-decoration: none;
}
.ss-fb .share {
  background-color: #1877f2;
}
.ss-tw .share {
  background-color: #1da1f2;
}
.ss-pin .share {
  background-color: #e60023;
}
.ss-mail .share {
  background-color: #044a56;
}
.share i {
  font-size: 24px;
  display: block;
}
@media (max-width: 999px) {
  .share i {
    font-size: 15px;
  }
}
.guide-search-wrap {
  position: relative;
  display: table;
  width: 320px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .guide-search-wrap {
    max-width: calc(100vw - 30px);
  }
}
.guide-search {
  border-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.guide-search-wrap > .guide-search {
  display: table-cell;
}
.guide-search,
.guide-search-submit.btn,
.guide-search-submitinput[type="submit"] {
  height: 45px;
}
.guide-search-submit.btn,
.guide-search-submitinput[type="submit"] {
  color: #00809c;
  border-color: #cccccc;
  border-left: 0;
  padding-left: 5px;
  opacity: inherit;
}
.guide-search-submit.btn:hover,
.guide-search-submit.btn:focus,
.guide-search-submitinput[type="submit"]:hover,
.guide-search-submitinput[type="submit"]:focus {
  background-color: inherit;
  border-color: #cccccc;
  border-left-color: transparent;
  color: #004150;
}
.guide-search-submit.btn .fa-search,
.guide-search-submitinput[type="submit"] .fa-search {
  font-size: 22px;
}
input::-moz-placeholder {
  font-family: open_sanslight_italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input:-ms-input-placeholder {
  font-family: open_sanslight_italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder {
  font-family: open_sanslight_italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.guide-list-img {
  height: 34px;
  width: 34px;
  padding-top: 2px;
  margin-right: 10px;
  margin-left: 5px;
  border-radius: 50%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  display: block;
}
.guide-list-title {
  margin: 0 0 0 50px;
  padding: 7px 0;
  line-height: 1.2;
}
.guide-list-title a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.guide-list-title a .tt-highlight {
  color: #044a56;
}
.twitter-typeahead {
  display: table-cell !important;
  position: static !important;
}
.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 6px;
  z-index: 9999;
  position: absolute;
  margin-top: -3px;
  background-color: #fff;
  text-align: left;
}
.twitter-typeahead .tt-suggestion {
  padding: 0 0 1px;
  margin: 4px 0;
  clear: both;
  cursor: pointer;
}
.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion:focus {
  background-color: #EEEEEE;
}
.search-site .search-field {
  height: 30px;
  font-size: 14px;
  line-height: 1.2;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-notice {
  color: #333333;
  background-color: #d7e88d;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #c0d950;
  border-radius: 5px;
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.event-notice:hover,
.event-notice:focus {
  color: inherit;
  background-color: #c0d950;
}
.event-notice-info {
  position: relative;
  padding-left: 50px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 70%;
}
.event-notice-info .fa {
  font-size: 38px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  left: 0;
}
.event-notice-title {
  font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
}
.event-notice-date {
  margin: 0;
  font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.event-notice-meta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  right: 15px;
  max-width: 25%;
}
.event-notice-meta .fa {
  margin-right: 5px;
  font-size: 20px;
}
.event-notice-more,
.event-notice-reminder {
  font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.event-notice-more {
  margin: 0 20px 0 0;
}
.event-notice-reminder {
  display: none;
  margin: 0;
}
.did-you-know {
  padding: 0 3%;
}
.did-you-know-wrap {
  margin-bottom: 50px;
}
.did-you-know-hdr {
  color: #fff;
  background-color: #7F7F7F;
  margin: 0;
  padding: 6px 0;
  font-size: 42px;
  font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.did-you-know-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.did-you-know-content {
  background-color: #eeeeee;
  padding: 50px 0 30px;
}
.did-you-know .item-content {
  font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
.did-you-know .video-wrapper,
.did-you-know-thumb {
  margin-bottom: 10px;
}
.iframe-show {
  display: none;
}
body.iframe .iframe-hide,
body.iframe .rcylst-admin-panel,
body.iframe .main-nav-wrap.navbar-collapse.collapse,
body.iframe .home-sec:not(#home-sec-1):not(.iframe-show),
body.iframe .pre-site-footer,
body.iframe .site-footer,
body.iframe .mobile-nav-wrap,
body.iframe .mobile-nav-wrap.navbar-collapse.collapse {
  display: none !important;
}
body.iframe .iframe-show {
  display: block;
}
body.iframe .jPanelMenu-panel {
  margin-bottom: 0;
}
.site-title--guide-iframe,
.guide-iframe-featured-img-wrap,
.guide-iframe-btn-back {
  display: none;
}
.site-title--guide-iframe a {
  color: inherit;
}
.urg-only {
  display: none;
}
body.guide-iframe .site-title,
body.guide-iframe .tagline,
body.guide-iframe .connect-icons,
body.guide-iframe .main-nav-wrap,
body.guide-iframe .content-info,
body.guide-iframe .mobile-nav-wrap {
  display: none !important;
}
body.guide-iframe .urg-only {
  display: block;
}
body.guide-iframe .site-title--guide-iframe,
body.guide-iframe .guide-iframe-featured-img-wrap,
body.guide-iframe .guide-iframe-btn-back {
  display: block;
}
body.guide-iframe div.site-title--guide-iframe {
  padding: 10px 0;
}
body.guide-iframe.post-type-archive-_rcylst_guide .guide-iframe-btn-back {
  display: none;
}
body.guide-iframe .navbar-default {
  margin-bottom: 10px;
  border-bottom: 0;
}
body.guide-iframe .navbar-default .navbar-header {
  position: relative;
}
body.guide-iframe .guide-iframe-col-fw {
  width: 100%;
}
body.guide-iframe .guide-iframe-center {
  text-align: center;
}
body.guide-iframe .guide-iframe-center-margin {
  margin: 0 auto;
}
body.guide-iframe .hdr-meta {
  position: absolute;
  top: 0;
  right: -15px;
  margin-top: 0;
}
@media (max-width: 830px) {
  body.guide-iframe .hdr-logo {
    margin-top: 55px;
  }
}
body.guide-iframe .guide-iframe-btn-back {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
  z-index: 100;
}
body.guide-iframe .guide-iframe-btn-back.guide-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #044a56;
  border-color: #044a56;
}
body.guide-iframe .guide-iframe-btn-back.guide-flag:focus,
body.guide-iframe .guide-iframe-btn-back.guide-flag:hover {
  background-color: #022025;
  border-color: #022025;
}
body.guide-iframe .archive-wrap {
  margin-top: 0;
}
body.guide-iframe.post-type-archive-_rcylst_guide .page-header {
  display: none;
}
body.guide-iframe.single-_rcylst_guide ._rcylst_guide .guide-iframe-featured-img-wrap.featured-img-wrap {
  margin-bottom: 10px;
  text-align: center;
}
body.guide-iframe.single-_rcylst_guide ._rcylst_guide .featured-img-wrap:not(.guide-iframe-featured-img-wrap) {
  display: none;
}
body.guide-iframe.single-_rcylst_guide ._rcylst_guide .featured-img-wrap .image-credits {
  margin-right: auto;
  margin-left: auto;
}
body.guide-iframe .guide-item-title {
  float: none;
  font-size: 36px;
  text-align: center;
}
body.guide-iframe .guide-item-hdr {
  margin-bottom: 10px;
  border-bottom: 0;
}
body.guide-iframe .guide-item-hdr .guide-flag {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}
body.guide-iframe.single-_rcylst_guide ._rcylst_guide .guide-flags {
  text-align: center;
}
body.guide-iframe.single-_rcylst_guide .type-_rcylst_guide .guide-flag {
  float: none;
}
body.guide-iframe.single-_rcylst_guide .type-_rcylst_guide .guide-flag.flag-alternative_ways_to_recycle,
body.guide-iframe.single-_rcylst_guide .type-_rcylst_guide .guide-flag.flag-illegal,
body.guide-iframe.single-_rcylst_guide .type-_rcylst_guide .guide-flag.flag-mercury {
  margin-bottom: 0;
}
body.guide-iframe.single-_rcylst_guide .event-notice {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 620px;
}
body.guide-iframe.single-_rcylst_guide ._rcylst_guide .entry-content,
body.guide-iframe .did-you-know-wrap {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 650px;
  padding-right: 15px;
  padding-left: 15px;
}
body.guide-iframe.single-_rcylst_guide ._rcylst_guide .entry-content {
  right: auto;
}
body.guide-iframe .did-you-know-wrap {
  margin-bottom: 20px;
}
body.guide-iframe .did-you-know-wrap .container {
  max-width: 100%;
}
body.guide-iframe .did-you-know-content {
  padding-top: 30px;
  padding-bottom: 0;
}
body.guide-iframe .dyk-row {
  margin-bottom: 10px;
}
body.guide-iframe .did-you-know {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}
body.guide-iframe .did-you-know.odd {
  border-right: 0;
}
@media (max-width: 999px) {
  body.guide-iframe .navbar-default > .container {
    width: 100%;
  }
}
@media (max-width: 680px) {
  body.guide-iframe .navbar-default {
    text-align: center;
  }
  body.guide-iframe .guide-iframe-btn-back {
    top: 8px;
    display: inline-block;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  body.guide-iframe .did-you-know {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .guide-search-wrap {
    margin-left: 86px;
  }
  .dyk-row {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .did-you-know {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
  }
  .did-you-know.odd {
    border-right: 1px solid;
    clear: both;
  }
  .did-you-know.odd:last-of-type {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .did-you-know {
    margin-bottom: 50px;
  }
  .guide-search-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn,
.post-nav .pager li > a,
.post-nav .pager li > span,
input[type="submit"] {
  font-size: 14px;
  line-height: 1.2;
}
.btn.btn-xs,
.btn-group-xs .btn,
input[type="submit"].btn-xs,
.btn-group-xs input[type="submit"] {
  font-size: 11px;
  font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.btn-primary,
input[type="submit"]-primary {
  text-transform: uppercase;
}
.btn-no-tt,
input[type="submit"]-no-tt {
  text-transform: none;
}
.btn-lg,
input[type="submit"],
.btn-group-lg > .btn,
input[type="submit"],
.btn-group-lg > input[type="submit"] {
  border-radius: 5px;
  font-size: 20px;
}
.form-control,
form input,
.mc4wp-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#mc-embedded-subscribe-form:not(.simple-signup) input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.mc4wp-form select,
#mc-embedded-subscribe-form:not(.simple-signup) select,
.mc4wp-form textarea,
#mc-embedded-subscribe-form:not(.simple-signup) textarea {
  font-size: 22px;
}
.mc4wp-form input[type="checkbox"],
#mc-embedded-subscribe-form:not(.simple-signup) input[type="checkbox"],
.mc4wp-form input[type="radio"],
#mc-embedded-subscribe-form:not(.simple-signup) input[type="radio"] {
  margin-right: 10px;
}
.mc4wp-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#mc-embedded-subscribe-form:not(.simple-signup) input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.mc4wp-form select,
#mc-embedded-subscribe-form:not(.simple-signup) select,
.mc4wp-form textarea,
#mc-embedded-subscribe-form:not(.simple-signup) textarea {
  font-size: 18px;
}
.mc4wp-form input[type="submit"],
#mc-embedded-subscribe-form:not(.simple-signup) input[type="submit"] {
  font-size: 18px;
}
.mc4wp-form input,
#mc-embedded-subscribe-form:not(.simple-signup) input,
.mc4wp-form select,
#mc-embedded-subscribe-form:not(.simple-signup) select,
.mc4wp-form textarea,
#mc-embedded-subscribe-form:not(.simple-signup) textarea,
.mc4wp-form label,
#mc-embedded-subscribe-form:not(.simple-signup) label {
  max-width: 565px;
}
.mc4wp-form textarea,
#mc-embedded-subscribe-form:not(.simple-signup) textarea {
  height: auto;
}
.mc-field-group:not(:first-of-type) {
  margin-top: 10px;
}
.mc-field-group ul {
  list-style-type: none;
}
.mc-field-group ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#mce-responses .response {
  font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 0;
}
#mce-responses #mce-success-response {
  color: #dea110;
}
.form-dark input:not([type="submit"]) {
  color: #fff;
  border: 1px solid #fff;
  background-color: #717171;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  vertical-align: middle;
}
.form-dark input:not([type="submit"])::-moz-placeholder {
  color: #fff;
}
.form-dark input:not([type="submit"]):-ms-input-placeholder {
  color: #fff;
}
.form-dark input:not([type="submit"])::-webkit-input-placeholder {
  color: #fff;
}
.simple-signup .mc-field-group,
.simple-signup .submit-wrap {
  display: inline-block;
}
.simple-signup .submit-wrap {
  vertical-align: top;
  margin-top: 1px;
}
.simple-signup .mce_inline_error {
  margin-right: 10px !important;
}
@media (min-width: 768px) {
  .form-dark input:not([type="submit"]) {
    width: 355px;
  }
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.navbar-default {
  margin-bottom: 38px;
}
.home .navbar-default {
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  white-space: normal;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #8d8f8f;
}
.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #333333;
}
.multilingual-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.multilingual-nav a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
}
.multilingual-nav a:hover {
  text-decoration: underline;
}
.multilingual-nav a.active {
  cursor: default;
  pointer-events: none;
  background-color: #fff;
  color: #333333;
}
.multilingual-nav-menu {
  display: none;
}
body.show-multilingual-nav-menu .multilingual-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  background-color: #fff;
}
.multilingual-nav.multilingual-nav-menu .guide-iframe-center-margin {
  margin: 0;
}
#pixel-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 100px;
  left: 0;
}
.gallery-row {
  padding: 13px 0;
}
.aligncenter {
  display: block;
  margin: 13px auto;
}
.alignleft,
.alignright {
  margin-bottom: 13px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 13px;
  }
  .alignright {
    float: right;
    margin-left: 13px;
  }
}
body:not(.home) .wrap {
  margin-bottom: 60px;
}
.sidebar-primary .content {
  overflow: hidden;
}
.main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main {
    float: left;
    width: 100%;
  }
}
.sidebar-primary .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar-primary .main {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .sidebar-page:not(.search-results) .main {
    float: right;
    padding-left: 25px;
    border-left: 1px solid #999999;
  }
  .sidebar-page:not(.search-results) .sidebar:after {
    content: '';
    border-right: 1px solid #999999;
    height: 100%;
    top: 0;
    right: -1px;
    position: absolute;
    display: block;
  }
}
@media (max-width: 767px) {
  .sidebar-page:not(.search-results) .main {
    border-bottom: 1px solid #999999;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
.tax-descrip p {
  margin-bottom: 30px;
}
.tax-section {
  margin-bottom: 50px;
}
.tax-section-item-wrap {
  padding-top: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #5488c6;
}
.tax-_rcylst_what_to_do .tax-section-item-wrap {
  border: 1px solid #333333;
}
.tax-section-item-wrap.tax-section-item-wrap-landfill {
  border-color: #6c6662;
}
.tax-section-item-wrap.tax-section-item-wrap-bulky-item-pickup {
  border-color: #6c6662;
}
.tax-section-item-wrap.tax-section-item-wrap-paperrecycling {
  border-color: #0466e0;
}
.tax-section-item-wrap.tax-section-item-wrap-c_d {
  border-color: #efad4d;
}
.tax-section-item-wrap.tax-section-item-wrap-green {
  border-color: #52783a;
}
.tax-section-item-wrap.tax-section-item-wrap-hhw {
  border-color: #f57d19;
}
.tax-section-item-wrap.tax-section-item-wrap-garbage {
  border-color: #453430;
}
.tax-section-item-wrap.tax-section-item-wrap-ewaste {
  border-color: #6a2d97;
}
.tax-section-item-wrap.tax-section-item-wrap-special {
  border-color: #dea110;
}
.archive-wrap {
  margin-top: 30px;
}
.archive-item {
  margin-bottom: 40px;
  padding-left: 12px;
  padding-right: 12px;
}
.archive-item .grid-thumb > * {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.archive-item .entry-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: center;
  margin-bottom: 5px;
}
.archive-item div.guide-flag {
  margin-right: 0;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  float: none;
  display: block;
}
#downtown-township-app .item-title {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
#downtown-township-app .disabled .item-title,
#downtown-township-app .disabled .item-content,
#downtown-township-app .disabled .item-title *,
#downtown-township-app .disabled .item-content * {
  color: #b5b5b5;
}
#downtown-township-app .disabled .item-img {
  opacity: 0.4;
}
.admin-edit-form {
  margin-bottom: 50px;
}
td.hover-fa .fa {
  color: inherit;
}
td[data-title="'Item Name'"] {
  width: 15%;
}
td[data-title="'What to Do'"],
[data-title="'Illegal?'"] {
  text-align: center;
}
td:last-of-type:not(.qp_col),
th:last-of-type:not(.qp_col) {
  text-align: right;
}
@media (min-width: 830px) {
  .archive-item {
    width: 20%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .archive-item {
    width: 33.33333333%;
  }
}
.visible-xssm-block {
  display: none !important;
}
@media (max-width: 767px) and (min-width: 480px) {
  .visible-xs-block {
    display: none !important;
  }
  .visible-xssm-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
.navbar-default .navbar-header {
  width: 100%;
  margin: 15px 0 25px;
}
.navbar-default .navbar-header.admin-header {
  margin-bottom: 0;
}
.navbar-default .navbar-header .site-title {
  margin: 0 0 2px;
  color: #52783a;
  font-size: 52.6208px;
  font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.navbar-default .navbar-header .site-title.custom-logo {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  height: 0;
  padding-bottom: 11%;
  text-indent: -9999px;
  position: relative;
}
.navbar-default .navbar-header .site-title.custom-logo .navbar-brand {
  margin-left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}
.navbar-default .navbar-header .site-title:not(.custom-logo) .navbar-brand {
  background-image: url("../../../township-default/assets/img/logo_brand.png");
  background-position: left 1px;
  background-repeat: no-repeat;
  -webkit-background-size: 83px auto;
          background-size: 83px auto;
  margin: 0;
  padding: 0 0 0 89px;
  height: auto;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  display: inline-block;
  float: none;
}
.navbar-default .hdr-shrunk-info {
  display: none;
}
.navbar-default.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
}
.navbar-default.shrink {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(98, 98, 98, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(98, 98, 98, 0.2);
}
.navbar-default.shrink > .container {
  position: relative;
}
.navbar-default.shrink .navbar-header {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  z-index: 1;
}
.navbar-default.shrink .hdr-shrunk-info {
  display: block;
  max-width: 47%;
  float: left;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 999px) {
  .navbar-default.shrink .hdr-shrunk-info {
    max-width: 42%;
  }
}
.navbar-default.shrink .hdr-shrunk-menu-btn {
  position: relative;
  top: 1px;
  width: 32px;
  color: #044a56;
  border: 0;
  background: transparent;
  font-size: 20px;
  outline: 0;
}
.navbar-default.shrink .hdr-shrunk-text {
  display: inline-block;
  font-family: open_sansbold;
  font-size: 20px;
  line-height: 1;
}
.navbar-default.shrink .hdr-logo {
  display: none;
}
.navbar-default.shrink .hdr-meta {
  width: auto;
  margin-top: 3px;
}
.navbar-default.shrink .hdr-meta .connect-icons {
  margin-bottom: 0;
}
.navbar-default.shrink .hdr-meta .connect-icons a .icon-label {
  display: none;
}
.navbar-default.shrink .translate {
  display: none;
}
.navbar-default.shrink .default-tagline {
  display: none;
}
.navbar-default.shrink .hdr-search {
  width: auto;
  float: right;
}
.navbar-default.shrink .hdr-search .guide-search,
.navbar-default.shrink .hdr-search .guide-search-submit.btn,
.navbar-default.shrink .hdr-search .guide-search-submitinput[type="submit"],
.navbar-default.shrink .hdr-search .guide-search-submitinput[type="submit"] {
  height: 35px;
}
.navbar-default.shrink .hdr-search .guide-search {
  font-size: 20px;
}
.navbar-default.shrink .guide-search-wrap {
  margin-left: 0;
}
@media (max-width: 999px) {
  .navbar-default.shrink .guide-search-wrap {
    max-width: 240px;
  }
}
.navbar-default.shrink .guide-search-submit.btn .fa-search,
.navbar-default.shrink .guide-search-submitinput[type="submit"] .fa-search,
.navbar-default.shrink .guide-search-submitinput[type="submit"] .fa-search {
  font-size: 20px;
}
.navbar-default.shrink .main-nav-wrap--unshrunk.navbar-collapse.collapse {
  display: none !important;
}
.navbar-default.shrink .main-nav-wrap--shrunk.navbar-collapse.collapse {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 7.5px;
  width: 255px;
  border: 1px solid #044a56;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(98, 98, 98, 0.2);
          box-shadow: 5px 5px 5px 0px rgba(98, 98, 98, 0.2);
  font-size: 16px;
  opacity: 0;
  -webkit-transition: -webkit-transform .25s ease .25s, opacity .25s ease 0s;
       -o-transition: -o-transform .25s ease .25s, opacity .25s ease 0s;
          transition: transform .25s ease .25s, opacity .25s ease 0s;
}
.navbar-default.shrink .main-nav-wrap--shrunk.navbar-collapse.collapse.open {
  opacity: 1;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0s ease 0s, opacity .25s ease .05s;
       -o-transition: -o-transform 0s ease 0s, opacity .25s ease .05s;
          transition: transform 0s ease 0s, opacity .25s ease .05s;
}
.navbar-default.shrink .main-nav-wrap--shrunk.navbar-collapse.collapse .menu-primary-navigation > li {
  width: 100%;
  float: none;
}
.navbar-default.shrink .menu-primary-navigation {
  font-size: 16px;
}
.navbar-default.shrink .menu-primary-navigation > li > a {
  height: auto;
  padding: 12px 11px 12px 7px;
  border: 0;
  border-top: 1px solid #a9c3e3;
}
.navbar-default.shrink .menu-primary-navigation > li > a .menu-title-text {
  width: calc(100% - 35px);
  height: auto;
  float: right;
  text-align: left;
}
.navbar-default.shrink .menu-primary-navigation > li > a .menu-title-text span {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.navbar-default.shrink .menu-primary-navigation > li > a > .inside {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.navbar-default.shrink .menu-primary-navigation > li > a .fa,
.navbar-default.shrink .menu-primary-navigation > li > a .fas,
.navbar-default.shrink .menu-primary-navigation > li > a .far,
.navbar-default.shrink .menu-primary-navigation > li > a .fal,
.navbar-default.shrink .menu-primary-navigation > li > a .fab {
  width: 30px;
  float: left;
  padding: 0;
  text-align: center;
}
.navbar-default.shrink .menu-primary-navigation > li > a .fa.fa-bell,
.navbar-default.shrink .menu-primary-navigation > li > a .fas.fa-bell,
.navbar-default.shrink .menu-primary-navigation > li > a .far.fa-bell,
.navbar-default.shrink .menu-primary-navigation > li > a .fal.fa-bell,
.navbar-default.shrink .menu-primary-navigation > li > a .fab.fa-bell,
.navbar-default.shrink .menu-primary-navigation > li > a .fa.fa-building-o,
.navbar-default.shrink .menu-primary-navigation > li > a .fas.fa-building-o,
.navbar-default.shrink .menu-primary-navigation > li > a .far.fa-building-o,
.navbar-default.shrink .menu-primary-navigation > li > a .fal.fa-building-o,
.navbar-default.shrink .menu-primary-navigation > li > a .fab.fa-building-o,
.navbar-default.shrink .menu-primary-navigation > li > a .fa.fa-shopping-bag,
.navbar-default.shrink .menu-primary-navigation > li > a .fas.fa-shopping-bag,
.navbar-default.shrink .menu-primary-navigation > li > a .far.fa-shopping-bag,
.navbar-default.shrink .menu-primary-navigation > li > a .fal.fa-shopping-bag,
.navbar-default.shrink .menu-primary-navigation > li > a .fab.fa-shopping-bag {
  font-size: 20px;
}
.navbar-default.shrink .menu-primary-navigation > li:first-of-type > a {
  border: 0;
}
.navbar-default.shrink .menu-primary-navigation .dropdown:hover > .dropdown-menu,
.navbar-default.shrink .menu-primary-navigation .dropdown:focus > .dropdown-menu {
  display: none;
}
body.admin .navbar-default .navbar-header .site-title {
  margin-bottom: 10px;
}
.hdr-meta {
  margin-top: -10px;
  text-align: right;
}
.hdr-meta .connect-icons {
  margin-bottom: 3px;
}
.hdr-meta .connect-icons a {
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}
.hdr-meta .connect-icons a.connect-icons-newsletter {
  font-size: 22px;
}
.hdr-meta .connect-icons a .icon-label {
  font-size: 14px;
  padding-left: 4px;
  font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
.translate a:hover,
.translate a:focus {
  text-decoration: none;
}
.default-tagline {
  margin-top: 14px;
  font-family: open_sansitalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
div.goog-te-gadget-simple {
  border: 1px solid #cfcfcf !important;
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 3px;
}
div.goog-te-gadget-simple .goog-te-menu-value span:first-of-type {
  padding: 0 30px 0 5px;
  font-size: 15px;
  font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.goog-te-gadget-simple .goog-te-menu-value span:last-of-type {
  color: #a4a5a5 !important;
}
div.goog-te-gadget-simple .goog-te-menu-value {
  color: #8d8f8f;
}
.goog-te-gadget-icon {
  display: none;
}
.main-nav-wrap,
.mobile-nav-wrap {
  font-size: 14px;
  font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #044a56;
  clear: both;
}
.main-nav-wrap .menu-primary-navigation,
.mobile-nav-wrap .menu-primary-navigation {
  position: relative;
  float: none;
}
.main-nav-wrap .dropdown-menu,
.mobile-nav-wrap .dropdown-menu {
  width: 100%;
  color: #999999;
  border-color: #044a56;
  border-top: 0;
  font-size: 16px;
  padding: 15px;
}
.main-nav-wrap .dropdown-menu .dropdown,
.mobile-nav-wrap .dropdown-menu .dropdown {
  margin-right: 3%;
}
.main-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-1,
.mobile-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-1 {
  width: 23%;
}
.main-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-1 li,
.mobile-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-1 li {
  margin-bottom: 15px;
}
.main-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-2,
.mobile-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-2 {
  width: 15%;
}
.main-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-3,
.mobile-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-3 {
  width: 15%;
}
.main-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-4,
.mobile-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-4 {
  width: 15%;
}
.main-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-5,
.mobile-nav-wrap .dropdown-menu .dropdown#menu-primary-navigation-1-5 {
  width: 20%;
  margin-right: 0;
}
.main-nav-wrap .dropdown-menu li,
.mobile-nav-wrap .dropdown-menu li {
  margin-bottom: 5px;
}
.main-nav-wrap .dropdown-menu li a .fa,
.mobile-nav-wrap .dropdown-menu li a .fa {
  min-width: 23px;
  font-size: 18px;
}
.main-nav-wrap .dropdown-menu .menu-item-descrip,
.mobile-nav-wrap .dropdown-menu .menu-item-descrip {
  color: #999999;
  font-family: open_sansitalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
.main-nav-wrap .nav > li,
.mobile-nav-wrap .nav > li,
.main-nav-wrap .sidebar .menu > li {
  position: static;
}
.main-nav-wrap--shrunk.navbar-collapse.collapse,
.mobile-nav-wrap--shrunk.navbar-collapse.collapse {
  display: none !important;
}
.navbar-default .menu-primary-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-default .menu-primary-navigation > li {
  width: 14.285%;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  float: left;
}
.navbar-default .menu-primary-navigation > li > a {
  height: 79px;
  color: #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #044a56;
  border-bottom: 1px solid #044a56;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 18.4%;
  padding-right: 18.4%;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.3;
  display: block;
}
.navbar-default .menu-primary-navigation > li > a:hover,
.navbar-default .menu-primary-navigation > li > a:active,
.navbar-default .menu-primary-navigation > li.active > a,
.navbar-default .menu-primary-navigation > .open > a,
.navbar-default .menu-primary-navigation > .open > a:hover,
.navbar-default .menu-primary-navigation > .open > a:focus,
.navbar-default .menu-primary-navigation .dropdown:hover > a,
.navbar-default .menu-primary-navigation .dropdown:focus > a {
  color: #044a56;
  background-color: #fff;
  text-decoration: none;
}
.navbar-default .menu-primary-navigation > li > a .fa,
.navbar-default .menu-primary-navigation > li > a .fas,
.navbar-default .menu-primary-navigation > li > a .far,
.navbar-default .menu-primary-navigation > li > a .fal,
.navbar-default .menu-primary-navigation > li > a .fab {
  font-size: 21px;
  padding-top: 5px;
  display: block;
}
.navbar-default .menu-primary-navigation > li > a .fa.fa-bell,
.navbar-default .menu-primary-navigation > li > a .fas.fa-bell,
.navbar-default .menu-primary-navigation > li > a .far.fa-bell,
.navbar-default .menu-primary-navigation > li > a .fal.fa-bell,
.navbar-default .menu-primary-navigation > li > a .fab.fa-bell,
.navbar-default .menu-primary-navigation > li > a .fa.fa-building-o,
.navbar-default .menu-primary-navigation > li > a .fas.fa-building-o,
.navbar-default .menu-primary-navigation > li > a .far.fa-building-o,
.navbar-default .menu-primary-navigation > li > a .fal.fa-building-o,
.navbar-default .menu-primary-navigation > li > a .fab.fa-building-o,
.navbar-default .menu-primary-navigation > li > a .fa.fa-shopping-bag,
.navbar-default .menu-primary-navigation > li > a .fas.fa-shopping-bag,
.navbar-default .menu-primary-navigation > li > a .far.fa-shopping-bag,
.navbar-default .menu-primary-navigation > li > a .fal.fa-shopping-bag,
.navbar-default .menu-primary-navigation > li > a .fab.fa-shopping-bag {
  font-size: 20px;
}
.navbar-default .menu-primary-navigation > li > a > .inside {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.navbar-default .menu-primary-navigation > li > a .menu-title-text {
  height: 28px;
}
.navbar-default .menu-primary-navigation > li > a .menu-title-text span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  display: block;
}
.navbar-default .menu-primary-navigation > li:first-of-type > a {
  border-left: 1px solid #fff;
}
.navbar-default .menu-primary-navigation > li:first-of-type:hover > a,
.navbar-default .menu-primary-navigation > li:first-of-type:focus > a {
  border-left-color: #044a56;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu {
  padding: 22px 25px;
  margin-top: 0;
  border-radius: 0;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu ul.menu {
  list-style-type: none;
  padding-left: 0;
  padding-right: 6.4%;
  float: left;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu ul.menu > li {
  margin-bottom: 14px;
  line-height: 1.2;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu ul.menu > li:last-of-type {
  margin-bottom: 0;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu ul#menu-what-to-do {
  width: auto;
  max-width: 45%;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu ul#menu-what-to-do > li:not(:last-of-type) {
  margin-bottom: 9px;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu .submenus-wrap {
  width: 55%;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu .submenus-wrap ul.menu {
  width: 32.5%;
  padding-right: 13%;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu .submenus-wrap ul.menu:first-of-type {
  width: 42.2%;
}
.navbar-default .menu-primary-navigation > li > .dropdown-menu .submenus-wrap ul.menu:last-of-type {
  width: 25.3%;
  padding-right: 0;
}
.navbar-default .menu-primary-navigation .dropdown {
  position: static;
}
.navbar-default .menu-primary-navigation .dropdown:hover > .dropdown-menu,
.navbar-default .menu-primary-navigation .dropdown:focus > .dropdown-menu {
  display: block;
}
.navbar-default .menu-primary-navigation > .open > a,
.navbar-default .menu-primary-navigation > .open > a:hover,
.navbar-default .menu-primary-navigation > .open > a:focus,
.navbar-default .menu-primary-navigation .dropdown:hover > a,
.navbar-default .menu-primary-navigation .dropdown:focus > a {
  border-left-color: #044a56;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .menu-primary-navigation .menu-title {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.navbar-default .menu-primary-navigation .guide-flag {
  width: 100%;
  margin-right: 0;
  text-align: left;
}
#search-header::-webkit-input-placeholder {
  color: #666666;
}
#search-header:-ms-input-placeholder {
  color: #666666;
}
#search-header:-moz-placeholder {
  color: #666666;
}
#search-header::placeholder {
  color: #666666;
}
body[data-menu-position="closed"] #jPanelMenu-menu {
  display: none;
}
nav:not(#jPanelMenu-menu) .menu-offcanvas {
  display: none;
}
.mobile-nav-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
ul.mobile-nav {
  margin: 0;
}
ul.mobile-nav > li {
  margin-bottom: 0;
  width: 20%;
  text-align: center;
  float: left;
}
ul.mobile-nav > li > a {
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 55px;
}
ul.mobile-nav > li > a:hover,
ul.mobile-nav > li > a:focus {
  color: #044a56;
  background-color: #fff;
}
ul.mobile-nav > li > a:before {
  font-size: 17px;
  font-family: 'Font Awesome 5 Pro';
  display: block;
}
ul.mobile-nav > li .menu-title-text {
  font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.mobile-nav .menu-trigger > a:before {
  content: "\f141";
}
#jPanelMenu-menu {
  border-left: 1px solid #044a56;
  padding-bottom: 80px;
}
ul.menu-offcanvas > li {
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
}
ul.menu-offcanvas > li .dropdown-menu {
  position: relative;
  width: 100%;
}
.trigger-off-canvas {
  cursor: pointer;
}
body.iframe .navbar-default .navbar-header {
  margin-top: 10px;
  margin-bottom: 15px;
}
body.iframe .navbar-default .navbar-header .site-title.custom-logo.iframe-only-logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  height: auto;
  max-height: 200px;
  padding-bottom: 0;
  background-position: center;
}
body.iframe .navbar-default .navbar-header .iframe-tagline {
  font-size: 14px;
  font-family: open_sansitalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1000px) {
  .hdr-meta {
    margin-top: 34px;
  }
  .hdr-meta--tagline {
    margin-top: 20px;
  }
  .hdr-meta .connect-icons {
    margin-bottom: 15px;
  }
  .navbar-default .menu-primary-navigation > li > a .menu-title-text {
    height: 37px;
  }
}
@media (min-width: 768px) {
  .hdr-meta {
    padding-left: 0;
  }
  .hdr-meta .connect-icons a.connect-icons-newsletter {
    position: relative;
    top: 1px;
  }
  .mobile-nav-wrap {
    display: none;
  }
  .default-tagline--mobile {
    display: none;
  }
}
@media (max-width: 999px) {
  .navbar-default .navbar-header .site-title.custom-logo {
    padding-bottom: 10%;
  }
  .navbar-default .menu-primary-navigation {
    font-size: 11px;
  }
  .navbar-default .menu-primary-navigation > li > .dropdown-menu .submenus-wrap ul.menu {
    padding-right: 7%;
  }
  .navbar-default .menu-primary-navigation .guide-flag {
    font-size: 10px;
  }
  .navbar-default .menu-primary-navigation .guide-flag:before {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    padding-top: 21px;
  }
  .navbar-default .navbar-header .site-title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
  }
  .navbar-default .navbar-header .site-title.custom-logo {
    background-position: center;
    margin: 0 auto 10px;
    padding-bottom: 16%;
  }
  .navbar-default .navbar-header .site-title.custom-logo.iframe-only-logo .navbar-brand {
    -webkit-background-size: contain;
            background-size: contain;
    padding: 0;
    background-position: center;
  }
  .navbar-default .navbar-header .site-title .navbar-brand {
    -webkit-background-size: 30px auto;
            background-size: 30px auto;
    padding-left: 34px;
    background-position: left 0;
  }
  .hdr-meta {
    position: absolute;
    top: -1px;
    right: 118px;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hdr-meta .connect-icons {
    position: relative;
    z-index: 1;
  }
  .hdr-meta .connect-icons a {
    font-size: 20px;
  }
  .hdr-meta .connect-icons a.connect-icons-newsletter {
    margin-left: 2px;
  }
  .hdr-meta .connect-icons a .icon-label {
    display: none;
  }
  .hdr-meta .translate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #333333;
  }
  .hdr-meta .translate *,
  .hdr-meta div.goog-te-gadget-simple .goog-te-menu-value span:first-of-type,
  .hdr-meta div.goog-te-gadget-simple .goog-te-menu-value span:last-of-type {
    padding: 0 !important;
    border: 0 !important;
    background-color: #333333;
    color: #fff !important;
    font-family: open_sanssemibold !important;
    line-height: 1;
  }
  .hdr-meta div.goog-te-gadget-simple .goog-te-menu-value {
    margin-right: 9px;
  }
  .hdr-meta div.goog-te-gadget-simple {
    padding: 2px 0 5px !important;
  }
  .hdr-meta div.goog-te-gadget-simple > span {
    line-height: 1.6;
  }
  .hdr-meta div.goog-te-gadget-simple .goog-te-menu-value span:first-of-type {
    padding-bottom: 3px !important;
    font-size: 10px;
  }
  .hdr-meta div.goog-te-gadget-simple .goog-te-menu-value span:last-of-type {
    font-size: 8px;
  }
  .default-tagline {
    margin-top: 10px;
    margin-bottom: -14px;
    line-height: 1.2;
  }
  .default-tagline--desktop {
    display: none;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.sidebar .menu > li {
  float: none;
  margin-bottom: 0;
}
.sidebar .menu > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.2;
}
.sidebar .menu .header {
  padding-top: 11px;
  padding-bottom: 6px;
  font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.sidebar .menu .header:not(:first-of-type) {
  margin-top: 20px;
}
.sidebar {
  margin-bottom: 15px;
}
.sidebar .widget:not(:last-child) {
  margin-bottom: 20px;
}
.widget_rcylst_upcoming_events_widget,
.widget_recent_entries {
  background-color: #eeeeee;
  padding: 15px;
}
.widget_rcylst_upcoming_events_widget h3,
.widget_recent_entries h3 {
  margin-bottom: 25px;
  text-align: center;
}
.event-list,
.widget_recent_entries ul {
  list-style-type: none;
  padding-left: 0;
}
.event-list li,
.widget_recent_entries ul li {
  margin-bottom: 30px;
  line-height: 1.2;
}
.event-list li .date-btn,
.widget_recent_entries ul li .date-btn {
  background-color: #c0d950;
  border-radius: 100px;
  padding: 20px 0;
  width: 80px;
  height: 80px;
  font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  float: left;
}
.event-list li a,
.widget_recent_entries ul li a {
  font-size: 17px;
  display: block;
}
.event-list a {
  margin-left: 95px;
}
@media (min-width: 768px) {
  .sidebar {
    padding-right: 25px;
  }
  .sidebar-post .sidebar,
  .search-results .sidebar {
    float: right;
    clear: right;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-bottom: 30px;
  }
}
.pre-site-footer {
  background-color: #fff;
  padding: 15px 0;
}
.pre-site-footer .row {
  overflow: hidden;
}
.curated-guide-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.curated-guide-list li {
  clear: both;
  margin: 10px 0;
}
.curated-guide-list li:last-of-type {
  margin-bottom: 0;
}
.curated-guide-list li a {
  display: inline-block;
}
.curated-guide-list .guide-list-title {
  display: block;
}
.site-footer {
  color: #fff;
  background-color: #333333;
  padding: 30px 0 20px;
  overflow: hidden;
}
.site-footer a,
.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
}
.footer-logo-menu-wrap {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-bottom: 40px;
}
#menu-footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -8px;
  font-size: 14px;
}
#menu-footer-menu li {
  float: left;
  padding: 0 16px 0 8px;
  margin-bottom: 0;
  position: relative;
}
#menu-footer-menu li:after {
  content: "|";
  display: inline-block;
  right: 0;
  position: absolute;
}
#menu-footer-menu li:last-of-type:after {
  content: "";
}
.footer-meta-credits-wrap {
  position: relative;
}
.site-meta,
.site-credits-wrap {
  color: #cccccc;
  font-size: 12px;
}
.site-meta .textwidget :last-child {
  margin-bottom: 0;
}
.site-credits {
  display: inline-block;
}
.site-credits-text {
  margin-top: 9px;
  float: left;
}
.logo-recyclist {
  background-image: url("../../../township-default/assets/img/logo_recyclist.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  width: 85px;
  height: 23px;
  text-indent: -9999px;
  display: block;
}
.rcylst-admin-panel {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 10px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .guide-list-wrap {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    padding-right: 30px;
  }
  .guide-list-wrap:not(:first-of-type) {
    border-left: 1px solid #cccccc;
  }
  .guide-list-wrap .inside {
    margin: 20px 0;
  }
  .guide-list-wrap .inside > .btn,
  .guide-list-wrap .inside > input[type="submit"] {
    clear: both;
  }
  .guide-list-wrap .inside > .btn:not(:last-of-type),
  .guide-list-wrap .inside > input[type="submit"]:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .footer-logo {
    float: left;
  }
  .footer-has-logo #menu-footer-menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    margin-left: 30px;
  }
  .site-meta {
    padding-right: 20px;
    max-width: 50%;
    float: left;
    clear: left;
  }
  .site-credits-wrap {
    margin-top: -8px;
    padding-left: 20px;
    max-width: 50%;
    float: right;
  }
  .site-credits-wrap > * {
    float: right;
    clear: both;
  }
}
@media (max-width: 767px) {
  .guide-list-wrap {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-menu-wrap.footer-has-logo {
    margin-left: 0 !important;
  }
  .site-meta {
    margin-bottom: 30px;
  }
}
.urg-footer {
  font-size: 13px;
  color: #8c8c8c;
  text-align: center;
  padding: 0 0 50px;
}
.urg-footer .poweredby-logo {
  display: inline-block;
  width: 90px;
  margin-top: -14px;
}
.page-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0 12px;
}
.archive .page-header {
  text-align: center;
}
body.quiz .page-header {
  display: none;
}
body:not(.home).page h1:not(.site-title--guide-iframe):not(.qp_title) {
  font-size: 36px;
  font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
}
.page-template-default:not(.home) h1 {
  text-align: center;
}
#home-sec-slider {
  padding: 0;
  background-color: #eeeeee;
}
.home-slider {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.home-slider .slides > li {
  margin-bottom: 0;
  height: 0;
  padding-bottom: 56.8%;
}
.home-slider .slider-img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.home-slider .slider-copy {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.578% 5.5671%;
  left: 0;
  bottom: 40px;
  position: absolute;
}
.home-slider .slider-copy-headline {
  color: #000;
  font-family: open_sansregular, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}
.home-slider .slider-copy-link {
  font-size: 14px;
  line-height: 1.2;
  display: block;
}
.home-slider .flex-control-nav li {
  margin-bottom: 0;
}
.home-slider .flex-control-paging li a {
  width: 17px;
  height: 17px;
  border: 1px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border-color: #ddd;
}
.home-slider .flex-control-paging li a.flex-active {
  background: #044a56;
  border-color: #044a56;
}
#home-sec-0 .home-content > :last-child {
  margin-bottom: 0;
}
#home-sec-1 {
  background-color: #c9c9c9;
  background-image: url("../../../township-default/assets/img/home_1_bgv3.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 360px;
}
#home-sec-1 .guide-search-wrap {
  margin: 0 auto;
}
#home-sec-1 .guide-search-wrap .guide-search:first-child {
  background-color: transparent;
}
#home-sec-1 .guide-search-wrap .guide-search:nth-child(2),
#home-sec-1 .guide-search-wrap .guide-search-submit {
  color: #fff;
  border-color: #fff;
  background-color: #717171 !important;
}
#home-sec-1 .guide-search-wrap .fa-search {
  color: #fff;
}
#home-sec-1 .guide-search-wrap .guide-search::-moz-placeholder {
  color: #fff;
}
#home-sec-1 .guide-search-wrap .guide-search:-ms-input-placeholder {
  color: #fff;
}
#home-sec-1 .guide-search-wrap .guide-search::-webkit-input-placeholder {
  color: #fff;
}
.latest-item {
  font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.latest-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.latest-item:nth-child(2n+3) {
  clear: left;
}
.latest-item a,
.latest-item .latest-item-hdr .latest-item-hdr-link {
  font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.latest-item-hdr {
  margin-bottom: 10px;
}
.latest-item-img {
  margin-right: 10px;
}
#home-sec-3 {
  background-color: #294e7b;
  background-image: url("../../../township-default/assets/img/home_3_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 130px 0;
}
#home-sec-3 .cta {
  background-color: #fff;
  border-radius: 10px;
  padding: 19px 0 20px;
  margin: 0 auto;
  max-width: 630px;
}
#home-sec-3 .cta-hdr {
  margin: 0 35px 0 0;
  font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 500px) {
  #home-sec-3 .cta-hdr {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#home-sec-4 {
  text-align: center;
}
#home-sec-4 .newsletter-signup {
  margin-bottom: 25px;
}
.home-sec {
  padding: 30px 0;
}
.home-sec-title {
  font-size: 36px;
  font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
#home-sec-1 .home-sec-title {
  font-size: 48px;
  text-shadow: 1px 1px 10px #909090;
}
section:not(#home-sec-1) .home-sec-title {
  color: #666666;
}
.iframe-content {
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
}
.iframe-content img {
  height: auto;
}
@media (min-width: 768px) {
  .home-slider .flex-control-nav {
    width: auto;
    right: 16px;
    bottom: 0px;
    z-index: 5;
  }
  .home-slider .slider-copy {
    width: 385px;
  }
}
@media (max-width: 767px) {
  #home-sec-slider > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home-slider .slides > li {
    height: auto;
    padding-bottom: 0;
  }
  .home-slider .slider-img {
    height: 0;
    padding-bottom: 56.8%;
    position: static;
  }
  .home-slider .slider-copy {
    background-color: #eeeeee;
    padding: 15px 15px;
    max-width: none;
    position: static;
    text-align: center;
  }
  .home-slider .flex-control-nav {
    position: static;
    margin-bottom: 8px;
  }
  .home-slider .flex-control-paging li a {
    border-color: #044a56;
  }
  #home-sec-1 {
    min-height: 220px;
    padding-top: 15px;
    -webkit-background-size: 768px auto;
            background-size: 768px auto;
  }
  #home-sec-1 .guide-search-wrap {
    max-width: 360px;
  }
  #home-sec-1 .home-sec-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  #home-sec-1 .guide-search-wrap {
    max-width: calc(100vw - 30px);
  }
}
.single-_rcylst_guide ._rcylst_guide .entry-content {
  padding-right: 30px;
}
.single-_rcylst_guide ._rcylst_guide .guide-flags {
  margin-top: 12px;
}
.single-_rcylst_guide ._rcylst_guide .featured-img-wrap {
  margin-bottom: 50px;
}
.single-_rcylst_guide ._rcylst_guide .featured-img-wrap .image-credits {
  max-width: 300px;
  margin-top: 10px;
}
.image-credits {
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}
.image-credits,
.image-credits a,
.content .image-credits a {
  color: #cccccc;
  font-family: open_sansregular, 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.guide-item-hdr {
  margin-bottom: 20px;
}
.guide-item-title {
  color: #000;
  margin-right: 20px;
}
.guide-flag {
  padding-top: 1px;
  padding-bottom: 2px;
  margin-right: 20px;
  font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #5488c6;
  border-color: #5488c6;
}
.single-_rcylst_guide .type-_rcylst_guide .guide-flag {
  float: left;
  margin-bottom: 5px;
}
.single-_rcylst_guide .type-_rcylst_guide .guide-flag.flag-fw {
  font-size: 18px;
  display: block;
  text-align: left;
  float: none;
  line-height: 31px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 1px;
}
table .guide-flag {
  margin-right: 0;
  display: inline-block;
}
a.guide-flag:hover,
a.guide-flag:focus {
  background-color: #3a6ead;
  border-color: #3a6ead;
}
.guide-flag.btn,
.guide-flaginput[type="submit"] {
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
}
.guide-iframe .guide-flag.btn,
.guide-iframe .guide-flaginput[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-flag.btn:before,
.guide-flaginput[type="submit"]:before {
  font-size: 20px;
}
.guide-flag.btn.flag-curbside:before,
.guide-flaginput[type="submit"].flag-curbside:before {
  content: '';
  min-height: 23px;
  padding-right: 0;
}
.guide-flag.flag-banner {
  text-align: center;
  background-color: #5488c6;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 0;
}
.tax-_rcylst_what_to_do .guide-flag.flag-banner {
  background-color: #333333;
}
.tax-_rcylst_what_to_do .guide-flag.flag-banner:before {
  content: '';
}
.guide-flag.flag-landfill {
  background-color: #6c6662;
  border-color: #6c6662;
}
a.guide-flag.flag-landfill:hover,
a.guide-flag.flag-landfill:focus {
  background-color: #514d4a;
  border-color: #514d4a;
}
.guide-flag.flag-landfill:before {
  content: '\f63c';
}
.guide-flag.flag-bulky-item-pickup {
  background-color: #6c6662;
  border-color: #6c6662;
}
a.guide-flag.flag-bulky-item-pickup:hover,
a.guide-flag.flag-bulky-item-pickup:focus {
  background-color: #514d4a;
  border-color: #514d4a;
}
.guide-flag.flag-bulky-item-pickup:before {
  content: '\f63c';
}
.guide-flag.flag-paperrecycling {
  background-color: #0466e0;
  border-color: #0466e0;
}
a.guide-flag.flag-paperrecycling:hover,
a.guide-flag.flag-paperrecycling:focus {
  background-color: #034fae;
  border-color: #034fae;
}
.guide-flag.flag-transfer-station {
  background-color: #d64f81;
  border-color: #d64f81;
}
a.guide-flag.flag-transfer-station:hover,
a.guide-flag.flag-transfer-station:focus {
  background-color: #c42e65;
  border-color: #c42e65;
}
.guide-flag.flag-transfer-station:before {
  content: '\f63c';
}
.guide-flag.flag-construction-demolition {
  background-color: #f57d19;
  border-color: #f57d19;
}
a.guide-flag.flag-construction-demolition:hover,
a.guide-flag.flag-construction-demolition:focus {
  background-color: #d26409;
  border-color: #d26409;
}
.guide-flag.flag-construction-demolition:before {
  content: '\f82c';
}
.guide-flag.flag-c_d {
  background-color: #efad4d;
  border-color: #efad4d;
}
a.guide-flag.flag-c_d:hover,
a.guide-flag.flag-c_d:focus {
  background-color: #eb971e;
  border-color: #eb971e;
}
.guide-flag.flag-c_d:before {
  content: '\f0ad';
}
.guide-flag.flag-green {
  background-color: #52783a;
  border-color: #52783a;
}
a.guide-flag.flag-green:hover,
a.guide-flag.flag-green:focus {
  background-color: #3b5629;
  border-color: #3b5629;
}
.guide-flag.flag-green:before {
  content: '\f06c';
}
.guide-flag.flag-hhw,
.guide-flag.flag-blueline {
  background-color: #f57d19;
  border-color: #f57d19;
}
a.guide-flag.flag-hhw:hover,
a.guide-flag.flag-blueline:hover,
a.guide-flag.flag-hhw:focus,
a.guide-flag.flag-blueline:focus {
  background-color: #d26409;
  border-color: #d26409;
}
.guide-flag.flag-hhw:before,
.guide-flag.flag-blueline:before {
  content: '\f071';
}
.guide-flag.flag-plastic_bags {
  background-color: #2f5a8e;
  border-color: #2f5a8e;
}
a.guide-flag.flag-plastic_bags:hover,
a.guide-flag.flag-plastic_bags:focus {
  background-color: #224268;
  border-color: #224268;
}
.guide-flag.flag-plastic_bags:before {
  content: '\f290';
  font-weight: 400;
}
.guide-flag.flag-garbage {
  background-color: #453430;
  border-color: #453430;
}
a.guide-flag.flag-garbage:hover,
a.guide-flag.flag-garbage:focus {
  background-color: #271d1b;
  border-color: #271d1b;
}
.guide-flag.flag-garbage:before {
  content: '\f1f8';
}
.guide-flag.flag-ewaste {
  background-color: #6a2d97;
  border-color: #6a2d97;
}
a.guide-flag.flag-ewaste:hover,
a.guide-flag.flag-ewaste:focus {
  background-color: #4e2170;
  border-color: #4e2170;
}
.guide-flag.flag-ewaste:before {
  content: '\f1e6';
}
.guide-flag.flag-backyard-composting {
  background-color: #52783a;
  border-color: #52783a;
}
a.guide-flag.flag-backyard-composting:hover,
a.guide-flag.flag-backyard-composting:focus {
  background-color: #3b5629;
  border-color: #3b5629;
}
.guide-flag.flag-backyard-composting:before {
  content: '\f06c';
}
.guide-flag.flag-special {
  background-color: #dea110;
  border-color: #dea110;
}
a.guide-flag.flag-special:hover,
a.guide-flag.flag-special:focus {
  background-color: #ae7f0d;
  border-color: #ae7f0d;
}
.guide-flag.flag-special:before {
  content: '\f059';
}
.guide-flag.flag-crv-refund {
  background-color: #25466f;
  border-color: #25466f;
}
a.guide-flag.flag-crv-refund:hover,
a.guide-flag.flag-crv-refund:focus {
  background-color: #182e49;
  border-color: #182e49;
}
.guide-flag.flag-crv-refund:before {
  content: '\f2e8';
}
.guide-flag.flag-illegal,
.guide-flag.flag-legal,
.guide-flag.flag-mercury,
.guide-flag.flag-alternative_ways_to_recycle,
.guide-flag.flag-event_notice {
  font-size: 14px;
  background-color: transparent;
}
.guide-flag.flag-illegal,
.guide-flag.flag-mercury {
  color: #cb0e19;
}
.guide-flag.flag-illegal:before,
.guide-flag.flag-mercury:before {
  content: '\f024';
  padding-right: 4px;
}
.guide-flag.flag-legal {
  color: #52783a;
}
.guide-flag.flag-legal:before {
  content: '\f00c';
  padding-right: 0;
}
.guide-flag.flag-alternative_ways_to_recycle,
.guide-flag.flag-event_notice {
  color: #bbc75b;
}
.guide-flag.flag-alternative_ways_to_recycle:before,
.guide-flag.flag-event_notice:before {
  content: '\f005';
  padding-right: 3px;
}
.guide-flag.flag-leftarw:before {
  content: '\f0a8';
}
.guide-flag.flag-return-to-retail {
  background-color: #796afc;
  border-color: #796afc;
}
a.guide-flag.flag-return-to-retail:hover,
a.guide-flag.flag-return-to-retail:focus {
  background-color: #4c38fb;
  border-color: #4c38fb;
}
.guide-flag.flag-return-to-retail:before {
  content: '\f07a';
}
.guide-flag.flag-check {
  background-color: #bb5cdb;
  border-color: #bb5cdb;
}
a.guide-flag.flag-check:hover,
a.guide-flag.flag-check:focus {
  background-color: #aa32d2;
  border-color: #aa32d2;
}
.guide-flag.flag-check:before {
  content: '\f002';
}
.guide-flag.flag-scrap-metal {
  background-color: #d9bc5b;
  border-color: #d9bc5b;
}
a.guide-flag.flag-scrap-metal:hover,
a.guide-flag.flag-scrap-metal:focus {
  background-color: #cfab32;
  border-color: #cfab32;
}
.guide-flag.flag-scrap-metal:before {
  content: '\f0c1';
}
.guide-flag.flag-return-for-deposit {
  background-color: #25466f;
  border-color: #25466f;
}
a.guide-flag.flag-return-for-deposit:hover,
a.guide-flag.flag-return-for-deposit:focus {
  background-color: #182e49;
  border-color: #182e49;
}
.guide-flag.flag-return-for-deposit:before {
  content: '\f2e8';
}
.guide-flag.flag-donate {
  background-color: #9a1890;
  border-color: #9a1890;
}
a.guide-flag.flag-donate:hover,
a.guide-flag.flag-donate:focus {
  background-color: #6e1167;
  border-color: #6e1167;
}
.guide-flag.flag-donate:before {
  content: '\f47c';
}
.guide-flag.flag-national-recycling-options {
  background-color: #5988e2;
  border-color: #5988e2;
}
a.guide-flag.flag-national-recycling-options:hover,
a.guide-flag.flag-national-recycling-options:focus {
  background-color: #2e69da;
  border-color: #2e69da;
}
.guide-flag.flag-recycle-with-local-businesses {
  background-color: #3f3f94;
  border-color: #3f3f94;
}
a.guide-flag.flag-recycle-with-local-businesses:hover,
a.guide-flag.flag-recycle-with-local-businesses:focus {
  background-color: #303070;
  border-color: #303070;
}
.guide-flag.flag-junkpickup {
  background-color: #5488c6;
  border-color: #5488c6;
}
a.guide-flag.flag-junkpickup:hover,
a.guide-flag.flag-junkpickup:focus {
  background-color: #3a6ead;
  border-color: #3a6ead;
}
.guide-flag.flag-junkpickup:before {
  content: '\f63c';
}
.guide-item-alert {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.guide-item-alert-inner {
  color: #fff;
  background-color: #044a56;
  border: 1px solid #044a56;
  padding: 5px 10px;
  display: inline-block;
}
.guide-item-alert-inner .fa {
  margin-left: 10px;
}
.guide-item-alert a.guide-item-alert-inner:hover,
.guide-item-alert a.guide-item-alert-inner:focus {
  color: #fff;
  background-color: #004150;
  border-color: #004150;
  text-decoration: none;
}
.descrip-box {
  background-color: #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.item-info-item {
  margin-bottom: 30px;
}
.item-img-wrap {
  width: 125px;
  margin: 0 20px 20px 0;
  float: left;
}
.item-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit;
}
.ways-to-wrap {
  margin-bottom: 50px;
}
.ways-to-content-wrap {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #99b093;
  padding: 15px;
}
.alternative-ways-to-recycle .ways-to-content-wrap {
  border-color: #bbc75b;
}
.ways-to-content:last-child .item-content,
.ways-to-content:last-child .item-content :last-child {
  margin-bottom: 0;
}
.ways-to-hdr,
.flag-banner {
  color: #fff;
  background-color: #99b093;
  margin: 0;
  padding: 7px 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 21px;
  font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.ways-to-hdr:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  font-weight: 900;
  padding-right: 8px;
}
.alternative-ways-to-recycle .ways-to-hdr {
  background-color: #bbc75b;
}
.alternative-ways-to-recycle .ways-to-hdr:before {
  content: '\f005';
}
.ways-to-reduce .ways-to-hdr:before {
  content: '\f0ac';
}
.ways-to-reuse .ways-to-hdr:before {
  content: '\f021';
}
@media (min-width: 480px) {
  .item-title.copy-margin,
  .item-content.copy-margin {
    margin-left: 145px;
  }
}
@media (max-width: 768px) {
  .single-_rcylst_guide ._rcylst_guide .featured-img-wrap img {
    width: 100%;
  }
}
.entry-title {
  color: #000;
}
.entry-meta .entry-date {
  float: left;
  font-style: italic;
  display: none;
}
@media (max-width: 999px) {
  .entry-meta .entry-date {
    font-size: 14px;
  }
}
.blog .main article,
.search .main article {
  border-bottom: 1px solid;
  padding-bottom: 48px;
  margin-bottom: 40px;
}
.blog .entry-title a,
.search .entry-title a {
  color: inherit;
}
.featured-img-post {
  margin-bottom: 13px;
}
.event-date-hdr {
  background-color: #c0d950;
  padding: 10px;
  margin: 0 0 15px;
  border-radius: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  .blog .main article:last-of-type,
  .search .main article:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
@font-face {
  font-family: 'tekoregular';
  src: url('../fonts/teko-regular-webfont.eot');
  src: url('../fonts/teko-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/teko-regular-webfont.woff2') format('woff2'), url('../fonts/teko-regular-webfont.woff') format('woff'), url('../fonts/teko-regular-webfont.ttf') format('truetype'), url('../fonts/teko-regular-webfont.svg#tekoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#home-sec-3,
#home-sec-4 {
  display: none;
}
.site-footer {
  background-color: #033541;
}
h1,
.h1,
.guide-item-title,
body:not(.home).page h1:not(.site-title--guide-iframe):not(.qp_title) {
  color: #003a48;
  font-family: tekoregular, open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
}
body.home h1,
body.home.guide-iframe h1,
body.single-post h1,
body.single-post.guide-iframe h1,
body.single-_rcylst_event h1,
body.single-_rcylst_event.guide-iframe h1,
body.home .h1,
body.home.guide-iframe .h1,
body.single-post .h1,
body.single-post.guide-iframe .h1,
body.single-_rcylst_event .h1,
body.single-_rcylst_event.guide-iframe .h1,
body.home .guide-item-title,
body.home.guide-iframe .guide-item-title,
body.single-post .guide-item-title,
body.single-post.guide-iframe .guide-item-title,
body.single-_rcylst_event .guide-item-title,
body.single-_rcylst_event.guide-iframe .guide-item-title,
body.home h1:not(.site-title--guide-iframe):not(.qp_title),
body.home.guide-iframe h1:not(.site-title--guide-iframe):not(.qp_title),
body.single-post h1:not(.site-title--guide-iframe):not(.qp_title),
body.single-post.guide-iframe h1:not(.site-title--guide-iframe):not(.qp_title),
body.single-_rcylst_event h1:not(.site-title--guide-iframe):not(.qp_title),
body.single-_rcylst_event.guide-iframe h1:not(.site-title--guide-iframe):not(.qp_title) {
  text-transform: none;
}
.navbar-default .navbar-header .site-title.custom-logo {
  padding-bottom: 13%;
}
.connect-icons a {
  color: #00809c;
}
@media (min-width: 1000px) {
  .hdr-meta--tagline {
    margin-top: 34px;
  }
}
@media (max-width: 999px) {
  .navbar-default .navbar-header .site-title.custom-logo {
    padding-bottom: 12%;
  }
  .hdr-meta--tagline {
    margin-top: -49px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-header .site-title.custom-logo {
    height: 94px;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .navbar-default .navbar-header .site-title.custom-logo {
    height: 0;
    padding-bottom: 21%;
  }
}
body.guide-iframe .did-you-know-wrap {
  display: none;
}
.navbar-default.stuck {
  position: initial;
  top: 46px;
}
.navbar-default.shrink {
  position: fixed;
}
