html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role="button"] {
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

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

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .search-form {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

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

  table.visible-sm {
    display: table;
  }

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

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

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

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

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

  table.visible-md {
    display: table;
  }

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

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

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

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

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

  table.visible-lg {
    display: table;
  }

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

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

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

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

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

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

  table.visible-print {
    display: table;
  }

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

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

body:after {
  content: "mobile";
  display: none;
}
@media screen and (min-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media screen and (min-width: 992px) {
  body:after {
    content: "small-desktop";
  }
}
@media screen and (min-width: 1200px) {
  body:after {
    content: "medium-desktop";
  }
}
@media screen and (min-width: 1300px) {
  body:after {
    content: "large-desktop";
  }
}

.page-breadcrumb {
  color: #a7233b;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-breadcrumb a {
  color: #a7233b;
  text-decoration: underline;
}
.page-breadcrumb strong {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container_wrap .container .content,
.container_wrap .container .sidebar {
  padding: 8em 0;
}

.home .container_wrap + .container_wrap .container .content {
  padding-top: 0;
}

.single-tribe_events .tribe-events-single-event-title {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.11111rem;
}

#tribe-events-content {
  margin-bottom: 0;
  padding: 0;
  background: #f2f2f2;
}

#tribe-events-content .tribe-events-schedule {
  display: none;
}

.tribe-events-event-meta .tribe-events-meta-group-organizer {
  display: none;
}

.tribe-events-event-meta .tribe-events-meta-group-details {
  width: 100%;
  display: block;
}

.single-tribe_events .tribe-events-event-meta {
  background: none;
  border: none;
  margin: 0;
}

.av-single-event-content {
  padding-bottom: 18px;
  margin-bottom: 18px;
  background: #fff;
  position: relative;
}
.av-single-event-content:after {
  content: " ";
  display: block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: -18px;
}

@media screen and (min-width: 1200px) {
  .single-tribe_events .tribe-events-single-event-description {
    padding-right: 60%;
  }

  .tribe-events-event-image {
    position: absolute;
    width: 55%;
    right: 0;
  }

  .tribe-events-event-meta.primary {
    width: 33%;
    float: right;
  }

  .tribe-events-event-meta.secondary {
    width: 66%;
    float: right;
  }

  .tribe-events-meta-group-venue {
    width: 50%;
    float: right;
  }

  .tribe-events-venue-map {
    float: left;
    width: 50%;
  }
}
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Table
	#Misc
    #WordPress Generated Generics
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.special-quote {
  quotes: none;
}

.special-quote:before, .special-quote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* #Basic Styles
================================================== */
html.responsive, .responsive body {
  overflow-x: hidden;
}

body {
  font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
/*font-stacks*/
.lucida-sans-websave {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

.georgia-websave {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

.arial-websave {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

.verdana-websave {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.helvetica-websave {
  font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif;
}

.helvetica-neue-websave {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/*default*/
h1, h2, h3, h4, h5, h6 {
  /*	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; */
  font-weight: 600;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

#top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong {
  color: inherit;
}

h1 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
}

h2 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 8px;
}

/*28*/
h4 {
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 4px;
}

/*21*/
h5 {
  font-size: 16px;
  line-height: 1.1em;
}

/*17*/
h6 {
  font-size: 14px;
  line-height: 1.1em;
}

.flex_column h1 a:hover, .flex_column h2 a:hover, .flex_column h3 a:hover, .flex_column h4 a:hover, .flex_column h5 a:hover, .flex_column h6 a:hover {
  text-decoration: underline;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1.5em;
}

p {
  margin: 0.85em 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
}

em {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/*	Blockquotes  */
blockquote {
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
}

blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite {
  font-size: 12px;
}

/* #Links
================================================== */
a {
  text-decoration: none;
  outline: 0;
  max-width: 100%;
  max-width: none\9;
}

a:hover, a:focus, a:visited {
  outline: 0;
  text-decoration: underline;
}

p a, p a:visited {
  line-height: inherit;
}

a.avianolink, .avianolink a {
  cursor: default;
}

#top .avia_hidden_link_text {
  display: none;
}

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
  margin-left: 7px;
}

ol {
  list-style: decimal;
  margin-left: 15px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc, .entry-content-wrapper ul {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

.entry-content-wrapper li {
  margin-left: 1em;
  padding: 3px 0;
}

.entry-content-wrapper div li {
  text-indent: 0;
}

.entry-content-wrapper .borderlist > li:first-child {
  border-top: 1px solid;
}

.entry-content-wrapper .borderlist > li {
  border-bottom: 1px solid;
  padding: 5px 0;
  list-style-position: outside;
  margin: 0;
}

/* #Images
================================================== */
img, a img {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
}

/* #Buttons
================================================== */
input[type="submit"], #submit, .button {
  padding: 9px 22px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  border-radius: 0px;
}

/* #Icons
================================================== */
[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}

/* #Forms
================================================== */
#top fieldset {
  margin-bottom: 20px;
}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0px;
}

#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  color: #555;
}

#top textarea {
  min-height: 60px;
  line-height: 1.5em;
}

#top label {
  font-weight: bold;
  font-size: 12px;
}

#top legend {
  display: block;
  font-weight: normal;
  font-size: 15px;
}

#top select {
  width: 100%;
}

#top input[type="checkbox"] {
  display: inline;
}

#top label span,
#top legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

#top textarea {
  width: 100%;
}

#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select {
  border: 1px solid #9AA600;
}

/*#70A41B*/
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
  border: 1px solid #DF653E;
}

#top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select {
  border: 1px solid #ffb628;
}

#top #wrap_all .valid .input_checkbox_label {
  color: #9AA600;
}

#top #wrap_all .error .input_checkbox_label {
  color: #DF653E;
}

/* #Table
================================================== */
table {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 13px;
}

table caption {
  padding: 0 0 5px 0;
  width: auto;
  font-style: italic;
  text-align: right;
  font-size: 12px;
}

th {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-top: none;
}

td {
  font-size: 13px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-top: none;
}

tr th:first-child, tr td:first-child {
  border-left-style: solid;
  border-left-width: 1px;
}

tr:first-child th, tr:first-child td {
  border-top-style: solid;
  border-top-width: 1px;
}

#top th.nobg {
  background: none;
  border-top: 0;
}

/* #Other elements
================================================== */
/*code*/
pre {
  clear: both;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  padding: 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  text-transform: none;
  width: 100%;
}

code {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

iframe, object, embed {
  max-width: 100%;
}

/* misc text styles */
sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

/* #Misc
================================================== */
.hidden {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clearboth {
  clear: both;
}

.special_amp {
  font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.3em;
  line-height: 0.5em;
  font-weight: normal;
}

#top .noborder, #top .noborder img {
  border: none;
  padding: 0;
  background: transparent;
}

.bg_container {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.image-overlay {
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.avia_transform a .image-overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.avia_transform a:hover .image-overlay {
  opacity: 0.7 !important;
}

.image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
}

.image-overlay .image-overlay-inside:before {
  content: "\E869";
  font-family: 'entypo-fontello';
  font-size: 18px;
  font-weight: normal;
}

.image-overlay.overlay-type-extern .image-overlay-inside:before {
  content: "\E832";
}

.image-overlay.overlay-type-video .image-overlay-inside:before {
  content: "\E897";
}

#top .hide-inner-overlay .image-overlay-inside {
  display: none;
}

/* #WordPress Generated Generics
================================================== */
/*img alignment*/
body .alignleft, .entry-content-wrapper a:hover .alignleft {
  float: left;
  margin: 4px 10px 0px 0;
  display: block;
  position: relative;
}

body .alignright, .entry-content-wrapper a:hover .alignright {
  float: right;
  margin: 4px 0px 0px 10px;
  display: block;
  position: relative;
}

body .aligncenter, .entry-content-wrapper a:hover .aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
}

.alignleft img, .alignright img {
  display: block;
}

/*gallery*/
#top .gallery a, #top .gallery a img {
  border: none;
  max-width: 100%;
  display: block;
  position: relative;
}

#top .gallery .gallery-item {
  margin: 1px 1px 0 0;
  width: 80px;
  height: 80px;
  padding: 0;
}

#top .gallery-caption {
  display: none;
}

.gallery-icon {
  margin: 0;
}

.gallery-item {
  margin: 0;
}

.avia_textblock .gallery p {
  display: none;
}

/*image captions*/
div .wp-caption {
  max-width: 100%;
  font-size: 11px;
  font-style: italic;
  border-width: 1px;
  border-style: solid;
  margin: 5px 15px 10px 0;
  position: relative;
}

#top .wp-caption img {
  border: medium none;
  display: block;
  padding: 5px;
  margin: 0;
  width: 100%;
}

.wp-caption-text, #top .wp-caption .wp-caption-dd {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin: 0 auto;
  padding: 3px 10px 5px;
  text-align: center;
  font-family: Georgia,"Times New Roman";
  float: none;
}

#top .wp-caption.aligncenter {
  margin: 5px auto 10px auto;
  padding: 0;
}

#top .wp-caption.alignright {
  margin: 4px 0px 0px 10px;
}

