@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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] {
  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;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  color: #00502f;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a8a8a8;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 35px;
}

h3, .h3 {
  font-size: 27px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

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: 81%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #a8a8a8;
}

.text-primary {
  color: #00502f;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #001d11;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00502f;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #001d11;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #d1d1d1;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ul ol,
ol ul,
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.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #a8a8a8;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 16px;
  border-left: 5px solid #d1d1d1;
}
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.625;
  color: #a8a8a8;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d1d1d1;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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: 10px;
  padding-right: 10px;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a8a8a8;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.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: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.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 > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.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: #333333;
  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;
  -moz-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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #525252;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #525252;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #d1d1d1;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 40px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  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 {
  position: relative;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  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);
}
.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;
}
.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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.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 .form-control-static {
    display: inline-block;
  }
  .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: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 26px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "- ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #525252;
}

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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: 479px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  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;
  }
}
/*media queries*/
/*sprite position*/
/*standard transition - preload avoids transition on page load (js in head of page)*/
.preload * {
  transition: all none;
}

/*standard transition*/
.padding-top {
  padding-top: 2.4375em;
}

.border-top {
  border-top: 1px solid #e4e0d4;
}

.border-bottom {
  border-bottom: 1px solid #e4e0d4;
}

.gradient-top {
  background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fbfbfb 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFBFBFB", endColorstr="#FFFFFFFF", GradientType=0);
}

.gradient-bottom {
  background-image: -webkit-linear-gradient(top, #fff 0%, #fbfbfb 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #fbfbfb 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fbfbfb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFBFBFB", GradientType=0);
}

/* Heading text: Futura - Typekit */
/* Body text: Open Sans - Google font */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 18px;
  margin-top: 18px;
}
.wf-futurapt-n4-active h1, .wf-futurapt-n4-active h2, .wf-futurapt-n4-active h3, .wf-futurapt-n4-active h4, .wf-futurapt-n4-active h5, .wf-futurapt-n4-active h6,
.wf-futurapt-n4-active .h1, .wf-futurapt-n4-active .h2, .wf-futurapt-n4-active .h3, .wf-futurapt-n4-active .h4, .wf-futurapt-n4-active .h5, .wf-futurapt-n4-active .h6 {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-family: serif;
  font-weight: 500;
  font-style: normal;
}
.wf-futurapt-n5-active h1 a, .wf-futurapt-n5-active h2 a, .wf-futurapt-n5-active h3 a, .wf-futurapt-n5-active h4 a, .wf-futurapt-n5-active h5 a, .wf-futurapt-n5-active h6 a,
.wf-futurapt-n5-active .h1 a, .wf-futurapt-n5-active .h2 a, .wf-futurapt-n5-active .h3 a, .wf-futurapt-n5-active .h4 a, .wf-futurapt-n5-active .h5 a, .wf-futurapt-n5-active .h6 a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
h1 strong,
h1 b, h2 strong,
h2 b, h3 strong,
h3 b, h4 strong,
h4 b, h5 strong,
h5 b, h6 strong,
h6 b,
.h1 strong,
.h1 b, .h2 strong,
.h2 b, .h3 strong,
.h3 b, .h4 strong,
.h4 b, .h5 strong,
.h5 b, .h6 strong,
.h6 b {
  font-family: serif;
  font-weight: 500;
  font-style: normal;
}
.wf-futurapt-n5-active h1 strong,
.wf-futurapt-n5-active h1 b, .wf-futurapt-n5-active h2 strong,
.wf-futurapt-n5-active h2 b, .wf-futurapt-n5-active h3 strong,
.wf-futurapt-n5-active h3 b, .wf-futurapt-n5-active h4 strong,
.wf-futurapt-n5-active h4 b, .wf-futurapt-n5-active h5 strong,
.wf-futurapt-n5-active h5 b, .wf-futurapt-n5-active h6 strong,
.wf-futurapt-n5-active h6 b,
.wf-futurapt-n5-active .h1 strong,
.wf-futurapt-n5-active .h1 b, .wf-futurapt-n5-active .h2 strong,
.wf-futurapt-n5-active .h2 b, .wf-futurapt-n5-active .h3 strong,
.wf-futurapt-n5-active .h3 b, .wf-futurapt-n5-active .h4 strong,
.wf-futurapt-n5-active .h4 b, .wf-futurapt-n5-active .h5 strong,
.wf-futurapt-n5-active .h5 b, .wf-futurapt-n5-active .h6 strong,
.wf-futurapt-n5-active .h6 b {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}

h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 29px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 27px;
  }
}

h4 {
  font-size: 23px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 23px;
  }
}

.panel-leader h1:first-of-type, .panel-leader h2:first-of-type, .panel-leader h3:first-of-type, .panel-leader h4:first-of-type, .panel-leader h5:first-of-type, .panel-leader h6:first-of-type,
.panel-leader .h1:first-of-type, .panel-leader .h2:first-of-type, .panel-leader .h3:first-of-type, .panel-leader .h4:first-of-type, .panel-leader .h5:first-of-type, .panel-leader .h6:first-of-type,
.contentwrap h1:first-of-type,
.contentwrap h2:first-of-type,
.contentwrap h3:first-of-type,
.contentwrap h4:first-of-type,
.contentwrap h5:first-of-type,
.contentwrap h6:first-of-type,
.contentwrap .h1:first-of-type,
.contentwrap .h2:first-of-type,
.contentwrap .h3:first-of-type,
.contentwrap .h4:first-of-type,
.contentwrap .h5:first-of-type,
.contentwrap .h6:first-of-type,
.panel-fullwidth h1:first-of-type,
.panel-fullwidth h2:first-of-type,
.panel-fullwidth h3:first-of-type,
.panel-fullwidth h4:first-of-type,
.panel-fullwidth h5:first-of-type,
.panel-fullwidth h6:first-of-type,
.panel-fullwidth .h1:first-of-type,
.panel-fullwidth .h2:first-of-type,
.panel-fullwidth .h3:first-of-type,
.panel-fullwidth .h4:first-of-type,
.panel-fullwidth .h5:first-of-type,
.panel-fullwidth .h6:first-of-type {
  margin-top: 0;
}
.panel-leader .main-content h1:first-of-type, .panel-leader .main-content h2:first-of-type,
.panel-leader .main-content .h1:first-of-type, .panel-leader .main-content .h2:first-of-type,
.contentwrap .main-content h1:first-of-type,
.contentwrap .main-content h2:first-of-type,
.contentwrap .main-content .h1:first-of-type,
.contentwrap .main-content .h2:first-of-type,
.panel-fullwidth .main-content h1:first-of-type,
.panel-fullwidth .main-content h2:first-of-type,
.panel-fullwidth .main-content .h1:first-of-type,
.panel-fullwidth .main-content .h2:first-of-type {
  margin-bottom: 38px;
}

.text-larger {
  font-size: 16.8px;
}

.margin-base-larger {
  margin-bottom: 0.8125em;
}

p,
ul,
ol {
  margin-bottom: 1.625em;
  margin-top: 0;
}
p strong,
p b,
ul strong,
ul b,
ol strong,
ol b {
  font-weight: 400;
  color: #000;
}
p strong a,
p b a,
ul strong a,
ul b a,
ol strong a,
ol b a {
  font-weight: 500;
}

small {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
}
.wf-opensans-n3-active small {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: none;
}

mark {
  background: rgba(0, 0, 0, 0.085);
  border-radius: 4px;
  padding: 4px 10px;
  margin-left: 4px;
  margin-right: 4px;
}

.monospace,
code,
kbd,
samp,
var {
  font-size: inherit;
}

dfn,
var {
  color: #773e62;
}

kbd {
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
}

pre {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
}

code {
  color: #d00000;
}

/*default link styles */
a {
  color: #66005c;
  text-decoration: none;
  font-weight: 400;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
}
a:hover {
  color: black;
  text-decoration: underline;
}
.contentwrap a {
  text-decoration: underline;
}
a h1, a h2, a h3, a h4, a h5, a h6,
a .h1, a .h2, a .h3, a .h4, a .h5, a .h6 {
  color: #66005c;
  text-decoration: none;
}
a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover,
a .h1:hover, a .h2:hover, a .h3:hover, a .h4:hover, a .h5:hover, a .h6:hover {
  color: black;
  text-decoration: underline;
}

