@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,900);
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,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media print {
  *,
*::before,
*::after,
*::first-letter,
*::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .search-form .search-submit > .caret, .comment-form input[type=submit] > .caret,
.dropup > .btn > .caret,
.search-form .dropup > .search-submit > .caret,
.comment-form .dropup > input[type=submit] > .caret {
    border-top-color: #000 !important;
  }

  .tag {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0072bc;
  text-decoration: none;
}
a:focus, a:hover {
  color: #004470;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

.img-fluid, .wp-caption, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

.figure-img, .wp-caption {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #818a91;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-xs {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control, .login_form input, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.form-control::-ms-expand, .login_form input::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .login_form input:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}
.form-control::placeholder, .login_form input::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .login_form input:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .login_form input[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled, .login_form input:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]), .search-form select.search-field:not([size]):not([multiple]) {
  height: 2.5rem;
}
select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .login_form .input-group-sm > input.form-control-static, .search-form .input-group-sm > .form-control-static.search-field, .comment-form .input-group-sm > input.form-control-static[type=text],
.comment-form .input-group-sm > input.form-control-static[type=email],
.comment-form .input-group-sm > input.form-control-static[type=url],
.comment-form .input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.search-form .input-group-sm > .input-group-btn > .form-control-static.search-submit,
.comment-form .input-group-sm > .input-group-btn > input.form-control-static[type=submit], .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .login_form .input-group-lg > input.form-control-static, .search-form .input-group-lg > .form-control-static.search-field, .comment-form .input-group-lg > input.form-control-static[type=text],
.comment-form .input-group-lg > input.form-control-static[type=email],
.comment-form .input-group-lg > input.form-control-static[type=url],
.comment-form .input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.search-form .input-group-lg > .input-group-btn > .form-control-static.search-submit,
.comment-form .input-group-lg > .input-group-btn > input.form-control-static[type=submit] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .login_form .input-group-sm > input, .search-form .input-group-sm > .search-field, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.search-form .input-group-sm > .input-group-btn > .search-submit,
.comment-form .input-group-sm > .input-group-btn > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control, .login_form .input-group-lg > input, .search-form .input-group-lg > .search-field, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.search-form .input-group-lg > .input-group-btn > .search-submit,
.comment-form .input-group-lg > .input-group-btn > input[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

.form-group, .search-form label, .comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.form-check + .form-check {
  margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-check-inline.disabled {
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}
.has-success .form-control, .has-success .login_form input, .login_form .has-success input, .has-success .search-form .search-field, .search-form .has-success .search-field, .has-success .comment-form input[type=text], .comment-form .has-success input[type=text],
.has-success .comment-form input[type=email],
.comment-form .has-success input[type=email],
.has-success .comment-form input[type=url],
.comment-form .has-success input[type=url],
.has-success .comment-form textarea,
.comment-form .has-success textarea {
  border-color: #5cb85c;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}
.has-warning .form-control, .has-warning .login_form input, .login_form .has-warning input, .has-warning .search-form .search-field, .search-form .has-warning .search-field, .has-warning .comment-form input[type=text], .comment-form .has-warning input[type=text],
.has-warning .comment-form input[type=email],
.comment-form .has-warning input[type=email],
.has-warning .comment-form input[type=url],
.comment-form .has-warning input[type=url],
.has-warning .comment-form textarea,
.comment-form .has-warning textarea {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}
.has-danger .form-control, .has-danger .login_form input, .login_form .has-danger input, .has-danger .search-form .search-field, .search-form .has-danger .search-field, .has-danger .comment-form input[type=text], .comment-form .has-danger input[type=text],
.has-danger .comment-form input[type=email],
.comment-form .has-danger input[type=email],
.has-danger .comment-form input[type=url],
.comment-form .has-danger input[type=url],
.has-danger .comment-form textarea,
.comment-form .has-danger textarea {
  border-color: #d9534f;
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.has-danger .form-control-feedback {
  color: #d9534f;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  .form-inline .form-group, .search-form .form-group, .search-form label, .form-inline .comment-form p, .search-form .comment-form p, .comment-form .form-inline p, .comment-form .search-form p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .login_form input, .login_form .form-inline input, .search-form .form-control, .search-form .login_form input, .login_form .search-form input, .search-form .search-field, .form-inline .comment-form input[type=text], .search-form .comment-form input[type=text], .comment-form .form-inline input[type=text], .comment-form .search-form input[type=text],
.form-inline .comment-form input[type=email],
.search-form .comment-form input[type=email],
.comment-form .form-inline input[type=email],
.comment-form .search-form input[type=email],
.form-inline .comment-form input[type=url],
.search-form .comment-form input[type=url],
.comment-form .form-inline input[type=url],
.comment-form .search-form input[type=url],
.form-inline .comment-form textarea,
.search-form .comment-form textarea,
.comment-form .form-inline textarea,
.comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static, .search-form .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .search-form .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.search-form .input-group .input-group-btn,
.form-inline .input-group .form-control,
.form-inline .input-group .login_form input,
.login_form .form-inline .input-group input,
.form-inline .input-group .search-form .search-field,
.search-form .input-group .form-control,
.search-form .input-group .login_form input,
.login_form .search-form .input-group input,
.search-form .input-group .search-field,
.form-inline .input-group .comment-form input[type=text],
.search-form .input-group .comment-form input[type=text],
.comment-form .form-inline .input-group input[type=text],
.comment-form .search-form .input-group input[type=text],
.form-inline .input-group .comment-form input[type=email],
.search-form .input-group .comment-form input[type=email],
.comment-form .form-inline .input-group input[type=email],
.comment-form .search-form .input-group input[type=email],
.form-inline .input-group .comment-form input[type=url],
.search-form .input-group .comment-form input[type=url],
.comment-form .form-inline .input-group input[type=url],
.comment-form .search-form .input-group input[type=url],
.form-inline .input-group .comment-form textarea,
.search-form .input-group .comment-form textarea,
.comment-form .form-inline .input-group textarea,
.comment-form .search-form .input-group textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .login_form .input-group > input, .login_form .form-inline .input-group > input, .search-form .form-inline .input-group > .search-field, .search-form .input-group > .form-control, .search-form .login_form .input-group > input, .login_form .search-form .input-group > input, .search-form .input-group > .search-field, .form-inline .comment-form .input-group > input[type=text], .search-form .comment-form .input-group > input[type=text], .comment-form .form-inline .input-group > input[type=text], .comment-form .search-form .input-group > input[type=text],
.form-inline .comment-form .input-group > input[type=email],
.search-form .comment-form .input-group > input[type=email],
.comment-form .form-inline .input-group > input[type=email],
.comment-form .search-form .input-group > input[type=email],
.form-inline .comment-form .input-group > input[type=url],
.search-form .comment-form .input-group > input[type=url],
.comment-form .form-inline .input-group > input[type=url],
.comment-form .search-form .input-group > input[type=url],
.form-inline .comment-form .input-group > textarea,
.search-form .comment-form .input-group > textarea,
.comment-form .form-inline .input-group > textarea,
.comment-form .search-form .input-group > textarea {
    width: 100%;
  }
  .form-inline .form-control-label, .search-form .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check, .search-form .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label, .search-form .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .search-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit], .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  text-decoration: none;
}
.btn.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  text-decoration: none;
}
.btn:active, .search-form .search-submit:active, .comment-form input[type=submit]:active, .btn.active, .search-form .active.search-submit, .comment-form input.active[type=submit] {
  background-image: none;
  outline: 0;
}
.btn.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn.disabled, .search-form a.disabled.search-submit,
fieldset[disabled] a.btn,
fieldset[disabled] .search-form a.search-submit,
.search-form fieldset[disabled] a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005389;
  border-color: #004d7f;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #005389;
  border-color: #004d7f;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005389;
  border-color: #004d7f;
  background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #003d65;
  border-color: #00253d;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0072bc;
  border-color: #0072bc;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0072bc;
  border-color: #0072bc;
}

.btn-secondary, .comment-form input[type=submit] {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover, .comment-form input[type=submit]:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus, .comment-form input[type=submit]:focus, .btn-secondary.focus, .comment-form input.focus[type=submit] {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:active, .comment-form input[type=submit]:active, .btn-secondary.active, .comment-form input.active[type=submit], .open > .btn-secondary.dropdown-toggle, .comment-form .open > input.dropdown-toggle[type=submit] {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.btn-secondary:active:hover, .comment-form input[type=submit]:active:hover, .btn-secondary:active:focus, .comment-form input[type=submit]:active:focus, .btn-secondary:active.focus, .comment-form input[type=submit]:active.focus, .btn-secondary.active:hover, .comment-form input.active[type=submit]:hover, .btn-secondary.active:focus, .comment-form input.active[type=submit]:focus, .btn-secondary.active.focus, .comment-form input.active.focus[type=submit], .open > .btn-secondary.dropdown-toggle:hover, .comment-form .open > input.dropdown-toggle[type=submit]:hover, .open > .btn-secondary.dropdown-toggle:focus, .comment-form .open > input.dropdown-toggle[type=submit]:focus, .open > .btn-secondary.dropdown-toggle.focus, .comment-form .open > input.dropdown-toggle.focus[type=submit] {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-secondary.disabled:focus, .comment-form input.disabled[type=submit]:focus, .btn-secondary.disabled.focus, .comment-form input.disabled.focus[type=submit], .btn-secondary:disabled:focus, .comment-form input[type=submit]:disabled:focus, .btn-secondary:disabled.focus, .comment-form input[type=submit]:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary.disabled:hover, .comment-form input.disabled[type=submit]:hover, .btn-secondary:disabled:hover, .comment-form input[type=submit]:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary {
  color: #0072bc;
  background-image: none;
  background-color: transparent;
  border-color: #0072bc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #003d65;
  border-color: #00253d;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #23a8ff;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #23a8ff;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0072bc;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #004470;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .search-form .btn-group-lg > .search-submit, .comment-form .btn-group-lg > input[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .search-form .btn-group-sm > .search-submit, .comment-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0072bc;
  outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .search-form .btn-group > .search-submit, .comment-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit] {
  position: relative;
  float: left;
}
.btn-group > .btn:focus, .search-form .btn-group > .search-submit:focus, .comment-form .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .search-form .btn-group > .search-submit:active, .comment-form .btn-group > input[type=submit]:active, .btn-group > .btn.active, .search-form .btn-group > .active.search-submit, .comment-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.search-form .btn-group-vertical > .search-submit:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.search-form .btn-group-vertical > .active.search-submit,
.comment-form .btn-group-vertical > input.active[type=submit] {
  z-index: 2;
}
.btn-group > .btn:hover, .search-form .btn-group > .search-submit:hover, .comment-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.search-form .btn-group-vertical > .search-submit:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit, .btn-group .comment-form input[type=submit] + .btn, .btn-group .comment-form .search-form input[type=submit] + .search-submit, .search-form .btn-group .comment-form input[type=submit] + .search-submit, .comment-form .btn-group input[type=submit] + .btn, .comment-form .btn-group .search-form input[type=submit] + .search-submit, .search-form .comment-form .btn-group input[type=submit] + .search-submit, .btn-group .comment-form .btn + input[type=submit], .btn-group .comment-form .search-form .search-submit + input[type=submit], .search-form .btn-group .comment-form .search-submit + input[type=submit], .comment-form .btn-group .btn + input[type=submit], .comment-form .btn-group .search-form .search-submit + input[type=submit], .search-form .comment-form .btn-group .search-submit + input[type=submit], .btn-group .comment-form input[type=submit] + input[type=submit], .comment-form .btn-group input[type=submit] + input[type=submit],
.btn-group .btn + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form .btn-group .search-submit + .btn-group,
.btn-group .comment-form input[type=submit] + .btn-group,
.comment-form .btn-group input[type=submit] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .search-form .btn-group + .search-submit,
.search-form .btn-group .btn-group + .search-submit,
.btn-group .comment-form .btn-group + input[type=submit],
.comment-form .btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .search-form .btn-toolbar > .search-submit, .comment-form .btn-toolbar > input[type=submit],
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .search-form .btn-group > .search-submit:first-child, .comment-form .btn-group > input[type=submit]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:first-child:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .search-form .btn-group > .search-submit:last-child:not(:first-child), .comment-form .btn-group > input[type=submit]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .search-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-submit, .comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .search-form .btn-group > .btn-group:first-child:not(:last-child) > .search-submit:last-child, .comment-form .btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .search-form .btn-group > .btn-group:last-child:not(:first-child) > .search-submit:first-child, .comment-form .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split, .search-form .search-submit + .dropdown-toggle-split, .comment-form input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after, .search-form .search-submit + .dropdown-toggle-split::after, .comment-form input[type=submit] + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret, .search-form .search-submit .caret, .comment-form input[type=submit] .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .search-form .btn-group-lg > .search-submit .caret, .comment-form .btn-group-lg > input[type=submit] .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .search-form .btn-group-lg > .search-submit .caret, .search-form .dropup .btn-group-lg > .search-submit .caret, .dropup .comment-form .btn-group-lg > input[type=submit] .caret, .comment-form .dropup .btn-group-lg > input[type=submit] .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn, .search-form .btn-group-vertical > .search-submit, .comment-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.search-form .btn-group-vertical > .btn-group > .search-submit,
.comment-form .btn-group-vertical > .btn-group > input[type=submit] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .search-form .btn-group-vertical > .btn-group > .search-submit, .comment-form .btn-group-vertical > .btn-group > input[type=submit] {
  float: none;
}
.btn-group-vertical > .btn + .btn, .search-form .btn-group-vertical > .search-submit + .btn, .search-form .btn-group-vertical > .btn + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit, .comment-form .btn-group-vertical > input[type=submit] + .btn, .comment-form .search-form .btn-group-vertical > input[type=submit] + .search-submit, .search-form .comment-form .btn-group-vertical > input[type=submit] + .search-submit, .comment-form .btn-group-vertical > .btn + input[type=submit], .comment-form .search-form .btn-group-vertical > .search-submit + input[type=submit], .search-form .comment-form .btn-group-vertical > .search-submit + input[type=submit], .comment-form .btn-group-vertical > input[type=submit] + input[type=submit],
.btn-group-vertical > .btn + .btn-group,
.search-form .btn-group-vertical > .search-submit + .btn-group,
.comment-form .btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.search-form .btn-group-vertical > .btn-group + .search-submit,
.comment-form .btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .search-form .btn-group-vertical > .search-submit:not(:first-child):not(:last-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .search-form .btn-group-vertical > .search-submit:first-child:not(:last-child), .comment-form .btn-group-vertical > input[type=submit]:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .search-form .btn-group-vertical > .search-submit:last-child:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .search-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-submit, .comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .search-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-submit:last-child, .comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .search-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-submit:first-child, .comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons] > .btn input[type=radio], .search-form [data-toggle=buttons] > .search-submit input[type=radio], .comment-form [data-toggle=buttons] > input[type=submit] input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.search-form [data-toggle=buttons] > .search-submit input[type=checkbox],
.comment-form [data-toggle=buttons] > input[type=submit] input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: flex;
}
.input-group .form-control, .input-group .login_form input, .login_form .input-group input, .input-group .search-form .search-field, .search-form .input-group .search-field, .input-group .comment-form input[type=text], .comment-form .input-group input[type=text],
.input-group .comment-form input[type=email],
.comment-form .input-group input[type=email],
.input-group .comment-form input[type=url],
.comment-form .input-group input[type=url],
.input-group .comment-form textarea,
.comment-form .input-group textarea {
  position: relative;
  z-index: 2;
  flex: 1;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .login_form input:focus, .login_form .input-group input:focus, .input-group .search-form .search-field:focus, .search-form .input-group .search-field:focus, .input-group .comment-form input[type=text]:focus, .comment-form .input-group input[type=text]:focus,
.input-group .comment-form input[type=email]:focus,
.comment-form .input-group input[type=email]:focus,
.input-group .comment-form input[type=url]:focus,
.comment-form .input-group input[type=url]:focus,
.input-group .comment-form textarea:focus,
.comment-form .input-group textarea:focus, .input-group .form-control:active, .input-group .login_form input:active, .login_form .input-group input:active, .input-group .search-form .search-field:active, .search-form .input-group .search-field:active, .input-group .comment-form input[type=text]:active, .comment-form .input-group input[type=text]:active,
.input-group .comment-form input[type=email]:active,
.comment-form .input-group input[type=email]:active,
.input-group .comment-form input[type=url]:active,
.comment-form .input-group input[type=url]:active,
.input-group .comment-form textarea:active,
.comment-form .input-group textarea:active, .input-group .form-control:hover, .input-group .login_form input:hover, .login_form .input-group input:hover, .input-group .search-form .search-field:hover, .search-form .input-group .search-field:hover, .input-group .comment-form input[type=text]:hover, .comment-form .input-group input[type=text]:hover,
.input-group .comment-form input[type=email]:hover,
.comment-form .input-group input[type=email]:hover,
.input-group .comment-form input[type=url]:hover,
.comment-form .input-group input[type=url]:hover,
.input-group .comment-form textarea:hover,
.comment-form .input-group textarea:hover {
  z-index: 3;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .login_form input:not(:first-child):not(:last-child),
.login_form .input-group input:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child),
.search-form .input-group .search-field:not(:first-child):not(:last-child),
.input-group .comment-form input[type=text]:not(:first-child):not(:last-child),
.comment-form .input-group input[type=text]:not(:first-child):not(:last-child),
.input-group .comment-form input[type=email]:not(:first-child):not(:last-child),
.comment-form .input-group input[type=email]:not(:first-child):not(:last-child),
.input-group .comment-form input[type=url]:not(:first-child):not(:last-child),
.comment-form .input-group input[type=url]:not(:first-child):not(:last-child),
.input-group .comment-form textarea:not(:first-child):not(:last-child),
.comment-form .input-group textarea:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.search-form .input-group-sm > .input-group-btn > .input-group-addon.search-submit,
.comment-form .input-group-sm > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.search-form .input-group-lg > .input-group-btn > .input-group-addon.search-submit,
.comment-form .input-group-lg > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group .login_form input:not(:last-child), .login_form .input-group input:not(:last-child), .input-group .search-form .search-field:not(:last-child), .search-form .input-group .search-field:not(:last-child), .input-group .comment-form input[type=text]:not(:last-child), .comment-form .input-group input[type=text]:not(:last-child),
.input-group .comment-form input[type=email]:not(:last-child),
.comment-form .input-group input[type=email]:not(:last-child),
.input-group .comment-form input[type=url]:not(:last-child),
.comment-form .input-group input[type=url]:not(:last-child),
.input-group .comment-form textarea:not(:last-child),
.comment-form .input-group textarea:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.search-form .input-group-btn:not(:last-child) > .search-submit,
.comment-form .input-group-btn:not(:last-child) > input[type=submit],
.input-group-btn:not(:last-child) > .btn-group > .btn,
.search-form .input-group-btn:not(:last-child) > .btn-group > .search-submit,
.comment-form .input-group-btn:not(:last-child) > .btn-group > input[type=submit],
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.search-form .input-group-btn:not(:first-child) > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group-btn:not(:first-child) > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.search-form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .search-submit,
.comment-form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group .login_form input:not(:first-child), .login_form .input-group input:not(:first-child), .input-group .search-form .search-field:not(:first-child), .search-form .input-group .search-field:not(:first-child), .input-group .comment-form input[type=text]:not(:first-child), .comment-form .input-group input[type=text]:not(:first-child),
.input-group .comment-form input[type=email]:not(:first-child),
.comment-form .input-group input[type=email]:not(:first-child),
.input-group .comment-form input[type=url]:not(:first-child),
.comment-form .input-group input[type=url]:not(:first-child),
.input-group .comment-form textarea:not(:first-child),
.comment-form .input-group textarea:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.search-form .input-group-btn:not(:first-child) > .search-submit,
.comment-form .input-group-btn:not(:first-child) > input[type=submit],
.input-group-btn:not(:first-child) > .btn-group > .btn,
.search-form .input-group-btn:not(:first-child) > .btn-group > .search-submit,
.comment-form .input-group-btn:not(:first-child) > .btn-group > input[type=submit],
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.search-form .input-group-btn:not(:last-child) > .search-submit:not(:first-child),
.comment-form .input-group-btn:not(:last-child) > input[type=submit]:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.search-form .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .search-submit,
.comment-form .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child), .login_form input + .input-group-addon:not(:first-child), .search-form .search-field + .input-group-addon:not(:first-child), .comment-form input[type=text] + .input-group-addon:not(:first-child),
.comment-form input[type=email] + .input-group-addon:not(:first-child),
.comment-form input[type=url] + .input-group-addon:not(:first-child),
.comment-form textarea + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .search-form .input-group-btn > .search-submit, .comment-form .input-group-btn > input[type=submit] {
  position: relative;
}
.input-group-btn > .btn + .btn, .search-form .input-group-btn > .search-submit + .btn, .search-form .input-group-btn > .btn + .search-submit, .search-form .input-group-btn > .search-submit + .search-submit, .comment-form .input-group-btn > input[type=submit] + .btn, .comment-form .search-form .input-group-btn > input[type=submit] + .search-submit, .search-form .comment-form .input-group-btn > input[type=submit] + .search-submit, .comment-form .input-group-btn > .btn + input[type=submit], .comment-form .search-form .input-group-btn > .search-submit + input[type=submit], .search-form .comment-form .input-group-btn > .search-submit + input[type=submit], .comment-form .input-group-btn > input[type=submit] + input[type=submit] {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .search-form .input-group-btn > .search-submit:focus, .comment-form .input-group-btn > input[type=submit]:focus, .input-group-btn > .btn:active, .search-form .input-group-btn > .search-submit:active, .comment-form .input-group-btn > input[type=submit]:active, .input-group-btn > .btn:hover, .search-form .input-group-btn > .search-submit:hover, .comment-form .input-group-btn > input[type=submit]:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn, .search-form .input-group-btn:not(:last-child) > .search-submit, .comment-form .input-group-btn:not(:last-child) > input[type=submit],
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn, .search-form .input-group-btn:not(:first-child) > .search-submit, .comment-form .input-group-btn:not(:first-child) > input[type=submit],
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .search-form .input-group-btn:not(:first-child) > .search-submit:focus, .comment-form .input-group-btn:not(:first-child) > input[type=submit]:focus, .input-group-btn:not(:first-child) > .btn:active, .search-form .input-group-btn:not(:first-child) > .search-submit:active, .comment-form .input-group-btn:not(:first-child) > input[type=submit]:active, .input-group-btn:not(:first-child) > .btn:hover, .search-form .input-group-btn:not(:first-child) > .search-submit:hover, .comment-form .input-group-btn:not(:first-child) > input[type=submit]:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  display: inline;
}
.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9 ;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9 ;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}
.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #818a91;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0072bc;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}
.navbar-divider::before {
  content: " ";
}

.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}
.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
  content: "";
  display: table;
  clear: both;
}
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
  content: "";
  display: table;
  clear: both;
}
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0072bc;
  border-color: #0072bc;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0072bc;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem;
  }
  .card-deck .card {
    flex: 1 0 0;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}
@media (min-width: 544px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #818a91;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #818a91;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0072bc;
  border-color: #0072bc;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0072bc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #004470;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.tag:empty {
  display: none;
}

.btn .tag, .search-form .search-submit .tag, .comment-form input[type=submit] .tag {
  position: relative;
  top: -1px;
}

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #818a91;
}
.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #687077;
}