/*smiley image*/
#top .wp-smiley {
  display: inline-block;
  border: none;
}

/*calendar table*/
#wp-calendar td, #wp-calendar th {
  text-align: center;
  font-size: 11px;
  padding: 3px;
}

/*playlist shortcode*/
.avia_textblock .wp-playlist {
  margin: 0;
}

.wp-playlist-light .wp-playlist-item.wp-playlist-playing {
  background: transparent;
}

.wp-playlist-current-item img {
  border-radius: 500px;
}

.wp-playlist-current-item img[src$="media/audio.png"] {
  border-radius: 0px;
  background: #fff;
}

.wp-playlist-item-meta.wp-playlist-item-title {
  font-weight: bold;
}

.container .template-page {
  padding: 8em 0;
}

/****** Mixins 
******/
html {
  font-size: 18px;
}

.accessible-text {
  font-size: 20px;
}

/***** Accessability buttons
******/
.access_language {
  float: right;
  font-size: 0.83333rem;
}
@media screen and (min-width: 768px) {
  .access_language {
    height: 35px;
    margin: 11px;
  }
}

.access_language button {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  line-height: 1;
  height: 35px;
  float: left;
  background: none;
  color: #fff;
}
.access_language button:hover {
  background: #000;
}
.access_language button:active {
  color: #000;
  background: #fff;
}

.access-toggle--currentState {
  font-size: 18px;
}

.access-toggle--toggleState {
  font-size: 24px;
}

.accessible-text .access-toggle--currentState {
  font-size: 24px;
}
.accessible-text .access-toggle--toggleState {
  font-size: 18px;
}

.content-button,
.content-button:active,
.content-button:visited,
.content-button:hover,
.content-button:focus {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  border-radius: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 0.15em;
  color: #fff;
  background-color: #fafafa;
  color: #222;
  border-color: #000000;
}

.accessible-text {
  font-size: 20px;
}

input[type="text"], select, textarea {
  color: #404040;
  padding: 0 1em;
  border: 1px solid #767271;
  border-radius: 0px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#top input[type="text"], #top select, #top textarea {
  color: #404040;
  padding: 0 1em;
  border: 1px solid #767271;
  border-radius: 0px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

input[type="text"]:-moz-placeholder {
  color: #78787a;
}
input[type="text"]::-moz-placeholder {
  color: #78787a;
}
input[type="text"]:-ms-input-placeholder {
  color: #78787a;
}
input[type="text"]::-webkit-input-placeholder {
  color: #78787a;
}

.placeholder .text-wrap label {
  display: none;
}

.form-title {
  color: #792266;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
}

.cta, input[type="submit"], button[type="submit"] {
  border: 1px solid #fff;
  color: #fff;
  background-color: #a8233e;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889rem;
}
.cta:hover, input[type="submit"]:hover, button[type="submit"]:hover {
  opacity: 0.9;
}

.inline-block-field-wrap {
  display: inline-block;
  position: relative;
  float: left;
}
.inline-block-field-wrap.full-wrap {
  width: 100%;
  clear: both;
  float: none;
}
.inline-block-field-wrap.one-quarter-wrap {
  width: 24%;
}
.inline-block-field-wrap.half-wrap {
  width: 49%;
}
.inline-block-field-wrap.three-quarter-wrap {
  width: 74%;
}
.inline-block-field-wrap.last-wrap {
  margin-left: 2%;
  clear: none;
}

.list-checkbox-wrap ul li {
  display: inline-block;
  width: 50%;
}

#top .ninja-forms-form-wrap .field-wrap {
  margin-bottom: 7px;
}
#top .ninja-forms-form-wrap .field-wrap label {
  font-size: 1rem;
}
#top .ninja-forms-form-wrap .ninja-forms-field {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 7px;
  font-size: 1rem;
}

/******  ALERT BOX 
******/
/******  ALERT BOX -- containers
******/
html .alert-box {
  background-color: #a7233b;
  display: table;
  width: 100%;
}

html #main .inner {
  text-align: center;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

@media screen and (max-width 991px) {
  .alert-box--call {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .alert-box--call {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 62%;
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .alert-box--image {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .alert-box--image {
    display: table-cell;
    position: relative;
    width: 38%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
  }
}

/******  ALERT BOX -- elements
******/
.alert-box--call .button,
.alert-box--call .button:active,
.alert-box--call .button:visited,
.alert-box--call .button:hover,
.alert-box--call .button:focus {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  border-radius: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 0.15em;
  color: #fff;
  background-color: black;
  width: 12rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
  text-transform: uppercase;
}

.alert-box--call button:hover {
  background-color: #555;
}

.alert-box--call em {
  color: #404040;
}

.alert-box--call p {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  margin-top: 0px;
  margin-bottom: .99rem;
}

html #main .alert-box .alert-box--call h2 {
  font-size: 2.77778rem;
  line-height: 1;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0.3rem;
}
@media screen and (max-width: 1199px) {
  html #main .alert-box .alert-box--call h2 {
    font-size: 1.77778rem;
  }
}

/******  SPECIFIC STYLES
******/
.avia_textblock #big_orange_quote {
  color: #DD662E;
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1.25em;
  padding-bottom: 30px;
}

.avia_textblock .big_purple_headline {
  include: dagny-heavy;
  color: #6F125C;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
}

.avia_textblock .big_yellow_headline {
  color: #E7A44F;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
}

.avia_textblock .big_pinkish_headline {
  color: #E17E4F;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
}

.avia_textblock .normaltext {
  font-weight: 500;
  font-size: 1.05em;
}

.author_image {
  align: left;
}

.content-button:hover {
  background: #f0f0f0;
  text-decoration: none;
}

#av-layout-grid-1 {
  padding-top: 50px;
}

#av-layout-grid-5 {
  padding-left: 50px;
  padding-bottom: 15px;
}

/******  FOOTER STYLES
******/
.pageFooter {
  background-color: #4C4C4C;
  color: #fff;
  padding: 0;
}
.pageFooter button {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7rem;
}
.pageFooter .widgettitle {
  font-size: 1rem;
  line-height: 1.2;
  height: 2.4em;
  text-transform: initial;
  margin-bottom: 0;
}
.pageFooter .widget_nav_menu {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.88889rem;
}
.pageFooter h3 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pageFooter a {
  color: #fff;
  font-size: 0.88889rem;
}
.pageFooter hr {
  border-color: #646464;
}
.pageFooter p {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pageFooter .menu-item a {
  padding: 0 0 0.8em;
  border-bottom: 1px solid #78787a;
  margin-bottom: 0.8em;
}
.pageFooter .menu-item:last-child a {
  border-bottom: none;
  margin-bottom: 0;
}

#menu-useful-links li a hr, #menu-our-other-sites li a hr {
  margin-bottom: 5px;
  margin-top: 15px;
  border-color: #78787a;
}

.pageFooter-column {
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .pageFooter-column {
    float: left;
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (min-width: 1200px) {
  .pageFooter-column--1,
  .pageFooter-column--2 {
    width: 18%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 1200px) {
  #top .pageFooter-column--3 {
    width: 30%;
  }
}
#top .pageFooter-column--3 p {
  margin-top: 0;
}
#top .pageFooter-column--3 input[type="text"] {
  font-size: 0.88889rem;
  line-height: 1.42857;
  height: auto;
  display: block;
  padding-top: 0.47em;
  padding-bottom: 0.47em;
  margin-bottom: 10px;
  border: 2px solid #fff;
}
#top .pageFooter-column--3 button {
  margin: 0;
  cursor: pointer;
  background-color: #4C4C4C;
  border: 2px solid #fff;
  border-radius: 0;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0.4em 0.6em;
}
#top .pageFooter-column--3 button:hover {
  background: #a7233b;
}

@media screen and (min-width: 1200px) {
  .pageFooter-column--4 {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .pageFooter-column--4 {
    padding-left: 50px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 15 50%, color-stop(0%, rgba(0, 0, 0, 0.68)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0) 15px);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0) 15px);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0) 15px);
  }
}
.pageFooter-column--4 button {
  margin: 0.6em 0;
  cursor: pointer;
  background-color: #4C4C4C;
  border: 2px solid #fff;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0.4em 0.6em;
}
.pageFooter-column--4 button:hover {
  background: #a7233b;
}
.pageFooter-column--4 .textwidget strong {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889rem;
}

.pageFooter .widget {
  padding-top: 10px;
  padding-bottom: 10px;
}

.avia_socialcount.widget {
  padding-top: 0;
}

.asc_facebook .social_widget_icon {
  background-color: #3B5998;
}

/****** main menu & search form
******/
.search-form {
  position: relative;
  padding: 11px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .search-form {
    padding-right: 8em;
  }
}

html #header_main .container .inner-container .search-form .form-control {
  margin-bottom: 0em;
  background-color: #f7f7f7;
  border: 1px solid #a9bbbd;
  border-radius: 2px;
  height: 2.75em;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html #header_main .container .inner-container .search-form .form-control {
    height: 35px;
  }
}
html #header_main .container .inner-container .search-form .form-control:-moz-placeholder {
  font-style: italic;
  color: #78787a;
}
html #header_main .container .inner-container .search-form .form-control::-moz-placeholder {
  font-style: italic;
  color: #78787a;
}
html #header_main .container .inner-container .search-form .form-control:-ms-input-placeholder {
  font-style: italic;
  color: #78787a;
}
html #header_main .container .inner-container .search-form .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #78787a;
}