a.tel {
  cursor: text;
  color: #333333;
  text-decoration: none;
}
a.tel:hover {
  text-decoration: none;
}

ul {
  margin-left: 32px;
  padding-left: 0;
}
ul li {
  margin: 0 0 8px 0;
  padding-left: 6px;
}
ul li ul {
  margin-top: 12px;
  padding-left: 0;
  margin-left: 15px;
}
ul li ul li {
  padding-left: 6px;
}

ol {
  counter-reset: item;
  display: block;
  padding-left: 0;
  margin-left: 11px;
}
ol li {
  margin: 0 0 8px 0;
  padding-left: 8px;
  display: block;
}
ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  padding-right: 10px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-opensans-n4-active ol li:before {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol li ol {
  margin-top: 12px;
  padding-left: 0;
  margin-left: 15px;
}
ol li ol li {
  padding-left: 6px;
}

@media (max-width: 767px) {
  .text-center,
.text-right {
    text-align: left;
  }
}

.main-content .aside-menu {
  margin-top: 18px;
}
.main-content .aside-menu h2 {
  margin-bottom: 18px !important;
}

.page-node-515 p {
  margin-bottom: 0.5em;
}

::-webkit-selection {
  background: #e5bbda;
  color: #111;
}

::-moz-selection {
  background: #e5bbda;
  color: #111;
}

::selection {
  background: #e5bbda;
  color: #111;
}

img,
object,
video {
  border: 0;
  max-width: 100%;
}

iframe {
  width: 100% !important;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.visuallyhidden {
  text-indent: -99999em;
  outline: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.brand-background {
  background: #773e62;
}

html.wf-loading * {
  transition: all none;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
  font-weight: 300;
  background-color: #fff;
  /*&:after {
    background: red;
    color: #fff;
    content: "column";
    right: 0;
    padding: .5em 1em;
    position: fixed;
    text-align: center;
    top: 0;
    z-index:999;
    @include xsmall {
      background: red;
      content: "xsmall";
    }
    @include small {
      background: pink;
      content: "small";
    }
    @include medium {
      background: purple;
      content: "medium";
    }
    @include large {
      background: green;
      content: "large";
    }
    @include xlarge {
      background: blue;
      content: "xlarge";
    }
    @include xxlarge {
      background: orange;
      content: "xxlarge";
    }
  }*/
}

@media (min-width: 1200px) {
  .container-fluid > .row {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
  }
}

.contentwrap {
  padding-top: 2.4375em;
  padding-bottom: 2.4375em;
}

@media (min-width: 992px) {
  .padding-inner {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.main-content {
  padding-top: 0.4642857143em;
}
@media (min-width: 992px) {
  .main-content {
    padding-right: 4%;
  }
}

hr {
  background: #e4e0d4;
  border: none;
  height: 1px;
  margin: 3.25em 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  clear: both;
}

/*branding/header components*/
@media (min-width: 768px) {
  #branding {
    border-top: 2px solid #4fa416;
  }
}
#branding .col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  #branding .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#branding #branding-logo {
  margin: 8px 0 8px 12px;
  position: relative;
}
#branding #branding-logo a {
  display: inline-block;
  position: relative;
  width: auto;
  height: 48px;
  background: url(../../img/logos/bishops-brand-ident.png) 0 0 no-repeat;
  background: none, url(../../img/logos/bishops-brand-ident.svg) 0 0 no-repeat;
  background-size: auto 100%;
  padding-left: 110px;
  text-decoration: none;
}
#branding #branding-logo a span {
  display: block;
  line-height: 28px;
}
#branding #branding-logo a span span.bl-name-primary,
#branding #branding-logo a span span.bl-name-secondary {
  font-family: serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: inline;
  font-size: 19px;
}
.wf-futurapt-n5-active #branding #branding-logo a span span.bl-name-primary,
.wf-futurapt-n5-active #branding #branding-logo a span span.bl-name-secondary {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
#branding #branding-logo a span span.bl-name-primary {
  color: #00502f;
}
#branding #branding-logo a span span.bl-name-secondary {
  color: #4fa416;
}
#branding #branding-logo a span span.bl-strapline {
  display: block;
  color: #455560;
  text-transform: lowercase;
  font-size: 16px;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
.wf-futurapt-n4-active #branding #branding-logo a span span.bl-strapline {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
#branding #branding-logo a:hover span {
  text-decoration: none;
}
@media only screen and (min-width: 520px) {
  #branding #branding-logo {
    margin-bottom: 12px;
  }
  #branding #branding-logo a {
    padding-top: 12px;
  }
  #branding #branding-logo a span span.bl-name-primary,
#branding #branding-logo a span span.bl-name-secondary {
    font-size: 22px;
  }
  #branding #branding-logo a span span.bl-strapline {
    padding-left: 4px;
    display: inline;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  #branding #branding-logo {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 28px;
  }
  #branding #branding-logo a {
    display: block;
    position: relative;
    width: 218px;
    height: 138px;
    background: url(../../img/logos/bishops-brand.png) 0 0 no-repeat;
    background: none, url(../../img/logos/bishops-brand.svg) 0 0 no-repeat;
    background-size: auto 100%;
    padding-left: 0;
    padding-top: 0;
  }
  #branding #branding-logo a span {
    display: none;
  }
}
@media (min-width: 1200px) {
  #branding #branding-logo {
    margin-top: 26px;
    margin-bottom: 34px;
  }
  #branding #branding-logo a {
    width: 274px;
    height: 174px;
  }
}
#branding form.branding-search {
  display: none;
}
@media (min-width: 768px) {
  #branding form.branding-search {
    display: block;
    position: relative;
    margin: 0;
    width: 280px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
  }
  #branding form.branding-search label {
    display: none;
  }
  #branding form.branding-search .form-text {
    transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
    background: #f4f4f4;
    padding: 17px 55px 16px 22px;
    margin: 0;
    font-size: 15px;
    color: #333;
    font-family: sans-serif;
    font-weight: 300;
    font-style: normal;
    border: none;
    width: 100%;
  }
  .wf-opensans-n3-active #branding form.branding-search .form-text {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #branding form.branding-search .form-text:hover, #branding form.branding-search .form-text:focus {
    color: #000;
  }
  #branding form.branding-search .form-text:focus {
    color: #000;
    font-family: sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .wf-opensans-n3-active #branding form.branding-search .form-text:focus {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #branding form.branding-search .form-text::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
  }
  #branding form.branding-search .form-text:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    opacity: 1;
  }
  #branding form.branding-search .form-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 1;
  }
  #branding form.branding-search .form-text:-ms-input-placeholder {
    color: #333;
    opacity: 1;
  }
  #branding form.branding-search .search-submit {
    background: transparent url("../../img/sprites/sprite.png") no-repeat 0 -97px;
    background: transparent url("../../img/sprites/sprite.svg") no-repeat 0 -97px;
    text-indent: -99999px;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  }
  #branding form.branding-search .search-submit:hover {
    background-position: 0 -147px;
  }
}
@media (min-width: 992px) {
  #branding form.branding-search {
    right: 20px;
  }
}
#branding #branding-social {
  display: none;
}
@media (min-width: 768px) {
  #branding #branding-social {
    display: block;
    position: absolute;
    top: 78px;
    right: 10px;
    text-align: right;
    font-family: serif;
    font-weight: 300;
    font-style: normal;
    color: #333333;
  }
  .wf-futurapt-n3-active #branding #branding-social {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  #branding #branding-social .bs-item {
    float: left;
    display: inline-block;
    margin-left: 60px;
    line-height: 18px;
  }
  #branding #branding-social .bs-item:first-child {
    margin-left: 0;
  }
  #branding #branding-social .bs-item a {
    display: inline-block;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
    padding-top: 40px;
    overflow: hidden;
    margin-left: 8px;
  }
  #branding #branding-social .bs-item a.bs-twitter {
    background: transparent url("../../img/sprites/sprite.png") no-repeat 0 -205px;
    background: transparent url("../../img/sprites/sprite.svg") no-repeat 0 -205px;
  }
  #branding #branding-social .bs-item a.bs-facebook {
    background: transparent url("../../img/sprites/sprite.png") no-repeat 0 -255px;
    background: transparent url("../../img/sprites/sprite.svg") no-repeat 0 -255px;
  }
  #branding #branding-social .bs-item span {
    display: block;
    font-family: serif;
    font-weight: 300;
    font-style: normal;
    color: #333333;
  }
  .wf-futurapt-n3-active #branding #branding-social .bs-item span {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
}
@media (min-width: 992px) {
  #branding #branding-social {
    right: 20px;
  }
}
#branding #branding-meta {
  display: none;
}
@media (min-width: 768px) {
  #branding #branding-meta {
    display: block;
    position: absolute;
    top: 14px;
    right: 335px;
  }
  #branding #branding-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #branding #branding-meta ul li {
    padding: 0;
    margin: 0 0 0 18px;
    display: inline-block;
    font-size: 14px;
  }
  #branding #branding-meta ul li a {
    font-family: sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #333333;
  }
  .wf-opensans-n3-active #branding #branding-meta ul li a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

