/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #27ae60;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #19703e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #27ae60;
}
a.text-primary:hover {
  color: #1e8449;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #27ae60;
}
a.bg-primary:hover {
  background-color: #1e8449;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-family: 'Merriweather', Georgia, times, serif;
  font-style: italic;
  float: right;
  max-width: 30%;
  min-width: 200px;
  color: #d90000;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-wide {
  max-width: 1480px;
  width: 100%;
  margin: 0px auto;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #666;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 35px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 31px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 48px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 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;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .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 {
  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 {
  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 {
  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.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #27ae60;
  border-color: #229955;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #27ae60;
  border-color: #229955;
}
.btn-primary .badge {
  color: #27ae60;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-search {
  color: #699999;
  background-color: transparent;
  border-color: #699999;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search.active,
.open > .dropdown-toggle.btn-search {
  color: #699999;
  background-color: rgba(0, 0, 0, 0);
  border-color: #507575;
}
.btn-search:active,
.btn-search.active,
.open > .dropdown-toggle.btn-search {
  background-image: none;
}
.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search,
.btn-search.disabled:hover,
.btn-search[disabled]:hover,
fieldset[disabled] .btn-search:hover,
.btn-search.disabled:focus,
.btn-search[disabled]:focus,
fieldset[disabled] .btn-search:focus,
.btn-search.disabled:active,
.btn-search[disabled]:active,
fieldset[disabled] .btn-search:active,
.btn-search.disabled.active,
.btn-search[disabled].active,
fieldset[disabled] .btn-search.active {
  background-color: transparent;
  border-color: #699999;
}
.btn-search .badge {
  color: transparent;
  background-color: #699999;
}
.btn-header {
  color: #699999;
  background-color: #fff;
  border-color: #699999;
}
.btn-header:hover,
.btn-header:focus,
.btn-header:active,
.btn-header.active,
.open > .dropdown-toggle.btn-header {
  color: #699999;
  background-color: #e6e6e6;
  border-color: #507575;
}
.btn-header:active,
.btn-header.active,
.open > .dropdown-toggle.btn-header {
  background-image: none;
}
.btn-header.disabled,
.btn-header[disabled],
fieldset[disabled] .btn-header,
.btn-header.disabled:hover,
.btn-header[disabled]:hover,
fieldset[disabled] .btn-header:hover,
.btn-header.disabled:focus,
.btn-header[disabled]:focus,
fieldset[disabled] .btn-header:focus,
.btn-header.disabled:active,
.btn-header[disabled]:active,
fieldset[disabled] .btn-header:active,
.btn-header.disabled.active,
.btn-header[disabled].active,
fieldset[disabled] .btn-header.active {
  background-color: #fff;
  border-color: #699999;
}
.btn-header .badge {
  color: #fff;
  background-color: #699999;
}
.btn-beige {
  color: #fff2c8;
  background-color: transparent;
  border-color: #fff2c8;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.btn-beige:hover,
.btn-beige:focus,
.btn-beige:active,
.btn-beige.active,
.open > .dropdown-toggle.btn-beige {
  color: #fff2c8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe48b;
}
.btn-beige:active,
.btn-beige.active,
.open > .dropdown-toggle.btn-beige {
  background-image: none;
}
.btn-beige.disabled,
.btn-beige[disabled],
fieldset[disabled] .btn-beige,
.btn-beige.disabled:hover,
.btn-beige[disabled]:hover,
fieldset[disabled] .btn-beige:hover,
.btn-beige.disabled:focus,
.btn-beige[disabled]:focus,
fieldset[disabled] .btn-beige:focus,
.btn-beige.disabled:active,
.btn-beige[disabled]:active,
fieldset[disabled] .btn-beige:active,
.btn-beige.disabled.active,
.btn-beige[disabled].active,
fieldset[disabled] .btn-beige.active {
  background-color: transparent;
  border-color: #fff2c8;
}
.btn-beige .badge {
  color: transparent;
  background-color: #fff2c8;
}
.btn-link {
  color: #27ae60;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #19703e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #27ae60;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #27ae60;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  font-size: 19px;
  line-height: 21px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  background-image: none;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    margin-left: 12px;
  }
}
.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #699999;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #5b8686;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #5b8686;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #5b8686;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  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;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b3eecc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
  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;
  }
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper ul li {
  margin-bottom: 15px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  display: none;
  color: #a94442;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #a94442;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #777777;
}
.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #777777;
}
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.ginput_container textarea {
  height: auto;
  border-radius: 0;
}
.gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #699999;
  background-color: transparent;
  border-color: #699999;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.gform_button:focus,
.gform_button:active:focus,
.gform_button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus {
  color: #333;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.validation_error {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error > p + p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #e4b9c0;
}
.validation_error .alert-link {
  color: #843534;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
#gforms_confirmation_message hr {
  border-top-color: #c9e2b3;
}
#gforms_confirmation_message .alert-link {
  color: #2b542c;
}
.gallery-row {
  padding: 10.5px 0;
}
.aligncenter {
  display: block;
  margin: 10.5px auto;
}
.alignleft,
.alignright {
  margin-bottom: 10.5px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 10.5px;
  }
  .alignright {
    float: right;
    margin-left: 10.5px;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 25%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
  background: url('../img/left-arrow.png') no-repeat center center;
}
.flex-direction-nav .flex-next {
  right: -50px;
  background: url('../img/right-arrow.png') no-repeat center center;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 30px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 30px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  display: none;
}
.flex-direction-nav a.flex-next:before {
  display: none;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider .slides li {
  position: relative;
}
.home-slider .flex-control-nav {
  display: none;
}
.flex-caption {
  background: rgba(105, 153, 153, 0.9);
  padding: 12px;
}
.flex-caption h2,
.flex-caption h3 {
  text-align: center;
  color: white;
}
.flex-caption h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.flex-caption h3 {
  font-size: 13px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  margin-bottom: 10px;
}
.flex-caption p {
  display: none !important;
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-caption p {
    display: block !important;
  }
  table.flex-caption p {
    display: table;
  }
  tr.flex-caption p {
    display: table-row !important;
  }
  th.flex-caption p,
  td.flex-caption p {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .flex-caption p {
    display: block !important;
  }
  table.flex-caption p {
    display: table;
  }
  tr.flex-caption p {
    display: table-row !important;
  }
  th.flex-caption p,
  td.flex-caption p {
    display: table-cell !important;
  }
}
.flex-caption .publication-button {
  text-align: center;
}
@media (min-width: 768px) {
  .flex-caption {
    position: absolute;
    top: 25%;
    left: 190px;
    right: 190px;
    z-index: 1;
    padding: 20px;
  }
  .flex-caption h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .flex-caption h3 {
    font-size: 15px;
    font-style: italic;
    margin: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .flex-caption {
    left: 120px;
    right: 120px;
  }
}
@media (min-width: 992px) {
  .flex-caption .publication-button {
    margin-top: 20px;
  }
  .flex-caption .publication-button .btn {
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .flex-caption .publication-button {
    margin-top: 20px;
  }
  .flex-caption .publication-button .btn {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .flex-caption .flex-direction-nav a {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .flex-direction-nav a {
    top: 50%;
  }
}
.italic {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
}
.avenir-light {
  font-family: 'Avenir LT W01 35 Light', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
}
.avenir-roman {
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
}
.avenir-heavy {
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.left-drawer,
.right-drawer {
  display: none;
}
.snap-content {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.admin-bar .snap-content {
  padding-top: 32px;
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #e8e6e6;
  width: auto;
  height: auto;
}
.snap-drawers .theme-menu {
  background-color: transparent;
  padding: 15px;
  margin: 0px;
}
.snap-drawers .theme-menu li {
  background-color: white;
  margin-bottom: 3px;
}
.snap-drawers .icon-close {
  opacity: 0.502;
  position: absolute;
  right: 15px;
  top: 39px;
  width: 20px;
  cursor: pointer;
  height: 20px;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 320px;
  padding: 15px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
.search-container {
  display: none;
  background-color: #e8e6e6;
  padding: 15px;
  padding-bottom: 20px;
}
.search-container .container {
  position: relative;
}
.search-container h3 {
  margin-top: 0;
}
.search-container h4 {
  color: #666666;
}
.search-container h4 span {
  color: #d9565f;
  margin-left: 3px;
}
.search-container .icon-close-search {
  opacity: 0.502;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 19px;
  width: 20px;
  height: 20px;
}
.search-container .search-field,
.search-container #cat {
  background-color: #fff;
  height: 40px;
}
.search-container .search-field {
  border-radius: 0;
}
.search-container #cat {
  border-radius: 5px;
  border-color: #bebebe;
  width: 100%;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 12px;
  background: #fff url('../img/select-arrow-open.png') 94% center no-repeat;
}
.search-container .search-submit-container {
  margin-top: 11px;
  display: block;
  margin-bottom: 0px;
  text-align: right;
}
.search-container .search-submit-container .search-submit {
  border-radius: 0;
}
@media (min-width: 768px) {
  .search-container .search-field,
  .search-container #cat,
  .search-container .search-submit-container {
    display: inline-block;
  }
  .search-container .search-field {
    width: 100%;
  }
  .search-container #cat {
    width: 100%;
  }
  .search-container .search-submit-container {
    float: right !important;
  }
}
.theme-menu-tablet-container {
  height: 0px;
  background-color: #699999;
}
@media (min-width: 768px) {
  .theme-menu-tablet-container {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .theme-menu-tablet-container {
    height: 52px;
  }
}
.theme-menu-tablet-container .theme-menu-tablet .theme-menu {
  margin-top: 20px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
}
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li {
  width: 25%;
  display: table;
  text-align: center;
  border-right: 1px solid #e8e6e6;
}
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li:nth-child(4n) {
  border-right: none;
}
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li:nth-child(-n+4) {
  border-bottom: 1px solid #e8e6e6;
}
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li a,
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li a:visited {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 62px;
  line-height: normal;
  font-size: 14px;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
  font-weight: 400;
}
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li a:hover,
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li a:visited:hover,
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li a:focus,
.theme-menu-tablet-container .theme-menu-tablet .theme-menu li a:visited:focus {
  opacity: 0.75;
  background: #fff;
}
@media (min-width: 992px) {
  .theme-menu-tablet-container .theme-menu-tablet .theme-menu li {
    width: 12.5%;
  }
  .theme-menu-tablet-container .theme-menu-tablet .theme-menu li:nth-child(4) {
    border-right: 1px solid #e8e6e6;
  }
  .theme-menu-tablet-container .theme-menu-tablet .theme-menu li:nth-child(-n+4) {
    border-bottom: none;
  }
}
a {
  color: #699999;
}
strong,
b {
  color: #000;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
}
article iframe {
  max-width: 100%;
  max-height: 250px;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
.page_nav {
  background: #333;
  color: #fff;
  padding: 5px 5px 3px 10px;
  height: 40px;
  margin-bottom: 10px;
  text-align: right;
}
.page_nav label {
  padding: 3px 0px 2px 0px;
  margin: 0px;
  float: left;
}
.page-numbers {
  display: none;
}
.page-numbers.next,
.page-numbers.prev {
  display: inline-block;
  background: #fff;
  padding: 7px 5px 5px 5px;
  height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.page-numbers.next:hover,
.page-numbers.prev:hover {
  text-decoration: none;
}
.page-numbers.next {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-right: 20px;
  padding-left: 10px;
  background: #fff url(../img/chevron-right-on.png) 90% 50% no-repeat;
}
.page-numbers.prev {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 20px;
  padding-right: 10px;
  background: #fff url(../img/chevron-left-on.png) 10% 50% no-repeat;
}
@media (min-width: 768px) {
  .page_nav {
    margin-bottom: 20px;
  }
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.theme {
  text-transform: uppercase;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
}
.entry-share {
  margin-top: 20px;
}
.entry-share .entry-share-btns li {
  background: #699999;
  font-size: 13px;
  color: #fff;
}
.entry-share .entry-share-btns li a,
.entry-share .entry-share-btns li b {
  color: #fff;
  font-weight: normal;
}
.banner {
  padding-top: 15px;
}
.banner .navbar-header .navbar-brand {
  margin-right: 45px;
  margin-bottom: 9px;
  width: 100%;
}
.banner .navbar-header .navbar-brand img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .banner .navbar-header .navbar-brand {
    margin-left: 0;
  }
}
.banner .navbar-header .site-description {
  color: #c3e3e3;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
}
.banner .navbar-header .site-description:before,
.banner .navbar-header .site-description:after {
  content: " ";
  display: table;
}
.banner .navbar-header .site-description:after {
  clear: both;
}
.banner .navbar-header .site-description:before,
.banner .navbar-header .site-description:after {
  content: " ";
  display: table;
}
.banner .navbar-header .site-description:after {
  clear: both;
}
.banner .navbar-header .navbar-toggle {
  float: none;
}
.banner .navbar-header .btn-header {
  padding-top: 5px;
  padding-bottom: 4px;
  text-transform: uppercase;
  padding-left: 28px;
  font-size: 14px;
}
.banner .navbar-header .btn-header.navbar-toggle {
  background: white url('../img/menu-bg.png') no-repeat left 10px center;
  border: 0px;
  display: none !important;
}
@media (max-width: 767px) {
  .banner .navbar-header .btn-header.navbar-toggle {
    display: block !important;
  }
  table.banner .navbar-header .btn-header.navbar-toggle {
    display: table;
  }
  tr.banner .navbar-header .btn-header.navbar-toggle {
    display: table-row !important;
  }
  th.banner .navbar-header .btn-header.navbar-toggle,
  td.banner .navbar-header .btn-header.navbar-toggle {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .navbar-header .btn-header.navbar-toggle {
    display: block !important;
  }
  table.banner .navbar-header .btn-header.navbar-toggle {
    display: table;
  }
  tr.banner .navbar-header .btn-header.navbar-toggle {
    display: table-row !important;
  }
  th.banner .navbar-header .btn-header.navbar-toggle,
  td.banner .navbar-header .btn-header.navbar-toggle {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .navbar-header .btn-header.navbar-toggle {
    display: block !important;
  }
  table.banner .navbar-header .btn-header.navbar-toggle {
    display: table;
  }
  tr.banner .navbar-header .btn-header.navbar-toggle {
    display: table-row !important;
  }
  th.banner .navbar-header .btn-header.navbar-toggle,
  td.banner .navbar-header .btn-header.navbar-toggle {
    display: table-cell !important;
  }
}
.banner .navbar-header .btn-header.navbar-toggle:hover,
.banner .navbar-header .btn-header.navbar-toggle:focus {
  background: #344c4c url('../img/menu-bg-hover.png') no-repeat left 10px center;
  border-color: #344c4c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
}
.banner .navbar-header .btn-header.search-toggle {
  background: white url('../img/search-bg.png') no-repeat left 10px center;
  border: 0px;
}
@media (min-width: 1200px) {
  .banner .navbar-header .btn-header.search-toggle {
    display: none !important;
  }
}
.banner .navbar-header .btn-header.search-toggle:hover,
.banner .navbar-header .btn-header.search-toggle:focus {
  background: #344c4c url('../img/search-bg-hover.png') no-repeat left 10px center;
  border-color: #344c4c;
  color: white;
}
.banner .navbar-header .btn-header.themes-toggle {
  background: white url('../img/themes-bg.png') no-repeat left 10px center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .navbar-header .btn-header.themes-toggle {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .navbar-header .btn-header.themes-toggle {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .banner .navbar-header .btn-header.themes-toggle {
    display: none !important;
  }
}
.banner .navbar-header .btn-header.themes-toggle:hover,
.banner .navbar-header .btn-header.themes-toggle:focus {
  background: #344c4c url('../img/themes-bg-hover.png') no-repeat left 10px center;
  border-color: #344c4c;
  color: white;
}
@media (max-width: 767px) {
  .banner .navbar-header .btn-header.navbar-toggle {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .banner {
    padding-top: 30px;
  }
  .navbar-header {
    padding-left: 30px;
    width: 100%;
    position: relative;
  }
  .navbar-header .header-buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar-header .header-buttons .navbar-toggle {
    margin-left: 13px;
  }
  .navbar-header .header-buttons .search-toggle {
    margin-right: 13px;
  }
}
.single.single-cpt_events .sidebar.events {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single.single-cpt_events .sidebar.events {
    float: left;
    width: 33.33333333%;
  }
}
.single.single-cpt_events .sidebar .event-details {
  font-size: 12px;
}
.single.single-cpt_events .sidebar .event-details .event-details-content {
  display: none;
}
.single.single-cpt_events .sidebar h2 {
  display: none;
}
.single.single-cpt_events .sidebar h3.related {
  background: #699999 url(../img/expand-arrow.png) right 10px center no-repeat;
  cursor: pointer;
}
.single.single-cpt_events .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single.single-cpt_events .main {
    float: left;
    width: 66.66666667%;
  }
}
.sidebar .search-submit-container {
  text-align: right;
}
.sidebar .search-submit-container input {
  border-radius: 0px;
}
.sidebar .sidebar-filter {
  padding: 20px;
  border-bottom: 1px solid #e8e6e6;
}
.sidebar .sidebar-filter h4 {
  font-weight: bold;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
}
.sidebar .sidebar-filter ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  font-size: 15px;
}
.sidebar .search-sidebar .search-cont {
  background: #e8e6e6;
  padding: 20px;
  margin-bottom: 20px;
}
.sidebar .search-sidebar input[type=search] {
  width: 100%;
  border-radius: 0px;
  background: #fff;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  .single.single-cpt_events .sidebar .event-details .event-details-content {
    display: block;
  }
  .single.single-cpt_events .sidebar h3 {
    display: none;
  }
  .single.single-cpt_events .sidebar h2 {
    display: block;
  }
}
@media (min-width: 992px) {
  .single.single-cpt_events .sidebar.events {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single.single-cpt_events .sidebar .event-details {
    padding: 20px;
    background: #eee;
  }
  .single.single-cpt_events .sidebar .event-details .event-details-content {
    display: block;
  }
  .single.single-cpt_events .main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .single.single-cpt_events .sidebar.events {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .single.single-cpt_events .main {
    float: left;
    width: 75%;
  }
}
.footerh3 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding-left: 7px;
  color: #fff2c8;
  background: #687b9b url('../img/footer-arrow-down.png') no-repeat right 9px center;
}
.footerh3.toggled {
  background: #343d4d url('../img/footer-arrow-up.png') no-repeat right 9px center;
}
.footerDiv {
  margin: 15px;
  border: 2px solid #fff2c8;
}
.footerDivInner {
  display: none;
  padding: 15px;
  border-top: 2px solid #fff2c8;
}
.content-info {
  background-color: #687b9b;
}
.content-info .website-credit {
  font-size: 12px;
  color: #465369;
  margin-top: 30px;
  display: none;
}
.content-info .website-credit a,
.content-info .website-credit a:visited {
  color: #465369;
}
.content-info h3 {
  font-size: 20px;
}
.content-info img {
  height: auto;
}
.content-info .site-navigation {
  margin: 15px;
  border: 2px solid #fff2c8;
}
.content-info .site-navigation h3 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding-left: 7px;
  color: #fff2c8;
  background: #687b9b url('../img/footer-arrow-down.png') no-repeat right 9px center;
}
.content-info .site-navigation h3.toggled {
  background: #343d4d url('../img/footer-arrow-up.png') no-repeat right 9px center;
}
.content-info .site-navigation .site-navigation-inner {
  display: none;
  padding: 15px;
  border-top: 2px solid #fff2c8;
}
.content-info .site-navigation .site-navigation-inner ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
.content-info .site-navigation a {
  color: #fff2c8;
  text-decoration: none;
}
.content-info .social {
  margin: 15px;
  border: 2px solid #fff2c8;
  margin: 0;
  margin-bottom: 15px;
}
.content-info .social h3 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding-left: 7px;
  color: #fff2c8;
  background: #687b9b url('../img/footer-arrow-down.png') no-repeat right 9px center;
}
.content-info .social h3.toggled {
  background: #343d4d url('../img/footer-arrow-up.png') no-repeat right 9px center;
}
.content-info .social .textwidget {
  display: none;
  padding: 15px;
  border-top: 2px solid #fff2c8;
}
.content-info .social .textwidget a {
  color: #fff2c8;
  text-decoration: none;
}
.content-info .widget_sp_image {
  display: none;
}
.content-info .events {
  margin: 15px;
  border: 2px solid #fff2c8;
  margin: 0;
  margin-bottom: 15px;
}
.content-info .events h3 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding-left: 7px;
  color: #fff2c8;
  background: #687b9b url('../img/footer-arrow-down.png') no-repeat right 9px center;
}
.content-info .events h3.toggled {
  background: #343d4d url('../img/footer-arrow-up.png') no-repeat right 9px center;
}
.content-info .events .gform_wrapper {
  display: none;
  padding: 15px;
  border-top: 2px solid #fff2c8;
  color: white;
}
.content-info .events .gform_wrapper a {
  color: #fff2c8;
  text-decoration: none;
}
.content-info .events .gform_wrapper .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff2c8;
  background-color: transparent;
  border-color: #fff2c8;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.content-info .events .gform_wrapper .gform_button:focus,
.content-info .events .gform_wrapper .gform_button:active:focus,
.content-info .events .gform_wrapper .gform_button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.content-info .events .gform_wrapper .gform_button:hover,
.content-info .events .gform_wrapper .gform_button:focus {
  color: #333;
  text-decoration: none;
}
.content-info .events .gform_wrapper .gform_button:active,
.content-info .events .gform_wrapper .gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.content-info .events .gform_wrapper .gform_button.disabled,
.content-info .events .gform_wrapper .gform_button[disabled],
fieldset[disabled] .content-info .events .gform_wrapper .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-info .events .gform_wrapper .gform_button:hover,
.content-info .events .gform_wrapper .gform_button:focus,
.content-info .events .gform_wrapper .gform_button:active,
.content-info .events .gform_wrapper .gform_button.active,
.open > .dropdown-toggle.content-info .events .gform_wrapper .gform_button {
  color: #fff2c8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe48b;
}
.content-info .events .gform_wrapper .gform_button:active,
.content-info .events .gform_wrapper .gform_button.active,
.open > .dropdown-toggle.content-info .events .gform_wrapper .gform_button {
  background-image: none;
}
.content-info .events .gform_wrapper .gform_button.disabled,
.content-info .events .gform_wrapper .gform_button[disabled],
fieldset[disabled] .content-info .events .gform_wrapper .gform_button,
.content-info .events .gform_wrapper .gform_button.disabled:hover,
.content-info .events .gform_wrapper .gform_button[disabled]:hover,
fieldset[disabled] .content-info .events .gform_wrapper .gform_button:hover,
.content-info .events .gform_wrapper .gform_button.disabled:focus,
.content-info .events .gform_wrapper .gform_button[disabled]:focus,
fieldset[disabled] .content-info .events .gform_wrapper .gform_button:focus,
.content-info .events .gform_wrapper .gform_button.disabled:active,
.content-info .events .gform_wrapper .gform_button[disabled]:active,
fieldset[disabled] .content-info .events .gform_wrapper .gform_button:active,
.content-info .events .gform_wrapper .gform_button.disabled.active,
.content-info .events .gform_wrapper .gform_button[disabled].active,
fieldset[disabled] .content-info .events .gform_wrapper .gform_button.active {
  background-color: transparent;
  border-color: #fff2c8;
}
.content-info .events .gform_wrapper .gform_button .badge {
  color: transparent;
  background-color: #fff2c8;
}
.content-info .contact {
  margin: 15px;
  border: 2px solid #fff2c8;
  margin: 0;
  margin-bottom: 15px;
}
.content-info .contact h3 {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding-left: 7px;
  color: #fff2c8;
  background: #687b9b url('../img/footer-arrow-down.png') no-repeat right 9px center;
}
.content-info .contact h3.toggled {
  background: #343d4d url('../img/footer-arrow-up.png') no-repeat right 9px center;
}
.content-info .contact .execphpwidget {
  display: none;
  padding: 15px;
  border-top: 2px solid #fff2c8;
  color: white;
}
.content-info .contact .execphpwidget a {
  color: #fff2c8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .content-info {
    margin-top: 20px;
    color: white;
  }
  .content-info .website-credit {
    display: block;
  }
  .content-info .widget_sp_image {
    display: block;
  }
  .content-info .site-navigation,
  .content-info .social,
  .content-info .events,
  .content-info .contact {
    border: 0px;
    margin: 0px;
  }
  .content-info .site-navigation h3,
  .content-info .social h3,
  .content-info .events h3,
  .content-info .contact h3 {
    background: none;
    padding: 0px;
    color: black;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .content-info .site-navigation .site-navigation-inner,
  .content-info .social .site-navigation-inner,
  .content-info .events .site-navigation-inner,
  .content-info .contact .site-navigation-inner,
  .content-info .site-navigation .textwidget,
  .content-info .social .textwidget,
  .content-info .events .textwidget,
  .content-info .contact .textwidget,
  .content-info .site-navigation .gform_wrapper,
  .content-info .social .gform_wrapper,
  .content-info .events .gform_wrapper,
  .content-info .contact .gform_wrapper,
  .content-info .site-navigation .execphpwidget,
  .content-info .social .execphpwidget,
  .content-info .events .execphpwidget,
  .content-info .contact .execphpwidget {
    display: block;
    padding: 0px;
    border: 0px;
  }
  .content-info .site-navigation .site-navigation-inner ul,
  .content-info .social .site-navigation-inner ul,
  .content-info .events .site-navigation-inner ul,
  .content-info .contact .site-navigation-inner ul,
  .content-info .site-navigation .textwidget ul,
  .content-info .social .textwidget ul,
  .content-info .events .textwidget ul,
  .content-info .contact .textwidget ul,
  .content-info .site-navigation .gform_wrapper ul,
  .content-info .social .gform_wrapper ul,
  .content-info .events .gform_wrapper ul,
  .content-info .contact .gform_wrapper ul,
  .content-info .site-navigation .execphpwidget ul,
  .content-info .social .execphpwidget ul,
  .content-info .events .execphpwidget ul,
  .content-info .contact .execphpwidget ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .content-info .site-navigation .gform_wrapper ul li,
  .content-info .social .gform_wrapper ul li,
  .content-info .events .gform_wrapper ul li,
  .content-info .contact .gform_wrapper ul li {
    margin-bottom: 5px;
  }
  .content-info .site-navigation a,
  .content-info .social a,
  .content-info .events a,
  .content-info .contact a {
    color: #fff2c8;
    text-decoration: none;
  }
  .content-info a,
  .content-info a:visited {
    color: #fff2c8;
    text-decoration: none;
  }
  .content-info a[href^="tel"],
  .content-info a:visited[href^="tel"] {
    color: white;
    cursor: default;
  }
  .content-info .footer-area-one,
  .content-info .footer-area-two,
  .content-info .footer-area-three {
    padding: 20px;
  }
  .content-info .footer-area-one {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-info .footer-area-one .row:first-child {
    margin-bottom: 40px;
  }
  .content-info .footer-area-one .row:nth-child(2) > div {
    padding-left: 0;
  }
  .content-info .footer-area-one nav {
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
  .content-info .footer-area-one nav ul li {
    display: inline-block;
  }
  .content-info .footer-area-one nav ul li a {
    padding: 0;
  }
  .content-info .footer-area-three {
    font-size: 15px;
  }
  .content-info .footer-area-three p {
    margin-bottom: 20px;
  }
  .content-info .footer-area-three .copyright {
    color: #fff2c8;
  }
  .content-info .footer-area-two {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-info .footer-area-two p {
    font-size: 13px;
    font-family: Merriweather, georgia, sans-serif;
    color: #e8e6e6;
  }
  .content-info .footer-area-two .events {
    background-color: #5d6e8b;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
  }
  .content-info .footer-area-two .gfield_html p {
    font-style: italic;
  }
  .content-info .footer-area-two input,
  .content-info .footer-area-two select,
  .content-info .footer-area-two textarea {
    border-color: transparent;
    color: white;
    background-color: #465369;
  }
  .content-info .footer-area-two .gform_button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff2c8;
    background-color: transparent;
    border-color: #fff2c8;
    font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
    font-weight: 600;
    float: right !important;
  }
  .content-info .footer-area-two .gform_button:focus,
  .content-info .footer-area-two .gform_button:active:focus,
  .content-info .footer-area-two .gform_button.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .content-info .footer-area-two .gform_button:hover,
  .content-info .footer-area-two .gform_button:focus {
    color: #333;
    text-decoration: none;
  }
  .content-info .footer-area-two .gform_button:active,
  .content-info .footer-area-two .gform_button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .content-info .footer-area-two .gform_button.disabled,
  .content-info .footer-area-two .gform_button[disabled],
  fieldset[disabled] .content-info .footer-area-two .gform_button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .content-info .footer-area-two .gform_button:hover,
  .content-info .footer-area-two .gform_button:focus,
  .content-info .footer-area-two .gform_button:active,
  .content-info .footer-area-two .gform_button.active,
  .open > .dropdown-toggle.content-info .footer-area-two .gform_button {
    color: #fff2c8;
    background-color: rgba(0, 0, 0, 0);
    border-color: #ffe48b;
  }
  .content-info .footer-area-two .gform_button:active,
  .content-info .footer-area-two .gform_button.active,
  .open > .dropdown-toggle.content-info .footer-area-two .gform_button {
    background-image: none;
  }
  .content-info .footer-area-two .gform_button.disabled,
  .content-info .footer-area-two .gform_button[disabled],
  fieldset[disabled] .content-info .footer-area-two .gform_button,
  .content-info .footer-area-two .gform_button.disabled:hover,
  .content-info .footer-area-two .gform_button[disabled]:hover,
  fieldset[disabled] .content-info .footer-area-two .gform_button:hover,
  .content-info .footer-area-two .gform_button.disabled:focus,
  .content-info .footer-area-two .gform_button[disabled]:focus,
  fieldset[disabled] .content-info .footer-area-two .gform_button:focus,
  .content-info .footer-area-two .gform_button.disabled:active,
  .content-info .footer-area-two .gform_button[disabled]:active,
  fieldset[disabled] .content-info .footer-area-two .gform_button:active,
  .content-info .footer-area-two .gform_button.disabled.active,
  .content-info .footer-area-two .gform_button[disabled].active,
  fieldset[disabled] .content-info .footer-area-two .gform_button.active {
    background-color: transparent;
    border-color: #fff2c8;
  }
  .content-info .footer-area-two .gform_button .badge {
    color: transparent;
    background-color: #fff2c8;
  }
  .content-info .footer-area-two .validation_message {
    background-color: #e8e6e6;
    color: #343d4d;
    padding: 5px 8px;
  }
  .content-info .footer-area-two .gform_wrapper .gfield_error .gfield_label {
    color: white !important;
  }
}
.home .flexslider {
  margin: 15px 0 0 0;
  /*height: 400px;*/
}
.home .row-home h3 {
  font-size: 18px;
  padding: 9px 0px;
  text-align: center;
  margin: 10px 0px;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.home .row-home .latest-theme h3,
.home .row-home .latest-featured h3 {
  background-color: black;
  color: white;
}
.home .row-home .latest-theme .item {
  margin-top: 10px;
  border: 1px solid #e8e6e6;
}
.home .row-home .latest-theme .item .entry-item-row {
  padding: 10px;
}
.home .row-home .latest-theme .item .entry-item-row a .entry-thumbnail img {
  max-width: 100%;
  height: auto;
}
.home .row-home .latest-theme .item .entry-item-row .entry-meta {
  font-size: 14px;
  color: #666666;
}
.home .row-home .latest-theme .item .entry-item-row .entry-excerpt {
  font-size: 18px;
  line-height: 20px;
  color: #699999;
  margin-top: 7.5px;
  margin-bottom: 15px;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.home .row-home .latest-theme .item .entry-item-row .entry-content {
  float: left;
  width: 55%;
}
.home .row-home .latest-theme .item .entry-item-row .entry-type {
  color: #666666;
  font-size: 14px;
}
.home .row-home .latest-theme .item .entry-item-row .entry-type a,
.home .row-home .latest-theme .item .entry-item-row .entry-type a:visited {
  color: #699999;
}
.home .row-home .latest-theme .item .entry-theme-row {
  padding: 0px 15px;
}
.home .row-home .latest-theme .item .entry-theme-row > div {
  border-top: 1px solid #e8e6e6;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme:before {
  content: "";
  border-radius: 75px;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 5px;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme.theme-wages {
  color: #3e87a6;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme.theme-wages:before {
  background-color: #3e87a6;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme.theme-welfare {
  color: #ff2d00;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme.theme-welfare:before {
  background-color: #ff2d00;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme.theme-childcare {
  color: #ff8c00;
}
.home .row-home .latest-theme .item .entry-theme-row .entry-theme.theme-childcare:before {
  background-color: #ff8c00;
}
.home .row-home .latest-chief-exec section {
  position: relative;
  padding-bottom: 139px;
  background: #687b9b url('../img/torsten-bell.jpg') bottom left no-repeat;
}
.home .row-home .latest-chief-exec section header {
  padding: 0 10px;
}
.home .row-home .latest-chief-exec section header h3 {
  color: white;
  margin-bottom: 0;
}
.home .row-home .latest-chief-exec section article {
  background: #343d4d;
  padding: 20px 20px 0;
}
.home .row-home .latest-chief-exec section article .entry-meta {
  color: white;
  font-weight: 100;
}
.home .row-home .latest-chief-exec section article .entry-excerpt {
  color: #699999;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
}
.home .row-home .latest-chief-exec section footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.home .row-home .latest-news section {
  background: #e8e6e6 url('../img/in-the-news-bg.png') repeat;
  padding-bottom: 20px;
}
.home .row-home .latest-news section header {
  padding: 0 20px;
}
.home .row-home .latest-news section header h3 {
  padding-bottom: 0;
}
.home .row-home .latest-news section .flexslider.news {
  margin: 20px;
  background: #fff url(../img/news-slider-div.png) bottom 56px center no-repeat;
  border-radius: 5px;
  padding-bottom: 30px;
}
.home .row-home .latest-news section .flexslider.news .flex-direction-nav a {
  width: 20px;
  height: 20px;
  top: auto;
  bottom: 20px;
  opacity: 1;
}
.home .row-home .latest-news section .flexslider.news .flex-direction-nav a.flex-next {
  right: 70px;
  background: url(../img/news-next.png) top left no-repeat;
}
.home .row-home .latest-news section .flexslider.news .flex-direction-nav a.flex-prev {
  left: 70px;
  background: url(../img/news-prev.png) top left no-repeat;
}
.home .row-home .latest-news section .flexslider.news .flex-control-nav {
  bottom: 12px;
}
.home .row-home .latest-news section .flexslider.news .flex-control-nav li {
  margin: 0px 5px;
}
.home .row-home .latest-news section .flexslider.news .flex-control-nav a {
  background-color: rgba(217, 86, 95, 0.5);
}
.home .row-home .latest-news section .flexslider.news .flex-control-nav a.flex-active {
  background-color: #d9565f;
}
.home .row-home .latest-news section .flexslider.news li.item {
  padding-top: 25px;
  padding-bottom: 40px;
}
.home .row-home .latest-news section .flexslider.news li.item .entry-image {
  padding-bottom: 25px;
}
.home .row-home .latest-news section .flexslider.news li.item .entry-image img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.home .row-home .latest-news section .flexslider.news li.item .entry-meta {
  padding: 0 10px;
  color: #666666;
}
.home .row-home .latest-news section .flexslider.news li.item .entry-excerpt {
  color: #699999;
  font-size: 18px;
  padding: 0 10px;
  margin-top: 8px;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.home .row-home .latest-news section .flexslider.news li.item .entry-author {
  margin: 5px auto;
  font-size: 14px;
  padding: 0 10px;
  color: #666666;
}
.home .row-home .latest-news section footer {
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .row-home .featured-header-container {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .home .row-home .featured-header-container {
    display: none !important;
  }
}
.home .row-home .featured-header-container .featured-header {
  background-color: black;
  margin-top: 10px;
}
.home .row-home .featured-header-container .featured-header h3 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home .row-home .latest-featured h3 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .row-home .latest-featured h3 {
    display: none !important;
  }
}
.home .row-home .latest-featured article {
  background: #e8e6e6;
  padding: 10px;
  margin-top: 10px;
}
.home .row-home .latest-featured article header {
  margin-bottom: 20px;
}
.home .row-home .latest-featured article header h4 {
  margin: 0;
  color: #000;
}
.home .row-home .latest-featured article section img {
  max-width: 100%;
  height: auto;
}
.home .row-home .latest-featured article section .entry-excerpt {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}
.home .row-home .latest-featured article section .entry-link a,
.home .row-home .latest-featured article section .entry-link a:visited {
  text-decoration: none;
  color: #699999;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.home .row-home .latest-twitter .twitter-container {
  background-color: #cceefc;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.home .row-home .latest-twitter .twitter-container .twitter-follow {
  position: absolute;
  top: 20px;
  right: 20px;
}
.home .row-home .latest-twitter .twitter-container h4 {
  color: #000;
}
.home .row-home .latest-twitter .twitter-container ul {
  margin: 0px;
  padding: 0px;
}
.home .row-home .latest-twitter .twitter-container .fetch-tweets-single-body {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
}
.home .row-home .latest-twitter .twitter-container li {
  list-style: none;
  margin-bottom: 20px;
}
.home .row-home .latest-twitter .twitter-container li:last-child {
  margin-bottom: 0;
}
.home .row-home .latest-twitter .twitter-container li .entry-meta {
  display: block;
  color: #666666;
  font-size: 14px;
}
.home .row-home .latest-twitter .twitter-container li .entry-meta a {
  color: #666;
}
.home .row-home .latest-twitter .twitter-container li .entry-meta .from-meta {
  display: none;
}
@media (min-width: 768px) {
  .home .flexslider {
    height: 253px;
  }
  .home .latest-ce-news {
    z-index: 0;
  }
  .home .row-home h3 {
    font-size: 20px;
  }
  .home .row-home .latest-theme {
    z-index: 5;
  }
  .home .row-home .latest-theme h3 {
    margin: 20px 0px;
    font-size: 20px;
  }
  .home .row-home .latest-theme .item .entry-item-row {
    padding: 20px;
  }
  .home .row-home .latest-theme .item .entry-item-row img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .home .row-home .latest-theme .item .entry-theme-row .entry-theme {
    line-height: 40px;
    padding: 7px 0 4px 0;
  }
  .home .row-home .featured-header-container .featured-header {
    margin: 20px 0px 10px 0px;
  }
  .home .row-home .latest-chief-exec {
    margin-bottom: 10px;
  }
  .home .row-home .latest-chief-exec section header h3 {
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 0px 20px 0px;
  }
  .home .row-home .latest-chief-exec section article .entry-excerpt {
    font-size: 20px;
  }
  .home .row-home .latest-news section article {
    margin: 20px 20px 0px 20px;
  }
  .home .row-home .latest-featured h3 {
    margin: 20px 0px;
  }
  .home .row-home .latest-featured article {
    padding: 20px;
  }
  .home .row-home .latest-featured article section .entry-excerpt {
    font-size: 13px;
  }
  .home .row-home .latest-twitter .twitter-container {
    padding: 20px;
    margin-top: 20px;
  }
  .home .row-home .latest-twitter .twitter-container h4 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
  }
}
@media (min-width: 992px) {
  .home .flexslider {
    height: 400px;
  }
}
.entry-theme.wages-and-income a,
.entry-theme.wages-and-income a:visited {
  color: #3e87a6;
}
.entry-theme.wages-and-income:before {
  background-color: #3e87a6;
}
.entry-theme.housing a,
.entry-theme.housing a:visited {
  color: #3e47a6;
}
.entry-theme.housing:before {
  background-color: #3e47a6;
}
.entry-theme.work-security a,
.entry-theme.work-security a:visited {
  color: #2e0927;
}
.entry-theme.work-security:before {
  background-color: #2e0927;
}
.entry-theme.debt-savings a,
.entry-theme.debt-savings a:visited {
  color: #d90000;
}
.entry-theme.debt-savings:before {
  background-color: #d90000;
}
.entry-theme.welfare-and-tax-reform a,
.entry-theme.welfare-and-tax-reform a:visited {
  color: #ff2d00;
}
.entry-theme.welfare-and-tax-reform:before {
  background-color: #ff2d00;
}
.entry-theme.childcare-families a,
.entry-theme.childcare-families a:visited {
  color: #ff8c00;
}
.entry-theme.childcare-families:before {
  background-color: #ff8c00;
}
.entry-theme.fiscal-choices a,
.entry-theme.fiscal-choices a:visited {
  color: #338271;
}
.entry-theme.fiscal-choices:before {
  background-color: #338271;
}
.entry-theme.shared-growth a,
.entry-theme.shared-growth a:visited {
  color: #3db398;
}
.entry-theme.shared-growth:before {
  background-color: #3db398;
}
h1,
h2,
h3 {
  color: #000;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
}
h2.h1 {
  color: #000;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 30px;
  margin: 15px 0px;
}
h1.page-title {
  font-size: 18px;
  margin: 0px;
}
h2 {
  font-size: 20px;
}
.page-header {
  margin: 12px 0px;
  border: 0px;
  padding: 0px;
}
#main ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
#main ul li {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding-left: 20px;
  background: url(../img/bullet.png) 0px 5px no-repeat;
}
@media (min-width: 768px) {
  h2.h1 {
    font-size: 40px;
  }
  h1.page-title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h2.h1 {
    font-size: 50px;
    margin: 20px 0px 34px 0px;
  }
  h1.page-title {
    font-size: 30px;
  }
}
.recommendations,
.key-findings {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .recommendations,
  .key-findings {
    float: left;
    width: 50%;
  }
}
.recommendations.full,
.key-findings.full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .recommendations.full,
  .key-findings.full {
    float: left;
    width: 100%;
  }
}
.archive .cpt_publications,
.blog .cpt_publications,
.archive .cpt_reports,
.blog .cpt_reports,
.archive .cpt_events,
.blog .cpt_events,
.archive .cpt_press_releases,
.blog .cpt_press_releases,
.archive .post,
.blog .post,
.archive .cpt_data,
.blog .cpt_data {
  background: #e8e6e6;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
}
.archive .cpt_publications.featured,
.blog .cpt_publications.featured,
.archive .cpt_reports.featured,
.blog .cpt_reports.featured,
.archive .cpt_events.featured,
.blog .cpt_events.featured,
.archive .cpt_press_releases.featured,
.blog .cpt_press_releases.featured,
.archive .post.featured,
.blog .post.featured,
.archive .cpt_data.featured,
.blog .cpt_data.featured {
  border: 5px solid #d9565f;
  background: #fff;
  position: relative;
  margin-top: 45px;
}
.archive .cpt_publications.featured:before,
.blog .cpt_publications.featured:before,
.archive .cpt_reports.featured:before,
.blog .cpt_reports.featured:before,
.archive .cpt_events.featured:before,
.blog .cpt_events.featured:before,
.archive .cpt_press_releases.featured:before,
.blog .cpt_press_releases.featured:before,
.archive .post.featured:before,
.blog .post.featured:before,
.archive .cpt_data.featured:before,
.blog .cpt_data.featured:before {
  content: "FEATURED";
  background: #d9565f;
  position: absolute;
  top: -33px;
  height: 33px;
  color: #fff;
  left: -5px;
  padding: 8px 20px 0px 20px;
}
.archive .cpt_publications .btn,
.blog .cpt_publications .btn,
.archive .cpt_reports .btn,
.blog .cpt_reports .btn,
.archive .cpt_events .btn,
.blog .cpt_events .btn,
.archive .cpt_press_releases .btn,
.blog .cpt_press_releases .btn,
.archive .post .btn,
.blog .post .btn,
.archive .cpt_data .btn,
.blog .cpt_data .btn {
  background: #699999;
  color: #fff;
}
.archive .cpt_publications .entry-thumbnail,
.blog .cpt_publications .entry-thumbnail,
.archive .cpt_reports .entry-thumbnail,
.blog .cpt_reports .entry-thumbnail,
.archive .cpt_events .entry-thumbnail,
.blog .cpt_events .entry-thumbnail,
.archive .cpt_press_releases .entry-thumbnail,
.blog .cpt_press_releases .entry-thumbnail,
.archive .post .entry-thumbnail,
.blog .post .entry-thumbnail,
.archive .cpt_data .entry-thumbnail,
.blog .cpt_data .entry-thumbnail {
  float: left;
  max-width: 160px;
  min-width: 100px;
  width: 37%;
}
.archive .cpt_publications .entry-thumbnail img,
.blog .cpt_publications .entry-thumbnail img,
.archive .cpt_reports .entry-thumbnail img,
.blog .cpt_reports .entry-thumbnail img,
.archive .cpt_events .entry-thumbnail img,
.blog .cpt_events .entry-thumbnail img,
.archive .cpt_press_releases .entry-thumbnail img,
.blog .cpt_press_releases .entry-thumbnail img,
.archive .post .entry-thumbnail img,
.blog .post .entry-thumbnail img,
.archive .cpt_data .entry-thumbnail img,
.blog .cpt_data .entry-thumbnail img {
  max-width: 100%;
  height: auto;
}
.archive .cpt_publications .entry-content,
.blog .cpt_publications .entry-content,
.archive .cpt_reports .entry-content,
.blog .cpt_reports .entry-content,
.archive .cpt_events .entry-content,
.blog .cpt_events .entry-content,
.archive .cpt_press_releases .entry-content,
.blog .cpt_press_releases .entry-content,
.archive .post .entry-content,
.blog .post .entry-content,
.archive .cpt_data .entry-content,
.blog .cpt_data .entry-content {
  float: left;
  margin-left: 10px;
  width: 59%;
}
.archive .cpt_publications .entry-summary,
.blog .cpt_publications .entry-summary,
.archive .cpt_reports .entry-summary,
.blog .cpt_reports .entry-summary,
.archive .cpt_events .entry-summary,
.blog .cpt_events .entry-summary,
.archive .cpt_press_releases .entry-summary,
.blog .cpt_press_releases .entry-summary,
.archive .post .entry-summary,
.blog .post .entry-summary,
.archive .cpt_data .entry-summary,
.blog .cpt_data .entry-summary {
  display: none;
}
.archive .cpt_publications .entry-title,
.blog .cpt_publications .entry-title,
.archive .cpt_reports .entry-title,
.blog .cpt_reports .entry-title,
.archive .cpt_events .entry-title,
.blog .cpt_events .entry-title,
.archive .cpt_press_releases .entry-title,
.blog .cpt_press_releases .entry-title,
.archive .post .entry-title,
.blog .post .entry-title,
.archive .cpt_data .entry-title,
.blog .cpt_data .entry-title {
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}
.archive .cpt_publications .published,
.blog .cpt_publications .published,
.archive .cpt_reports .published,
.blog .cpt_reports .published,
.archive .cpt_events .published,
.blog .cpt_events .published,
.archive .cpt_press_releases .published,
.blog .cpt_press_releases .published,
.archive .post .published,
.blog .post .published,
.archive .cpt_data .published,
.blog .cpt_data .published {
  color: #000;
}
.single .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single .main {
    float: left;
    width: 75%;
  }
}
.single .sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single .sidebar {
    float: left;
    width: 25%;
  }
}
.single.single-cpt_publications .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single.single-cpt_publications .main {
    float: left;
    width: 66.66666667%;
  }
}
.single.single-cpt_publications .sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single.single-cpt_publications .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.single .entry-title {
  font-size: 18px;
  margin: 20px 0px 20px 0px;
}
.single .meta {
  margin: 10px 0px 10px 0px ;
  font-size: 14px;
}
.single .theme {
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.single .authors {
  margin-bottom: 20px;
}
.single .authors .author {
  display: inline;
}
.single .authors .author:after {
  content: " and ";
}
.single .authors .author:last-child:after {
  content: "";
}
.single .authors .author img {
  display: none;
}
.single .authors .author .name {
  font-size: 14px;
}
.single .downloads-title {
  display: block;
  color: #fff;
  background: #699999 url(../img/expand-arrow.png) 97% 50% no-repeat;
  font-size: 17px;
  padding: 11px;
  margin: 15px 0px 0px 0px;
  cursor: pointer;
  clear: both;
}
.single .downloads-title.active {
  background-image: url(../img/contract-arrow.png);
}
.single .downloads {
  background: #e8e6e6;
  display: none;
  margin: 0px;
  padding: 20px 10px;
  font-size: 17px;
}
.single .downloads h3 {
  font-size: 18px;
}
.single .downloads .format {
  font-size: 13px;
}
.single .tableauPlaceholder {
  max-width: 100%;
}
.single .related-content {
  background: #e8e6e6;
  padding: 10px 10px 40px 10px;
  margin: 0px 0px 10px 0px;
}
.single .related-content label {
  color: #000;
}
.single .related-content h4 {
  font-size: 16px;
  color: #699999;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.single .related-content p {
  font-size: 13px;
  margin: 0px;
}
.single .related-content a {
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.single .related-content a.btn {
  float: right;
  border: 1px solid #699999;
}
.single .related-content .related-content-item {
  border-bottom: 1px solid #d0d4d6;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.single .related-content .related-content-item:last-child {
  border: 0px;
  margin-bottom: 0;
}
.single .related-content .gallery-thumb {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.single .related-content .gallery-thumb img {
  max-width: 100%;
  height: auto;
}
.single .related-content iframe {
  max-width: 250px;
  height: auto;
}
.single h3.related {
  background: #699999;
  color: #fff;
  font-size: 17px;
  padding: 10px 10px;
  height: 40px;
}
@media (min-width: 768px) {
  .archive .cpt_publications,
  .blog .cpt_publications,
  .archive .cpt_reports,
  .blog .cpt_reports,
  .archive .cpt_events,
  .blog .cpt_events,
  .archive .cpt_press_releases,
  .blog .cpt_press_releases,
  .archive .post,
  .blog .post,
  .archive .cpt_data,
  .blog .cpt_data {
    padding: 20px;
  }
  .archive .cpt_publications .entry-content,
  .blog .cpt_publications .entry-content,
  .archive .cpt_reports .entry-content,
  .blog .cpt_reports .entry-content,
  .archive .cpt_events .entry-content,
  .blog .cpt_events .entry-content,
  .archive .cpt_press_releases .entry-content,
  .blog .cpt_press_releases .entry-content,
  .archive .post .entry-content,
  .blog .post .entry-content,
  .archive .cpt_data .entry-content,
  .blog .cpt_data .entry-content {
    width: 70%;
  }
  .archive .cpt_publications .entry-summary,
  .blog .cpt_publications .entry-summary,
  .archive .cpt_reports .entry-summary,
  .blog .cpt_reports .entry-summary,
  .archive .cpt_events .entry-summary,
  .blog .cpt_events .entry-summary,
  .archive .cpt_press_releases .entry-summary,
  .blog .cpt_press_releases .entry-summary,
  .archive .post .entry-summary,
  .blog .post .entry-summary,
  .archive .cpt_data .entry-summary,
  .blog .cpt_data .entry-summary {
    display: block;
  }
  .archive .cpt_publications .entry-title,
  .blog .cpt_publications .entry-title,
  .archive .cpt_reports .entry-title,
  .blog .cpt_reports .entry-title,
  .archive .cpt_events .entry-title,
  .blog .cpt_events .entry-title,
  .archive .cpt_press_releases .entry-title,
  .blog .cpt_press_releases .entry-title,
  .archive .post .entry-title,
  .blog .post .entry-title,
  .archive .cpt_data .entry-title,
  .blog .cpt_data .entry-title {
    font-size: 25px;
  }
  .single .downloads-title {
    display: none;
  }
  .single .downloads {
    display: block;
    background: none;
    padding: 0px;
    margin-top: 20px;
  }
  .single .downloads .associated-downloads {
    background: #e8e6e6;
    padding: 20px;
    margin-top: 20px;
  }
  .single .downloads .associated-downloads h3 {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
  }
  .single .downloads .associated-downloads .format {
    font-size: 13px;
  }
  .single .downloads .associated-downloads .format label {
    color: #000;
  }
  .single .downloads .associated-downloads a {
    font-size: 17px;
  }
  .single .data-view {
    margin-top: 20px;
  }
  .single .cpt_publications h1,
  .single .cpt_reports h1,
  .single .cpt_events h1,
  .single .cpt_press_releases h1,
  .single .post h1,
  .single .cpt_data h1 {
    margin-top: 0px;
    font-size: 25px;
  }
  .single .meta {
    margin: 20px 0px 30px 0px;
    border-bottom: 1px solid #e5eaed;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .single .theme {
    float: right;
    margin: 0px;
    font-size: 14px;
  }
  .single .related-content {
    padding: 20px 20px 50px 20px;
  }
  .single .related-content h4 {
    font-size: 20px;
    color: #000;
    margin-top: 0px;
  }
  .single h3.related {
    background: #000;
    padding: 10px 20px;
  }
  .single .authors {
    margin-bottom: 30px;
  }
  .single .authors .author {
    min-height: 40px;
    float: left;
    width: 40%;
    position: relative;
  }
  .single .authors .author img {
    display: block;
  }
  .single .authors .author .name {
    position: absolute;
    bottom: 0px;
    max-width: 80px;
    padding-left: 70px;
    font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
    font-weight: 600;
    font-size: 16px;
  }
  .single .authors .author:after {
    content: "";
  }
}
@media (min-width: 992px) {
  .single.single-cpt_publications .main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single.single-cpt_publications .sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single .cpt_publications h1,
  .single .cpt_reports h1,
  .single .cpt_events h1,
  .single .cpt_press_releases h1,
  .single .post h1,
  .single .cpt_data h1 {
    font-size: 30px;
  }
  .single .cpt_publications .authors .author,
  .single .cpt_reports .authors .author,
  .single .cpt_events .authors .author,
  .single .cpt_press_releases .authors .author,
  .single .post .authors .author,
  .single .cpt_data .authors .author {
    width: 25%;
    min-height: 40px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .single.single-cpt_publications .main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .single.single-cpt_publications .sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .archive .cpt_publications .entry-content,
  .blog .cpt_publications .entry-content,
  .archive .cpt_events .entry-content,
  .blog .cpt_events .entry-content,
  .archive .cpt_reports .entry-content,
  .blog .cpt_reports .entry-content,
  .archive .cpt_press_releases .entry-content,
  .blog .cpt_press_releases .entry-content,
  .archive .post .entry-content,
  .blog .post .entry-content,
  .archive .cpt_data .entry-content,
  .blog .cpt_data .entry-content {
    width: 77%;
    margin-left: 20px;
  }
}
.theme-description {
  display: none;
}
.theme-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .theme-col {
    float: left;
    width: 100%;
  }
}
.theme-col .theme-article {
  border: 1px solid #e8e6e6;
  border-top: 0px;
  padding: 10px;
}
.theme-col .theme-article h3 {
  font-size: 17px;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
  margin: 0px;
}
.theme-col .theme-article img.alignleft {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 10px;
}
.theme-col .theme-article:nth-of-type(n+3) {
  display: none;
}
.theme-col .theme-article.theme-article-cpt_news img.alignleft {
  margin: 0px auto 10px auto;
  display: block;
  float: none;
  width: auto;
}
.theme-col .theme-article .credit {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.theme-col h2 {
  color: #fff;
  margin: 0px;
  padding: 10px;
  text-align: center;
}
.theme-col.featured-content-theme .theme-article {
  background: #e8e6e6;
  margin-bottom: 10px;
}
.theme-col.featured-content-theme .theme-article:nth-of-type(n+2) img {
  width: auto;
}
.theme-col .btn {
  float: right;
  border: 1px solid #699999;
  border-radius: 0px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .theme-col {
    clear: none;
    margin-bottom: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-col .theme-article {
    padding: 20px;
    line-height: normal;
  }
  .theme-col .theme-article span.date {
    font-size: 14px;
  }
  .theme-col .theme-article img.alignleft {
    width: auto;
  }
  .theme-col .theme-article:nth-of-type(3n) {
    display: block;
  }
  .theme-col .theme-article:nth-of-type(n+2) h3 {
    font-size: 17px;
  }
  .theme-col .theme-article:nth-of-type(n+2) img {
    width: 60px;
    height: auto;
  }
  .theme-col .theme-article h3 {
    margin-top: 4px;
    font-size: 20px;
  }
  .tablet-clearfix {
    clear: both;
  }
  .desktop-clearfix {
    clear: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .theme-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  h2.h1.accent {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .theme-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-col .theme-article:nth-of-type(4n) {
    display: block;
  }
  .theme-description {
    display: block;
    margin-bottom: 20px;
  }
  .tablet-clearfix {
    clear: none;
  }
  .desktop-clearfix {
    clear: both;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .theme-col {
    float: left;
    width: 33.33333333%;
  }
}
.research-col1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .research-col1 {
    float: left;
    width: 100%;
  }
}
.research-col2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .research-col2 {
    float: left;
    width: 100%;
  }
}
.research-box {
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .research-box {
    float: left;
    width: 100%;
  }
}
.research-box .research-content {
  padding: 10px;
  background: #e8e6e6;
  font-size: 14px;
}
.research-box .research-content p {
  display: none;
}
.research-box .research-content img {
  max-width: 100%;
  height: auto;
}
.research-box .research-content h2 {
  font-size: 15px;
  margin: 14px 0 4px 0;
}
.featured-box {
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .featured-box {
    float: left;
    width: 100%;
  }
}
.featured-box .featured-content {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e8e6e6;
}
.featured-box .featured-content img {
  max-width: 100%;
  height: auto;
}
.featured-box .featured-content .btn {
  margin-top: 30px;
  background: #699999;
  color: #fff;
}
@media (min-width: 768px) {
  .research-col1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .research-col2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured-box,
  .research-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .research-box .research-content h2 {
    font-size: 18px;
  }
  .featured-content h2 {
    font-size: 24px;
    margin: 10px 0px 30px 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .research-col1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .research-col2 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .featured-box,
  .research-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .research-col1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .research-col2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .research-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .research-box .research-content {
    padding: 20px;
  }
  .research-box .research-content p {
    display: block;
  }
  .research-box .research-content h2 {
    margin: 14px 0 14px 0;
  }
  .featured-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured-box .featured-content {
    padding: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .research-col1 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .research-col2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .research-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .featured-box {
    float: left;
    width: 100%;
  }
}
#main .gform_wrapper {
  background: #e8e6e6;
  padding: 5px 10px 10px 10px;
}
#main .gform_wrapper ul {
  margin: 0px;
}
#main .gform_wrapper ul li {
  list-style: none;
  background: none;
  padding: 0px;
  margin: 0px;
}
#main .gform_wrapper ul li label {
  margin: 10px 0 5px 0;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
#main .gform_wrapper ul li input,
#main .gform_wrapper ul li select,
#main .gform_wrapper ul li textarea {
  border: 0px;
  background: #fff;
}
#main .gform_wrapper .gform_footer {
  text-align: right;
}
#main .gform_wrapper .gform_button {
  margin: 20px 0 0 0;
}
.contact-details img {
  margin: 20px 0px 0px 0px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #main .gform_wrapper {
    padding: 10px 30px 20px 30px;
  }
  .gf_left_half {
    float: left;
    width: 48%;
  }
  .gf_right_half {
    float: right;
    width: 50%;
  }
  .contact-details img {
    margin: 0 20px 20px 0;
  }
}
.post-type-archive-cpt_news article.cpt_news {
  padding: 20px 0px;
  border-bottom: 1px solid #e8e6e6;
}
.post-type-archive-cpt_news article.cpt_news .entry-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .post-type-archive-cpt_news article.cpt_news .entry-thumbnail {
    float: left;
    width: 100%;
  }
}
.post-type-archive-cpt_news article.cpt_news .entry-thumbnail img {
  margin: 0px auto;
  display: block;
}
.post-type-archive-cpt_news article.cpt_news .credit {
  font-size: 14px;
}
.post-type-archive-cpt_news article.cpt_news h2 {
  font-size: 18px;
}
.post-type-archive-cpt_news article.cpt_news .entry-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .post-type-archive-cpt_news article.cpt_news .entry-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .post-type-archive-cpt_news .page_nav {
    margin-bottom: 0px;
  }
  .post-type-archive-cpt_news article.cpt_news {
    padding: 30px 0px 30px 0px;
  }
  .post-type-archive-cpt_news article.cpt_news .entry-thumbnail {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-type-archive-cpt_news article.cpt_news h2 {
    margin-top: 0px;
    font-size: 25px;
  }
  .post-type-archive-cpt_news article.cpt_news .entry-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .post-type-archive-cpt_news article.cpt_news .entry-thumbnail {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .post-type-archive-cpt_news article.cpt_news .entry-content {
    float: left;
    width: 75%;
  }
}
.single-cpt_authors .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-cpt_authors .main {
    float: left;
    width: 100%;
  }
}
.single-cpt_authors .author-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-cpt_authors .author-image {
    float: left;
    width: 33.33333333%;
  }
}
.single-cpt_authors .author-image img {
  max-width: 100%;
  height: auto;
}
.single-cpt_authors .author-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .single-cpt_authors .author-content {
    float: left;
    width: 66.66666667%;
  }
}
.single-cpt_authors .author-contact {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e8e6e6;
  text-align: center;
}
.single-cpt_authors .author-contact a {
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.post-type-archive-cpt_authors .author-tabs {
  margin: 20px 0px 30px 0px;
  padding: 0px;
}
.post-type-archive-cpt_authors .author-tabs:before,
.post-type-archive-cpt_authors .author-tabs:after {
  content: " ";
  display: table;
}
.post-type-archive-cpt_authors .author-tabs:after {
  clear: both;
}
.post-type-archive-cpt_authors .author-tabs:before,
.post-type-archive-cpt_authors .author-tabs:after {
  content: " ";
  display: table;
}
.post-type-archive-cpt_authors .author-tabs:after {
  clear: both;
}
.post-type-archive-cpt_authors .author-tabs li {
  width: 100%;
  padding: 10px;
  list-style: none;
  border: 1px solid #e8e6e6;
  font-size: 14px;
  position: relative;
}
.post-type-archive-cpt_authors .author-tabs li.active {
  background: #d9565f;
  border-top: 1px solid #d9565f;
  border-bottom: 1px solid #d9565f;
}
.post-type-archive-cpt_authors .author-tabs li.active a {
  color: #fff;
}
.post-type-archive-cpt_authors .author-tabs li a {
  text-transform: uppercase;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: 600;
}
.post-type-archive-cpt_authors .author {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.post-type-archive-cpt_authors .author img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 190px;
  margin: 0px auto;
  display: block;
}
@media (min-width: 768px) {
  .post-type-archive-cpt_authors .author {
    float: left;
    width: 33.33333333%;
  }
}
.post-type-archive-cpt_authors .author h2,
.post-type-archive-cpt_authors .author p.title {
  text-align: center;
}
.post-type-archive-cpt_authors .author .author-desktop {
  display: none !important;
}
.post-type-archive-cpt_authors .author .author-content {
  background: #e8e6e6;
  padding: 20px;
  font-size: 14px;
}
.post-type-archive-cpt_authors .author .author-content .btn {
  background: #699999;
  color: #fff;
  display: inline-block;
}
@media (min-width: 768px) {
  .post-type-archive-cpt_authors .author-tabs {
    margin: 20px 0px 30px 0px;
    padding: 0px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
  .post-type-archive-cpt_authors .author-tabs:before,
  .post-type-archive-cpt_authors .author-tabs:after {
    content: " ";
    display: table;
  }
  .post-type-archive-cpt_authors .author-tabs:after {
    clear: both;
  }
  .post-type-archive-cpt_authors .author-tabs:before,
  .post-type-archive-cpt_authors .author-tabs:after {
    content: " ";
    display: table;
  }
  .post-type-archive-cpt_authors .author-tabs:after {
    clear: both;
  }
  .post-type-archive-cpt_authors .author-tabs li {
    width: 25%;
    float: left;
    padding: 20px;
    list-style: none;
    border-top: 1px solid #e8e6e6;
    border-bottom: 1px solid #e8e6e6;
    border-right: 1px solid #e8e6e6;
    font-size: 14px;
    border-left: 0px;
    text-align: center;
    position: relative;
  }
  .post-type-archive-cpt_authors .author-tabs li.active {
    background: #d9565f;
    border-top: 1px solid #d9565f;
    border-bottom: 1px solid #d9565f;
  }
  .post-type-archive-cpt_authors .author-tabs li.active a {
    color: #fff;
  }
  .post-type-archive-cpt_authors .author-tabs li.active:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0px 16px;
    border-color: #d9565f transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    margin-left: -16px;
    left: 50%;
    z-index: 2;
  }
  .post-type-archive-cpt_authors .author-tabs li a {
    text-transform: uppercase;
    font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
    font-weight: 600;
  }
  .post-type-archive-cpt_authors .author-tabs li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #e8e6e6;
  }
  .post-type-archive-cpt_authors .author-tabs li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .post-type-archive-cpt_authors .author .author-content {
    /*min-height: 520px;*/
  }
  .post-type-archive-cpt_authors .author .author-desktop {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .single-cpt_authors .main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .single-cpt_authors .main {
    float: left;
    width: 75%;
  }
}
.archive .upcoming-events .tabs {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.archive .upcoming-events .tabs li {
  display: none;
  padding: 6px 20px;
}
.archive .upcoming-events .tabs li.tab-title {
  display: block;
  background: #d9565f;
}
.archive .upcoming-events .upcoming {
  border: 2px solid #d9565f;
}
.archive .upcoming-events h2 a {
  color: #d9565f;
}
@media (min-width: 768px) {
  .archive .upcoming-events {
    position: relative;
    height: 360px;
  }
  .archive .upcoming-events .tabs li {
    background: #bfbfbf;
    border-right: 1px solid #fff;
    display: inline;
  }
  .archive .upcoming-events .tabs li.tab-title,
  .archive .upcoming-events .tabs li.active {
    display: inline;
    background: #d9565f;
  }
  .archive .upcoming-events .tabs li a {
    color: #fff;
  }
  .archive .upcoming-events .upcoming {
    border: 5px solid #d9565f;
    background: #fff;
    position: absolute;
    height: 320px;
    display: none;
  }
  .archive .upcoming-events .upcoming.active {
    display: block;
  }
}
.search .page_nav {
  margin-bottom: 0px;
}
.search article {
  border-bottom: 1px solid #e8e6e6;
  padding: 20px 0px 0px 0px;
}
.search article .entry-thumbnail,
.search article .btn {
  display: none;
}
.search article h2 {
  margin-top: 0px;
  font-size: 18px;
}
.search article .meta {
  font-size: 13px;
  margin: 0px;
}
.search article .theme {
  margin-bottom: 0px;
}
.search article p {
  font-size: 14px;
}
.search article label {
  font-weight: normal;
  color: #000;
}
@media (min-width: 768px) {
  .search article {
    padding: 20px;
  }
  .search article h2 {
    font-size: 25px;
  }
  .search article .meta,
  .search article .theme {
    margin-bottom: 10px;
  }
}
.d3-chart {
  font-size: 14px;
  width: 100%;
}
.d3-chart svg {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.d3-title {
  text-align: center;
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 480px) {
  .d3-container {
    margin: 0px -15px;
  }
}
.d3-iframe {
  max-height: none;
  width: 100% !important;
  min-height: 550px;
  border: 0px;
}
.page-template-template-dashboard .rf-logo,
.single-data-dashboard .rf-logo {
  width: 45px;
  height: 45px;
  background: url(../img/rf-logo.png) top left no-repeat;
  position: absolute;
  top: -10px;
  right: 0px;
  display: none;
}
.page-template-template-dashboard .dash-header,
.single-data-dashboard .dash-header {
  background: #699999;
  color: #fff;
  padding: 20px;
  height: 107px;
}
.page-template-template-dashboard .dash-header .container-wide,
.single-data-dashboard .dash-header .container-wide {
  position: relative;
}
.page-template-template-dashboard .dash-header .h1,
.single-data-dashboard .dash-header .h1 {
  font-size: 22px;
  text-align: center;
  display: block;
  margin: 0px;
}
.page-template-template-dashboard .dash-header a,
.single-data-dashboard .dash-header a {
  font-family: 'Avenir LT W01 35 Light', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 47px;
  height: 40px;
  margin: 0px -23px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  padding: 11px 0px 0 0;
  text-align: center;
  background: #5d8b8b;
}
.page-template-template-dashboard .dash-header a img,
.single-data-dashboard .dash-header a img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.page-template-template-dashboard .grey-bg,
.single-data-dashboard .grey-bg {
  background: #f2f2f2;
  clear: both;
}
.page-template-template-dashboard .dash-content,
.single-data-dashboard .dash-content {
  text-align: center;
}
.page-template-template-dashboard .dash-content h1,
.single-data-dashboard .dash-content h1,
.page-template-template-dashboard .dash-content .h1,
.single-data-dashboard .dash-content .h1 {
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
  color: #699999;
  font-size: 30px;
  margin: 30px 0px 10px 0px;
}
.page-template-template-dashboard .dash-content p,
.single-data-dashboard .dash-content p {
  color: #699999;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  max-width: 810px;
  margin: 0px auto 30px auto;
}
.page-template-template-dashboard .help,
.single-data-dashboard .help {
  margin: 0px;
  padding: 30px 0px;
  text-align: center;
  color: #868686;
  font-size: 13px;
}
.page-template-template-dashboard .help.breadcrumbs,
.single-data-dashboard .help.breadcrumbs {
  text-align: left;
  padding: 30px 10px;
}
.page-template-template-dashboard .help.breadcrumbs a,
.single-data-dashboard .help.breadcrumbs a {
  background: #699999;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  padding: 5px 22px 5px 17px;
}
.page-template-template-dashboard .help.breadcrumbs a:hover,
.single-data-dashboard .help.breadcrumbs a:hover {
  background: #5d8b8b;
}
.page-template-template-dashboard .help.breadcrumbs a img,
.single-data-dashboard .help.breadcrumbs a img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.page-template-template-dashboard .help span.i,
.single-data-dashboard .help span.i {
  border-radius: 50%;
  color: #f2f2f2;
  background: #d9d9d9;
  padding: 0px;
  font-weight: bold;
  margin-right: 5px;
  text-align: center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.page-template-template-dashboard .dash-column,
.single-data-dashboard .dash-column {
  margin-bottom: 30px;
}
.page-template-template-dashboard .dash-column .dash-charts,
.single-data-dashboard .dash-column .dash-charts {
  display: none;
}
.page-template-template-dashboard .dash-column .close,
.single-data-dashboard .dash-column .close {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 8px 14px 8px 10px;
  color: #969696;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.page-template-template-dashboard .dash-column .close span,
.single-data-dashboard .dash-column .close span {
  color: #d1d1d1 ;
}
.page-template-template-dashboard .dash-column .dash-inner,
.single-data-dashboard .dash-column .dash-inner {
  padding: 20px 0px;
  background: #fff;
  border-radius: 4px;
  border-bottom: 4px solid #cccccc;
}
.page-template-template-dashboard .dash-column.dash-column-1 .dash-inner,
.single-data-dashboard .dash-column.dash-column-1 .dash-inner {
  border-top: 4px solid #3e87a6;
}
.page-template-template-dashboard .dash-column.dash-column-2 .dash-inner,
.single-data-dashboard .dash-column.dash-column-2 .dash-inner {
  border-top: 4px solid #ff8c00;
}
.page-template-template-dashboard .dash-column.dash-column-3 .dash-inner,
.single-data-dashboard .dash-column.dash-column-3 .dash-inner {
  border-top: 4px solid #ff4c26;
}
.page-template-template-dashboard .dash-column h2,
.single-data-dashboard .dash-column h2 {
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 8px 100px 0px 20px;
}
.page-template-template-dashboard .dash-column .column-meta,
.single-data-dashboard .dash-column .column-meta {
  font-size: 15px;
  color: #000;
  padding: 0px 100px 0px 20px;
  display: block;
}
.page-template-template-dashboard .dash-column h3,
.single-data-dashboard .dash-column h3 {
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
  padding: 20px 20px 0px 20px;
  border-top: 1px solid #dedede;
}
.page-template-template-dashboard .dash-column img,
.single-data-dashboard .dash-column img {
  margin: 0px auto;
  display: block;
  padding: 0px 20px;
  max-width: 100%;
  height: auto;
}
.page-template-template-dashboard .dash-column .chart-meta,
.single-data-dashboard .dash-column .chart-meta {
  display: block;
  margin: 5px 0 20px 0;
  font-size: 12px;
  padding: 0px 20px 0px 20px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  color: #777777;
  font-style: italic;
  min-height: 52px;
}
.page-template-template-dashboard .dash-column .chart-meta p,
.single-data-dashboard .dash-column .chart-meta p {
  margin: 0;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-box:first-child .dash-inner,
.single-data-dashboard .dash-column.dash-column-4 .dash-box:first-child .dash-inner {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-box:last-child .dash-inner,
.single-data-dashboard .dash-column.dash-column-4 .dash-box:last-child .dash-inner {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 3px solid #ccc;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner {
  padding: 20px;
  border-radius: 0px;
  border-bottom: 1px solid #dedede;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.download {
  position: relative;
  min-height: 150px;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download h3,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.download h3,
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download a.dl,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.download a.dl {
  color: #fff;
  position: relative;
  z-index: 1;
  left: 20px;
  width: auto;
  top: 32px;
  font-size: 18px;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download a,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.download a {
  font-family: 'Avenir LT W01 35 Light', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin-top: 8px;
  z-index: 2;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download span.icon,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.download span.icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 0px;
  top: 20px;
  float: none;
  width: auto;
  min-height: 110px;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download span.icon img,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.download span.icon img {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.briefing h2,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.briefing h2 {
  margin-top: 12px;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.briefing h3,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.briefing h3 {
  margin-top: 4px;
  color: #699999;
}
.page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.briefing p a,
.single-data-dashboard .dash-column.dash-column-4 .dash-inner.briefing p a {
  color: #4a4a4a;
  text-decoration: underline;
  font-size: 12px;
  background: url(../img/arrow-right.png) 0px 2px no-repeat;
  padding-left: 8px;
}
.page-template-template-dashboard .dash-column.dash-column-4 h2,
.single-data-dashboard .dash-column.dash-column-4 h2,
.page-template-template-dashboard .dash-column.dash-column-4 h3,
.single-data-dashboard .dash-column.dash-column-4 h3 {
  border: 0;
  margin: 0;
  padding: 0;
}
.page-template-template-dashboard .dash-column.dash-column-4 p,
.single-data-dashboard .dash-column.dash-column-4 p {
  color: #777777;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  clear: both;
}
.page-template-template-dashboard .dash-column.dash-column-4 span.icon,
.single-data-dashboard .dash-column.dash-column-4 span.icon {
  float: left;
  padding: 19px 0px;
  width: 67px;
  border-radius: 6px;
  background: #699999;
  margin-right: 16px;
  margin-bottom: 15px;
}
.page-template-template-dashboard .dash-column.dash-column-4 span.icon img,
.single-data-dashboard .dash-column.dash-column-4 span.icon img {
  margin: 0 auto;
  padding: 0;
}
.page-template-template-dashboard .col-footer,
.single-data-dashboard .col-footer {
  clear: both;
  font-size: 12px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-style: italic;
  padding-bottom: 30px;
}
.page-template-template-dashboard .col-footer a,
.single-data-dashboard .col-footer a {
  color: #000;
  text-decoration: underline;
}
.page-template-template-dashboard .dash-footer,
.single-data-dashboard .dash-footer {
  font-size: 13px;
  color: #9d9d9d;
}
.page-template-template-dashboard .dash-footer .container-wide,
.single-data-dashboard .dash-footer .container-wide {
  border-top: 1px solid #dedede;
  position: relative;
  padding: 30px 10px;
}
.page-template-template-dashboard .dash-footer a.credit,
.single-data-dashboard .dash-footer a.credit {
  color: #9d9d9d;
}
.page-template-template-dashboard .osc-res-tab .nav-tabs > li > a,
.single-data-dashboard .osc-res-tab .nav-tabs > li > a {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
}
.page-template-template-dashboard .dash-single-chart,
.single-data-dashboard .dash-single-chart {
  background: #fff;
  border-top: 4px solid #3e87a6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 20px;
}
.page-template-template-dashboard .dash-single-chart h1,
.single-data-dashboard .dash-single-chart h1 {
  font-size: 22px;
  margin-bottom: 2px;
}
.page-template-template-dashboard .dash-single-chart p,
.single-data-dashboard .dash-single-chart p {
  font-size: 15px;
  color: #000;
  font-family: 'Avenir LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-template-template-dashboard .rf-logo,
  .single-data-dashboard .rf-logo {
    display: block;
  }
  .page-template-template-dashboard .dash-header,
  .single-data-dashboard .dash-header {
    height: auto;
    padding: 23px;
  }
  .page-template-template-dashboard .dash-header a,
  .single-data-dashboard .dash-header a {
    position: absolute;
    left: 20px;
    border-radius: 15px;
    padding: 5px 22px 5px 17px;
    right: auto;
    top: auto;
    height: auto;
  }
  .page-template-template-dashboard .dash-column .dash-charts,
  .single-data-dashboard .dash-column .dash-charts {
    display: block;
  }
  .page-template-template-dashboard .dash-column .close,
  .single-data-dashboard .dash-column .close {
    display: none;
  }
  .page-template-template-dashboard .dash-column h2,
  .single-data-dashboard .dash-column h2 {
    padding: 8px 20px 0px 20px;
  }
  .page-template-template-dashboard .dash-column .column-meta,
  .single-data-dashboard .dash-column .column-meta {
    padding: 0px 20px 0px 20px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4,
  .single-data-dashboard .dash-column.dash-column-4 {
    float: none;
    padding: 0;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box,
  .single-data-dashboard .dash-column.dash-column-4 .dash-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box:nth-child(2n+1),
  .single-data-dashboard .dash-column.dash-column-4 .dash-box:nth-child(2n+1) {
    clear: left;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner {
    border-bottom: 3px solid #cccccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download h3,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner.download h3 {
    max-width: 110px;
  }
  .dash-footer .container-wide {
    padding: 30px 0px;
  }
  .dash-footer a.credit {
    position: absolute;
    right: 0px;
    top: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box,
  .single-data-dashboard .dash-column.dash-column-4 .dash-box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-template-dashboard .dash-column.dash-column-4,
  .single-data-dashboard .dash-column.dash-column-4 {
    clear: both;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box,
  .single-data-dashboard .dash-column.dash-column-4 .dash-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box:nth-child(2n+1),
  .single-data-dashboard .dash-column.dash-column-4 .dash-box:nth-child(2n+1) {
    clear: none;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner {
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    min-height: 245px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner.download {
    min-height: 245px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download a,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner.download a {
    margin-top: 0;
  }
  .page-template-template-dashboard .col-footer,
  .single-data-dashboard .col-footer {
    clear: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box,
  .single-data-dashboard .dash-column.dash-column-4 .dash-box {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .page-template-template-dashboard .dash-column.dash-column-4,
  .single-data-dashboard .dash-column.dash-column-4 {
    clear: none;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box,
  .single-data-dashboard .dash-column.dash-column-4 .dash-box {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-box:nth-child(2n+1),
  .single-data-dashboard .dash-column.dash-column-4 .dash-box:nth-child(2n+1) {
    clear: left;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner {
    min-height: 0px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner.download {
    min-height: 150px;
  }
  .page-template-template-dashboard .dash-column.dash-column-4 .dash-inner.download h3,
  .single-data-dashboard .dash-column.dash-column-4 .dash-inner.download h3 {
    max-width: 180px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .page-template-template-dashboard .dash-column.dash-column-4,
  .single-data-dashboard .dash-column.dash-column-4 {
    float: left;
    width: 25%;
  }
}
.main-nav {
  position: relative;
}
.main-nav .resolution-nav {
  display: none;
  position: absolute;
  z-index: 9998;
  margin-right: 30px;
  background-color: #344c4c;
  width: 276px;
  margin-top: -10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 0;
  padding: 0 15px;
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
}
.main-nav .resolution-nav.collapsing {
  height: 0;
}
.main-nav .resolution-nav ul li {
  width: 49%;
  display: inline-block;
}
.main-nav .resolution-nav ul li a,
.main-nav .resolution-nav ul li a:visited {
  color: white;
  font-size: 17px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
}
.main-nav .resolution-nav ul li a:hover,
.main-nav .resolution-nav ul li a:visited:hover,
.main-nav .resolution-nav ul li a:focus,
.main-nav .resolution-nav ul li a:visited:focus {
  background-color: transparent;
}
.main-nav .resolution-nav ul li.menu-search {
  display: none;
}
@media (min-width: 768px) {
  .main-nav nav.resolution-nav {
    display: none;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    margin-top: -37px;
    margin-right: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav nav.resolution-nav ul {
    padding: 15px;
  }
  .main-nav nav.resolution-nav ul li a {
    padding: 0;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .fudge-container {
    position: relative;
    margin-top: -80px;
    margin-bottom: 82px;
  }
  .fudge-container .menu-search {
    display: block;
  }
  .fudge-container .fudge {
    position: absolute;
    right: 0;
    max-width: 460px;
    top: 0;
  }
  .fudge-container .fudge ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
  }
  .fudge-container .fudge ul li {
    list-style: none;
    width: 118px;
    float: left;
  }
  .fudge-container .fudge ul li:nth-child(3n+1) {
    width: 162px;
  }
  .fudge-container .fudge ul li.active a {
    color: white;
  }
  .fudge-container .fudge ul li a {
    color: #c3e3e3;
    font-size: 17px;
    text-decoration: none;
    font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
    font-weight: 600;
    font-weight: 400;
  }
  .fudge-container .fudge ul li a:hover,
  .fudge-container .fudge ul li a:focus {
    color: white;
  }
  .fudge-container .fudge ul li.fudge-search a {
    background: url('../img/search-bg-light.png') no-repeat left center;
    padding-left: 18px;
  }
  .fudge-container .fudge ul li.fudge-search a:hover,
  .fudge-container .fudge ul li.fudge-search a:focus {
    color: #fff;
    background: url('../img/search-bg-hover2.png') no-repeat left center;
  }
}
.theme-menu {
  background-color: white;
}
.theme-menu li {
  text-transform: uppercase;
}
.theme-menu li.menu-wages-income a,
.theme-menu li.menu-wages-income a:visited {
  color: #3e87a6;
}
.theme-menu li.menu-housing a,
.theme-menu li.menu-housing a:visited {
  color: #3e47a6;
}
.theme-menu li.menu-work-security a,
.theme-menu li.menu-work-security a:visited {
  color: #2e0927;
}
.theme-menu li.menu-debt-savings a,
.theme-menu li.menu-debt-savings a:visited {
  color: #d90000;
}
.theme-menu li.menu-welfare-tax-reform a,
.theme-menu li.menu-welfare-tax-reform a:visited {
  color: #ff2d00;
}
.theme-menu li.menu-childcare-families a,
.theme-menu li.menu-childcare-families a:visited {
  color: #ff8c00;
}
.theme-menu li.menu-fiscal-choices a,
.theme-menu li.menu-fiscal-choices a:visited {
  color: #338271;
}
.theme-menu li.menu-shared-growth a,
.theme-menu li.menu-shared-growth a:visited {
  color: #3db398;
}
#breadcrumbs {
  font-size: 13px;
  min-height: 40px;
  padding: 12px 0px;
  margin: 0px;
  border-bottom: 1px solid #e5eaed;
}
.sub-pages,
.widget_nav_menu {
  margin-bottom: 10px;
}
.sub-pages h2,
.widget_nav_menu h2,
.sub-pages h3,
.widget_nav_menu h3 {
  color: #fff;
  background: #699999 url(../img/expand-arrow.png) 97% 50% no-repeat;
  font-size: 17px;
  padding: 11px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  clear: both;
}
.sub-pages h2.active,
.widget_nav_menu h2.active,
.sub-pages h3.active,
.widget_nav_menu h3.active {
  background-image: url(../img/contract-arrow.png);
}
.sub-pages .sub-menu,
.widget_nav_menu .sub-menu,
.sub-pages .menu,
.widget_nav_menu .menu,
.sub-pages .sidebar-filter,
.widget_nav_menu .sidebar-filter,
.sub-pages .search-cont,
.widget_nav_menu .search-cont {
  background: #e8e6e6;
  display: none;
  margin: 0px;
  padding: 20px 20px;
  font-size: 17px;
}
.sub-pages .sub-menu li,
.widget_nav_menu .sub-menu li,
.sub-pages .menu li,
.widget_nav_menu .menu li,
.sub-pages .sidebar-filter li,
.widget_nav_menu .sidebar-filter li,
.sub-pages .search-cont li,
.widget_nav_menu .search-cont li {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 8px 0px;
  font-weight: 600;
  font-family: 'Avenir LT W01 85 Heavy', 'Helvetica Neue', Helvetica, Arial, serif;
}
.sub-pages .sub-menu li.current_page_item a,
.widget_nav_menu .sub-menu li.current_page_item a,
.sub-pages .menu li.current_page_item a,
.widget_nav_menu .menu li.current_page_item a,
.sub-pages .sidebar-filter li.current_page_item a,
.widget_nav_menu .sidebar-filter li.current_page_item a,
.sub-pages .search-cont li.current_page_item a,
.widget_nav_menu .search-cont li.current_page_item a,
.sub-pages .sub-menu li a:hover,
.widget_nav_menu .sub-menu li a:hover,
.sub-pages .menu li a:hover,
.widget_nav_menu .menu li a:hover,
.sub-pages .sidebar-filter li a:hover,
.widget_nav_menu .sidebar-filter li a:hover,
.sub-pages .search-cont li a:hover,
.widget_nav_menu .search-cont li a:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  #breadcrumbs {
    font-size: 15px;
    min-height: 50px;
    padding: 16px 0px;
  }
  #breadcrumbs .prefix {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-header {
    margin: 0px 0px 20px 0px;
  }
  #breadcrumbs {
    margin-bottom: 20px;
  }
  .sub-pages h2,
  .widget_nav_menu h2,
  .sub-pages h3,
  .widget_nav_menu h3 {
    background: #333;
    padding: 11px 20px;
    cursor: default;
  }
  .sub-pages .sub-menu,
  .widget_nav_menu .sub-menu,
  .sub-pages .menu,
  .widget_nav_menu .menu,
  .sub-pages .sidebar-filter,
  .widget_nav_menu .sidebar-filter,
  .sub-pages .search-cont,
  .widget_nav_menu .search-cont {
    background: none;
    display: block !important;
  }
}