html #header_main .container .inner-container .search-form .btn {
  margin-left: 0.75em;
  background-color: #f7f7f7;
  height: 2.5em;
  border-radius: 2px;
  border: 1px solid #a9bbbd;
  color: #9f9f9f;
  padding-left: 1em;
  width: 5em;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html #header_main .container .inner-container .search-form .btn {
    height: 35px;
    position: absolute;
    right: 1em;
    top: 11px;
  }
}

.inner-container .logo {
  display: none;
}

.input-group-btn {
  float: right;
}

html body #wrap_all #main {
  padding-top: 0px;
}

html #header_main {
  background: linear-gradient(90deg, #265f36, #165d79);
  border-top-width: 0px;
  border-bottom-width: 0px;
}

#header_main #header_main_alternate {
  border-top-width: 0px;
  background: #fff;
}

html #header_main > .container {
  height: auto !important;
}

/*****  Donate Strip Style
******/
.donate-strip {
  background: linear-gradient(90deg, #792266, #015184);
  color: #fff;
  text-align: right;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: relative;
}

html #wrap_all #main .donate-strip,
html #wrap_all #main .donate-strip .container {
  line-height: 1;
}

.donate-strip-inner {
  position: relative;
  font-size: 0.88889rem;
}
.donate-strip-inner * {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .donate-strip-inner p {
    float: left;
    width: 60%;
    text-align: left;
  }
}
.donate-strip-inner .button {
  padding: 1rem;
  border: none;
  box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4MjI2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E3MjMzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #782266), color-stop(100%, #a7233b));
  background: -moz-linear-gradient(left, #782266, #a7233b);
  background: -webkit-linear-gradient(left, #782266, #a7233b);
  background: linear-gradient(to right, #782266, #a7233b);
  color: #fff;
  transition: none;
  text-decoration: none;
}
.donate-strip-inner .button:hover {
  background: #782266;
}
.donate-strip-inner .button:active {
  background: #a7233b;
}
@media screen and (max-width: 767px) {
  .donate-strip-inner .button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3.7em;
  }
}
@media screen and (min-width: 768px) {
  .donate-strip-inner .button {
    margin-right: 20px;
    margin-left: 22px;
  }
}

/***** Language
*****/
.other-language {
  float: right;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 11px;
}
.other-language:hover {
  color: #fff;
  background: #000;
}

/***** TEMP
*****/
/*
html *
{
  background:transparent !important;
}

html #main h1,
html #main h2,
html #main h3,
html #main p,
html #main img,
html #main button
{
  display:none !important;
}*/
html #header #header_main_alternate .container,
html #header #header_main_alternate .container:after {
  height: auto;
  max-height: none;
}

.title-wrapper {
  text-align: center;
}

.page-title {
  text-align: center;
  color: #782266;
  display: inline-block;
  font-size: 2.77778rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: .5em;
  text-transform: uppercase;
  position: relative;
}
.page-title:after {
  position: relative;
  top: 0.4em;
  content: " ";
  display: block;
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

/******  CARD STYLES
******/
.mh-card {
  padding: 0;
  background-color: #245e36;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mh-card {
    width: 49%;
    padding-bottom: 36.75%;
    margin: 0 1% 2%;
    float: left;
  }
}
.mh-card:nth-child(8n+1) {
  background: #db672a;
  background: linear-gradient(to right, #db672a 0%, #a7233b 100%);
}
.mh-card:nth-child(8n+2) {
  background: #a6223c;
  background: linear-gradient(to right, #782266 0%, #c31e24 100%);
}
.mh-card:nth-child(8n+3) {
  background: #005282;
  background: linear-gradient(to right, #005282 0%, #245e36 100%);
}
.mh-card:nth-child(8n+4) {
  background: #a7233b;
}
.mh-card:nth-child(8n+5) {
  background: #782266;
}
.mh-card:nth-child(8n+6) {
  background: #c31e24;
}
.mh-card:nth-child(8n+7) {
  background: #e18e25;
  background: linear-gradient(to right, #782266 0%, #db672a 100%);
}

@media screen and (min-width: 768px) {
  .mhcards--3PerRow .mh-card {
    width: 31.333%;
    padding-bottom: 22.24643%;
  }
  .mhcards--3PerRow .mh-card.mh-card--colspan2 {
    width: 64.666%;
  }

  .mhcards--4PerRow .mh-card {
    width: 23%;
    padding-bottom: 17.04%;
  }
  .mhcards--4PerRow .mh-card.mh-card--colspan2 {
    width: 48%;
  }
  .mhcards--4PerRow .mh-card.mh-card--colspan3 {
    width: 73%;
  }

  .mhcards--5PerRow .mh-card {
    width: 18%;
    padding-bottom: 12.78%;
  }
  .mhcards--5PerRow .mh-card.mh-card--colspan2 {
    width: 38%;
  }
  .mhcards--5PerRow .mh-card.mh-card--colspan3 {
    width: 58%;
  }
  .mhcards--5PerRow .mh-card.mh-card--colspan4 {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .mh-card--rowPos1 {
    margin-left: 0;
  }

  .mh-card--rowPoslast {
    margin-right: 0;
  }
}
.mh-card--background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .mhcards--2PerRow .mh-card--colspan2,
  .mhcards--3PerRow .mh-card--colspan3,
  .mhcards--4PerRow .mh-card--colspan4,
  .mhcards--5PerRow .mh-card--colspan5 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .mhcards--2PerRow .mh-card--colspan2 .mh-card--content,
  .mhcards--3PerRow .mh-card--colspan3 .mh-card--content,
  .mhcards--4PerRow .mh-card--colspan4 .mh-card--content,
  .mhcards--5PerRow .mh-card--colspan5 .mh-card--content {
    width: 50%;
  }
  .mhcards--2PerRow .mh-card--colspan2 .mh-card--background,
  .mhcards--3PerRow .mh-card--colspan3 .mh-card--background,
  .mhcards--4PerRow .mh-card--colspan4 .mh-card--background,
  .mhcards--5PerRow .mh-card--colspan5 .mh-card--background {
    width: 50%;
    left: 50%;
  }
  .mhcards--2PerRow .mh-card--colspan2 .mh-card--button,
  .mhcards--3PerRow .mh-card--colspan3 .mh-card--button,
  .mhcards--4PerRow .mh-card--colspan4 .mh-card--button,
  .mhcards--5PerRow .mh-card--colspan5 .mh-card--button {
    background: transparent;
  }
}
.mh-card--content {
  clear: both;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 10% 0;
  overflow: hidden;
  display: table;
  vertical-align: middle;
}

.mh-card--text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.mh-card-type-outer {
  background: none;
  padding-top: 20px;
  padding-left: 30px;
  margin-left: auto;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 20px 4px 20px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 20px 4px 20px -2px rgba(0, 0, 0, 0.8);
  z-index: 50;
}

.mh-card-type-inner {
  color: #FFFFFF;
  background-color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  text-transform: uppercase;
}

.mh-card--date {
  font-style: italic;
}

.mh-card--link {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  position: absolute;
}
.mh-card--link:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
}
.mh-card--link:active {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
}

.mh-card--title {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.77778rem;
  margin-top: 0;
}

.mh-card--excerpt {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mh-card--tribe_events .mh-card--link,
.mh-card--redirect .mh-card--link {
  position: absolute;
  width: 100%;
}
.mh-card--tribe_events .mh-card--content,
.mh-card--redirect .mh-card--content {
  font-size: 2.77778rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.mh-card--tribe_events .mh-card--button,
.mh-card--redirect .mh-card--button {
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  border-radius: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 0.15em;
  color: #fff;
  background-color: #a8233e;
  font-size: 0.88889rem;
  width: 40%;
  left: 30%;
  display: block;
  margin: 0 auto;
}

.mh-card--post .mh-card--title {
  font-family: 'Minion Pro', serif;
  font-weight: 400;
  font-style: normal;
}

.mhcards {
  padding-top: 1.5em;
  box-shadow: inset 0px 17px 8px -10px rgba(0, 0, 0, 0.3);
}

html #main .mhcards .inner {
  margin-top: 4.5em;
  padding-left: 1.75em;
  padding-right: 1.75em;
}

.card--large-font h1,
.card--large-font h2,
.card--large-font h3 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 75px;
}

/****** zero out enfold style
******/
html body .column-top-margin {
  margin-top: 3em;
}

html .html_stretched #wrap_all {
  background-color: transparent;
}

html #header_main .container, .main_menu ul:first-child > li a {
  height: auto;
  line-height: 1;
}

html body #wrap_all #main .fullsize {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}

.container .template-page {
  padding: 0;
}

#footer {
  width: auto;
  max-width: 100%;
}

html {
  font-size: 18px;
}

.accessible-text {
  font-size: 20px;
}

/***** Accessability buttons
******/
.access_language {
  float: right;
  font-size: 0.83333rem;
}
@media screen and (min-width: 768px) {
  .access_language {
    height: 35px;
    margin: 11px;
  }
}

.access_language button {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  line-height: 1;
  height: 35px;
  float: left;
  background: none;
  color: #fff;
}
.access_language button:hover {
  background: #000;
}
.access_language button:active {
  color: #000;
  background: #fff;
}

.access-toggle--currentState {
  font-size: 18px;
}

.access-toggle--toggleState {
  font-size: 24px;
}

.accessible-text .access-toggle--currentState {
  font-size: 24px;
}
.accessible-text .access-toggle--toggleState {
  font-size: 18px;
}

/****** main nav menu style
******/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .html_header_top #top .av_menu_left .main_menu, .subnav-container {
    padding-left: 158px;
  }

  html .main_menu ul li.bar-main-menu {
    margin-left: -158px;
  }
}
@media screen and (min-width: 1200px) {
  .html_header_top #top .av_menu_left .main_menu, .subnav-container {
    padding-left: 196px;
  }

  html .main_menu ul li.bar-main-menu {
    margin-left: -196px;
  }
}
.html_header_top #top .logo-link {
  display: block;
  height: auto;
  padding: 0;
}