.tag-primary {
  background-color: #0072bc;
}
.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #005389;
}

.tag-success {
  background-color: #5cb85c;
}
.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44;
}

.tag-info {
  background-color: #5bc0de;
}
.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #f0ad4e;
}
.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ec971f;
}

.tag-danger {
  background-color: #d9534f;
}
.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 2rem;
}
.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }

  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0 ) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
}
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}
.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}
@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}
@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}
.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}
.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media {
  display: flex;
}

.media-body {
  flex: 1;
}

.media-middle {
  align-self: center;
}

.media-bottom {
  align-self: flex-end;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0072bc;
  border-color: #0072bc;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #89d1ff;
}

.list-group-flush .list-group-item {
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #333;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  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,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-arrow {
  border-width: 11px;
}

.popover-arrow::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev::before {
  content: "‹";
}
.carousel-control .icon-next::before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .search-form .search-submit, .search-form .carousel-caption .search-submit, .carousel-caption .comment-form input[type=submit], .comment-form .carousel-caption input[type=submit] {
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #0072bc !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #005389 !important;
}

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.flex-xs-first {
  order: -1;
}

.flex-xs-last {
  order: 1;
}

.flex-xs-unordered {
  order: 0;
}

.flex-items-xs-top {
  align-items: flex-start;
}