/*==START single column menu format*/
#toggleNav.iconbar {
  background: transparent url("../../img/sprites/sprite.png") no-repeat 5px 0;
  background: transparent url("../../img/sprites/sprite.svg") no-repeat 5px 0;
  background-color: #4fa416;
  display: block;
  margin: 0 auto;
  padding: 0;
  padding: 14px 20px 14px 60px;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  cursor: pointer;
  font-family: serif;
  font-weight: 500;
  font-style: normal;
}
.wf-futurapt-n5-active #toggleNav.iconbar {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
#toggleNav.iconbar:hover {
  text-decoration: none;
}
#toggleNav.iconbar.active {
  background-color: #4fa416;
  color: #fff;
}

@media (max-width: 767px) {
  .navList {
    width: 100%;
    position: relative;
    text-align: left;
    overflow: hidden;
    float: left;
    background: #4fa416;
    z-index: 10;
  }
  .navList.active {
    display: block;
  }
  .navList .navwrap {
    display: none;
  }
  .navList ul {
    padding: 12px 0 0 0;
    width: 100%;
    margin: 0;
    text-align: left;
    position: relative;
    padding-top: 10px;
  }
  .navList ul li {
    display: block;
    margin: 0;
    padding: 0 10px;
    float: none;
    overflow: hidden;
  }
  .navList ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px 6px 0;
    float: none;
    margin: 0 30px 0 0;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
  }
  .wf-futurapt-n4-active .navList ul li a {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  .navList ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .navList ul li.active a {
    color: #fff;
    font-family: serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  }
  .wf-futurapt-n5-active .navList ul li.active a {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  .navList ul li.active ul li a {
    color: #fff;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
  }
  .wf-futurapt-n4-active .navList ul li.active ul li a {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  .navList ul li.active ul li.active a {
    color: #fff;
    font-family: serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  }
  .wf-futurapt-n5-active .navList ul li.active ul li.active a {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  .navList ul li ul {
    display: none;
    overflow: hidden;
    position: static;
    width: 100%;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navList ul li ul li {
    float: left;
    width: 100%;
  }
  .navList ul li ul li:first-child {
    padding-top: 0;
  }
  .navList ul li ul li a {
    display: inline-block;
    font-size: 17px;
    padding: 4px 20px 4px 0px;
    margin-bottom: 2px;
  }
  .navList ul li ul li:hover ul {
    display: none;
  }
  .navList ul li.hasChild a.toggleSub {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
  }
  .wf-futurapt-n4-active .navList ul li.hasChild a.toggleSub {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  .navList ul li.nav-meta {
    background: #4fa416;
  }
  .navList ul li.nav-meta:last-child {
    margin-bottom: 14px;
  }
  .navList #social-single {
    display: block;
    color: #fff;
    border-top: 1px solid #4fa416;
    background-image: -webkit-linear-gradient(top, #388408 0%, #4fa416 100%);
    background-image: -o-linear-gradient(top, #388408 0%, #4fa416 100%);
    background-image: linear-gradient(to bottom, #388408 0%, #4fa416 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF388408", endColorstr="#FF4FA416", GradientType=0);
    width: 100%;
    clear: both;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .navList #social-single .bs-item {
    display: block;
    line-height: 18px;
    margin-right: 30px;
    margin-bottom: 8px;
    width: 100%;
    clear: both;
    float: left;
  }
  .navList #social-single .bs-item:last-child {
    margin-bottom: 0;
  }
  .navList #social-single .bs-item a {
    display: inline-block;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
    padding-top: 40px;
    overflow: hidden;
    margin-right: 0;
    color: #fff;
    float: left;
  }
  .navList #social-single .bs-item a.bs-twitter {
    background: transparent url("../../img/sprites/sprite.png") no-repeat -50px -202px;
    background: transparent url("../../img/sprites/sprite.svg") no-repeat -50px -202px;
  }
  .navList #social-single .bs-item a.bs-facebook {
    background: transparent url("../../img/sprites/sprite.png") no-repeat -50px -253px;
    background: transparent url("../../img/sprites/sprite.svg") no-repeat -50px -253px;
  }
  .navList #social-single .bs-item span {
    display: inline-block;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    color: #fff;
    float: left;
    margin-top: 12px;
    margin-left: 8px;
  }
  .wf-futurapt-n4-active .navList #social-single .bs-item span {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  .navList .search-single {
    position: relative;
  }
  .navList .search-single label {
    display: none;
  }
  .navList .search-single form {
    position: relative;
    width: 100%;
    clear: both;
    float: left;
  }
  .navList .search-single form .form-text {
    transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
    background: #318000;
    border: none;
    padding: 18px 65px 16px 18px;
    height: 58px;
    margin: 0;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    width: 100%;
  }
  .wf-opensans-n3-active .navList .search-single form .form-text {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .navList .search-single form .form-text:hover, .navList .search-single form .form-text:focus {
    color: #fff;
  }
  .navList .search-single form .form-text:focus {
    color: #fff;
  }
  .navList .search-single form .form-text::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .navList .search-single form .form-text:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
  }
  .navList .search-single form .form-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
  }
  .navList .search-single form .form-text:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .navList .search-single form .search-submit {
    background: transparent url("../../img/sprites/sprite.png") no-repeat -49px -95px;
    background: transparent url("../../img/sprites/sprite.svg") no-repeat -49px -95px;
    text-indent: -99999px;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  }
}
/*no-js exoand panel*/
.no-js .navList ul {
  display: block;
}

/*==START small (tablet) menu format*/
@media (min-width: 768px) {
  .navList .navwrap {
    display: block !important;
  }
  .navList ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
  }
  .navList ul li {
    display: inline-block;
    cursor: pointer;
    padding-left: 0;
    margin: 0 11px;
    position: relative;
  }
  .navList ul li:first-child {
    margin-left: 0;
  }
  .navList ul li.nav-home {
    text-indent: -99999px;
    width: 25px;
    height: 30px;
  }
  .navList ul li.nav-home a {
    display: block;
    background: transparent url("../../img/sprites/sprite.png") no-repeat -10px -310px;
    background: transparent url("../../img/sprites/sprite.svg") no-repeat -10px -310px;
    height: 30px;
  }
  .navList ul li.nav-home a:hover {
    background-position: -10px -360px;
  }
  .navList ul li.nav-meta {
    display: none;
  }
  .navList ul li a {
    padding: 0 0 18px 0;
    font-size: 19.2px;
    display: inline-block;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
    color: #388408;
  }
  .wf-futurapt-n4-active .navList ul li a {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  .navList ul li a:hover {
    color: #00502f;
  }
  .navList ul li a.toggleSub {
    display: none !important;
  }
  .navList ul li.active a {
    color: #00502f;
  }
  .navList ul li.active a:hover {
    text-decoration: none;
  }
  .navList ul li.active ul li.active a {
    font-family: sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #00502f;
    color: #fff;
  }
  .wf-opensans-n7-active .navList ul li.active ul li.active a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .navList ul li.active ul li a {
    color: #333333;
  }
  .navList ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .navList ul li ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 260px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 555;
  }
  .navList ul li ul li {
    text-align: left;
    display: block;
    border-left: 1px solid #4fa416;
    border-right: 1px solid #4fa416;
    margin: 0;
    padding: 0;
  }
  .navList ul li ul li a {
    font-size: 13.6px;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #333333;
    width: 100%;
    padding: 10px 18px;
  }
  .wf-opensans-n4-active .navList ul li ul li a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .navList ul li ul li a:hover {
    color: #000;
    background: #eee;
  }
  .navList ul li ul li:first-child {
    border-top: 1px solid #4fa416;
  }
  .navList ul li ul li:last-child {
    border-bottom: 1px solid #4fa416;
  }
  .navList ul li.align-right ul {
    left: inherit;
    right: 0;
  }
  .navList .search-single,