.main_menu li a:hover, .main_menu li a:focus {
  color: #C5272D;
  border-bottom: none;
}

#avia-menu .sub-menu {
  background-color: #f2f2f2;
  border-top: none;
}
@media screen and (min-width: 768px) {
  #avia-menu .sub-menu {
    width: 100%;
    position: absolute;
    left: -1em;
    z-index: 30;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #avia-menu .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0 !important;
    z-index: 21;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  #avia-menu .sub-menu {
    position: relative;
  }
}
#avia-menu .sub-menu .avia-menu-text {
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .avia-menu-fx {
    height: 15px;
    background: #fff;
    bottom: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .avia-menu-fx {
    z-index: 22;
  }
}

.current-menu-item > a > .avia-menu-fx {
  opacity: 0;
  visibility: hidden;
}

.av-main-nav li:hover .avia-menu-fx {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  #top #avia-menu .sub-menu,
  #top #avia-menu .sub-menu:hover {
    display: none;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #top #avia-menu .sub-menu .sub-menu {
    padding-left: 2em;
    border-top: none;
    border-bottom: 1px solid #646464;
  }
}
@media screen and (min-width: 768px) {
  #top #avia-menu .sub-menu .sub-menu {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #top .av-main-nav li:hover > ul {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html .main_menu ul li {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html .main_menu ul.mobileOpen li {
    display: block;
  }

  #top #avia-menu .sub-menu {
    display: none !important;
  }

  #top #avia-menu .mobileOpen .sub-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  html #header_main .inner-container:first-child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html .av-main-nav ul {
    position: relative;
    top: auto;
    width: auto;
    z-index: auto;
    padding: 0;
    box-shadow: none;
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .html_header_top body .av_bottom_nav_header .main_menu ul:first-child > li a {
    line-height: normal;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .html_header_top body .av_bottom_nav_header .main_menu ul:first-child > li a {
    position: relative;
    height: 60px;
  }
}
.html_header_top body .av_bottom_nav_header .main_menu ul.av-main-nav > li.menu-item > a > .avia-menu-fx {
  display: none;
}
.html_header_top body .av_bottom_nav_header .main_menu ul.av-main-nav > li.menu-item:nth-of-type(2) > a:after, .html_header_top body .av_bottom_nav_header .main_menu ul.av-main-nav > li.menu-item:nth-of-type(3) > a:after, .html_header_top body .av_bottom_nav_header .main_menu ul.av-main-nav > li.menu-item:nth-of-type(4) > a:after, .html_header_top body .av_bottom_nav_header .main_menu ul.av-main-nav > li.menu-item:nth-of-type(5) > a:after {
  position: absolute;
  width: 60px;
  height: 23px;
  bottom: 0;
  content: " ";
  right: -60px;
}
.html_header_top body .av_bottom_nav_header .main_menu ul.av-main-nav > li.menu-item:nth-of-type(4) > a:before, .html_header_top body .av_bottom_nav_header .main_menu ul.av-main-nav > li.menu-item:nth-of-type(6) > a:before {
  position: absolute;
  width: 60px;
  height: 23px;
  bottom: 0;
  content: " ";
  left: -60px;
}

.main_menu .sub-menu li a {
  max-width: auto;
}

@media screen and (max-width: 767px) {
  html .av-main-nav li {
    float: none;
    display: block;
    width: 100%;
    position: relative;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  html .av-main-nav li {
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  html .avia-menu .sub-menu li {
    display: block;
    border-style: none;
    float: right;
    box-shadow: none;
    width: 31%;
    margin: 0;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .avia-menu .sub-menu li {
    width: 30%;
  }
}

html #top .av-main-nav ul a,
html .av-main-nav .sub-menu li a,
html .av-main-nav .sub-menu li:last-child > a {
  border-style: none;
  float: none;
}
@media screen and (max-width: 767px) {
  html #top .av-main-nav ul a,
  html .av-main-nav .sub-menu li a,
  html .av-main-nav .sub-menu li:last-child > a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  html #top .av-main-nav ul a,
  html .av-main-nav .sub-menu li a,
  html .av-main-nav .sub-menu li:last-child > a {
    padding-left: 20px;
    padding-right: 20px;
    color: #a7233b;
  }
  html #top .av-main-nav ul a:hover,
  html .av-main-nav .sub-menu li a:hover,
  html .av-main-nav .sub-menu li:last-child > a:hover {
    background: none;
    text-decoration: underline;
  }
}

#top .av-main-nav ul a {
  line-height: 20px;
}

html .av-main-nav .sub-menu .menu-featureItem {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  html .av-main-nav .sub-menu .menu-featureItem {
    left: 0px;
    top: 0px;
    width: 69%;
    display: block;
    float: left;
    height: 100%;
    overflow-y: hidden;
    padding: 0em;
    box-shadow: 13px 0px 13px -5px rgba(0, 0, 0, 0.3);
    min-height: 24em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .av-main-nav .sub-menu .menu-featureItem {
    width: 69%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  html .av-main-nav .sub-menu .menu-featureItem {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  html .av-main-nav > li:nth-of-type(2) .sub-menu .menu-featureItem, html .av-main-nav > li:nth-of-type(3) .sub-menu .menu-featureItem, html .av-main-nav > li:nth-of-type(4) .sub-menu .menu-featureItem {
    float: right;
    box-shadow: -13px 0px 13px -5px rgba(0, 0, 0, 0.3);
  }
}

#top .av-main-nav .menu-featureItem img {
  margin-top: 4em;
  margin-left: 4.15em;
  margin-right: 3em;
  padding: 0px;
  object-fit: cover;
  position: relative;
  float: left;
  display: block;
}
@media screen and (min-width: 768px) {
  #top .av-main-nav .menu-featureItem img {
    width: 30%;
    margin-left: 8.5%;
    margin-right: 8.5%;
    height: 14em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #top .av-main-nav .menu-featureItem img {
    width: 40%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #top .av-main-nav .menu-featureItem img {
    width: 30%;
    padding: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
#top .av-main-nav .menu-featureItem .menu-item--info {
  margin-top: 1.66667rem;
  margin-bottom: 1.66667rem;
  margin-left: 0.5em;
  color: black;
  float: left;
  display: block;
}
#top .av-main-nav .menu-featureItem .menu-item--info h3 {
  font-size: 1.55556rem;
  text-transform: uppercase;
}
#top .av-main-nav .menu-featureItem .menu-item--info p {
  line-height: 1.2;
  font-size: 1rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0.65em;
}
@media screen and (max-width: 767px) {
  #top .av-main-nav .menu-featureItem .menu-item--info {
    width: 60%;
    padding: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #top .av-main-nav .menu-featureItem .menu-item--info {
    width: 45%;
    margin-left: 1%;
  }
}
@media screen and (min-width: 992px) {
  #top .av-main-nav .menu-featureItem .menu-item--info {
    width: 45%;
  }
}
#top .av-main-nav .menu-featureItem .button {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  border-radius: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 0.15em;
  color: #fff;
  background-color: #000;
  margin-top: 0.45em;
  font-size: 1.20rem;
  width: auto;
}
#top .av-main-nav .menu-featureItem .button:hover {
  background-color: #C5272D;
}