.flex-items-xs-middle {
  align-items: center;
}

.flex-items-xs-bottom {
  align-items: flex-end;
}

.flex-xs-top {
  align-self: flex-start;
}

.flex-xs-middle {
  align-self: center;
}

.flex-xs-bottom {
  align-self: flex-end;
}

.flex-items-xs-left {
  justify-content: flex-start;
}

.flex-items-xs-center {
  justify-content: center;
}

.flex-items-xs-right {
  justify-content: flex-end;
}

.flex-items-xs-around {
  justify-content: space-around;
}

.flex-items-xs-between {
  justify-content: space-between;
}

@media (min-width: 544px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }
}
@media (min-width: 544px) {
  .flex-items-sm-top {
    align-items: flex-start;
  }

  .flex-items-sm-middle {
    align-items: center;
  }

  .flex-items-sm-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 544px) {
  .flex-sm-top {
    align-self: flex-start;
  }

  .flex-sm-middle {
    align-self: center;
  }

  .flex-sm-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 544px) {
  .flex-items-sm-left {
    justify-content: flex-start;
  }

  .flex-items-sm-center {
    justify-content: center;
  }

  .flex-items-sm-right {
    justify-content: flex-end;
  }

  .flex-items-sm-around {
    justify-content: space-around;
  }

  .flex-items-sm-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }
}
@media (min-width: 768px) {
  .flex-items-md-top {
    align-items: flex-start;
  }

  .flex-items-md-middle {
    align-items: center;
  }

  .flex-items-md-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .flex-md-top {
    align-self: flex-start;
  }

  .flex-md-middle {
    align-self: center;
  }

  .flex-md-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .flex-items-md-left {
    justify-content: flex-start;
  }

  .flex-items-md-center {
    justify-content: center;
  }

  .flex-items-md-right {
    justify-content: flex-end;
  }

  .flex-items-md-around {
    justify-content: space-around;
  }

  .flex-items-md-between {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }
}
@media (min-width: 992px) {
  .flex-items-lg-top {
    align-items: flex-start;
  }

  .flex-items-lg-middle {
    align-items: center;
  }

  .flex-items-lg-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-lg-top {
    align-self: flex-start;
  }

  .flex-lg-middle {
    align-self: center;
  }

  .flex-lg-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-items-lg-left {
    justify-content: flex-start;
  }

  .flex-items-lg-center {
    justify-content: center;
  }

  .flex-items-lg-right {
    justify-content: flex-end;
  }

  .flex-items-lg-around {
    justify-content: space-around;
  }

  .flex-items-lg-between {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .flex-items-xl-top {
    align-items: flex-start;
  }

  .flex-items-xl-middle {
    align-items: center;
  }

  .flex-items-xl-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-xl-top {
    align-self: flex-start;
  }

  .flex-xl-middle {
    align-self: center;
  }

  .flex-xl-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-items-xl-left {
    justify-content: flex-start;
  }

  .flex-items-xl-center {
    justify-content: center;
  }

  .flex-items-xl-right {
    justify-content: flex-end;
  }

  .flex-items-xl-around {
    justify-content: space-around;
  }

  .flex-items-xl-between {
    justify-content: space-between;
  }
}
.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }

  .pull-xl-right {
    float: right !important;
  }

  .pull-xl-none {
    float: none !important;
  }
}
.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #0072bc !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #005389 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !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;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  font-family: "Lato", sans-serif;
}

iframe {
  border: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.icon-date,
.icon-location {
  transform: translateY(-4px);
}

/*

  $ARROW

  Pure css arrow mixin

*/
.fa-long-arrow-right {
  margin-left: 8px;
}

input[type=submit].gform_button, input[type=submit].submit {
  background-color: #38b7b1;
  border-color: #38b7b1;
  color: white;
}

a.reset-form {
  display: block;
}

.btn.read, .search-form .read.search-submit, .comment-form input.read[type=submit] {
  border: 1px solid #0072bc;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 500;
  color: #0072bc;
  white-space: initial;
}

.btn.zip, .search-form .zip.search-submit, .comment-form input.zip[type=submit] {
  border: 1px solid #959595;
  font-weight: 500;
  color: #959595;
}

.btn.workshopBtn, .search-form .workshopBtn.search-submit, .comment-form input.workshopBtn[type=submit] {
  color: #fff;
  background-color: #38b7b1;
  margin-top: 20px;
}

.btn.prev .btn.next, .search-form .prev.search-submit .btn.next, .btn.prev .search-form .next.search-submit, .search-form .btn.prev .next.search-submit, .search-form .prev.search-submit .next.search-submit, .comment-form input.prev[type=submit] .btn.next, .comment-form input.prev[type=submit] .search-form .next.search-submit, .search-form .comment-form input.prev[type=submit] .next.search-submit, .btn.prev .comment-form input.next[type=submit], .search-form .prev.search-submit .comment-form input.next[type=submit], .comment-form .btn.prev input.next[type=submit], .comment-form .search-form .prev.search-submit input.next[type=submit], .search-form .comment-form .prev.search-submit input.next[type=submit], .comment-form input.prev[type=submit] input.next[type=submit] {
  border: 1px solid #959595;
  font-weight: 500;
  color: #555555;
}

.btn.register, .search-form .register.search-submit, .comment-form input.register[type=submit] {
  border: 0 !important;
  background-color: #ffcc32;
  font-weight: 500;
}

body {
  color: #555555;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

h1 {
  font-weight: 300;
  margin-bottom: 60px;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
}
h1 strong {
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 15px;
  }
}

h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  h3 {
    margin-top: 15px;
    font-size: 22px;
  }
}

h4 {
  margin-bottom: 92px;
}
@media only screen and (max-width: 640px) {
  h4 {
    margin-bottom: 15px;
  }
}

.comment-list ol {
  list-style: none;
}

input,
textarea {
  background: #fff;
  color: #959595;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.search-form {
  width: 100%;
}

.search-form label {
  font-weight: normal;
}

.search-form .search-field {
  background: #8a8a8a !important;
  color: #414042 !important;
  text-transform: uppercase;
  font-size: 20px;
  border: 0 !important;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 40px);
  vertical-align: top;
  display: inline-block;
}

.search-form .search-submit {
  background: url(../images/search.png) center center no-repeat #8a8a8a !important;
  text-indent: -9000px;
  color: #414042;
  outline: 0 none !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  line-height: 23px;
  vertical-align: top;
  height: 41px;
}

::-webkit-input-placeholder {
  color: #414042 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #414042 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #414042 !important;
}

:-ms-input-placeholder {
  color: #414042 !important;
}

.login_form {
  flex: 0 1 auto;
  clear: both;
  bottom: 0;
  padding-bottom: 91px;
  padding-top: 15px;
  display: none;
}
.login_form h3 {
  color: #fff;
  border-bottom: 2px solid #555555;
  padding-bottom: 10px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 640px) {
  .login_form h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.login_form input {
  background: #8a8a8a !important;
  color: #414042 !important;
  border: 0;
  width: 48%;
  border-radus: 0.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .login_form input {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.login_form .login_fields {
  border-bottom: 2px solid #555555;
  padding-bottom: 10px;
}
.login_form input[type=submit] {
  color: #fff;
  text-transform: uppercase;
  background-color: #3361a8 !important;
}

.footer_slider .acf-map {
  width: 50%;
  height: 443px;
  border: 0;
  margin: 0;
  padding: 0;
  float: right;
}

.footer_slider .static-map {
  width: 50%;
  height: 443px;
  border: 0;
  margin: 0;
  padding: 0;
  float: right;
}

.contact.fifty .acf-map3 {
  width: 100%;
  height: 482px;
  border: 0;
  margin: 0;
  padding: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.acf-map2 img {
  max-width: inherit !important;
}

.gmap_image {
  width: 100px;
  height: 100px;
  float: left;
  background-size: cover !important;
  margin-right: 10px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: left top;
}

.acf-map2 .content {
  float: left;
  width: 250px;
  min-height: 100px;
  margin-top: 5px;
}

.acf-map2 h6 {
  color: #0072bc;
  margin-top: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  margin-bottom: 15px;
}

.acf-map2 p {
  margin: 0;
  padding: 0;
  color: #959595;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
.acf-map2 p a {
  font-style: italic;
}
.acf-map2 p a:first-child {
  margin-right: 10px;
}

@media (min-width: 544px) {
  .main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-primary .main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 544px) {
  .sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1920px;
  }
}
.dropdown-menu {
  position: relative;
  float: none;
  border: 0;
  background: transparent;
}

.dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 30px;
}

#cover {
  z-index: 998;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.hamburger-active #cover {
  visibility: visible;
}

#main_nav {
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 640px;
  background: #414042;
  padding: 91px 91px 0;
  font-size: 26px;
  line-height: 60px;
  overflow: auto;
  z-index: 999;
  display: flex;
  flex-flow: column;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
#main_nav.active {
  transform: translateX(-100%);
}
.admin-bar #main_nav {
  padding-top: 123px;
}
@media only screen and (max-width: 640px) {
  #main_nav {
    width: 100%;
    padding: 91px 22px 22px;
    font-size: 15px;
    line-height: 40px;
  }
}

.nav-primary {
  flex: 1 1 auto;
}
.nav-primary a {
  color: #fff;
  text-decoration: none;
  border-top: 2px solid #555555;
  display: block;
}
.nav-primary a:hover {
  color: #848484;
}
.nav-primary ul li:first-child a {
  border-top: 0;
}
.nav-primary li li a {
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  padding-left: 95px;
  border-top: 0;
}
@media only screen and (max-width: 640px) {
  .nav-primary li li a {
    padding-left: 15px;
    font-size: 14px;
  }
}
.nav-primary li.active a {
  color: #38b7b1;
}

.text-toggle {
  color: #555555;
  display: block;
  position: absolute;
  font-size: 16px;
  right: 80px;
  opacity: 1;
  transition: opactiy 0.2s;
  z-index: 997;
}
@media only screen and (max-width: 640px) {
  .text-toggle {
    display: none;
  }
}

body:not(.home) .text-toggle {
  color: #555555;
  top: 27px;
}

.hamburger-active .text-toggle {
  opacity: 0;
}

.btn--toggle {
  padding: 0.5em;
  width: auto;
  height: auto;
  background-color: transparent;
  position: absolute;
  right: 35px;
  z-index: 1000;
  border: 0 !important;
  outline: 0 !important;
}
@media only screen and (max-width: 640px) {
  .btn--toggle {
    right: 22px;
  }
}
.btn--toggle .icon-bar {
  color: #555555;
  display: block;
  position: relative;
  width: 25px;
  border-top: 3px solid;
  margin: 3px auto;
  transition: transform 0.2s;
}
.btn--toggle .sr-only, .btn--toggle .screen-reader-text {
  position: absoulte;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.btn--toggle.hamburger-active .icon-bar {
  color: #ffffff;
}
.btn--toggle.hamburger-active .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 6px;
}
.btn--toggle.hamburger-active .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.btn--toggle.hamburger-active .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -6px;
}

body:not(.home) .btn--toggle {
  color: #555555;
  top: 20px;
}
body:not(.home) .btn--toggle .icon-bar {
  color: #555555;
}
body:not(.home) .btn--toggle.hamburger-active {
  color: #fff;
  top: 20px;
}
body:not(.home) .btn--toggle.hamburger-active .icon-bar {
  color: #fff;
}