.navList #social-single {
    display: none;
  }

  #toggleNav.menuclose,
#toggleNav.iconbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .navList ul li {
    margin: 0 16px;
  }
  .navList ul li a {
    font-size: 21.6px;
  }
}
@media (min-width: 1200px) {
  .navList ul {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .navList ul li {
    margin: 0 0 0 36px;
  }
  .navList ul li a {
    font-size: 21.84px;
  }
  .navList ul li.nav-home {
    margin-right: 0;
  }
  .navList ul li ul li {
    margin: 0;
  }
  .navList ul li.align-right ul {
    left: inherit;
    right: 0;
  }
}
.dropdown-toggle .caret {
  display: none;
}

/*footer components*/
.siteinfo-nav {
  background: #f6f6f6;
}
.siteinfo-nav ul {
  margin: 18px 0 16px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.siteinfo-nav ul li {
  margin: 0 0 4px 0;
  padding: 0;
  display: block;
}
.siteinfo-nav ul li:last-child {
  margin-bottom: 0;
}
.siteinfo-nav ul li a {
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  font-size: 16px;
}
.wf-futurapt-n3-active .siteinfo-nav ul li a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
@media (min-width: 768px) {
  .siteinfo-nav ul li {
    display: inline-block;
    margin: 0 6px;
  }
  .siteinfo-nav ul li:first-child {
    margin-left: 0;
  }
  .siteinfo-nav ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .siteinfo-nav ul li {
    margin: 0 10px;
  }
  .siteinfo-nav ul li a {
    font-size: 17.6px;
  }
}
.siteinfo-nav ul li a.is-active {
  color: #00502f;
}

#siteinfo {
  padding-top: 1.625em;
  padding-bottom: 1.625em;
  background: #773e62;
  width: 100%;
  color: #fff;
}
#siteinfo .siteinfo-social {
  display: block;
  position: relative;
  overflow: hidden;
}
#siteinfo .siteinfo-social .ss-item {
  display: inline-block;
  line-height: 18px;
  margin-right: 30px;
}
#siteinfo .siteinfo-social .ss-item a {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding-top: 40px;
  overflow: hidden;
  margin-right: 0;
  color: #fff;
  float: left;
}
#siteinfo .siteinfo-social .ss-item a.ss-twitter {
  background: transparent url("../../img/sprites/sprite.png") no-repeat -56px -202px;
  background: transparent url("../../img/sprites/sprite.svg") no-repeat -56px -202px;
}
#siteinfo .siteinfo-social .ss-item a.ss-facebook {
  background: transparent url("../../img/sprites/sprite.png") no-repeat -56px -253px;
  background: transparent url("../../img/sprites/sprite.svg") no-repeat -56px -253px;
}
#siteinfo .siteinfo-social .ss-item span {
  display: inline-block;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  float: left;
  margin-top: 12px;
  margin-left: 12px;
}
.wf-futurapt-n4-active #siteinfo .siteinfo-social .ss-item span {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
#siteinfo .siteinfo-copy {
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 8px;
  color: #fff;
}
.wf-opensans-n3-active #siteinfo .siteinfo-copy {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#siteinfo ul.siteinfo-nav-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#siteinfo ul.siteinfo-nav-meta li {
  margin: 0 0 4px 0;
  padding: 0;
  display: block;
}
#siteinfo ul.siteinfo-nav-meta li:last-child {
  margin-bottom: 0;
}
#siteinfo ul.siteinfo-nav-meta li a {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  font-size: 13px;
  color: #fff;
}
.wf-opensans-n4-active #siteinfo ul.siteinfo-nav-meta li a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  #siteinfo ul.siteinfo-nav-meta li {
    display: inline-block;
    margin: 0 6px;
  }
  #siteinfo ul.siteinfo-nav-meta li:first-child {
    margin-left: 0;
  }
  #siteinfo ul.siteinfo-nav-meta li:last-child {
    margin-right: 0;
  }
}
#siteinfo ul.siteinfo-nav-meta li a.is-active {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
}

#aside {
  position: relative;
}
#aside .aside-menu ul li.nav-home {
  display: none;
}

.aside-section {
  position: relative;
  overflow: visible;
  margin-bottom: 1.625em;
  width: 100%;
  float: left;
  clear: both;
}
@media (min-width: 992px) {
  .aside-section.as-img-lead {
    position: relative;
    top: -160px;
    margin-bottom: -128px;
  }
}
.aside-section.as-negative-lead {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .aside-section.as-negative-lead {
    position: relative;
    top: -165px;
    margin-bottom: 18px;
  }
}
.aside-section .ul-parent .nav-home {
  display: none;
}

.aside-cta {
  border: 1px solid #e4e0d4;
  padding: 20px 20px 0 20px;
  margin-bottom: 1.625em;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
.aside-cta a img {
  border: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.aside-cta a .aside-cta-heading {
  text-decoration: none;
  margin-top: 6px;
  margin-bottom: 8px;
  display: inline-block;
}
.aside-cta a:hover .aside-cta-heading {
  text-decoration: underline;
}
.aside-cta p {
  margin-bottom: 20px;
  font-size: 15.68px;
  line-height: 26px;
}

#leader {
  padding-top: 0.8125em;
  padding-bottom: 18px;
  background: #4fa416;
  color: #fff;
}
#leader h1, #leader h2, #leader h3, #leader h4, #leader h5,
#leader .h1, #leader .h2, #leader .h3, #leader .h4, #leader .h5 {
  color: #fff;
  margin: 0;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}
.wf-futurapt-n4-active #leader h1, .wf-futurapt-n4-active #leader h2, .wf-futurapt-n4-active #leader h3, .wf-futurapt-n4-active #leader h4, .wf-futurapt-n4-active #leader h5,
.wf-futurapt-n4-active #leader .h1, .wf-futurapt-n4-active #leader .h2, .wf-futurapt-n4-active #leader .h3, .wf-futurapt-n4-active #leader .h4, .wf-futurapt-n4-active #leader .h5 {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
@media (min-width: 768px) {
  #leader {
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #leader {
    text-align: left;
  }
}

#leader-supp {
  background: #00502f;
}

#leader-sub {
  background: #f6f6f6;
}