@media screen and (max-width: 767px) {
  html .av-main-nav .sub-menu li.menu-item--section-title {
    height: 0px;
    border: 1px solid gray;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  html .av-main-nav .sub-menu li.menu-item--section-title {
    height: 2.8em;
    width: 31%;
    margin-top: 1.66667rem;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .av-main-nav .sub-menu li.menu-item--section-title {
    width: 30%;
    padding-left: 0.5em;
  }
}
html .av-main-nav .sub-menu li.menu-item--section-title span {
  font-size: 1.11111rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em;
  color: #000;
  display: inline;
}

@media screen and (max-width: 767px) {
  .responsive #top #wrap_all #header_main_alternate .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
  }
}

html .main_menu ul li.bar-main-menu {
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  html .main_menu ul li.bar-main-menu img {
    height: 55px;
    display: block;
    float: left;
  }
  html .main_menu ul li.bar-main-menu img.logo-large {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html .main_menu ul li.bar-main-menu img {
    background: #fff;
    padding: 30px 13px 18px;
    width: 158px;
    display: block;
  }
  html .main_menu ul li.bar-main-menu img.logo-small {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  html .main_menu ul li.bar-main-menu img {
    background: #fff;
    padding: 30px 22px 18px;
    width: 176px;
    display: block;
  }
  html .main_menu ul li.bar-main-menu img.logo-small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html .main_menu ul li.bar-main-menu {
    display: block;
    padding: 1em;
    height: 55px;
    overflow: hidden;
    height: auto;
    margin-left: 0em;
    margin-right: 5.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .main_menu ul li.bar-main-menu {
    margin: 0px;
    margin-left: -158px;
    padding: 0;
    text-align: center;
  }
  html .main_menu ul li.bar-main-menu:after {
    content: " ";
    position: relative;
    display: block;
    width: 158px;
    padding: 23px 9px 18px;
    height: -45px;
    margin-top: -45px;
    z-index: -1;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1200px) {
  html .main_menu ul li.bar-main-menu {
    margin: 0px;
    margin-left: -196px;
    padding: 0;
    text-align: center;
  }
  html .main_menu ul li.bar-main-menu:after {
    content: " ";
    position: relative;
    display: block;
    width: 176px;
    padding: 23px 18px 18px;
    height: -45px;
    margin-top: -45px;
    z-index: -1;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
}

.mobile-menu-toggle,
.mobile-search-toggle {
  height: 55px;
  width: 55px;
  line-height: 55px;
  display: none;
  float: right !important;
  font-size: 1rem;
  border: none;
  background: none;
  cursor: pointer;
}
.mobile-menu-toggle:hover,
.mobile-search-toggle:hover {
  background: #000;
  color: #fff;
}
.mobile-menu-toggle:active,
.mobile-search-toggle:active {
  background: none;
  color: #C5272D;
}
@media screen and (max-width: 767px) {
  .mobile-menu-toggle,
  .mobile-search-toggle {
    display: inline-block;
  }
}

.mobile-search-input {
  display: none;
  width: 100%;
  margin-top: 1em;
}

html .avia-menu .menu-item {
  padding-right: 0.15em;
  width: auto;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .avia-menu .menu-item {
    height: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  html .avia-menu .menu-item {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  html .avia-menu .menu-item {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  html .avia-menu .menu-item {
    padding-right: 0em;
    height: auto;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  html .avia-menu .menu-item {
    padding-right: 0.0em;
    margin-right: 0.25em;
    margin-left: 0px;
  }
}
html .avia-menu .menu-item .avia-menu-text,
html .avia-menu .menu-item .avia-menu-text:hover {
  text-transform: uppercase;
  /*@include fontSize-base;*/
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .avia-menu .menu-item .avia-menu-text,
  html .avia-menu .menu-item .avia-menu-text:hover {
    font-size: 0.70rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  html .avia-menu .menu-item .avia-menu-text,
  html .avia-menu .menu-item .avia-menu-text:hover {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .avia-menu .menu-item {
    padding-left: 0em;
    margin-right: 0em;
    margin-left: 0em;
  }
}

.accessible-text .avia-menu .menu-item {
  letter-spacing: -1px;
}

html .av-main-nav > .menu-item > a > .avia-menu-text {
  line-height: 60px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .av-main-nav > .menu-item > a > .avia-menu-text {
    letter-spacing: -1px;
  }
}

.avia-menu .menu-item:hover {
  box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .avia-menu .menu-item:hover {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .avia-menu .menu-item:hover {
    height: auto;
  }
}

.html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li:hover {
  position: static;
}

.av-main-nav > .menu-item a {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 0;
}

.avia-menu .sub-menu .menu-item:hover {
  box-shadow: none;
}

html body #wrap_all #header {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  html body #wrap_all #header {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  html body #wrap_all #header {
    position: fixed;
  }
}

@media screen and (min-width: 768px) {
  .html_header_top #header_main .container_wrap .main_menu > div,
  .html_header_top #header_main .container_wrap .main_menu ul:first-child {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .html_header_top #header_main .container_wrap .main_menu > div,
  .html_header_top #header_main .container_wrap .main_menu ul:first-child {
    height: auto;
  }
}

html .avia-menu .menu-item .menu-item {
  height: auto;
}

.avia-menu .menu-item a {
  color: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .avia-menu .menu-item a {
    display: block;
    height: 100% !important;
    padding: 0 1em;
    transition: none;
  }
}

.avia-menu .menu-item:hover > a {
  color: #C5272D;
  background: #fff;
  z-index: 50;
  position: relative;
}

@media screen and (max-width: 767px) {
  .av-main-nav .sub-menu {
    height: 0;
  }

  .av-main-nav .mobileOpen > .sub-menu {
    height: auto;
  }

  html.mobileOpen body #wrap_all #header {
    position: relative;
  }

  html.mobileOpen #main {
    display: none;
  }

  /*  html.mobileOpen body
    {
      overflow-y:auto;
      height:100%;
      width:100%;
    }
  
    html.mobileOpen
    {
  
      width: 100%;
      height: 100%;
    }*/
}
html .main_menu .avia-menu,
html #header_main_alternate,
html .fallback_menu {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .html_header_top #top #header_main_alternate,
  .html_header_top #top #header_main_alternate .container,
  .html_header_top #top #header_main_alternate .container .main_menu,
  .html_header_top #top #header_main_alternate .container .main_menu .avia-menu,
  .html_header_top #top #header_main_alternate .container .main_menu ul:first-child > li:hover {
    position: static;
  }
}
.subnav-bar {
  height: 50px;
  background-color: #e1e1e1;
  position: relative;
  z-index: 30;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.subnav-bar .subnav-container {
  height: 50px;
  width: 100%;
  text-align: center;
}
.subnav-bar .subnav-container:before, .subnav-bar .subnav-container:after {
  content: " ";
  display: table;
}
.subnav-bar .subnav-container:after {
  clear: both;
}
.subnav-bar .subnav-container ul {
  display: inline-block;
  height: 50px;
  width: 100%;
  list-style: none outside;
  margin-bottom: none;
}
.subnav-bar .subnav-container ul:before, .subnav-bar .subnav-container ul:after {
  content: " ";
  display: table;
}
.subnav-bar .subnav-container ul:after {
  clear: both;
}
.subnav-bar .subnav-container ul li {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.70rem;
  line-height: 50px;
  float: left;
}
.subnav-bar .subnav-container ul li:before {
  content: '|';
  color: #C5272D;
}
.subnav-bar .subnav-container ul li:first-child:before {
  content: none;
}
.subnav-bar .subnav-container ul li.current-menu-item a {
  text-decoration: underline;
}
.subnav-bar .subnav-container ul li.current-menu-item a:hover {
  text-decoration: underline;
}
.subnav-bar .subnav-container ul li a {
  text-transform: uppercase;
  padding: 0 0.5em;
  color: #C5272D;
}
.subnav-bar .subnav-container ul li a:hover {
  color: #005282;
  text-decoration: none;
}
.subnav-bar .subnav-container ul li a:active {
  color: #782266;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subnav-bar .subnav-container ul li a {
    padding: 0 0.25em;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .subnav-bar {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .main_menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: #000;
    opacity: 0.3;
    z-index: 10;
  }
}

.template-page .entry-content-wrapper .avia_textblock h1, .template-page .entry-content-wrapper .avia_textblock h2 {
  text-transform: none;
}

.avia_textblock h1, .avia_textblock h2, .avia_textblock h3 {
  letter-spacing: 0;
}

.avia_textblock {
  margin-bottom: 2em;
}

.template-page .entry-content-wrapper .avia_textblock h1, .template-page .entry-content-wrapper .avia_textblock h2 {
  letter-spacing: 0px;
}

.template-page .entry-content-wrapper .avia_textblock h2 {
  text-transform: uppercase;
}

.avia_textblock h1,
.post-entry h1 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.77778rem;
  margin-bottom: 0.8em;
}
.avia_textblock h2,
.post-entry h2 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.77778rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.avia_textblock h3,
.post-entry h3 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.22222rem;
}
.avia_textblock p, .avia_textblock ul,
.post-entry p,
.post-entry ul {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
}
.avia_textblock p,
.post-entry p {
  margin: 0 0 1em 0;
}
.avia_textblock a,
.post-entry a {
  color: #db672a;
  text-decoration: underline;
}

.single-post .page-title {
  margin-bottom: 20px;
}
.single-post .page-title:after {
  display: none;
}
.single-post .container_wrap .container .content {
  padding-top: 0;
}

.template-page .entry-content-wrapper h2 {
  text-transform: none;
}

body .av-special-heading h1.av-special-heading-tag {
  float: none;
}
body .av-special-heading h2.av-special-heading-tag {
  float: none;
}
body .av-special-heading h4.av-special-heading-tag {
  float: none;
}
body .av-special-heading h5.av-special-heading-tag {
  float: none;
}

.special-heading-border {
  display: none;
}

body .av-special-heading {
  margin-top: 0;
}
body .av-special-heading h1 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.77778rem;
  color: #c31e24;
}
body .av-special-heading h2 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.77778rem;
  padding-bottom: 0.8em !important;
  color: #db672a;
  text-align: center;
}
body .av-special-heading h3 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.77778rem;
  line-height: 1.2;
  text-transform: none;
  color: #db672a;
}
body .av-special-heading h4 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.55556rem;
  text-transform: uppercase;
  color: #782266;
}
body .av-special-heading h5 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.11111rem;
  line-height: 1.5;
  color: #c31e24;
}
body .av-special-heading.right {
  text-align: right;
}
body .av-special-heading .av-subheading {
  color: #000;
}

body div .avia-button {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #a6223c;
  color: #fff;
  text-transform: uppercase;
  border-width: 0;
}

.avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large, .avia-button.avia-size-x-large {
  font-size: 1.11111rem;
  padding: 0.65em 1em;
  border-radius: 0px;
  min-width: 8.2em;
}

.hr-inner {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  border: 0;
}

.hr-invisible .hr-inner {
  box-shadow: none;
  border: 0;
}

.av_promobox {
  border: 0;
  padding-top: 0;
}

.av_promobox .avia-button {
  position: relative;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #a6223c;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.11111rem;
  padding: 0.6em 1em;
  border-radius: 0px;
  min-width: 8.8em;
}

.av_promobox .avia-button.avia-size-large, .av_promobox .avia-button.avia-size-medium, .av_promobox .avia-button.avia-size-small {
  margin-top: 0;
  right: 0;
}

.avia-button-wrap {
  float: none;
}
.avia-button-wrap .avia-button.avia-position-right {
  float: none;
  width: 4em;
}

.avia-promocontent {
  width: 100%;
  margin-right: 0;
}
.avia-promocontent h1 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.77778rem;
}
.avia-promocontent h2 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.11111rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.avia-promocontent p, .avia-promocontent ul {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
  color: #252525;
}
.avia-promocontent p {
  margin: 0.8em 0 0 0;
}
.avia-promocontent a {
  color: #db672a;
  text-decoration: underline;
}
.avia-promocontent *:last-child {
  margin-bottom: 0.8em;
}