.hamburger-active, .hamburger-active body {
  overflow: hidden;
}

.page-numbers {
  margin: 0 auto 45px;
  text-align: center;
  width: 100%;
}
.page-numbers li {
  display: inline-block;
  list-style: none;
}
.page-numbers li a, .page-numbers li .current {
  background: #fff;
  border: 1px solid #ccc;
  padding: 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
*********************************/
.slider-container a:active,
.flexslider a:active,
.slider-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.slider-control-nav,
.slider-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;
}

.slider-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  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 {
  margin: 0 0 0px;
  background: transparent;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
}

.slider-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .slider-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.slider-direction-nav {
  *height: 0;
}

.slider-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-direction-nav .slider-prev {
  left: -50px;
}

.slider-direction-nav .slider-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .slider-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .slider-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .slider-next:hover, .flexslider:hover .slider-prev:hover {
  opacity: 1;
}

.slider-direction-nav .slider-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.slider-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: "";
}

.slider-direction-nav a.slider-next:before {
  content: "";
}

/* Pause/Play */
.slider-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;
}

.slider-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.slider-pauseplay a:hover {
  opacity: 1;
}

.slider-pauseplay a.slider-play:before {
  content: "";
}

/* Control Nav */
.slider-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 998;
  height: 41px;
}

.slider-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.slider-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 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);
}

.slider-control-paging li a:hover {
  background: #fff;
  background: white;
}

.slider-control-paging li a.slider-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}

.slider-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.slider-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.slider-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.slider-control-thumbs img:hover {
  opacity: 1;
}

.slider-control-thumbs .slider-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .slider-direction-nav .slider-prev {
    opacity: 1;
    left: 10px;
  }

  .slider-direction-nav .slider-next {
    opacity: 1;
    right: 10px;
  }
}
.home .simpleCalendar .calendar {
  width: 100%;
  float: none;
}
.simpleCalendar {
  width: 64%;
  display: block;
  clear: none;
  float: none;
  height: 100%;
  /*.event:after {
      background: #c0392b;
      border-radius: 50%;
      bottom: 8px;
      display: block;
      content: '';
      height: 8px;
      left: 50%;
      margin: -4px 0 0 -4px;
      position: absolute;
      width: 8px;
  }*/
  /* Smartphones (portrait and landscape) ----------- */
  /* Smartphones (landscape) ----------- */
  /* Smartphones (portrait) ----------- */
  /* iPads (portrait and landscape) ----------- */
  /* iPads (landscape) ----------- */
  /* iPads (portrait) ----------- */
  /* Desktops and laptops ----------- */
  /* Large screens ----------- */
  /* iPhone 5 (portrait & landscape)----------- */
  /* iPhone 5 (landscape)----------- */
  /* iPhone 5 (portrait)----------- */
}
@media only screen and (max-width: 1600px) {
  .simpleCalendar {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  .simpleCalendar {
    width: inherit;
    height: inherit;
  }
}
.simpleCalendar *[class*=fontawesome-]:before {
  font-family: "FontAwesome", sans-serif;
}
.simpleCalendar body {
  background: #f9f9f9;
  color: #0e171c;
  font: 300 100%/1.5em "Lato", sans-serif;
  margin: 0;
}
.simpleCalendar a {
  text-decoration: none;
}
.simpleCalendar h2 {
  font-size: 22px;
  line-height: 20px;
  margin: 4px 0;
}
.simpleCalendar h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 5px 0;
}
.simpleCalendar table {
  border-spacing: 0;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 800px) {
  .simpleCalendar table {
    margin: 0 auto 10px;
    width: initial;
  }
}
.simpleCalendar .calendar-container {
  height: 538px;
  left: 50%;
  margin: -255px 0 0 -245px;
  position: absolute;
  top: 45%;
  width: 510px;
}
.simpleCalendar .calendar {
  text-align: center;
  width: inherit;
  float: none;
  margin: 0 auto;
  display: block;
  margin-top: 45px;
}
@media only screen and (max-width: 1024px) {
  .simpleCalendar .calendar {
    float: none;
  }
}
@media only screen and (max-width: 800px) {
  .simpleCalendar .calendar {
    margin-left: 0;
    width: 100%;
  }
}
.simpleCalendar .calendar header {
  position: relative;
}
.simpleCalendar .calendar thead {
  font-weight: 600;
  text-transform: uppercase;
}
.simpleCalendar .calendar tbody {
  color: #414042;
}
.simpleCalendar .calendar tbody td.active.partner {
  background: #90278d;
  color: #fff;
}
.simpleCalendar .calendar tbody td.active.chfbc {
  background: #41b6e6;
  color: #414042;
}
.simpleCalendar .calendar tbody td.partner {
  border: 2px solid #90278d;
}
.simpleCalendar .calendar tbody td.chfbc {
  border: 2px solid #41b6e6;
}
.simpleCalendar .calendar tbody td.partner.chfbc {
  border-top: 2px solid #41b6e6;
  border-right: 2px solid #41b6e6;
  border-bottom: 2px solid #41b6e6;
  border-left: 2px solid #41b6e6;
}
.simpleCalendar .calendar tr td:first-child, .simpleCalendar .calendar tr td:last-child {
  color: #959595;
}
.simpleCalendar .calendar td {
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 44px;
  line-height: 40px;
  text-align: center;
  width: 44px;
  font-size: 24px;
  float: left;
  margin: 2px 9px;
}
@media only screen and (max-width: 1600px) {
  .simpleCalendar .calendar td {
    margin: 2px 5px;
  }
}
@media only screen and (max-width: 1440px) {
  .simpleCalendar .calendar td {
    margin: 2px 0px;
    width: 42px;
  }
}
@media only screen and (max-width: 640px) {
  .simpleCalendar .calendar td {
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    font-size: 16px;
    float: left;
    margin: 2px 4px;
  }
}
.simpleCalendar .current-day {
  background: #dedede;
  color: #414042;
}
.simpleCalendar .event {
  cursor: pointer;
  position: relative;
}
.simpleCalendar .event.current-day:after {
  background: #f9f9f9;
}
.simpleCalendar .btn-prev,
.simpleCalendar .btn-next {
  border: 0px solid #cbd1d2;
  border-radius: 50%;
  color: #41b6e6;
  height: 32px;
  font-size: 22px;
  line-height: 28px;
  margin: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
}
.simpleCalendar .btn-prev:hover,
.simpleCalendar .btn-next:hover {
  /*background: #cbd1d2;
  color: #f9f9f9;*/
}
.simpleCalendar .btn-prev {
  left: 30px;
}
.simpleCalendar .btn-next {
  right: 35px;
}
.simpleCalendar .cal_legend {
  margin-bottom: 60px;
  color: #959595;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .simpleCalendar .cal_legend {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.simpleCalendar .ball {
  display: inline-block;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.simpleCalendar .chfbc_event {
  background-color: #41b6e6;
}
.simpleCalendar .partner_event {
  background-color: #90278d;
}
.simpleCalendar .list {
  margin-top: 0;
  margin-bottom: 40px;
  width: 100%;
  float: none;
}
@media only screen and (max-width: 1024px) {
  .simpleCalendar .list {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .simpleCalendar .list {
    width: 100%;
  }
}
.simpleCalendar .close {
  color: #A4AAAB;
  margin-top: -15px;
  margin-right: 10px;
  float: right;
}
.simpleCalendar .day-event {
  background-color: #F2F2F2;
  width: 100%;
  padding: 15px;
  margin-bottom: 50px;
  display: none;
  height: 100%;
  position: relative;
  background: #F2F2F2;
}
.simpleCalendar .day-event:after, .simpleCalendar .day-event:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.simpleCalendar .day-event:after {
  border-color: transparent;
  border-bottom-color: #F2F2F2;
  border-width: 20px;
  left: 50%;
  z-index: 999;
  margin-top: -20px;
  margin-left: -20px;
}
@media only screen and (max-width: 1600px) {
  .simpleCalendar .day-event {
    height: initial;
  }
}
@media only screen and (max-width: 1024px) {
  .simpleCalendar .day-event::after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .simpleCalendar .day-event {
    padding: 22px;
  }
  .simpleCalendar .day-event:after {
    border-width: 0;
  }
}
.simpleCalendar .day-event .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0px;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .simpleCalendar .day-event .title {
    float: none !important;
    clear: both;
    margin-left: 0 !important;
  }
}
.simpleCalendar .day-event img {
  width: 100%;
  margin-bottom: 32px;
}
.simpleCalendar .day-event img.icon_date {
  margin-bottom: 0;
  width: 21px;
}
.simpleCalendar .day-event img.icon_location {
  margin-bottom: 0;
  width: 16px;
}
.simpleCalendar .day-event p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
.simpleCalendar .day-event p a {
  color: #41b6e6;
}
.simpleCalendar .day-event span {
  font-size: 12px;
}
.simpleCalendar .day-event button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 18px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #c0392b;
  border: 0;
  border-bottom: 2px solid #b53224;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #b53224;
  box-shadow: inset 0 -2px #b53224;
}
.simpleCalendar .check-btn {
  width: 100%;
}
.simpleCalendar input[type=checkbox] {
  display: none;
}
.simpleCalendar span {
  background-color: #373740;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  color: #FFF;
  font-size: 0.85em;
  letter-spacing: 2px;
  text-decoration: none;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  -webkit-transition: background-color 150ms ease-in;
  -moz-transition: background-color 150ms ease-in;
  -ms-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in;
}
.simpleCalendar span:hover {
  background-color: #c0392b;
}
.simpleCalendar input[type=checkbox]:checked + span {
  background-color: #9C2E23;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
  background-size: 15px 13px;
}
.simpleCalendar input[type=checkbox]:checked:hover + span {
  background-color: #9C2E23;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
  background-size: 15px 15px;
}
.simpleCalendar .print-btn {
  padding: 1px 14px 5px 14px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-width: 321px) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (max-width: 320px) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-width: 1224px) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-width: 1824px) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .simpleCalendar {
    /* STYLES GO HERE */
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 544px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
.no-margin {
  margin: 0;
}

.subtext {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.u-fullwidth {
  display: inline-block;
  width: 100%;
}

.u-centered {
  text-align: center;
}

.u-no-underline {
  border-bottom: none;
}

.u-underline {
  text-decoration: underline;
}

.u-hidden {
  display: none;
}

.hero-gallery {
  width: 100%;
  height: auto;
  min-height: 150px;
}
.hero-gallery img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.header_static {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}
@media only screen and (max-width: 800px) {
  .header_static {
    height: 77px;
  }
}

body:not(.home) .wrap.container {
  padding-top: 77px;
}
body:not(.home) .brand {
  display: block;
  width: 145px;
  height: 40px;
  text-indent: -9000px;
  background: url("../images/logo2.png") center center no-repeat;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2000;
}
body:not(.home) .banner {
  height: 77px;
  background-color: #fff;
  position: fixed;
  z-index: 9000;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(103, 103, 103, 0.2);
}
body:not(.home) banner {
  padding: 131px 87px 91px;
  display: block;
}
@media only screen and (max-width: 640px) {
  body:not(.home) banner {
    padding: 91px 22px 22px;
  }
}
body:not(.home) banner h4 p {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2777777778;
}
@media only screen and (max-width: 1024px) {
  body:not(.home) banner h4 p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}
@media only screen and (max-width: 640px) {
  body:not(.home) banner h4 p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}
body:not(.home) .banner_icon {
  float: right;
}
@media only screen and (max-width: 1024px) {
  body:not(.home) .banner_icon {
    width: 75px;
  }
}
@media only screen and (max-width: 640px) {
  body:not(.home) .banner_icon {
    width: 55px;
  }
}

.home .brand {
  display: block;
  width: 230px;
  height: 63px;
  text-indent: -9000px;
  background: url("../images/logo_rgb.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50px;
  z-index: 2000;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .home .brand {
    width: 145px;
    height: 40px;
    top: 17px;
    left: 20px;
  }
}
.home .banner.shrink {
  height: 77px;
  background-color: #fff;
  position: fixed;
  z-index: 9000;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(103, 103, 103, 0.2);
}
.home .banner.shrink .header_static {
  height: 77px;
}
.home .banner.shrink .brand {
  width: 145px;
  height: 40px;
  top: 17px;
  left: 20px;
}

.home_slider {
  overflow: hidden;
}
.home_slider .slideImgWrap {
  min-height: 365px;
  background-size: cover !important;
}
.home_slider .slider_overlay {
  z-index: 4000;
  position: absolute;
  display: table;
  width: 100%;
  min-height: 365px;
}
.home_slider .slider_overlay .titleWrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.home_slider .slider_overlay .titleWrap .title {
  font-size: 110px;
  line-height: 100px;
  font-weight: 300;
  color: #fff;
}
.home_slider .slider_overlay .titleWrap .title strong {
  font-weight: 900;
}
@media only screen and (max-width: 1200px) {
  .home_slider .slider_overlay .titleWrap .title {
    font-size: 85px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .home_slider .slider_overlay .titleWrap .title {
    font-size: 65px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 640px) {
  .home_slider .slider_overlay .titleWrap .title {
    font-size: 39px;
    line-height: 37px;
  }
}
.home_slider .slider_overlay .titleWrap .subtitle {
  margin-top: 50px;
  font-size: 30px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .home_slider .slider_overlay .titleWrap .subtitle {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .home_slider .slider_overlay .titleWrap .subtitle {
    display: none;
  }
}
.home_slider .slider_overlay .titleWrap a {
  color: #fff;
}

.header-grid {
  position: relative;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding-bottom: 30px;
  background: #f1f1f1;
}

.header-grid > a > div {
  background: #0072bc;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.header-grid > a > div img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.header-grid > a > div .overlay {
  position: absolute;
  width: 100%;
  padding: 8px 12px;
  color: white;
}
.header-grid > a > div .overlay.top {
  top: 0;
}
.header-grid > a > div .overlay.middle {
  top: 50%;
  transform: translate(0%, -50%);
}
.header-grid > a > div .overlay.bottom {
  bottom: 0;
}
.header-grid > a > div .title {
  font-size: 24px;
  font-size: 1.3vw;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.header-grid > a > div .title p {
  margin: 0;
}
.header-grid > a > div .title strong {
  font-weight: 900;
}
@media only screen and (max-width: 1200px) {
  .header-grid > a > div .title {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header-grid > a > div .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .header-grid > a > div .title {
    font-size: 14px;
  }
}
.header-grid > a > div .subtitle {
  font-size: 16px;
}
.header-grid > a > div .subtitle p {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .header-grid > a > div .subtitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .header-grid > a > div .subtitle {
    display: none;
  }
}

#main-item {
  grid-row: 1/3;
  grid-column: 1/3;
}
#main-item .overlay {
  padding: 12px 12px;
}
#main-item .title {
  font-size: 64px;
  font-size: 2.4vw;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
#main-item .title strong {
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  #main-item .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 640px) {
  #main-item .title {
    font-size: 32px;
  }
}
#main-item .subtitle {
  font-size: 30px;
  font-size: 1.5vw;
}
@media only screen and (max-width: 1024px) {
  #main-item .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #main-item .subtitle {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
#home_footer {
  background-color: #fff;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #home_footer {
    display: none;
  }
}
#home_footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 188px;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}
#home_footer ul li {
  color: #959595;
  font-size: 24px;
  font-weight: 700;
  padding: 0 40px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #home_footer ul li {
    padding: 0 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  #home_footer ul li {
    padding: 0 5px;
    font-size: 12px;
  }
}
#home_footer ul li img {
  width: 100%;
  max-width: 130px;
}
#home_footer ul li:nth-of-type(5) img {
  max-width: 100px;
  margin: 0 auto;
}