.nav-sub {
  display: none;
  list-style: none;
  padding: 0;
  margin: 26px 0 14px 0;
}
@media (min-width: 768px) {
  .nav-sub {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .nav-sub {
    display: block;
    text-align: left;
    padding-right: 38%;
  }
  .nav-sub.no-image {
    padding-right: 0;
  }
}
.nav-sub li {
  padding: 0;
  margin: 0 20px 12px 0;
  display: inline-block;
  font-size: 15px;
}
.nav-sub li a {
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.wf-opensans-n3-active .nav-sub li a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumb {
  padding: 12px 0;
  margin: 0;
  list-style: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.breadcrumb > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.wf-futurapt-n3-active .breadcrumb > li {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.breadcrumb > li:before {
  content: "";
  padding-right: 0;
}
.breadcrumb > li + li:before {
  padding: 0 6px;
}
.breadcrumb > li a {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.wf-futurapt-n4-active .breadcrumb > li a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.breadcrumb > li a:hover {
  color: #fff;
}
.breadcrumb > .active {
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.wf-futurapt-n3-active .breadcrumb > .active {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
@media (min-width: 768px) {
  .breadcrumb {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    text-align: left;
  }
}

.pager .pager-items {
  margin: 0;
  overflow: hidden;
  height: auto;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .pager .pager-items {
    float: left;
    width: 100%;
  }
}
.pager .pager-items li {
  height: auto;
  display: inline-block;
  padding: 0;
  background: #fff;
  margin-right: 2px;
  margin-bottom: 12px;
  line-height: 18px;
  text-align: center;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
}
.pager .pager-items li.active {
  background: #773e62;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 14px;
  border: 1px solid #773e62;
}
.pager .pager-items li a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border-radius: 0px;
  text-decoration: none;
  border: 1px solid #773e62;
}
.pager .pager-items li a:hover {
  border: 1px solid #773e62;
  color: #fff;
  background: #773e62;
  text-decoration: none;
}
.pager .pager-items li.next, .pager .pager-items li.previous {
  display: unset;
  border: unset;
  float: right;
}
.pager .pager-items li.next a, .pager .pager-items li.previous a {
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  padding: 0px;
  background-color: #fff;
  border: unset;
  border-radius: 0px;
  color: #773e62;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
}
.wf-opensans-n4-active .pager .pager-items li.next a, .wf-opensans-n4-active .pager .pager-items li.previous a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager .pager-items li.next a:hover, .pager .pager-items li.previous a:hover {
  text-decoration: underline;
  color: #000;
}
.pager .pager-items li.previous {
  margin-right: 10px;
}

.contentwrap #main p a.button,
.contentwrap a.button,
.contentwrap .btn,
.contentwrap .form-submit {
  padding: 10px 22px 8px;
  display: inline-block;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  text-decoration: none;
  font-family: serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  cursor: pointer;
  margin-bottom: 2.4375em;
  background: #4fa416;
  border: 1px solid #4fa416;
  text-align: center;
  font-size: 19.6px;
  text-decoration: none;
}
.wf-futurapt-n5-active .contentwrap #main p a.button,
.wf-futurapt-n5-active .contentwrap a.button,
.wf-futurapt-n5-active .contentwrap .btn,
.wf-futurapt-n5-active .contentwrap .form-submit {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.contentwrap #main p a.button:hover,
.contentwrap a.button:hover,
.contentwrap .btn:hover,
.contentwrap .form-submit:hover {
  text-decoration: none;
  background: #388408;
  border-color: #388408;
  color: #fff;
}

/*boostrap override form styles*/
.form-standard .form-panel,
form .form-panel {
  margin-bottom: 1.625em;
}
.form-standard .form-group,
form .form-group {
  margin-bottom: 1.625em;
  font-size: 16px;
  color: #333333;
}
.form-standard .form-group label,
form .form-group label {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333333;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-opensans-n4-active .form-standard .form-group label,
.wf-opensans-n4-active form .form-group label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-standard .form-group label .required,
form .form-group label .required {
  color: #d9534f;
  display: inline-block;
  margin-left: 5px;
}
.form-standard .required,
form .required {
  color: #d9534f;
  display: inline-block;
  margin-left: 5px;
}
.form-standard .form-control,
form .form-control {
  padding: 10px 16px;
  height: auto;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  background: #fff;
  border: 1px solid #e4e0d4;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
}
@media (min-width: 480px) {
  .form-standard .form-control,
form .form-control {
    width: auto;
    min-width: 440px;
  }
}
.form-standard .form-control:hover,
form .form-control:hover {
  box-shadow: none;
  border-color: #a8a8a8;
}
.form-standard .form-control:focus,
form .form-control:focus {
  box-shadow: none;
  background: #fff;
  color: #000;
  border-color: #a8a8a8;
}
.form-standard input.form-control:hover,
.form-standard textarea.form-control:hover,
form input.form-control:hover,
form textarea.form-control:hover {
  box-shadow: none;
  border-color: #a8a8a8;
}
.form-standard input.form-control:focus,
.form-standard textarea.form-control:focus,
form input.form-control:focus,
form textarea.form-control:focus {
  box-shadow: none;
  color: #000;
  border-color: #a8a8a8;
}
.form-standard textarea,
form textarea {
  padding-top: 12px;
  padding-bottom: 12px;
}

#edit-actions--2 {
  margin-bottom: 0;
}

.alert {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 16px 22px;
  margin-bottom: 2.4375em;
}
.wf-opensans-n4-active .alert {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alert strong {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin-right: 6px;
}
.wf-opensans-n4-active .alert strong {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  /* Force table to not be like tables anymore */
  table,
thead,
tbody,
th,
td,
tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table,
.table {
    margin-bottom: 3.25em;
  }
  table thead tr,
.table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table tbody tr,
.table tbody tr {
    margin-bottom: 1.625em;
    border-bottom: 1px solid #e4e0d4;
  }
  table tbody tr td,
.table tbody tr td {
    border: none;
    padding: 10px 0 5px 0;
    background: #fff;
  }
  table tbody tr td:first-child,
.table tbody tr td:first-child {
    padding-top: 20px;
  }
  table tbody tr td:last-child,
.table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  table.table-striped tbody tr,
.table.table-striped tbody tr {
    margin-bottom: 0;
  }
  table.table-striped tbody tr td,
.table.table-striped tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
  table.table-striped tbody tr td:first-child,
.table.table-striped tbody tr td:first-child {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  table,
.table {
    border-collapse: collapse;
    border-spacing: none;
    margin-bottom: 1.625em;
    border: 1px solid #e4e0d4;
  }
  table > thead > tr > th,
.table > thead > tr > th {
    background: #00502f;
    font-family: serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19.2px;
    padding: 0px 10px 10px 10px;
    text-align: left;
    border-bottom: 1px solid #e4e0d4;
    border-right: 1px solid #e4e0d4;
    color: #fff;
  }
  .wf-futurapt-n5-active table > thead > tr > th,
.wf-futurapt-n5-active .table > thead > tr > th {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  table > thead > tr > th a,
.table > thead > tr > th a {
    color: #fff;
    font-family: serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19.2px;
    text-align: left;
  }
  .wf-futurapt-n5-active table > thead > tr > th a,
.wf-futurapt-n5-active .table > thead > tr > th a {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
  table > thead > tr > th a:hover,
.table > thead > tr > th a:hover {
    text-decoration: none;
  }
  table > thead > tr > th.active,
.table > thead > tr > th.active {
    background: #00502f;
  }
  table > tbody > tr > td,
.table > tbody > tr > td {
    padding: 5px 10px;
    vertical-align: top;
    border-bottom: 1px solid #e4e0d4;
    border-right: 1px solid #e4e0d4;
    background: #fff;
    -ms-word-wrap: break-word;
    -ms-word-wrap: break-word;
    overflow-wrap: break-word;
  }
  table > tbody > tr > td img,
.table > tbody > tr > td img {
    margin-bottom: 0.5em;
  }
}
img {
  margin-bottom: 1.625em;
  border: 1px solid #e4e0d4;
}
@media (min-width: 480px) {
  img.th {
    float: left;
    margin-top: 8px;
    margin-right: 35px;
    margin-bottom: 1.625em;
  }
}

a img {
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  border: 1px solid #e4e0d4;
}
a img:hover {
  border-color: #00502f;
}

img.aside-img-lead {
  margin-bottom: 0;
  float: left;
  clear: both;
}
@media (min-width: 992px) {
  img.aside-img-lead {
    border: 1px solid #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.185);
  }
}

img.hero-meta {
  border: none;
  margin: 0;
  position: absolute;
  z-index: 50;
  border: 1px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  display: none;
}
@media (min-width: 480px) {
  img.hero-meta {
    display: block;
    left: inherit;
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  img.hero-meta {
    top: 60px;
    right: 40px;
  }
}

img.aside-img-meta {
  border: 1px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  float: left;
  clear: both;
}
@media (min-width: 992px) {
  img.aside-img-meta {
    float: none;
    clear: none;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

img.siteinfo-img-meta {
  position: relative;
  margin-top: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  img.siteinfo-img-meta {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 88px;
  }
}
@media (min-width: 1200px) {
  img.siteinfo-img-meta {
    right: 0;
    top: 18px;
  }
}

.img-circle {
  border-radius: 50%;
}

q {
  font-style: italic;
}

cite {
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  color: #00502f;
  display: block;
  font-size: 18px;
}
.wf-futurapt-n3-active cite {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}

main blockquote,
.contentwrap blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 3.25em;
  margin-bottom: 3.25em;
}
@media (min-width: 992px) {
  main blockquote,
.contentwrap blockquote {
    margin-left: 8%;
  }
}
main blockquote:before,
.contentwrap blockquote:before {
  content: "“";
  font-family: serif;
  color: #a8a8a8;
  width: 32px;
  height: 32px;
  font-size: 48px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  text-indent: 0;
  line-height: 42px;
}
@media (min-width: 992px) {
  main blockquote:before,
.contentwrap blockquote:before {
    top: -24px;
    left: 0;
  }
}
main blockquote p,
.contentwrap blockquote p {
  padding-top: 28px;
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-size: 23.2px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.5;
}
.wf-futurapt-n3-active main blockquote p,
.wf-futurapt-n3-active .contentwrap blockquote p {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
@media (min-width: 992px) {
  main blockquote p,
.contentwrap blockquote p {
    padding-top: 8px;
  }
}
main blockquote cite,
.contentwrap blockquote cite {
  font-size: 18px;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}
.wf-futurapt-n4-active main blockquote cite,
.wf-futurapt-n4-active .contentwrap blockquote cite {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}

.contentwrap aside blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  margin-left: 0;
  margin-top: 1.625em;
}
.contentwrap aside blockquote:before {
  content: "“";
  font-family: serif;
  color: #a8a8a8;
  width: 32px;
  height: 32px;
  font-size: 48px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  text-indent: 0;
  line-height: 42px;
}
@media (min-width: 992px) {
  .contentwrap aside blockquote:before {
    top: -24px;
    left: 0;
  }
}
.contentwrap aside blockquote p {
  padding-top: 28px;
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.5;
}
.wf-futurapt-n3-active .contentwrap aside blockquote p {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
@media (min-width: 992px) {
  .contentwrap aside blockquote p {
    padding-top: 0;
  }
}
.contentwrap aside blockquote cite {
  font-size: 18px;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}
.wf-futurapt-n4-active .contentwrap aside blockquote cite {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}

.main-panel {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.625em;
  margin-bottom: 3.25em;
}

.panel-fullwidth {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.625em;
}
@media (min-width: 992px) {
  .panel-fullwidth {
    padding-bottom: 0;
  }
}

.listings-header {
  margin-bottom: 1.3em;
  position: relative;
}
.listings-header h1, .listings-header h2, .listings-header h3, .listings-header h4, .listings-header h5, .listings-header h6,
.listings-header .h1, .listings-header .h2, .listings-header .h3, .listings-header .h4, .listings-header .h5, .listings-header .h6 {
  margin-top: 0;
}
.listings-header h3 {
  margin-bottom: 8px;
  position: relative;
}
@media (min-width: 480px) {
  .listings-header h3 {
    padding-right: 150px;
    margin-bottom: 0;
  }
}
.listings-header .listings-cta {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-opensans-n4-active .listings-header .listings-cta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 480px) {
  .listings-header .listings-cta {
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .listings-header .listings-cta {
    top: 10px;
  }
}
.listings-header .listings-cta a {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wf-opensans-n6-active .listings-header .listings-cta a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.twitter-follow {
  display: inline-block;
  overflow: hidden;
  color: #005C94;
  padding-left: 40px;
  background: transparent url("../../img/sprites/sprite.png") no-repeat -10px -213px;
  background: transparent url("../../img/sprites/sprite.svg") no-repeat -10px -213px;
  text-decoration: none;
  line-height: 24px;
}
a.twitter-follow:hover {
  text-decoration: underline;
}

.listings-content-block {
  margin-bottom: 1.625em;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .listings-content-block {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .listings-content-block div.col {
    display: flex;
  }
}
.listings-content-block div.col .lcb-item {
  margin-bottom: 18px;
  padding: 18px 20px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .listings-content-block div.col .lcb-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.listings-content-block div.col .lcb-item h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}
.wf-futurapt-n4-active .listings-content-block div.col .lcb-item h4 {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.listings-content-block div.col .lcb-item h4 a {
  text-decoration: none;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}
.wf-futurapt-n4-active .listings-content-block div.col .lcb-item h4 a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.listings-content-block div.col .lcb-item h4 a:hover {
  text-decoration: underline;
}
.listings-content-block div.col .lcb-item p {
  margin-bottom: 0;
  font-size: 14px;
}

.listing-resource {
  margin-bottom: 1.625em;
  position: relative;
}
.listing-resource.lr-icon {
  padding-left: 55px;
}
.listing-resource h4 {
  margin-bottom: 8px;
}
.listing-resource h4 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19.2px;
  margin-bottom: 4px;
  width: 100%;
}
.wf-futurapt-n4-active .listing-resource h4 a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.listing-resource h4 a:hover {
  text-decoration: underline;
}
.listing-resource h4 a span.icon {
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  left: -55px;
  top: 2px;
}
.listing-resource h4 a span.icon img {
  border: none;
}
.listing-resource h4 .lr-meta {
  display: block;
  position: relative;
  font-size: 16px;
  color: #333333;
}
.listing-resource p {
  margin-bottom: 0;
  font-size: 14px;
}

.listings-horizontal {
  margin-bottom: 1.625em;
}
.listings-horizontal .lh-item {
  margin-bottom: 3.25em;
  padding-bottom: 3.25em;
  border-bottom: 1px solid #e4e0d4;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .listings-horizontal .lh-item {
    border: none;
    padding-bottom: 0;
  }
}
.listings-horizontal .lh-item a {
  text-decoration: none;
}
.listings-horizontal .lh-item a img {
  margin-bottom: 20px;
  border: 1px solid #e4e0d4;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .listings-horizontal .lh-item a img {
    width: 32%;
    float: left;
    margin-top: 6px;
    margin-right: 30px;
  }
}
.listings-horizontal .lh-item a:hover {
  text-decoration: underline;
}
.listings-horizontal .lh-item a:hover img {
  border-color: #00502f;
}
.listings-horizontal .lh-item a:hover h3 {
  color: black;
}
.listings-horizontal .lh-item p {
  margin-bottom: 0;
}
.listings-horizontal .lh-item p.lh-date {
  margin-bottom: 14px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-opensans-n4-active .listings-horizontal .lh-item p.lh-date {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listings-horizontal .lh-item p.lh-summary {
  font-size: 14px;
}
.listings-horizontal .lh-item p.lh-summary a {
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
}
.wf-opensans-n3-active .listings-horizontal .lh-item p.lh-summary a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listings-vertical-events {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .listings-vertical-events {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .listings-vertical-events div.col {
    display: flex;
  }
}
.listings-vertical-events div.col .lv-item {
  margin-bottom: 1.625em;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .listings-vertical-events div.col .lv-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.listings-vertical-events div.col .lv-item p.lv-date {
  border-bottom: 1px solid #4fa416;
  color: #00502f;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20.8px;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.wf-futurapt-n4-active .listings-vertical-events div.col .lv-item p.lv-date {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.listings-vertical-events div.col .lv-item .lv-heading {
  margin-bottom: 12px;
  font-size: 20.8px;
}
.listings-vertical-events div.col .lv-item .lv-heading a {
  text-decoration: none;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}
.wf-futurapt-n4-active .listings-vertical-events div.col .lv-item .lv-heading a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.listings-vertical-events div.col .lv-item .lv-heading a:hover {
  text-decoration: underline;
}
.listings-vertical-events div.col .lv-item p.lv-meta {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-opensans-n4-active .listings-vertical-events div.col .lv-item p.lv-meta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listings-vertical-events div.col .lv-item p.lv-summary {
  margin-bottom: 0;
  font-size: 14px;
}
.listings-vertical-events div.col .lv-item p.lv-summary a {
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
}
.wf-opensans-n3-active .listings-vertical-events div.col .lv-item p.lv-summary a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listings-vertical-events div.col .lv-item .lv-image {
  border: none;
  margin-top: 4px;
}

.listings-vertical-news {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .listings-vertical-news {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .listings-vertical-news div.col {
    display: flex;
  }
}
.listings-vertical-news div.col .lv-item {
  margin-bottom: 1.625em;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .listings-vertical-news div.col .lv-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.625em;
  }
}
.listings-vertical-news div.col .lv-item .lv-heading {
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #4fa416;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20.8px;
}
.wf-futurapt-n4-active .listings-vertical-news div.col .lv-item .lv-heading {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
@media (min-width: 768px) {
  .listings-vertical-news div.col .lv-item .lv-heading {
    min-height: 80px;
  }
}
.listings-vertical-news div.col .lv-item .lv-heading a {
  text-decoration: none;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}
.wf-futurapt-n4-active .listings-vertical-news div.col .lv-item .lv-heading a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.listings-vertical-news div.col .lv-item .lv-heading a:hover {
  text-decoration: underline;
}
.listings-vertical-news div.col .lv-item p.lv-meta {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-opensans-n4-active .listings-vertical-news div.col .lv-item p.lv-meta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listings-vertical-news div.col .lv-item p.lv-summary {
  margin-bottom: 0;
  font-size: 14px;
}
.listings-vertical-news div.col .lv-item p.lv-summary a {
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
}
.wf-opensans-n3-active .listings-vertical-news div.col .lv-item p.lv-summary a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listings-vertical-twitter {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .listings-vertical-twitter {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .listings-vertical-twitter div.col {
    display: flex;
  }
}
.listings-vertical-twitter div.col .lv-item {
  margin-bottom: 1.625em;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .listings-vertical-twitter div.col .lv-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.625em;
  }
}
.listings-vertical-twitter div.col .lv-item p.lv-meta {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #4fa416;
}
.wf-opensans-n4-active .listings-vertical-twitter div.col .lv-item p.lv-meta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listings-vertical-twitter div.col .lv-item p.lv-summary {
  margin-bottom: 0;
  font-size: 14px;
}
.listings-vertical-twitter div.col .lv-item p.lv-summary a {
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
}
.wf-opensans-n3-active .listings-vertical-twitter div.col .lv-item p.lv-summary a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listings-teasers {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 479px) {
  .listings-teasers .col {
    width: 100%;
  }
}
.listings-teasers .lt-item {
  margin-bottom: 0.8125em;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.listings-teasers .lt-item a {
  display: block;
  border: 1px solid #4fa416;
  position: relative;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  text-decoration: none;
}
.listings-teasers .lt-item a .lt-heading {
  color: #fff;
  background: #773e62;
  border-top: 1px solid #4fa416;
  display: block;
  margin: 0;
  padding: 14px 22px;
  font-family: serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20.8px;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  text-decoration: none;
}
.wf-futurapt-n5-active .listings-teasers .lt-item a .lt-heading {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.listings-teasers .lt-item a img.lt-image {
  margin-bottom: 0;
  border: none;
}
@media (min-width: 768px) {
  .listings-teasers .lt-item a .lt-heading {
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    border: 1px solid #4fa416;
  }
}
.listings-teasers .lt-item a:hover {
  border-color: #552d46;
}
.listings-teasers .lt-item a:hover .lt-heading {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  background: #552d46;
  text-decoration: none;
  border-color: #552d46;
}

.view-events-calendar .view-footer {
  clear: both;
  text-align: center;
  font-size: 18px;
}

.aside-menu {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
.aside-menu .h1, .aside-menu .h2, .aside-menu .h3, .aside-menu .h4, .aside-menu .h5, .aside-menu .h6,
.aside-menu h1, .aside-menu h2, .aside-menu h3, .aside-menu h4, .aside-menu h5, .aside-menu h6 {
  margin: 0 0 18px 0;
  padding: 11px 22px;
  background: #773e62;
  color: #fff;
  font-size: 25.6px;
}
.aside-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside-menu ul li {
  margin: 0 0 10px 0;
  padding: 0 22px;
  font-size: 16px;
  font-family: serif;
  font-weight: 300;
  font-style: normal;
}
.wf-futurapt-n3-active .aside-menu ul li {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.aside-menu ul li a {
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
.wf-futurapt-n3-active .aside-menu ul li a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.aside-menu ul li a:hover {
  color: black;
  text-decoration: underline;
}
.aside-menu ul li.active-trail a {
  font-family: serif;
  font-weight: 500;
  font-style: normal;
  color: #00502f;
}
.wf-futurapt-n5-active .aside-menu ul li.active-trail a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.aside-menu ul li.active-trail li {
  padding: 0;
  margin-bottom: 8px;
}
.aside-menu ul li.active-trail li a {
  font-family: serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.wf-futurapt-n3-active .aside-menu ul li.active-trail li a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.aside-menu ul li.active-trail li.active-trail a {
  font-family: serif;
  font-weight: 500;
  font-style: normal;
  color: #00502f;
}
.wf-futurapt-n5-active .aside-menu ul li.active-trail li.active-trail a {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
.aside-menu ul li ul {
  margin: 6px 0 12px 18px;
}
.aside-menu ul li ul li a {
  font-size: 17.04px;
}

#hero {
  margin-bottom: 3.25em;
  border-top: 2px solid #4fa416;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.25em;
}
@media (max-width: 991px) {
  #hero.container-fluid .row .col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #hero:before {
    content: "";
    width: 200%;
    height: 100px;
    position: absolute;
    background: #4fa416;
    z-index: 0;
    top: 0;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
}
#hero .hero {
  position: relative;
  text-align: center;
  width: 100% !important;
}
#hero .hero img.hero-image {
  width: 100%;
  z-index: 0;
  margin: 0 auto;
  border: none;
}
@media (min-width: 1350px) {
  #hero .hero img.hero-image {
    width: 75em;
    height: auto;
  }
}
#hero .hero .hero-title {
  font-family: serif;
  font-weight: 500;
  font-style: normal;
}
.wf-futurapt-n5-active #hero .hero .hero-title {
  font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
}
@media (min-width: 992px) {
  #hero .hero .hero-title {
    margin: 0;
    position: relative;
    top: -28px;
    display: inline-block;
    padding: 16px 30px;
    background: #4fa416;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    color: #fff;
  }
  #hero .hero .hero-title a {
    color: #fff;
    font-family: serif;
    font-weight: 500;
    font-style: normal;
    font-size: 29.6px;
  }
  .wf-futurapt-n5-active #hero .hero .hero-title a {
    font-family: futura-pt, Trebuchet MS, Arial, sans-serif;
  }
}
#hero .hero .hero-cover {
  background: #fff;
  z-index: 5;
}
#hero .hero .hero-cover .hc-expand {
  padding: 10px 15px 28px;
  text-align: left;
}
@media (min-width: 992px) {
  #hero .hero .hero-cover {
    background: transparent;
    position: absolute;
    width: 68vw;
    height: 40vh;
    bottom: 1px;
    left: 0;
  }
  #hero .hero .hero-cover .hc-expand {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 35px 32px 40px;
    min-width: 320px;
    max-width: 640px;
    background: #00502f;
  }
  #hero .hero .hero-cover .hero-description {
    color: #fff;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #hero .hero .hero-cover {
    width: 45vw;
    height: 40vh;
  }
  #hero .hero .hero-cover .hc-expand {
    max-width: 600px;
  }
}
#hero .hero .hero-description {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.wf-opensans-n4-active #hero .hero .hero-description {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.owl-carousel.loading {
  display: none;
}

.owl-height {
  height: 505px;
}

.field-type-text-with-summary {
  margin-bottom: 1.3em;
}

.view-eating-out .view-header {
  margin-bottom: 1.3em;
}

.node-committees .field-name-field-members {
  margin-bottom: 1.3em;
}
.node-committees .field-name-field-remit {
  margin-bottom: 1.3em;
}

.view-councillors h3 {
  clear: both;
  padding-top: 1.625em;
}
.view-councillors .councillor-wrapper {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.view-councillors .councillor-wrapper > .councillors {
  padding-right: 3%;
  width: 97%;
}
.view-councillors .view-header {
  margin-bottom: 1.3em;
}
.view-councillors h3 {
  clear: both;
  padding-top: 1.625em;
}
.view-councillors .file-icon {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .view-councillors .councillor-wrapper > .councillors {
    padding-right: 3%;
    width: 47%;
  }
}
.view-councillors p {
  margin-bottom: 0;
}
.view-councillors .field-name-field-email {
  width: 85%;
}
.view-councillors .field-name-field-email a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.view-councillors .group-header h3 {
  padding-top: 0.5em;
}

.vocabulary-facilities {
  width: 100%;
}
.vocabulary-facilities .field-name-field-icon {
  width: 10%;
  float: left;
}
.vocabulary-facilities .field-name-field-icon img {
  margin: 5px 5px;
}
.vocabulary-facilities .taxonomy-term-description {
  width: 90%;
  float: left;
}

.view-where-to-stay .view-header {
  margin-bottom: 1.3em;
}

.contextual-links-region {
  clear: both;
}

.ckeditor-accordion-container dl {
  border: 1px solid #4fa416;
}
.ckeditor-accordion-container dl dt.active a {
  background-color: #4fa416;
}
.ckeditor-accordion-container dl dt a {
  background-color: #4fa416;
  border-bottom-color: #4fa416;
}
.ckeditor-accordion-container dl dt a:hover {
  background-color: #00502f;
  border-color: #00502f;
}
.ckeditor-accordion-container dl dd {
  padding: 10px 20px;
}

#sliding-popup.sliding-popup-top {
  background: #fff !important;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #4fa416;
}
#sliding-popup.sliding-popup-top .container .popup-content {
  margin: 25px auto;
  max-width: 100%;
  display: block;
  text-align: left;
  width: 100%;
}
#sliding-popup.sliding-popup-top .container .popup-content #popup-text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
#sliding-popup.sliding-popup-top .container .popup-content #popup-text p {
  color: #333333;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#sliding-popup.sliding-popup-top .container .popup-content #popup-buttons {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
#sliding-popup.sliding-popup-top .container .popup-content #popup-buttons .agree-button {
  cursor: pointer;
  margin-right: 20px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  border-radius: 0;
  color: #ffffff;
  text-decoration: none;
  background: #66005c;
  background-image: unset;
  box-shadow: unset;
  text-shadow: unset;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  padding: 0 25px;
  border: 1px solid #773e62;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
}
#sliding-popup.sliding-popup-top .container .popup-content #popup-buttons .agree-button:hover {
  background: #380032;
  color: white;
  border: 1px solid #380032;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
}
#sliding-popup.sliding-popup-top .container .popup-content #popup-buttons .find-more-button {
  color: #773e62 !important;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  font-weight: 400;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  font-family: inherit;
  text-decoration: none;
}
#sliding-popup.sliding-popup-top .container .popup-content #popup-buttons .find-more-button:hover {
  text-decoration: underline;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  color: #380032;
}

@media (min-width: 992px) {
  #sliding-popup.sliding-popup-top .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #sliding-popup.sliding-popup-top .container .popup-content {
    max-width: 80%;
  }
  #sliding-popup.sliding-popup-top .container #popup-buttons {
    max-width: 80%;
  }
}
.contentwrap .main-content .view-id-councillors .table-responsive table a {
  word-wrap: break-word;
  word-break: break-word;
}
.contentwrap .main-content .field--images .col-sm-6 .field-item {
  height: 250px;
}
.contentwrap .main-content .field--images .col-sm-6 .field-item img {
  height: inherit;
}
.contentwrap .main-content .field .field--label {
  font-weight: bold;
}
.contentwrap .main-content .field .field-item {
  font-weight: normal;
}
.contentwrap .main-content .node--type-venue .field {
  font-weight: bold;
  margin-bottom: 5px;
}
.contentwrap .main-content .node--type-councillor .field--label {
  float: left;
}
.contentwrap .main-content .node--type-where-to-stay .group-left {
  padding-right: 5px;
}
.contentwrap .main-content .node--type-where-to-stay .group-left .field {
  float: left;
  margin-right: 10px;
}
.contentwrap .main-content .node--type-where-to-stay .group-left .field .field--label {
  font-weight: bold;
}
.contentwrap .main-content .node--type-where-to-stay .group-right .where-to-pucuniary {
  clear: left;
}
.contentwrap .main-content .node--type-where-to-stay .group-right .where-to-pucuniary .field {
  width: 100%;
}
.contentwrap .main-content .node--type-where-to-stay .group-right .taxonomy-term--type-facilities img {
  margin: 5px 15px 5px 5px;
  float: left;
}
.contentwrap .main-content .node--type-where-to-stay .group-right .taxonomy-term--type-facilities p {
  margin-bottom: 0px;
}
.contentwrap .main-content .node--type-where-to-stay .group-right .field {
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
.contentwrap .main-content .node--type-where-to-stay h4 {
  margin-bottom: 8px;
}
.contentwrap .main-content .view-id-activities_and_classes_admin .form-submit {
  margin-bottom: -21px;
}
.contentwrap .main-content .view-regular-hirers .view-filters .views-exposed-form .control-label {
  margin-top: -71px;
}
.contentwrap .main-content .view-id-taxonomy_term .listings-content-block .lcb-item .content p,
.contentwrap .main-content .view-id-retail_outlets .listings-content-block .lcb-item .content p {
  margin-bottom: 10px;
}
.contentwrap .main-content .view-id-taxonomy_term .listings-content-block .lcb-item .content .address,
.contentwrap .main-content .view-id-retail_outlets .listings-content-block .lcb-item .content .address {
  margin-top: 10px;
}
.contentwrap .main-content .view-id-taxonomy_term .listings-content-block .lcb-item .content .clubs-email .clubs-email-label,
.contentwrap .main-content .view-id-retail_outlets .listings-content-block .lcb-item .content .clubs-email .clubs-email-label {
  font-weight: bold;
}
.contentwrap .main-content .view-id-taxonomy_term .listings-content-block .lcb-item .views-field-field-icon .field-content .col-sm-6,
.contentwrap .main-content .view-id-retail_outlets .listings-content-block .lcb-item .views-field-field-icon .field-content .col-sm-6 {
  width: 100% !important;
}
.contentwrap .main-content .field--name-field-document .list-file,
.contentwrap .main-content .field--name-field-disclosable-pecuniary-inte .list-file {
  width: 100%;
}
.contentwrap .main-content .field--name-field-document .list-file .icon,
.contentwrap .main-content .field--name-field-disclosable-pecuniary-inte .list-file .icon {
  float: left;
  width: 15%;
}
.contentwrap .main-content .field--name-field-document .list-file .file-list,
.contentwrap .main-content .field--name-field-disclosable-pecuniary-inte .list-file .file-list {
  width: 85%;
  float: left;
}
.contentwrap .main-content .field--name-field-document .list-file .file-list a,
.contentwrap .main-content .field--name-field-disclosable-pecuniary-inte .list-file .file-list a {
  top: -5px;
}
.contentwrap .main-content .field--name-field-document .list-file .file-list .lr-meta,
.contentwrap .main-content .field--name-field-disclosable-pecuniary-inte .list-file .file-list .lr-meta {
  top: -6px;
}
.contentwrap .main-content .field--name-field-document .col-sm-12 .list-file .icon,
.contentwrap .main-content .field--name-field-disclosable-pecuniary-inte .col-sm-12 .list-file .icon {
  width: 10%;
}
.contentwrap .main-content .field--name-field-document .col-sm-12 .list-file .file-list,
.contentwrap .main-content .field--name-field-disclosable-pecuniary-inte .col-sm-12 .list-file .file-list {
  width: 90%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  border: none;
}
@media (min-width: 992px) {
  .owl-carousel {
    border: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .owl-carousel {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel {
    margin-top: 30px;
  }
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../img/owl-carousel/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#owl-pager .col-sm-12 {
  min-height: 0;
}

.owl-dots {
  position: relative;
  z-index: 60;
  display: block;
  float: left;
  margin-bottom: 0;
  margin-left: 4px;
}
@media (min-width: 992px) {
  .owl-dots {
    right: 20px;
    bottom: 10px;
    position: absolute;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  background: #4fa416;
  width: 28px;
  height: 28px;
  border: 2px solid #00502f;
  text-indent: -99999px;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, text-shadow 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .owl-dots .owl-dot {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    border-color: #fff;
    margin-left: 12px;
    margin-right: 0;
  }
}
.owl-dots .owl-dot:hover {
  background: #00502f;
  border-color: #00502f;
}
@media (min-width: 992px) {
  .owl-dots .owl-dot:hover {
    background: #fff;
    border-color: #fff;
  }
}
.owl-dots .owl-dot.active {
  background: #fff;
  border: 2px solid #00502f;
}
@media (min-width: 992px) {
  .owl-dots .owl-dot.active {
    border-color: #fff;
  }
}

/*# sourceMappingURL=style.css.map */