.avia-testimonial-wrapper {
  clear: none;
  display: block;
  margin: 0;
}

.avia-testimonial {
  padding: 0;
}

.avia-testimonial-image {
  position: relative;
  z-index: 1;
  margin-left: 10px;
  margin-top: 10px;
}

.avia-testimonial-content {
  padding: 2em;
  background: #f2f2f2;
  position: relative;
  margin-bottom: 16px;
  overflow: visible;
}
.avia-testimonial-content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  border-color: #f2f2f2 transparent transparent;
  border-style: solid;
  border-width: 8px;
  width: 16px;
  left: 100px;
  margin-left: -8px;
}

.avia-testimonial-meta {
  padding-bottom: 1.1em;
}

.team-member-name {
  font-size: 1.55556rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.team-member-job-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #676d76 !important;
}

.orange-bar .bar {
  background-color: #db672a;
}

.av-striped-bar .orange-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNkYjY3MmEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2M5NWMyMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzk1YzIyIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkYjY3MmEiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2RiNjcyYSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYzk1YzIyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzk1YzIyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #db672a 25%, #c95c22 25%, #c95c22 50%, #db672a 50%, #db672a 75%, #c95c22 75%, #c95c22);
  background: -webkit-linear-gradient(135deg, #db672a 25%, #c95c22 25%, #c95c22 50%, #db672a 50%, #db672a 75%, #c95c22 75%, #c95c22);
  background: linear-gradient(-45deg, #db672a 25%, #c95c22 25%, #c95c22 50%, #db672a 50%, #db672a 75%, #c95c22 75%, #c95c22);
}

.purple-bar .bar {
  background-color: #782266;
}

.av-striped-bar .purple-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM3ODIyNjYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY0MWM1NSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNjQxYzU1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM3ODIyNjYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzc4MjI2NiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjNjQxYzU1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjQxYzU1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #782266 25%, #641c55 25%, #641c55 50%, #782266 50%, #782266 75%, #641c55 75%, #641c55);
  background: -webkit-linear-gradient(135deg, #782266 25%, #641c55 25%, #641c55 50%, #782266 50%, #782266 75%, #641c55 75%, #641c55);
  background: linear-gradient(-45deg, #782266 25%, #641c55 25%, #641c55 50%, #782266 50%, #782266 75%, #641c55 75%, #641c55);
}

.green-bar .bar {
  background-color: #245e36;
}

.av-striped-bar .green-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyNDVlMzYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzFkNGMyYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWQ0YzJiIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMyNDVlMzYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzI0NWUzNiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMWQ0YzJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWQ0YzJiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #245e36 25%, #1d4c2b 25%, #1d4c2b 50%, #245e36 50%, #245e36 75%, #1d4c2b 75%, #1d4c2b);
  background: -webkit-linear-gradient(135deg, #245e36 25%, #1d4c2b 25%, #1d4c2b 50%, #245e36 50%, #245e36 75%, #1d4c2b 75%, #1d4c2b);
  background: linear-gradient(-45deg, #245e36 25%, #1d4c2b 25%, #1d4c2b 50%, #245e36 50%, #245e36 75%, #1d4c2b 75%, #1d4c2b);
}

.ltGreen-bar .bar {
  background-color: #81af76;
}

.av-striped-bar .ltGreen-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM4MWFmNzYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzcyYTY2NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzJhNjY2Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4MWFmNzYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzgxYWY3NiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjNzJhNjY2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzJhNjY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #81af76 25%, #72a666 25%, #72a666 50%, #81af76 50%, #81af76 75%, #72a666 75%, #72a666);
  background: -webkit-linear-gradient(135deg, #81af76 25%, #72a666 25%, #72a666 50%, #81af76 50%, #81af76 75%, #72a666 75%, #72a666);
  background: linear-gradient(-45deg, #81af76 25%, #72a666 25%, #72a666 50%, #81af76 50%, #81af76 75%, #72a666 75%, #72a666);
}

.blue-bar .bar {
  background-color: #005282;
}

.av-striped-bar .blue-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDUyODIiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwNDI2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDA0MjY5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDUyODIiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNTI4MiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDA0MjY5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0MjY5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #005282 25%, #004269 25%, #004269 50%, #005282 50%, #005282 75%, #004269 75%, #004269);
  background: -webkit-linear-gradient(135deg, #005282 25%, #004269 25%, #004269 50%, #005282 50%, #005282 75%, #004269 75%, #004269);
  background: linear-gradient(-45deg, #005282 25%, #004269 25%, #004269 50%, #005282 50%, #005282 75%, #004269 75%, #004269);
}

.maroon-bar .bar {
  background-color: #a6223c;
}

.av-striped-bar .maroon-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNhNjIyM2MiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzkxMWUzNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTExZTM0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNhNjIyM2MiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2E2MjIzYyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjOTExZTM0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTExZTM0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #a6223c 25%, #911e34 25%, #911e34 50%, #a6223c 50%, #a6223c 75%, #911e34 75%, #911e34);
  background: -webkit-linear-gradient(135deg, #a6223c 25%, #911e34 25%, #911e34 50%, #a6223c 50%, #a6223c 75%, #911e34 75%, #911e34);
  background: linear-gradient(-45deg, #a6223c 25%, #911e34 25%, #911e34 50%, #a6223c 50%, #a6223c 75%, #911e34 75%, #911e34);
}

.darkRed-bar .bar {
  background-color: #c31e24;
}

.av-striped-bar .darkRed-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjMzFlMjQiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2FkMWIyMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWQxYjIwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjMzFlMjQiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2MzMWUyNCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYWQxYjIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWQxYjIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #c31e24 25%, #ad1b20 25%, #ad1b20 50%, #c31e24 50%, #c31e24 75%, #ad1b20 75%, #ad1b20);
  background: -webkit-linear-gradient(135deg, #c31e24 25%, #ad1b20 25%, #ad1b20 50%, #c31e24 50%, #c31e24 75%, #ad1b20 75%, #ad1b20);
  background: linear-gradient(-45deg, #c31e24 25%, #ad1b20 25%, #ad1b20 50%, #c31e24 50%, #c31e24 75%, #ad1b20 75%, #ad1b20);
}

.lightRed-bar .bar {
  background-color: #a7233b;
}

.av-striped-bar .lightRed-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNhNzIzM2IiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzkyMWYzNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTIxZjM0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNhNzIzM2IiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2E3MjMzYiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjOTIxZjM0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTIxZjM0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #a7233b 25%, #921f34 25%, #921f34 50%, #a7233b 50%, #a7233b 75%, #921f34 75%, #921f34);
  background: -webkit-linear-gradient(135deg, #a7233b 25%, #921f34 25%, #921f34 50%, #a7233b 50%, #a7233b 75%, #921f34 75%, #921f34);
  background: linear-gradient(-45deg, #a7233b 25%, #921f34 25%, #921f34 50%, #a7233b 50%, #a7233b 75%, #921f34 75%, #921f34);
}

.midnight-bar .bar {
  background-color: #000;
}

.av-striped-bar .midnight-bar .bar {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(135deg, #000000 25%, #000000 25%, #000000 50%, #000000 50%, #000000 75%, #000000 75%, #000000);
  background: -webkit-linear-gradient(135deg, #000000 25%, #000000 25%, #000000 50%, #000000 50%, #000000 75%, #000000 75%, #000000);
  background: linear-gradient(-45deg, #000000 25%, #000000 25%, #000000 50%, #000000 50%, #000000 75%, #000000 75%, #000000);
}

.togglecontainer .single_toggle .toggler {
  border-color: #782266;
  color: #fff;
  background-color: #782266;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.togglecontainer .toggle_icon {
  border: none;
  background: #fff;
}
.togglecontainer .toggle_content {
  border-color: #782266;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.togglecontainer .vert_icon {
  border-color: #782266;
  left: 6px;
  top: 2px;
}
.togglecontainer .hor_icon {
  border-color: #782266;
  top: 6px;
  left: 2px;
}

#top .av-masonry-entry {
  color: #fff;
}

.av-masonry-item-no-image {
  background-color: #db672a;
  background-color: rgba(219, 103, 42, 0.7);
  transition: all 0.4s ease-in-out 0s;
}
.av-masonry-item-no-image:hover {
  background-color: #db672a;
}

.avia-image-container.avia-align-center .avia-image-container-inner {
  display: block;
}

.av-image-caption-overlay {
  display: none;
  position: relative;
}

.avia_image {
  margin: 0 auto;
  width: 100%;
}

#top .avia-logo-grid .slide-entry-wrap {
  margin-bottom: 10px;
}
#top .avia-logo-grid .slide-entry-wrap .slide-entry {
  padding-left: 5px;
}
#top .avia-logo-grid .slide-entry-wrap .slide-entry.first {
  padding-left: 0;
  padding-right: 5px;
}

#top .avia-logo-element-container img {
  box-shadow: none;
}

.avia-animated-number .avia-animated-number-title {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.77778rem;
}
.avia-animated-number .avia-animated-number-content {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}

.hero--text {
  background: #db672a;
  color: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllNDgxYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiNjcyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #9e481b), color-stop(100%, #db672a));
  background: -moz-linear-gradient(bottom, #9e481b, #db672a 15px);
  background: -webkit-linear-gradient(bottom, #9e481b, #db672a 15px);
  background: linear-gradient(to top, #9e481b, #db672a 15px);
  font-size: 1.77778rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .hero--text {
    padding: 1.5em 0;
  }
  .hero--text p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.hero--image,
.hero--home {
  display: table;
  background-position: center center;
  width: 100%;
  position: relative;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.hero--image:after,
.hero--home:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
}

.hero--image {
  background-size: cover;
}
.hero--image .hero-content {
  display: table-cell;
  vertical-align: middle;
}
.hero--image h1, .hero--image p {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hero--image {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero--image {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .hero--image {
    height: 610px;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.77778rem;
    /*h1{
      
    }

    p{
      @include font-headN4;
      @include fontSize-base;
    }*/
  }
}

.hero--home {
  color: #fff;
  font-size: 2.77778rem;
  line-height: 1;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-size: contain;
  background-image: url('../img/heroes/HERO-april-1365.jpg');
  background-repeat: no-repeat;
  background-color: #86898c;
}
.hero--home p {
  margin: 0 0 15px;
}
.hero--home .hero-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero--home {
    font-size: 1.55556rem;
    height: 50vh;
    background-position: center top;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .hero--home {
    font-size: 2.77778rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero--home {
    height: 555px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hero--home {
    height: 555px;
  }
}
@media screen and (min-width: 1200px) {
  .hero--home {
    height: 555px;
  }
}
@media (min-width: 1300px) and (-min-device-pixel-density: 1.5) {
  .hero--home {
    height: 555px;
  }
}

.hero-frame {
  display: none;
  height: 5.5em;
  width: 80%;
  margin: 0 auto;
}

.hero-frame--0 {
  display: block;
  max-width: 16em;
}

.hero-frame--additional {
  opacity: 0;
  margin-top: 15px;
}

.hero-button {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7em;
  color: #a8233e;
  background: #fff;
  padding: .3em;
  display: inline-block;
  margin-top: 8px;
}
.hero-button:hover {
  border-width: 0px;
  text-decoration: none;
}
.hero-button:active {
  color: #fff;
  background: #a8233e;
  text-decoration: none;
}

.fullsize .template-posts {
  margin: 0;
}

body.blog .container_wrap,
body.archive .container_wrap,
body.single .container_wrap {
  border-top-width: 0;
}

body.blog .container_wrap .container .content,
body.blog .container_wrap .container .sidebar,
body.archive .container_wrap .container .content,
body.archive .container_wrap .container .sidebar {
  padding-top: 0em;
  padding-bottom: 5em;
}

body.single .container_wrap .container .content,
body.single .container_wrap .container .sidebar {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .template-blog,
  #top.single-post #main .container_wrap {
    padding-top: 50px;
  }
}
.template-blog .content,
#top.single-post #main .container_wrap .content {
  border: none;
  font-size: 1rem;
}
.template-blog .post-meta-infos,
#top.single-post #main .container_wrap .post-meta-infos {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
}
.template-blog .post-meta-infos .text-sep,
#top.single-post #main .container_wrap .post-meta-infos .text-sep {
  color: transparent;
  padding: 0;
  width: .5em;
  display: inline-block;
}
.template-blog .post-meta-infos .blog-categories,
#top.single-post #main .container_wrap .post-meta-infos .blog-categories {
  display: none;
}
.template-blog .post-entry .post-title,
#top.single-post #main .container_wrap .post-entry .post-title {
  text-transform: none;
}
.template-blog .date-container,
#top.single-post #main .container_wrap .date-container {
  color: #a7233b;
}
.template-blog .blog-author,
#top.single-post #main .container_wrap .blog-author {
  color: #db672a;
}
.template-blog .post-title,
#top.single-post #main .container_wrap .post-title {
  font-family: 'Minion Pro', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.77778rem;
}
.template-blog a,
#top.single-post #main .container_wrap a {
  color: #db672a;
  text-decoration: none;
}
.template-blog a:hover,
#top.single-post #main .container_wrap a:hover {
  text-decoration: underline;
}
.template-blog a.avia-button,
#top.single-post #main .container_wrap a.avia-button {
  color: #fff;
}

body#top .template-blog h2 a {
  color: #db672a;
}

#top #main .template-blog .sidebar,
#top.single-post #main .sidebar {
  border: none;
}