footer {
  min-height: 443px;
  background-color: #363636;
  width: 100%;
  overflow: hidden;
}
footer .footer_link {
  display: block;
  width: 100%;
  max-width: 190px;
  padding-right: 20px;
  position: relative;
}
footer .footer_link i {
  position: absolute;
  right: 0;
  top: 5px;
  color: #38b7b1;
}
footer .footer_link_inquiry i {
  color: #ffcc32;
}
footer table.slider {
  float: left;
  width: 50%;
  margin-top: 96px;
}
footer table.slider td {
  font-size: 18px;
  vertical-align: top;
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .location {
  border-top: 1px solid #7e7e7e;
  padding-top: 30px;
  margin-top: 30px;
}
footer .location .location_title {
  color: #38b7b1;
  font-size: 15px;
  margin-bottom: 30px;
}
footer .location td {
  font-size: 12px;
  vertical-align: top;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #38b7b1;
  padding-right: 15px;
}
footer .location td.white {
  color: #fff;
  padding-right: 0;
}
footer .location a {
  color: white;
}
footer .footer1 {
  width: 33%;
  padding: 79px 0 0 107px;
}
@media only screen and (max-width: 1600px) {
  footer .footer1 {
    padding: 49px 0 0 30px;
  }
}
@media only screen and (max-width: 1440px) {
  footer .footer1 .footerLogo img {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer1 {
    width: 100%;
    float: none;
    padding: 22px;
  }
  footer .footer1 .footerLogo img {
    width: initial;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer1 .footerLogo img {
    width: 100%;
  }
}
footer .footer1 a {
  color: #fff;
}
footer .footer2 {
  width: 67%;
}
@media only screen and (max-width: 1024px) {
  footer .footer2 {
    width: 100%;
    float: none;
  }
}
footer .mobileFooter {
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer .mobileFooter {
    display: block;
    width: 100%;
  }
}
footer .footer_slider {
  color: #38b7b1;
  line-height: 1.2em;
}
footer .footer_slider .white {
  color: #fff;
}
footer .footer_slider .white a {
  color: #fff;
}
footer .footer_slider .slider-control-nav {
  top: 0;
  width: 50%;
}
footer .footer_slider .slider-control-nav li {
  margin: 0 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 50%;
}
footer .footer_slider .slider-control-paging li a {
  width: 100%;
  height: 41px;
  display: block;
  background: #363636;
  cursor: pointer;
  text-indent: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-top: 7px;
}
footer .footer_slider .slider-control-paging li a:hover {
  background: #38b7b1;
  color: #363636;
}
footer .footer_slider .slider-control-paging li a.slider-active {
  background: #38b7b1;
  cursor: default;
  color: #363636;
}
footer .footer_slider .location_title {
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer .footer_slider {
    display: none;
  }
}

.flexslider .social img {
  width: 33px;
  height: 33px;
  display: initial;
  margin-right: 34px;
  margin-top: 60px;
}

.main {
  background-color: #f1f1f1;
  margin-top: 77px;
}

.home .main {
  margin-top: 0;
}
.home .homepage.fifty {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home .homepage.fifty .alt_icon {
    float: left;
  }
  .home .homepage.fifty .alt_icon img {
    height: 35px;
  }
}
.home .homepage.fifty .alt_image img {
  width: 100%;
  margin-bottom: 10px;
}
.home .homepage.fifty .home_intro {
  color: #414042;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2307692308;
  width: 100%;
  float: none;
}
.home .homepage.fifty .home_intro p {
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  .home .homepage.fifty .home_intro {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .home .homepage.fifty .home_intro {
    font-size: 15px;
    font-size: 0.9375rem;
    clear: both;
  }
}
.home .homepage.fifty .home_content {
  color: #414042;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .home .homepage.fifty .home_content {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .home .homepage.fifty .home_content {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.home .homepage.fifty .fiftyWrap {
  background-color: #fff;
  height: 100%;
}
.home .homepage.fifty .fiftyWrap .blue {
  color: #0072bc;
}
.home .homepage.fifty .fiftyWrap .lightblue {
  color: #38b7b1;
}
.home .homepage.fifty .fiftyWrap.blue {
  border-bottom: 12px solid #0072bc;
}
.home .homepage.fifty .fiftyWrap.lightblue {
  border-bottom: 12px solid #38b7b1;
}
.home .homepage.fifty .fiftyWrap table {
  margin: 0 73px 62px;
}
.home .homepage.fifty .fiftyWrap table h4 {
  margin: 65px 0 75px;
  font-weight: 700;
}
.home .homepage.fifty .fiftyWrap table td {
  font-size: 18px;
  vertical-align: top;
  padding-right: 30px;
}
.home .homepage.fifty .fiftyWrap .altSection {
  padding: 85px 74px;
}
@media only screen and (max-width: 640px) {
  .home .homepage.fifty .fiftyWrap .altSection {
    padding: 22px 22px;
  }
}
.home .homepage.fifty .fiftyWrap .altSection .alt_icon {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .home .homepage.fifty .fiftyWrap .altSection .alt_icon {
    margin-right: 0;
  }
}
.home .homepage.fifty .fiftyWrap .altSection .section_link {
  color: #414042;
}
.home .homepage.fifty .fiftyWrap .altSection h4 {
  margin: 24px 0 20px;
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-top: 6px;
}
@media only screen and (max-width: 1200px) {
  .home .homepage.fifty .fiftyWrap .altSection h4 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  .home .homepage.fifty .fiftyWrap .altSection h4 {
    font-size: 22px;
    font-size: 1.375rem;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 0;
  }
}
.home .homepage.fifty .fiftyWrap .altSection a.titleLink:hover {
  text-decoration: none;
}
.home .homepage.fifty .fiftyWrap .altSection_full {
  background-size: cover !important;
  height: 100%;
  display: table;
  width: 100%;
}
.home .homepage.fifty .fiftyWrap .altSection_full .table_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.home .homepage.fifty .fiftyWrap .altSection_full .callout_box {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  font-weight: 700;
  color: #262626;
  padding: 90px 45px 0;
}
.home .homepage.fifty .fiftyWrap .altSection_full .callout_box a {
  font-size: 18px;
  color: #262626;
}
.home .floating {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 0;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home .floating {
    height: inherit;
    margin-bottom: 20px;
  }
}
.home .floating .bgWrap {
  width: 30%;
  transform: translateY(-50%);
  float: right;
}
@media only screen and (max-width: 1024px) {
  .home .floating .bgWrap {
    width: 100%;
    float: none;
    transform: none;
  }
}
.home .floating .bgWrap .table_wrap {
  width: 100%;
}
.home .floating .bgWrap .table_wrap .callout_box {
  display: table;
  width: 100%;
}
.home .floating .bgWrap .table_wrap .callout_box .text {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #262626;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .home .floating .bgWrap .table_wrap .callout_box .text {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 1200px) {
  .home .floating .bgWrap .table_wrap .callout_box .text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .home .floating .bgWrap .table_wrap .callout_box .text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .home .floating .bgWrap .table_wrap .callout_box .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home .floating .bgWrap .table_wrap .callout_box .text p {
  width: 60%;
  margin-left: 20%;
}
.home .floating .bgWrap .table_wrap .callout_box .text p a {
  color: #262626;
  font-size: 18px;
  font-size: 1.125rem;
}
.home .floating .bgWrap .feat_image {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.home .floating .bgWrap .feat_image img {
  width: 100%;
}
.home .upcoming_events {
  background-color: #fff;
  width: 100%;
}
.home .upcoming_events .eventsWrap {
  width: 100%;
  float: none;
}
@media only screen and (max-width: 1600px) {
  .home .upcoming_events .eventsWrap {
    width: 100%;
    float: none;
  }
}
.home .upcoming_events .events_overlay {
  padding: 60px 96px 0;
}
@media only screen and (max-width: 1024px) {
  .home .upcoming_events .events_overlay {
    padding: 22px 22px 0;
  }
}
.home .upcoming_events .events_icon {
  width: 57px;
  margin-top: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .home .upcoming_events .events_icon {
    margin-top: 17px;
    margin-right: 10px;
    float: left;
    width: 35px;
  }
}
.home .upcoming_events .title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .home .upcoming_events .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .home .upcoming_events .title {
    font-size: 24px;
    font-size: 1.5rem;
    float: left;
    margin-left: 8px;
  }
}
.home .upcoming_events .intro {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2307692308;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .home .upcoming_events .intro {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home .upcoming_events .intro a {
  color: #414042;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.home .calendar {
  width: 100%;
  margin-bottom: 30px;
}
.home .calendar .calendarWrap {
  width: 100%;
  float: none;
  padding: 85px 74px 0;
  background-color: #fff;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .home .calendar .calendarWrap {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .home .calendar .calendarWrap {
    padding: 22px 22px;
  }
}
.home .calendar .calendar_icon {
  height: 60px;
  float: left;
  margin-right: 20px;
}
.home .calendar .titleLink:hover {
  text-decoration: none;
}
.home .calendar .title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .home .calendar .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .home .calendar .title {
    font-size: 24px;
    font-size: 1.5rem;
    float: left;
    margin-left: 8px;
  }
}
.home .calendar .intro {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2307692308;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .home .calendar .intro {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home .calendar .intro a {
  color: #414042;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.home .hero {
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .home .hero .heroWrap {
    background: #fff;
  }
}
.home .hero .callout_overlay.left {
  padding-top: 40px;
  min-height: 600px;
}
@media only screen and (max-width: 640px) {
  .home .hero .callout_overlay.left {
    min-height: 0;
    padding: 22px 22px 0 22px;
  }
}
.home .hero .callout_icon {
  width: 57px;
}
@media only screen and (max-width: 640px) {
  .home .hero .callout_icon {
    float: left;
    width: 35px;
  }
}
.home .hero .titleLink:hover {
  text-decoration: none;
}
.home .hero .title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .home .hero .title {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 10px;
    padding-top: 0px;
    float: left;
  }
}
.home .hero .intro {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2307692308;
  float: left;
  width: 33%;
}
.home .hero .intro p {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .home .hero .intro {
    float: none;
    clear: both;
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .home .hero .intro {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .home .hero .intro p {
    width: 100%;
  }
}
.home .hero .content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  float: left;
  width: 33%;
}
.home .hero .content p {
  width: 78%;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1305px) {
  .home .hero .content p {
    width: 100%;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2352941176;
  }
}
@media only screen and (max-width: 1024px) {
  .home .hero .content {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .home .hero .content {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .home .hero .content p {
    width: 100%;
  }
}
.home .hero .content a {
  color: #414042;
  font-weight: 700;
}
.home .thirtyWrap {
  background-color: #fff;
  padding: 22px 22px;
}
.home .thirtyWrap .alt_icon img {
  float: left;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .home .thirtyWrap .alt_icon img {
    height: 35px;
  }
}
.home .thirtyWrap .alt_icon h4 {
  float: left;
  margin-bottom: 30px;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .home .thirtyWrap .alt_icon h4 {
    font-size: 18px;
    margin-left: 8px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.home .thirtyWrap .home_intro {
  color: #414042;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2307692308;
}
.home .thirtyWrap .home_content {
  color: #414042;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  clear: both;
}
.home .thirtyWrap a {
  text-align: right;
  display: block;
  font-weight: 700;
  color: #414042;
}
.home .thirtyWrap a.btn, .home .thirtyWrap .search-form a.search-submit, .search-form .home .thirtyWrap a.search-submit {
  background: #41b6e6;
  color: white;
  display: inline-block;
}
.home .thirtyWrap .feat_image {
  width: 100%;
  margin: 20px 0 40px;
}

.thirtyFullWrap {
  background-color: #fff;
  padding: 0;
}
.thirtyFullWrap .altSection_full {
  background-size: cover !important;
  height: 100%;
  display: table;
  width: 100%;
}
.thirtyFullWrap .altSection_full .table_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.thirtyFullWrap .altSection_full .callout_box {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #262626;
  padding: 90px 45px 0;
}
@media only screen and (max-width: 480px) {
  .thirtyFullWrap .altSection_full .callout_box {
    width: 100%;
  }
}
.thirtyFullWrap .altSection_full .callout_box a {
  font-size: 18px;
  color: #262626;
}

.thirtyWrap {
  background-color: #fff;
  padding: 32px 72px;
}
@media only screen and (max-width: 640px) {
  .thirtyWrap {
    padding: 22px;
  }
}
.thirtyWrap .alt_icon img {
  float: left;
  height: 50px;
}
.thirtyWrap .alt_icon h4 {
  float: left;
  margin-bottom: 30px;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 24px;
}
.thirtyWrap .home_intro {
  color: #414042;
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  .thirtyWrap .home_intro {
    font-size: 18px;
  }
}
.thirtyWrap .home_content {
  color: #414042;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .thirtyWrap .home_content {
    font-size: 15px;
  }
}
.thirtyWrap a {
  display: block;
  font-weight: 700;
  color: #414042;
}
.thirtyWrap a.btn, .thirtyWrap .search-form a.search-submit, .search-form .thirtyWrap a.search-submit {
  display: inline-block;
}
.events .thirtyWrap a.btn, .events .thirtyWrap .search-form a.search-submit, .search-form .events .thirtyWrap a.search-submit {
  background: #41b6e6;
  color: white;
}
.thirtyWrap .feat_image {
  width: 100%;
}
.thirtyWrap .tweets {
  width: 90%;
  margin: 0 auto;
  clear: both;
  font-size: 18px;
}
.thirtyWrap .tweets li.avatar {
  width: auto;
  margin-left: 0;
  padding: 52px 0;
  border-top: 1px solid #e6e6e6;
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media only screen and (max-width: 640px) {
  .thirtyWrap .tweets li.avatar {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
}
.thirtyWrap .tweets li.avatar:first-child {
  border-top: 0;
  padding-top: 22px;
}
.thirtyWrap .tweets li.avatar img {
  margin-left: -60px;
}
@media only screen and (max-width: 640px) {
  .thirtyWrap .tweets li.avatar img {
    margin-left: -50px;
  }
}
.thirtyWrap .tweets a {
  display: initial;
}

.events .calendarWrap {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .events .calendarWrap {
    padding: 20px 0 0;
  }
}
.events .calendarWrap .simpleCalendar {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .events .calendarWrap .simpleCalendar .calendar {
    margin-left: 0px;
    margin-top: 10px;
  }
  .events .calendarWrap .simpleCalendar .calendar table {
    margin-bottom: 0;
  }
}
.events .thirtyWrap {
  background-color: #fff;
  padding: 32px 72px;
}
@media only screen and (max-width: 1440px) {
  .events .thirtyWrap {
    padding: 32px 42px;
  }
}
@media only screen and (max-width: 640px) {
  .events .thirtyWrap {
    padding: 22px;
  }
}
.events .thirtyWrap h4 {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 24px;
}
.events .thirtyWrap .event_intro {
  color: #414042;
  font-size: 18px;
  margin-bottom: 30px;
}
.events .thirtyWrap .event_intro_date,
.events .thirtyWrap .event_intro_location,
.events .thirtyWrap .event_intro_category {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.events .thirtyWrap .event_intro_date img,
.events .thirtyWrap .event_intro_location img,
.events .thirtyWrap .event_intro_category span {
  position: absolute;
  left: 0;
  top: 0;
}
.events .thirtyWrap .event_intro_location img {
  left: 2px;
  top: 2px;
}
.events .thirtyWrap .event_intro_category span {
  left: 2px;
  top: 4px;
}
.events .thirtyWrap .feat_image {
  width: 100%;
}
.events .thirtyWrap .subtext {
  font-size: 15px;
  color: #959595;
  font-weight: 700;
}
.events .thirtyWrap .subtext .ball {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.events .thirtyWrap .btn, .events .thirtyWrap .comment-form input[type=submit], .comment-form .events .thirtyWrap input[type=submit], .events .thirtyWrap .search-form .search-submit, .search-form .events .thirtyWrap .search-submit {
  margin-top: 30px;
  line-height: 1;
}

.find-co-op banner ol {
  list-style-type: decimal;
}
.find-co-op banner ol li {
  float: left;
  width: 32%;
  margin-right: 50px;
  vertical-align: top;
  color: #92278f;
  font-weight: 900;
}
.find-co-op banner ol li:first-child {
  width: 25%;
}
.find-co-op banner ol li span {
  color: #414042;
  font-weight: 500;
}
.find-co-op .findacoop {
  border-top: 10px solid #92278f;
  display: flex;
}
.find-co-op .findacoop .marker {
  visibility: hidden;
  opacity: 0;
}
.find-co-op .findacoop .acf-map2 {
  width: 66%;
  display: block;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .find-co-op .findacoop .acf-map2 {
    width: 100%;
    float: none;
  }
}
.find-co-op .findacoop .leftSidebar {
  width: 34%;
  background-color: #fff;
  display: block;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .find-co-op .findacoop .leftSidebar {
    width: 100%;
    float: none;
  }
}
.find-co-op .findacoop .leftSidebar h6 {
  font-weight: 700;
  font-size: 18px;
}
.find-co-op .findacoop .leftSidebar .filters {
  padding: 50px;
}
@media only screen and (max-width: 800px) {
  .find-co-op .findacoop .leftSidebar .filters {
    padding: 15px;
  }
}
.find-co-op .findacoop .leftSidebar .filters h6 {
  color: #38b7b1;
}
.find-co-op .findacoop .leftSidebar .filters label {
  width: 32%;
  color: #959595;
}
.find-co-op .findacoop .leftSidebar .filters select {
  width: 32%;
  background: transparent;
  color: #959595;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.find-co-op .findacoop .leftSidebar .filters input[type=text], .find-co-op .findacoop .leftSidebar .filters input[type=reset], .find-co-op .findacoop .leftSidebar .filters input[type=submit] {
  width: 49%;
  margin-right: 1%;
  background: transparent;
  color: #959595;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.find-co-op .findacoop .leftSidebar .filters input[type=text]:hover, .find-co-op .findacoop .leftSidebar .filters input[type=reset]:hover, .find-co-op .findacoop .leftSidebar .filters input[type=submit]:hover {
  background: transparent;
  color: #959595;
}
.find-co-op .findacoop .leftSidebar .filters input#coopname {
  width: 100%;
}
.find-co-op .findacoop .leftSidebar .filters input[type=text] {
  padding-left: 5px;
}
.find-co-op .findacoop .leftSidebar .filters input::placeholder {
  background: transparent;
  color: #959595 !important;
}
.find-co-op .findacoop .leftSidebar .filters input [type=checkbox] {
  background: transparent;
  color: #959595;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.find-co-op .findacoop .leftSidebar .filters input[type=submit].apply {
  background: #38b7b1;
  color: white;
  border-color: #38b7b1;
}
.find-co-op .findacoop .leftSidebar .filters-notifications {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  font-style: italic;
  color: #FF4242;
  text-align: center;
}
.find-co-op .findacoop .leftSidebar .shortlist {
  padding: 50px;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 800px) {
  .find-co-op .findacoop .leftSidebar .shortlist {
    padding: 15px;
  }
}
.find-co-op .findacoop .leftSidebar .shortlist h6 {
  color: #0072bc;
}
.find-co-op .findacoop .leftSidebar .shortlist input[type=reset], .find-co-op .findacoop .leftSidebar .shortlist input[type=submit] {
  width: 49%;
  margin-right: 1%;
  background: transparent;
  color: #959595;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.find-co-op .findacoop .leftSidebar .shortlist input[type=reset]:hover, .find-co-op .findacoop .leftSidebar .shortlist input[type=submit]:hover {
  background: #0072bc;
  color: #fff;
}
.find-co-op .findacoop .leftSidebar .shortlist input[type=submit] {
  background: #38b7b1;
  color: #fff;
  border-color: #38b7b1;
}
.find-co-op .findacoop .leftSidebar .shortlist input[type=submit]:hover {
  background: #38b7b1;
  color: #fff;
}
.find-co-op .findacoop .leftSidebar .shortlist .dropTarget {
  width: 100%;
  border: 1px dashed #cccccc;
  min-height: 100px;
  color: #959595;
  padding: 10px;
}
.find-co-op .findacoop .leftSidebar .shortlist .emailAddress {
  width: 100%;
  color: #959595;
  padding-left: 5px;
  margin-top: 10px;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.find-co-op .findacoop .leftSidebar .shortlist .emailAddress::placeholder {
  background: transparent;
  color: #959595 !important;
}
.find-co-op .findacoop .leftSidebar .shortlist__notifications {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: red;
  font-weight: 500;
}

.scoop .thirtyWrap {
  padding: 39px 32px;
}
.scoop .feat_image {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1305px) {
  .scoop .feat_image {
    width: 100%;
  }
}
.scoop .altSection .content {
  width: 46%;
  float: left;
  margin-left: 4%;
}
@media only screen and (max-width: 1305px) {
  .scoop .altSection .content {
    width: 100%;
    margin-left: 0%;
    margin-top: 4%;
  }
}
.scoop .altSection .content .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
.scoop .altSection .content .scoop_intro {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media only screen and (max-width: 1305px) {
  .scoop .altSection .content .scoop_intro {
    display: none;
  }
}

.portable-workshops banner,
.customizable-workshops banner,
.custom-workshops banner,
.scheduled-workshops banner {
  border-bottom: 10px solid #0072bc;
}

.workshops-cart {
  background-color: #fff;
  padding: 70px 75px;
}
@media only screen and (max-width: 1200px) {
  .workshops-cart {
    padding: 20px;
  }
}
.workshops-cart h5 {
  color: #0072bc;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  display: block;
}
.workshops-cart h5.u-no-underline {
  border-bottom: 0px;
  padding-bottom: 0;
  margin: 0 0 1rem 0;
}
.workshops-cart .gform_title {
  display: none;
}
.workshops-cart ul.gform_fields {
  list-style-type: none;
}
.workshops-cart input,
.workshops-cart textarea {
  background: #fff;
  color: #959595;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.workshops-cart input:hover,
.workshops-cart textarea:hover {
  background: #fff;
  color: #959595;
}
.workshops-cart textarea,
.workshops-cart .gform_wrapper textarea,
.workshops-cart .gform_wrapper textarea.medium,
.workshops-cart .gform_wrapper textarea.small {
  height: auto;
  min-height: 220px;
  max-width: 100%;
  font-size: 16px;
}
.workshops-cart .custom-workshops,
.workshops-cart .total-hours {
  pointer-events: none;
}
.workshops-cart .custom-workshops:hover {
  cursor: not-allowed;
}
.workshops-cart .custom-workshops.is-multiple-types label:after {
  content: "Modules of different types cannot be combined in a custom workshop";
  display: block;
  font-size: 14px;
  color: red;
  font-weight: 500;
}
.workshops-cart .total-hours input {
  border: 0px;
}
.workshops-cart .total-hours label {
  margin-bottom: 0px;
}
.workshops-cart .total-hours .ginput-container {
  margin-top: 0px;
}
.workshops-cart .total-hours.is-over-6 label:after {
  content: "Single day workshops cannot exceed 6 total hours";
  display: block;
  font-size: 14px;
  color: red;
  font-weight: 500;
}
.workshops-cart .total-hours.is-over-6 input {
  color: red;
}
.workshops-cart input[type=reset],
.workshops-cart input[type=submit] {
  font-size: 16px;
  width: auto;
}
.workshops-cart .strike {
  margin: 15px 0;
  text-align: center;
  color: #959595;
  font-size: 18px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.workshops-cart .strike span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
.workshops-cart .strike span:before, .workshops-cart .strike span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #ccc;
}
.workshops-cart .strike span:before {
  right: 100%;
}
.workshops-cart .strike span:after {
  left: 100%;
}
.workshops-cart a {
  color: #0072bc;
  font-weight: bold;
}
.workshops-cart .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.workshops-wrap {
  padding: 50px 75px 25px;
}
@media only screen and (max-width: 992px) {
  .workshops-wrap {
    padding: 50px 0 20px 0;
  }
}
.workshops-wrap .workshops-filters-wrap {
  border-bottom: 2px solid #dfdfdf;
}
.workshops-wrap .workshops-filters-wrap .filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: left;
  padding-bottom: 20px;
}
.workshops-wrap .workshops-filters-wrap h5 {
  color: #38b7b1;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}
.workshops-wrap .workshops-filters-wrap select:first-of-type {
  margin-right: 10px;
}
.workshops-wrap .workshops-filters-wrap select {
  background: transparent;
  color: #959595;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  width: 220px;
  height: 36px;
}

.workshop-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workshop-grid > div {
  display: flex;
  flex: 1;
}
.workshop-grid .workshop.fifty {
  min-width: 49%;
  max-width: 49%;
}
@media only screen and (max-width: 767px) {
  .workshop-grid .workshop.fifty {
    min-width: 100%;
    max-width: 100%;
  }
}

.workshop.fifty .fiftyWrap {
  background-color: #fff;
  margin: 16px;
  margin-bottom: 32px;
  color: #414042;
  width: 100%;
}
.workshop.fifty .fiftyWrap.lightblue {
  border-bottom: 12px solid #38b7b1;
}
.workshop.fifty .fiftyWrap .altSection {
  padding: 31px 72px 40px;
}
@media only screen and (max-width: 1200px) {
  .workshop.fifty .fiftyWrap .altSection {
    padding: 20px;
  }
}
.workshop.fifty .fiftyWrap .altSection .feat_image {
  width: 100%;
}
.workshop.fifty .fiftyWrap .altSection h3 {
  margin: 24px 0 20px;
  font-weight: 700;
  font-size: 24px;
  font-weight: 500;
}
.workshop.fifty .fiftyWrap .altSection .workshop_intro {
  font-size: 18px;
}
.workshop.fifty .fiftyWrap .altSection .workshop_intro p {
  line-height: 1.1em;
}
.workshop.fifty .fiftyWrap .altSection .inline {
  font-size: 15px;
  color: #959595;
  font-weight: 700;
  padding: 10px 0;
}
.workshop.fifty .fiftyWrap .altSection .inline img, .workshop.fifty .fiftyWrap .altSection .inline div {
  display: inline-block;
  padding-right: 4px;
}

.workshop {
  width: 49%;
}
@media only screen and (max-width: 800px) {
  .workshop {
    width: 100%;
  }
}
.workshops-wrap.col-lg-12 .workshop {
  width: 33%;
}
@media only screen and (max-width: 800px) {
  .workshops-wrap.col-lg-12 .workshop {
    width: 100%;
  }
}

.main .avatar {
  margin-left: 0px;
  width: 30px;
  height: auto;
}

.news.thirty-three a {
  display: initial;
  padding-bottom: 10px;
  color: #0072bc;
}
.news.thirty-three .feat_image {
  margin: 20px 0;
}
.news.thirty-three h2 {
  margin-bottom: 30px;
}
.news.thirty-three .entry-title a {
  color: #414042;
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.news.thirty-three .home_intro {
  color: #414042;
  font-size: 18px;
  margin-bottom: 30px;
}
.news.thirty-three .author {
  color: #0072bc;
}
.news.thirty-three .author.job_posting {
  color: #92278f;
}

.fullwidth {
  width: 100%;
}

.single_image img {
  width: 100%;
}

.coop, .news_single, .event_single {
  background-color: #fff;
}
.coop .coopWrap, .coop .newsWrap, .coop .eventWrap, .news_single .coopWrap, .news_single .newsWrap, .news_single .eventWrap, .event_single .coopWrap, .event_single .newsWrap, .event_single .eventWrap {
  padding: 40px 90px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .coop .coopWrap, .coop .newsWrap, .coop .eventWrap, .news_single .coopWrap, .news_single .newsWrap, .news_single .eventWrap, .event_single .coopWrap, .event_single .newsWrap, .event_single .eventWrap {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .coop .coopWrap, .coop .newsWrap, .coop .eventWrap, .news_single .coopWrap, .news_single .newsWrap, .news_single .eventWrap, .event_single .coopWrap, .event_single .newsWrap, .event_single .eventWrap {
    padding: 15px;
  }
}
.coop .back, .news_single .back, .event_single .back {
  color: #ccc;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
.coop .back .fa, .news_single .back .fa, .event_single .back .fa {
  color: #ccc;
}
.coop h2, .news_single h2, .event_single h2 {
  color: #0072bc;
  font-size: 70px;
  font-size: 4.375rem;
}
@media only screen and (max-width: 1440px) {
  .coop h2, .news_single h2, .event_single h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .coop h2, .news_single h2, .event_single h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .coop h2, .news_single h2, .event_single h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.coop .addy, .news_single .addy, .event_single .addy {
  font-size: 24px;
  font-size: 1.5rem;
}
.coop .intro, .news_single .intro, .event_single .intro {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1666666667;
  margin: 64px 0 48px;
}
@media only screen and (max-width: 1024px) {
  .coop .intro, .news_single .intro, .event_single .intro {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 640px) {
  .coop .intro, .news_single .intro, .event_single .intro {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.coop .content, .news_single .content, .event_single .content {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  width: 45%;
  margin-right: 5%;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .coop .content, .news_single .content, .event_single .content {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .coop .content, .news_single .content, .event_single .content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.coop .contentFull, .coop .contentSingleCol, .news_single .contentFull, .news_single .contentSingleCol, .event_single .contentFull, .event_single .contentSingleCol {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 50px;
  /* Firefox */
  column-gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .coop .contentFull, .coop .contentSingleCol, .news_single .contentFull, .news_single .contentSingleCol, .event_single .contentFull, .event_single .contentSingleCol {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0px;
    /* Firefox */
    column-gap: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .coop .contentFull, .coop .contentSingleCol, .news_single .contentFull, .news_single .contentSingleCol, .event_single .contentFull, .event_single .contentSingleCol {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .coop .contentFull, .coop .contentSingleCol, .news_single .contentFull, .news_single .contentSingleCol, .event_single .contentFull, .event_single .contentSingleCol {
    font-size: 16px;
    font-size: 1rem;
  }
}
.coop .contentSingleCol, .news_single .contentSingleCol, .event_single .contentSingleCol {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}
.coop .details, .news_single .details, .event_single .details {
  width: 49%;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .coop .details, .news_single .details, .event_single .details {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .coop .details, .news_single .details, .event_single .details {
    font-size: 16px;
    font-size: 1rem;
  }
}
.coop .details table, .news_single .details table, .event_single .details table {
  width: 100%;
}
.coop .details th, .news_single .details th, .event_single .details th {
  color: #0072bc;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
  width: auto;
  line-height: 1.1em;
  font-size: 13px;
}
.coop .details td, .news_single .details td, .event_single .details td {
  text-align: right;
}
@media only screen and (max-width: 425px) {
  .coop .details td, .news_single .details td, .event_single .details td {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 305px) {
  .coop .details td, .news_single .details td, .event_single .details td {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.coop .details td:first-child, .news_single .details td:first-child, .event_single .details td:first-child {
  text-align: left;
}
.coop .details td.u-centered, .news_single .details td.u-centered, .event_single .details td.u-centered {
  text-align: center;
}
.coop .coopButtons, .coop .newsButtons, .coop .eventButtons, .news_single .coopButtons, .news_single .newsButtons, .news_single .eventButtons, .event_single .coopButtons, .event_single .newsButtons, .event_single .eventButtons {
  margin-top: 100px;
}
.coop .coopButtons .btn, .coop .coopButtons .comment-form input[type=submit], .comment-form .coop .coopButtons input[type=submit], .coop .coopButtons .search-form .search-submit, .search-form .coop .coopButtons .search-submit, .coop .newsButtons .btn, .coop .newsButtons .comment-form input[type=submit], .comment-form .coop .newsButtons input[type=submit], .coop .newsButtons .search-form .search-submit, .search-form .coop .newsButtons .search-submit, .coop .eventButtons .btn, .coop .eventButtons .comment-form input[type=submit], .comment-form .coop .eventButtons input[type=submit], .coop .eventButtons .search-form .search-submit, .search-form .coop .eventButtons .search-submit, .news_single .coopButtons .btn, .news_single .coopButtons .comment-form input[type=submit], .comment-form .news_single .coopButtons input[type=submit], .news_single .coopButtons .search-form .search-submit, .search-form .news_single .coopButtons .search-submit, .news_single .newsButtons .btn, .news_single .newsButtons .comment-form input[type=submit], .comment-form .news_single .newsButtons input[type=submit], .news_single .newsButtons .search-form .search-submit, .search-form .news_single .newsButtons .search-submit, .news_single .eventButtons .btn, .news_single .eventButtons .comment-form input[type=submit], .comment-form .news_single .eventButtons input[type=submit], .news_single .eventButtons .search-form .search-submit, .search-form .news_single .eventButtons .search-submit, .event_single .coopButtons .btn, .event_single .coopButtons .comment-form input[type=submit], .comment-form .event_single .coopButtons input[type=submit], .event_single .coopButtons .search-form .search-submit, .search-form .event_single .coopButtons .search-submit, .event_single .newsButtons .btn, .event_single .newsButtons .comment-form input[type=submit], .comment-form .event_single .newsButtons input[type=submit], .event_single .newsButtons .search-form .search-submit, .search-form .event_single .newsButtons .search-submit, .event_single .eventButtons .btn, .event_single .eventButtons .comment-form input[type=submit], .comment-form .event_single .eventButtons input[type=submit], .event_single .eventButtons .search-form .search-submit, .search-form .event_single .eventButtons .search-submit {
  width: 240px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #555555;
  border: 1px solid #d2d5db;
  margin-right: 20px;
  margin-bottom: 20px;
}
.coop .coopButtons .shortlist, .coop .newsButtons .shortlist, .coop .eventButtons .shortlist, .news_single .coopButtons .shortlist, .news_single .newsButtons .shortlist, .news_single .eventButtons .shortlist, .event_single .coopButtons .shortlist, .event_single .newsButtons .shortlist, .event_single .eventButtons .shortlist {
  color: #fff;
  background-color: #0072bc;
  border: 1px solid #0072bc;
}
.coop .newsButtons, .news_single .newsButtons, .event_single .newsButtons {
  float: right;
}
.coop .ball, .news_single .ball, .event_single .ball {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.coop .content {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  width: 100%;
  margin-right: 0%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .coop .content {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .coop .content {
    font-size: 16px;
    font-size: 1rem;
  }
}

.coop .details {
  width: 100%;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  vertical-align: top;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .coop .details {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .coop .details {
    font-size: 16px;
    font-size: 1rem;
  }
}
.coop .details table {
  width: 100%;
}
.coop .details th {
  color: #0072bc;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
  width: 20%;
  line-height: 1.1em;
}
.coop .details td {
  text-align: left;
}
.coop .details td:first-child {
  text-align: left;
}

.event_single h2 {
  color: #41b6e6;
}

.feesTable tr {
  border-bottom: 1px solid #ccc;
}
.people .feat_image {
  margin-bottom: 15px;
}
.people h4 {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.wp-playlist,
.wp-playlist.wp-playlist-light {
  background: transparent;
  border: none;
}

.keep-column-together {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.hero {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .home .hero .callout_overlay {
    position: relative;
    background: #fff;
  }
}

.thirty-three, .hero, .upcoming_events {
  margin-bottom: 34px;
}

.callout {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: relative;
}

.callout_overlay {
  position: relative;
  z-index: 999;
}
.callout_overlay.left {
  padding: 112px 0 0 96px;
}
.callout_overlay.right {
  text-align: left;
  padding-left: 50%;
}
.callout_overlay.right .paddingWrap {
  padding: 112px 96px 0 96px;
}
@media only screen and (max-width: 1440px) {
  .callout_overlay.left {
    padding: 50px 0 0 46px;
  }
  .callout_overlay.right .paddingWrap {
    padding: 50px 46px 0 46px;
  }
}
@media only screen and (max-width: 640px) {
  .callout_overlay.left {
    padding: 22px 0 0 22px;
  }
  .callout_overlay.right {
    padding-left: 50%;
  }
  .callout_overlay.right .paddingWrap {
    padding: 22px 22px 0 22px;
  }
}
@media only screen and (max-width: 480px) {
  .callout_overlay.left {
    padding: 6px 0 0 22px;
  }
  .callout_overlay.right {
    padding: 6px 22px 0 22px;
  }
}
.callout_overlay blockquote {
  color: #fff;
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 0.9230769231;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
  .callout_overlay blockquote {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.0857142857;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .callout_overlay blockquote {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.1333333333;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .callout_overlay blockquote {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.callout_overlay cite {
  color: #fff;
  font-size: 24px;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .callout_overlay cite {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
  }
}
@media only screen and (max-width: 480px) {
  .callout_overlay cite {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}
.callout_overlay cite p {
  padding-bottom: 50px;
}
.callout_overlay .callout_icon {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .callout_overlay .callout_icon {
    width: 55px;
  }
}
.deepLinks {
  color: #38b7b1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .deepLinks {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}
.deepLinks:hover {
  text-decoration: none;
  color: #38b7b1;
}

.section {
  padding: 76px 96px 76px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .section {
    padding: 22px;
  }
}
.section.faq {
  padding-top: 0;
}
.section.search_scoop {
  padding: 0 15px;
}
.section.search_scoop .wrap {
  padding: 0 81px 0;
}
.section.search_scoop hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.section.search_scoop .labelScoop {
  display: inline-block;
  font-weight: 700;
  width: 10%;
}
.section.search_scoop #archiveScoop, .section.search_scoop #categoryScoop {
  color: #959595;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #959595;
  height: 53px;
  padding: 0 20px;
  min-width: 220px;
}
.section.search_faq .labelFAQ {
  display: inline-block;
  font-weight: 700;
  width: 10%;
}
@media only screen and (max-width: 640px) {
  .section.search_faq .labelFAQ {
    display: block;
  }
}
.section.search_faq #categoryFAQ {
  color: #555555;
  width: 29%;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #555555;
  height: 53px;
  padding: 0 20px;
}
@media only screen and (max-width: 640px) {
  .section.search_faq #categoryFAQ {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.section.search_faq #searchFAQ {
  width: 59%;
  margin-right: 1%;
  background: transparent;
  color: #0072bc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #0072bc;
  height: 53px;
  padding: 0 20px 0 75px;
  background: url(../images/icon_search_blue.png) 20px 12px no-repeat;
}
@media only screen and (max-width: 640px) {
  .section.search_faq #searchFAQ {
    display: block;
    width: 100%;
  }
}
.section.search_faq #searchFAQ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #0072bc !important;
}
.section.search_faq #searchFAQ:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0072bc !important;
  opacity: 1;
}
.section.search_faq #searchFAQ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0072bc !important;
  opacity: 1;
}
.section.search_faq #searchFAQ:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0072bc !important;
}
.section .expand {
  display: block;
  text-align: right;
  margin-bottom: 25px;
  color: #414042;
  font-weight: 700;
}
.section.left .expand {
  width: 90%;
}
.section .divider {
  border-bottom: 3px solid #e6e6e6;
  padding-top: 76px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .section .divider {
    display: none;
  }
}
.section .toTop {
  position: absolute;
  top: 25px;
  right: 95px;
  color: #cccccc;
}
.section .toTop:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .section .toTop {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .section .section_image {
    margin-bottom: 30px;
  }
}
.section .section_image img {
  width: 100%;
}
.section .section_image--gallery .fshow-wrapper {
  width: 100%;
  max-width: 90% !important;
}
@media (max-width: 1080px) {
  .section .section_image--gallery .fshow-wrapper {
    max-width: 100% !important;
  }
}
@media (min-width: 1080px) {
  .section.right .section_image {
    float: right;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .section.right .section_image img {
    width: 90%;
    float: right;
  }
  .section.left .section_image {
    float: left;
    width: 50%;
  }
  .section.left .section_image img {
    width: 90%;
  }
  .section .section_content {
    width: 45%;
    float: left;
  }
  .section .section_content.full {
    float: none;
    width: 100%;
  }
  .section .section_content.full .content {
    /*
    column-count:2;
    column-gap:50px;
    column-rule:none;

    p{
    	clear:both;
    	break-inside: avoid-column;

    }
    */
  }
  .section .section_content.full .content.video {
    column-count: 1;
    max-width: 769px;
  }
  .section .section_content .intro {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
  .section .section_content .content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
  .section .section_content .content a {
    font-weight: 700;
    color: #0072bc;
  }
  .section .section_content .content a:hover {
    color: #004470;
    text-decoration: underline;
  }
  .section .section_content p a {
    font-weight: 700;
  }
  .section .section_content h3 a:hover {
    text-decoration: none;
    color: inherit;
  }
  .section.left .section_content {
    margin-left: 5%;
  }
  .section.right.accordion .section_content {
    float: right;
  }
  .section.right .panel-group {
    float: left;
    width: 50%;
  }
  .section.right .panel-group .panel {
    width: 90%;
  }
  .section.left .panel-group {
    float: right;
    width: 50%;
  }
  .section.left .panel-group .panel {
    width: 90%;
    float: right;
  }
}
.section .panel-group {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .section .panel-group {
    margin-bottom: 30px;
  }
}
.section .panel {
  border-bottom: 2px solid #f1f1f1;
  background-color: #fff;
}
.section .panel-title {
  margin-bottom: 0px;
}
.section .panel-title a {
  display: block;
  color: #414042;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 40px;
}
.section .panel-title a[aria-expanded=false]:before {
  font-family: "FontAwesome";
  content: "";
  float: right;
  color: inherit;
}
.section .panel-title a[aria-expanded=true]:before {
  font-family: "FontAwesome";
  content: "";
  float: right;
  color: inherit;
}
@media only screen and (max-width: 640px) {
  .section .panel-title a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
}
.section .panel-body {
  padding: 20px 40px;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .section .panel-body {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
  }
}

.contact.fifty .fiftyWrap {
  background-color: #fff;
  margin-bottom: 32px;
}
.contact.fifty .fiftyWrap .blue {
  color: #0072bc;
}
.contact.fifty .fiftyWrap .lightblue {
  color: #38b7b1;
}
.contact.fifty .fiftyWrap.blue {
  border-bottom: 12px solid #0072bc;
}
.contact.fifty .fiftyWrap.lightblue {
  border-bottom: 12px solid #38b7b1;
}
.contact.fifty .fiftyWrap table {
  margin: 0 73px 62px;
}
@media only screen and (max-width: 640px) {
  .contact.fifty .fiftyWrap table {
    margin: 22px;
  }
}
.contact.fifty .fiftyWrap table h4 {
  margin: 65px 0 75px;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.7777777778;
}
@media only screen and (max-width: 640px) {
  .contact.fifty .fiftyWrap table h4 {
    margin: 22px 0 22px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.contact.fifty .fiftyWrap table td {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  vertical-align: top;
  padding-right: 30px;
}
@media only screen and (max-width: 640px) {
  .contact.fifty .fiftyWrap table td {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-right: 15px;
  }
}
.contact.fifty .fiftyWrap .altSection {
  padding: 85px 74px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1538461538;
}
@media only screen and (max-width: 640px) {
  .contact.fifty .fiftyWrap .altSection {
    padding: 22px 22px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.contact.fifty .fiftyWrap .altSection h4 {
  margin: 24px 0 20px;
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
}
@media only screen and (max-width: 640px) {
  .contact.fifty .fiftyWrap .altSection h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.contact.fifty .fiftyWrap .altSection a {
  color: #414042;
}
.contact.fifty .fiftyWrap .altSection .alt_icon img {
  width: 55px;
}
.contact.fifty .fiftyWrap .altSection_full {
  background-size: cover !important;
  height: 100%;
  display: table;
  width: 100%;
}
.contact.fifty .fiftyWrap .altSection_full .table_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.contact.fifty .fiftyWrap .altSection_full .callout_box {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  font-weight: 700;
  color: #262626;
  padding: 90px 45px 0;
}
.contact.fifty .fiftyWrap .altSection_full .callout_box a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #262626;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .embed-container {
    max-width: 90%;
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.right .embed-container {
  margin: 0 0 0 auto;
}

body#tinymce {
  margin: 12px !important;
}

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