.more-link {
  display: block;
  margin-top: 1.5em;
  text-decoration: none;
  font-size: 1rem;
}

.post_delimiter,
.template-blog .post-entry-last .post_delimiter {
  padding-top: 40px;
  margin-bottom: 40px;
  border-bottom: 3px solid #e5e5e5;
}

.template-single-blog .post-title--wrapper {
  text-align: center;
}
.template-single-blog .post-title {
  display: inline-block;
  text-align: center;
  color: #005282;
  padding: 1em 0;
  position: relative;
  font-size: 1.77778rem;
}
@media screen and (min-width: 768px) {
  .template-single-blog .post-title {
    font-size: 2.77778rem;
  }
}
.template-single-blog .post-title:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: .5em;
  width: 90%;
  left: 5%;
  height: 3px;
  background: #e5e5e5;
}
.template-single-blog .post-meta-infos {
  margin-top: 1.5em;
  font-size: 0.83333rem;
}
.template-single-blog .post-meta-infos .comment-container {
  display: none;
}
.template-single-blog .post_delimiter {
  display: none;
}

.post-comments-title {
  padding-top: 1em;
  clear: both;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #005282;
}

.comment_container {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.88889rem;
}
.comment_container p,
.comment_container ul {
  font-size: 0.88889rem;
}

.comment .gravatar {
  display: none;
}

.comment-meta a {
  color: #555;
}

.comment_content {
  margin-left: 0;
  font-size: 0.83333rem;
}

.comment_text {
  margin-top: 1em;
}

.commentlist > .comment {
  border-bottom-color: #e5e5e5;
}

body.blog .sidebar,
body.archive .sidebar,
body.single .sidebar {
  border-left-width: 0;
  font-size: 1rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.blog .sidebar .widgettitle,
body.archive .sidebar .widgettitle,
body.single .sidebar .widgettitle {
  text-transform: none;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 3px solid #e5e5e5;
  color: #005282;
  font-size: 1.55556rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body.blog .sidebar .post-type-post ul li,
body.archive .sidebar .post-type-post ul li,
body.single .sidebar .post-type-post ul li {
  margin-bottom: 10px;
}
body.blog .sidebar .post-type-post ul li .attachment-post-thumbnail,
body.archive .sidebar .post-type-post ul li .attachment-post-thumbnail,
body.single .sidebar .post-type-post ul li .attachment-post-thumbnail {
  width: 100%;
}

.widget .cat-item {
  margin-bottom: 0.5em;
}

.widget_recent_entries li {
  font-size: 1rem;
  line-height: 1.2;
  border-top: none;
}
.widget_recent_entries li a {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.widget_recent_entries li .post-date {
  display: block;
  font-size: 0.83333rem;
}

.post-meta-infos {
  top: 0;
  margin-bottom: .75em;
}

.pagination .pagination-meta {
  font-size: 0.83333rem;
}
@media screen and (max-width: 767px) {
  .pagination .pagination-meta {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .pagination .pagination-meta {
    float: left;
    margin-right: 3em;
  }
}

@media screen and (max-width: 767px) {
  div .single-big .pagination {
    padding-right: 0;
  }
}

.pagination a,
.pagination .current {
  font-size: 0.83333rem;
}

@media screen and (max-width: 767px) {
  #top .pagination a {
    margin-right: 0;
    width: 32px;
  }
  #top .pagination a:nth-child(3) {
    display: none;
  }
}
#top .pagination .current,
#top .pagination a:hover {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  box-shadow: none;
  color: #a7233b;
}

#top .pagination a {
  box-shadow: none;
  color: #db672a;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
}

.big-preview.single-big {
  padding-bottom: 0.8em;
}

/**
 * Stories
 */
.story-author {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
.story-author a {
  color: #db672a;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  padding-left: 80px;
}

#commentform label {
  left: 0;
  padding-top: 4px;
}

#commentform input {
  height: 2em;
}

#tribe-events-content {
  background: none;
}

.tribe-events-back a {
  font-size: 1rem;
  color: #db672a;
}

#tribe-events-content a {
  text-decoration: underline;
}

#tribe-events-content .tribe-events-abbr {
  text-decoration: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd a {
  text-decoration: none !important;
}

.tribe-events-cal-links {
  margin-bottom: 15px;
}

.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 2.77778rem;
  text-align: center;
  color: #782266;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.single-tribe_events h2.tribe-events-single-event-title:after {
  position: relative;
  display: block;
  width: 22%;
  border-top: 1px solid #f2f2f2;
  content: " ";
  top: 0.35em;
  margin: 0 auto;
}
.single-tribe_events .av-single-event-meta-bar {
  background: #f2f2f2;
}
.single-tribe_events .av-single-event-meta-bar:after {
  display: block;
  content: " ";
  clear: both;
}
.single-tribe_events .av-single-event-content:after {
  bottom: -19px;
}
.single-tribe_events h3.tribe-events-single-section-title {
  color: #782266;
  font-size: 1.77778rem;
  margin-bottom: 1em;
  margin-top: 1em;
}

.av_eventpromo {
  margin-bottom: 2em;
}
.av_eventpromo .avia-eventpromocontent .avia-event_date, .av_eventpromo .avia-eventpromocontent .avia-event_time {
  display: inline-block;
  font-size: 1rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.av_eventpromo .avia-eventpromocontent .avia-event_date {
  color: #a7233b;
  margin-right: 2.5em;
}
.av_eventpromo .avia-eventpromocontent .avia-event_time {
  color: #000;
}
.av_eventpromo .avia-eventpromocontent h1 {
  font-size: 2.77778rem;
  font-family: 'Minion Pro', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 0.2em;
  text-transform: none;
}
.av_eventpromo .avia-eventpromocontent h2 {
  font-size: 1rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0.7em;
  text-transform: uppercase;
}
.av_eventpromo .avia-eventpromocontent h2:after {
  display: block;
  content: '';
  margin-top: 0.6em;
  width: 80%;
  border-top: 1px solid #e5e5e5;
}
.av_eventpromo .avia-eventpromocontent p {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.el_after_av_eventpromo a {
  color: #a7233b;
}

.search-result-counter {
  display: none;
}

.search_form_field h4 {
  font-size: 0.88889rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.8em;
  color: #782266;
}

#top #searchform > div {
  max-width: 80%;
}
#top #searchform #searchsubmit {
  border: 0;
}

#top #searchsubmit, .ajax_load {
  height: 100%;
}

#top .template-search.content .pagination:nth-child(2) {
  margin-left: 2px;
}

#top .template-search.content .pagination {
  padding-left: 5px;
}
#top .template-search.content .post-title a {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #005282;
}
#top .template-search.content .post-meta-infos, #top .template-search.content .pagination-meta {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #a7233b;
  text-transform: uppercase;
}
#top .template-search.content .post-meta-infos a, #top .template-search.content .pagination-meta a {
  color: #a7233b;
}
#top .template-search.content .comments-link {
  color: #a7233b;
}
#top .template-search.content .entry-content-wrapper {
  padding: 1.2em 0;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 400px) {
  #top .template-search.content .entry-content-wrapper {
    padding: 1.2em 0;
  }
}
#top .template-search.content .post-entry:last-of-type .entry-content-wrapper {
  border-bottom: 0;
}
#top .template-search.content .entry-content p:first-child {
  margin-top: 0;
}
#top .template-search.content .entry-content p {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.88889rem;
}

.massExcerpt-row {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .massExcerpt-row.container_wrap .container .content {
    padding: 4em;
  }
}

@media screen and (min-width: 768px) {
  .content .post-entry .massExcerpt-image {
    width: 48%;
    margin-right: 6%;
    float: left;
    min-height: 1em;
  }
}
.content .post-entry .massExcerpt-image img {
  width: 100%;
}

.content .post-entry .massExcerpt-image--placeholder {
  height: 309px;
  background-image: url('../img/mass-placeholder.png');
}

@media screen and (min-width: 768px) {
  .content .massExcerpt-details {
    float: left;
    width: 46%;
  }
}

.content .massExcerpt-date {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #a7233b;
  margin-bottom: 0.5em;
}

.content h1.massExcerpt-title {
  font-family: 'Minion Pro', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.45rem;
  margin: 0;
  text-transform: none;
  color: #db672a;
}

.content .massExcerpt-celebrant {
  padding-bottom: 1em;
  margin-top: 2px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 2px solid #e5e5e5;
  display: inline-block;
  color: #a7233b;
}
.content .massExcerpt-celebrant a {
  text-decoration: none;
}

.content .massExcerpt-permalink {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  display: block;
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 1.5em;
}

#top .grPostSelect {
  font-size: 1.1em;
  padding: 0.4em;
}

body .massCelebrant h3 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: .6em;
}

.massListing.togglecontainer {
  margin-top: 0;
}

.massListing.togglecontainer .toggler {
  background-color: #005282;
  line-height: 1.2;
}
.massListing.togglecontainer .toggler .vert_icon,
.massListing.togglecontainer .toggler .hor_icon {
  border-color: #005282;
}

.massListing-primary .avia_textblock,
.massListing-primary p {
  margin-bottom: 12px;
}

.massListing .single_toggle {
  margin-bottom: 5em;
}

#top .massInformation-button .avia-button-fullwidth {
  text-align: left;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0;
  padding: .7em 28px;
  font-size: 1rem;
}

body .av-special-heading.massWidget-title h3 {
  margin-bottom: 1rem;
}

#top .massRelated-title h3 {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .massRelated {
    display: none;
  }
}
.single-sunday-mass .post-metaTitle {
  padding: 1em 0 .5em;
  margin-bottom: 3em;
  color: #245e36;
  text-align: center;
  position: relative;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.single-sunday-mass .post-metaTitle:after {
  content: " ";
  display: block;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  height: 2px;
  background-color: #e5e5e5;
}

.single-sunday-mass .mass-title--wrapper {
  text-align: left;
}

.single-sunday-mass .post-title.mass-title {
  color: #db672a;
  margin-bottom: 0;
  padding: 0;
}
.single-sunday-mass .post-title.mass-title:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .single-sunday-mass .entry-content-header {
    width: 73%;
    padding-right: 50px;
  }
}

.single-sunday-mass .post-meta-infos {
  margin-top: 0;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 1em;
  font-style: normal;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #db672a;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .single-sunday-mass .post-meta-infos {
    padding-right: 10px;
  }
}

.mass-meta--type {
  color: #a7233b;
  margin-right: .5em;
}

.single-sunday-mass .musicalDirector {
  display: block;
}
@media screen and (min-width: 992px) {
  .single-sunday-mass .musicalDirector {
    float: right;
  }
}

.mass-meta {
  font-size: 1rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .mass-meta {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .mass-meta {
    padding-top: 2em;
    float: left;
    width: 27%;
  }
}

.mass-meta--title {
  font-size: 1.77778rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: .5em;
  color: #a7233b;
}

@media screen and (max-width: 767px) {
  .mass-readings,
  .mass-hymns {
    float: left;
    width: 50%;
  }
}

/* recent posts */
.rpwe-block ul li {
  margin-left: 0;
}
.rpwe-block ul li .rpwe-summary,
.rpwe-block ul li .rpwe-time {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  font-size: 1rem !important;
}
.rpwe-block ul li img {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 234px;
  height: auto;
}
.rpwe-block ul li .rpwe-title {
  padding: 0 !important;
  border: 0 !important;
  text-transform: none;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 3px solid #e5e5e5;
  color: #db672a;
  font-size: 1.55556rem !important;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

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