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: 619px) {
  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,
.page-breadcrumb-title-bar {
  color: #a7233b;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: 10px !important;
  /*never show the mobile separator in the third span */
}
.page-breadcrumb a,
.page-breadcrumb-title-bar a {
  display: inline-block;
  color: #a7233b;
}
.page-breadcrumb.four_levels .home_tag,
.page-breadcrumb-title-bar.four_levels .home_tag {
  display: none;
}
.page-breadcrumb.four_levels a.second_item,
.page-breadcrumb-title-bar.four_levels a.second_item {
  visibility: hidden;
  width: 0;
}
.page-breadcrumb.three_levels .home_tag,
.page-breadcrumb-title-bar.three_levels .home_tag {
  display: none;
}
.page-breadcrumb.two_levels span.breadcrumb_last, .page-breadcrumb.two_levels span span.mobile_separator,
.page-breadcrumb-title-bar.two_levels span.breadcrumb_last,
.page-breadcrumb-title-bar.two_levels span span.mobile_separator {
  display: none;
}
.page-breadcrumb .primary_separator,
.page-breadcrumb-title-bar .primary_separator {
  display: none;
}
.page-breadcrumb .mobile_separator,
.page-breadcrumb-title-bar .mobile_separator {
  display: inline-block;
}
.page-breadcrumb span > span.breadcrumb_last,
.page-breadcrumb-title-bar span > span.breadcrumb_last {
  color: #a2a2a2;
}
.page-breadcrumb span > span > span.breadcrumb_last,
.page-breadcrumb-title-bar span > span > span.breadcrumb_last {
  color: #a2a2a2;
}
.page-breadcrumb span > span > span > span.breadcrumb_last,
.page-breadcrumb-title-bar span > span > span > span.breadcrumb_last {
  display: none;
  color: #a2a2a2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
  margin-bottom: -4px;
}
.page-breadcrumb span > span > span .mobile_separator,
.page-breadcrumb-title-bar span > span > span .mobile_separator {
  display: none;
}
@media screen and (min-width: 619px) {
  .page-breadcrumb,
  .page-breadcrumb-title-bar {
    margin-left: auto !important;
    /*width: 85%;*/
    /*max-width: 85%;*/
    /*span > span > span.breadcrumb_last,*/
  }
  .page-breadcrumb.three_levels .home_tag, .page-breadcrumb.four_levels .home_tag,
  .page-breadcrumb-title-bar.three_levels .home_tag,
  .page-breadcrumb-title-bar.four_levels .home_tag {
    display: block;
  }
  .page-breadcrumb.four_levels a.second_item,
  .page-breadcrumb-title-bar.four_levels a.second_item {
    visibility: visible;
    width: auto;
  }
  .page-breadcrumb.two_levels span.breadcrumb_last,
  .page-breadcrumb-title-bar.two_levels span.breadcrumb_last {
    display: inline-block;
  }
  .page-breadcrumb .primary_separator,
  .page-breadcrumb-title-bar .primary_separator {
    display: inline-block;
  }
  .page-breadcrumb .mobile_separator,
  .page-breadcrumb-title-bar .mobile_separator {
    display: none;
  }
  .page-breadcrumb span > span > span > span.breadcrumb_last,
  .page-breadcrumb-title-bar span > span > span > span.breadcrumb_last {
    display: inline-block;
  }
}
.page-breadcrumb strong,
.page-breadcrumb-title-bar strong {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.email_field {
  margin-bottom: 0 !important;
  margin-top: 7px;
}

.consent_element label {
  font-size: 12px !important;
  font-weight: normal !important;
}

.form_submit_button input {
  margin: 0.6em 0;
  width: auto;
  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;
  transition: all 0.3s ease-out;
}

.form_submit_button input:hover {
  background: #a7233b;
  transition: all 0.3s ease-out;
}

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

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

/*overwrite enfold image overlay */
.image-overlay,
.image-overlay-inside,
.image-overlay .image-overlay-inside,
.avia_transform a:hover .image-overlay {
  display: none !important;
}

.template-page .form-search {
  margin-bottom: 60px;
}
.template-page .form-search p {
  line-height: 1.0;
}
.template-page .form-search input {
  width: calc(100% - 105px);
  display: none !important;
  margin: 0;
  margin-top: 18px;
  font-size: 16px;
  float: left;
  height: 42px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 0;
  display: inline-block !important;
  background: none;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.template-page .form-search button {
  background-color: #245e36;
  width: 105px;
  text-indent: 25px;
  position: relative;
  border-radius: 0;
  border: none;
  float: left;
  height: 42px;
}
.template-page .form-search button .replaced-svg {
  width: 35px;
  padding: 2px;
  padding-left: 16px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.template-page .form-search button .replaced-svg path {
  fill: #fff;
}
.template-page .search-content a:before {
  width: 12px;
  height: 12px;
}
.template-page .search-content a:hover::before {
  color: #db672a !important;
}
.template-page .search-content span.st-ui-type-heading {
  color: #035479 !important;
  font-size: 20px;
  white-space: inherit;
}
.template-page .search-content span.st-ui-type-detail {
  color: #000000 !important;
  font-size: 12px;
  max-height: 65px;
}
.template-page .search-content .st-ui-result:hover .st-ui-type-heading {
  text-decoration: underline;
}
.template-page .search-content .st-ui-result:hover:before {
  border-color: #db672a;
  border-width: 2px 2px 0 0;
}
.template-page .search-content .st-ui-result .st-ui-thumbnail {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
@media screen and (min-width: 619px) {
  .template-page .search-content span.st-ui-type-heading {
    font-size: 20px;
    /*white-space: inherit;*/
  }
  .template-page .search-content span.st-ui-type-detail {
    font-size: 16px;
    max-height: 70px;
  }
}
.template-page .search-content .st-query-present {
  font-size: 16px;
  padding-bottom: 20px;
}
.template-page .search-content .st-ui-footer a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 4px;
  margin: 0 2px;
  color: #035479;
}
.template-page .search-content .st-ui-footer a .st-ui-arrow {
  width: 9px;
  height: 9px;
  border-width: 0 2px 2px 0;
}
.template-page .search-content .st-ui-footer a:hover {
  color: #db672a;
}
.template-page .search-content .st-ui-footer a:hover .st-ui-arrow {
  border-color: #db672a;
}

#sidebar {
  display: none;
}

#main {
  padding-top: 70px !important;
}

main.template-page.content {
  border: none;
}

.container_wrap_first.main_color {
  border: none;
}

.wp-block-columns p {
  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;
}

.template-page a {
  color: #AF5221;
}

.template-page main ul,
.page-template-default main ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

.template-page main ul ul,
.page-template-default main ul ul {
  list-style: circle outside;
  margin-left: 1.5em;
}

.template-page main ul ul ul,
.page-template-default main ul ul ul {
  list-style: square outside;
  margin-left: 1.5em;
}

.template-page main li,
.page-template-default main li {
  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;
}

.template-page main p,
.page-template-default main p {
  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;
}

.template-page 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;
}

.template-page 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;
  margin-bottom: 30px;
}

.template-page 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;
}

.template-page h5,
.page-template-default 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;
}

.avia-animated-number {
  text-align: center;
}

a.wp-block-button__link {
  background: #a6223c;
  color: white;
  padding: 15px 30px;
  text-align: center;
  min-width: 161px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: .3s all ease-in-out;
  border: 2px solid #a6223c;
}
a.wp-block-button__link:hover, a.wp-block-button__link:focus {
  background: white !important;
  text-decoration: none;
  color: #a6223c !important;
  border: 2px solid #a6223c;
}

.justify-around {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

img.attachment-post-thumbnail {
  display: none;
}

.js-load-left figure,
.js-load-right figure {
  float: none !important;
}

.js-load-left.js-lazy-load {
  opacity: 0;
  transform: translateX(-50px);
  transition: .4s;
}

.js-load-right.js-lazy-load {
  opacity: 0;
  transform: translateX(50px);
  transition: .4s;
}

.js-load-left.scrolled-past,
.js-load-right.scrolled-past {
  opacity: 1;
  transform: translateX(0);
}

.slide-meta * {
  display: inline-block;
}

.also-like-block {
  margin: 45px 0;
}

hr.wp-block-separator {
  margin: 60px 0;
}

.leadership-group h3 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.22222rem;
  margin-top: 7px;
  color: #444;
}

.leadership-group figure.wp-block-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.leadership-group figure.wp-block-image > img {
  width: 100%;
}

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

.wp-block-image:after {
  content: '';
  display: block;
  clear: both;
}

.wp-block-columns.wp-block-columns-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 782px) {
  .wp-block-columns.wp-block-columns-reverse .wp-block-column:not(:first-child) {
    margin-right: 32px;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .wp-block-column {
    margin-bottom: 28px;
  }

  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.c-accordion__item {
  margin-bottom: 5px;
}

h2.c-accordion__title {
  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;
  margin: 0;
  padding: 15px 20px 20px 32px;
  line-height: 1em;
  text-align: left;
  border-radius: 3px 3px 0 0;
}

.c-accordion__title:after {
  position: absolute;
  top: 50%;
  right: auto;
  content: "+";
  color: #fff;
  font-weight: 800;
  transform: translateY(-50%);
  left: 10px;
  font-size: 23px;
}

.c-accordion__content {
  display: block;
  padding: 18px;
  border: 1px solid #782266;
  border-radius: 0 0 3px 3px;
}

.wp-block-image.square {
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 50%;
}

.wp-block-image.square img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.wp-block-image.circle {
  max-width: 100%;
  width: 100%;
  display: block;
}

.spinnattic-frame {
  margin: 38px auto;
}

.video-container {
  margin: 25px auto 0px auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.section-gray {
  background-color: #ccc;
  padding: 60px 0;
  margin: 60px 0;
  position: relative;
}

.section-gray:before {
  top: 0;
  bottom: 0;
  left: -2000px;
  right: 100%;
  background-color: #ccc;
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
}

.section-gray:after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -2000px;
  background-color: #ccc;
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
}

.mh-animate {
  text-align: center;
  margin-bottom: 30px;
}

.mh-animate .home-about--info {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.77778rem;
}

.mh-animate .small-text {
  font-size: 2rem;
  opacity: .8;
}

.mh-animate figcaption {
  margin-top: 26px;
  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;
}

html main #testimonial_slider {
  text-align: center;
}

html main #testimonial_slider p.testimonial-p {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
}

html main #testimonial_slider p.testimonial-role {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.6em !important;
  margin-top: 1em;
  font-weight: bold !important;
}

#slider_reflections .owl-item h2 {
  text-transform: none !important;
  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;
  color: #333;
  padding-left: 20px;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 10px;
}

#slider_reflections .owl-item img {
  max-width: 180px;
}

#top #searchsubmit, .ajax_load {
  width: 62px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
  height: 40px !important;
  margin-top: 22px;
}

.st-ui-thumbnail {
  width: 120px;
  float: left;
  height: 120px;
  background-size: cover;
  background-position: center;
}

.search-content {
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px;
}

.st-ui-result {
  margin: 28px 0;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #444;
  padding-bottom: 30px;
}

.st-ui-type-heading {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.st-ui-result:after {
  display: block;
  content: '';
  clear: both;
}

p.alertbox {
  padding: 20px;
  background-color: #ccc;
}

#scroll-top-link {
  position: fixed;
  bottom: 20px;
  right: 40px;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #ccc;
  color: #444;
  line-height: 37px;
  width: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f077';
  z-index: 200;
  opacity: 0;
  transition: .4s;
  display: block;
  cursor: pointer;
  visibility: visible;
  height: 40px;
}

#scroll-top-link.visible {
  bottom: 40px;
  opacity: 1;
}

#scroll-top-link.visible:hover {
  opacity: .7;
}

#wrap_all #main .title-wrapper {
  display: block !important;
}

div.home-quotes {
  padding: 35px 0px;
}
div.home-quotes .home-quotes--single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
div.home-quotes .home-quotes--single .home-quotes--image {
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 230px;
}
div.home-quotes .home-quotes--single .home-quotes--image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div.home-quotes .home-quotes--single blockquote {
  z-index: 2;
  border: none;
  padding: 0px;
  max-width: 55%;
  margin-bottom: none;
}
div.home-quotes .home-quotes--single blockquote p {
  position: relative;
  font-style: italic;
  font-family: "Georgia", sans-serif;
  position: relative;
  color: #1d4a5e;
  display: inline;
  line-height: 1.2;
}
div.home-quotes .home-quotes--single blockquote p:before {
  content: url("../img/home/quote-open.png");
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 1;
  animation-name: big-and-small;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
div.home-quotes .home-quotes--single blockquote p:after {
  content: url("../img/home/quote-close.png");
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 1;
  animation-name: big-and-small;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

main.single-resource .single-resource--left .single-resource--content div.home-quotes {
  padding: 35px 100px;
}
main.single-resource .single-resource--left .single-resource--content div.home-quotes blockquote p {
  color: #1d4a5e;
}

@media all and (max-width: 1170px) {
  div.home-quotes .home-quotes--single blockquote,
  div.home-quotes .home-quotes--single:nth-child(even) blockquote {
    max-width: 50%;
  }

  main.single-resource .single-resource--left .single-resource--content div.home-quotes {
    padding: 35px 0;
  }
}
@media all and (max-width: 1000px) {
  div.home-quotes .home-quotes--single,
  div.home-quotes .home-quotes--single:nth-child(even) {
    flex-direction: column;
    padding-top: 0px;
  }
  div.home-quotes .home-quotes--single blockquote,
  div.home-quotes .home-quotes--single:nth-child(even) blockquote {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 25px;
    text-align: left;
  }
}
.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
================================================== */
@media only screen and (max-width: 781px) {
  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: disc;
  margin-left: 30px;
}

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

ul.menu.av-main-nav {
  list-style: none;
  margin-left: 0px;
}

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: 27px;
    margin: 0;
  }
}

.access_language button {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  line-height: 1;
  height: 27px;
  float: left;
  background: none;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 3px;
}
.access_language button:hover {
  background: #000;
}
.access_language button:active {
  color: #000;
  background: #fff;
}

.access-toggle--currentState,
.access-toggle--smallestState,
.access-toggle--toggleState {
  padding-right: 3px;
  @incude font-bodyN4;
}

.access-toggle--smallestState {
  font-size: 12px;
}

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

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

.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"], input[type="tel"], input[type="email"], 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 input[type="tel"], #top input[type="email"], #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, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
  color: #78787a;
}
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color: #78787a;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color: #78787a;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-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"] {
  background: #a6223c;
  color: white;
  text-align: center;
  min-width: 161px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: .3s all ease-in-out;
  border: 2px solid #a6223c;
}
.cta:hover, .cta:focus, input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus {
  background: white;
  text-decoration: none;
  color: #a6223c;
  border: 2px solid #a6223c;
}

.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;
}
#top .ninja-forms-form-wrap input[type="submit"].ninja-forms-field {
  padding: 15px 30px;
}

/*@import "_mh_alertbox";*/
html .alert {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  opacity: 1;
  /*height: 100%;*/
  overflow: visible;
  transition: all .3s ease-in-out;
  /*design themes*/
  /*background image and overlay colour styles for medium and large billboard versions*/
  /*small banner*/
}
html .alert svg.minimize {
  width: 15px !important;
  margin-left: 2px;
  fill: #e5e5e5;
}
html .alert svg.maximize {
  width: 15px !important;
  fill: #e5e5e5;
}
html .alert.page_load-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
html .alert p, html .alert a {
  font-family: "Source Sans Pro", "Arial", Sans-serif;
  margin: 0;
  padding: 0;
}
html .alert a {
  line-height: 1.2;
}
html .alert .schedule_launch,
html .alert .schedule_end {
  visibility: hidden;
  height: 0;
}
html .alert.alert-enabled {
  display: block;
}
html .alert.alert-disabled {
  display: none;
}
html .alert.alert_location-enabled {
  /*display: block;*/
}
html .alert.alert_location-disabled {
  display: none !important;
}
html .alert.alert-theme-blue {
  background-color: #0c364a;
  position: relative;
}
html .alert.alert-theme-blue .background-color {
  background-color: #0c364a;
}
html .alert.alert-theme-green {
  background-color: #245e36;
  position: relative;
}
html .alert.alert-theme-green .background-color {
  background-color: #245e36;
}
html .alert.alert-theme-green .alert_sm-banner_headline p,
html .alert.alert-theme-green .alert_md-banner_headline p,
html .alert.alert-theme-green .alert_billboard_headline p {
  text-shadow: #173b22 1px 0 5px;
}
html .alert.alert-theme-purple {
  background-color: #782266;
  position: relative;
}
html .alert.alert-theme-purple .background-color {
  background-color: #782266;
}
html .alert.alert-theme-purple .alert_sm-banner_headline p,
html .alert.alert-theme-purple .alert_md-banner_headline p,
html .alert.alert-theme-purple .alert_billboard_headline p {
  text-shadow: #511744 1px 0 5px;
}
html .alert .alert_toggle .alert-toggle_maximize {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
html .alert .alert_toggle .alert-toggle_maximize .glyphicon {
  font-size: 18px;
  color: #e5e5e5;
}
html .alert .alert_toggle .alert-toggle_maximize:hover {
  cursor: pointer;
}
@media screen and (min-width: 970px) {
  html .alert .alert_toggle .alert-toggle_maximize {
    bottom: 30px;
  }
}
html .alert .alert_toggle .alert-toggle_minimize {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 18px;
  color: #e5e5e5;
}
html .alert .alert_toggle .alert-toggle_minimize p {
  font-weight: 100;
}
html .alert .alert_toggle .alert-toggle_minimize p .glyphicon {
  font-size: 18px;
  margin-left: 10px;
  color: #e5e5e5;
}
html .alert .alert_toggle .alert-toggle_minimize:hover {
  cursor: pointer;
}
html .alert .version_minimized .alert_toggle .alert-toggle_maximize,
html .alert .version_maximized .alert_toggle .alert-toggle_minimize {
  display: block;
}
html .alert .background-img {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-size: 100%;
  filter: blur(10px);
}
html .alert .background-color {
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
html .alert .image {
  width: 195px;
  height: 195px;
  margin-top: 0;
  /*border-radius: 50%;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html .alert .image.image-round {
  border-radius: 50%;
}
html .alert .image.alert_billboard_image {
  width: 195px;
  height: 195px;
}
@media screen and (min-width: 940px) {
  html .alert .image.alert_billboard_image {
    width: 290px;
    height: 290px;
  }
}
html .alert .image-native {
  height: 195px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-size: 100%;
  background: no-repeat;
}
html .alert .image-native.alert_billboard_image {
  /*height: 290px;*/
}
html .alert .alert_sm-banner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 15px;
  /*    @media screen and (min-width: 770px) {
        padding: 27px 15px;
      }*/
}
html .alert .alert_sm-banner .alert_sm-banner_headline {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 5px;
}
html .alert .alert_sm-banner .alert_sm-banner_headline p {
  font-weight: 600;
  font-size: 22px;
  color: #db672a;
  line-height: 1.2;
}
html .alert .alert_sm-banner .alert_sm-banner_subhead {
  display: inline-block;
  width: auto;
}
html .alert .alert_sm-banner .alert_sm-banner_subhead p {
  display: inline;
  font-weight: 100;
  font-size: 22px;
  color: #e5e5e5;
  margin-right: 10px;
  line-height: 1.2;
}
html .alert .alert_sm-banner .alert_sm-banner_subhead span.line_breaker {
  display: block;
}
@media screen and (min-width: 619px) {
  html .alert .alert_sm-banner .alert_sm-banner_subhead p {
    margin-right: 20px;
  }
  html .alert .alert_sm-banner .alert_sm-banner_subhead span.line_breaker {
    display: inline-block;
  }
}
html .alert .alert_sm-banner.version_minimized .alert_sm-banner_subhead {
  width: 90%;
}
@media screen and (min-width: 970px) {
  html .alert .alert_sm-banner.version_minimized .alert_sm-banner_subhead {
    /*originally 970px*/
    /*newly set 1170px*/
    width: auto;
  }
}
html .alert .alert_sm-banner a.button {
  /*display: inline-block;*/
  display: inline;
  padding: 0;
  border-bottom: 3px solid #db672a;
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
html .alert .alert_sm-banner a.button:hover {
  color: #db672a;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 619px) {
  html .alert .alert_sm-banner a.button {
    display: inline-block;
  }
}
html .alert .alert_md-banner {
  height: 610px;
}
@media screen and (min-width: 619px) {
  html .alert .alert_md-banner {
    height: 280px;
  }
}
html .alert .alert_md-banner .alert_md-banner_content {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 35px;
  height: 100%;
}
html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_image {
  margin: 0 auto;
  margin-top: 40px;
}
html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_copy {
  float: left;
  display: block;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 619px) and (max-width: 769px) {
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_image {
    float: left;
    margin: 0 auto;
    margin-top: 40px;
  }
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_copy {
    width: 55%;
    margin-left: 50px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 770px) {
  html .alert .alert_md-banner .alert_md-banner_content {
    padding: 0 15px;
  }
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_image {
    float: left;
  }
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_copy {
    width: 67%;
    margin-left: 50px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_headline {
  display: block;
  margin-right: 25px;
  margin-bottom: 5px;
}
html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_headline p {
  font-weight: 600;
  font-size: 34px;
  color: #db672a;
  /*color: #FFA14C;*/
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 619px) {
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_headline p {
    text-align: left;
  }
}
html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead {
  display: block;
  margin-bottom: 30px;
  margin-top: 25px;
}
html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead p {
  /*display: inline;*/
  font-weight: 100;
  font-size: 20px;
  color: #e5e5e5;
  margin-right: 25px;
  line-height: 1.5;
  text-align: center;
}
html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead span.line_breaker {
  display: block;
}
@media screen and (min-width: 380px) {
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead {
    margin-bottom: 40px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 619px) and (max-width: 769px) {
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead {
    margin-top: 0;
    margin-bottom: 5px;
  }
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead p {
    display: inline;
    text-align: left;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead {
    margin-top: 0;
    margin-bottom: 40px;
  }
  html .alert .alert_md-banner .alert_md-banner_content .alert_md-banner_subhead p {
    display: inline;
    text-align: left;
    line-height: 1.2;
  }
}
html .alert .alert_md-banner .alert_md-banner_content .button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}
html .alert .alert_md-banner .alert_md-banner_content .button a {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s ease-in-out;
  line-height: 1.2;
  border-bottom: 3px solid #db672a;
  /*border-bottom: 3px solid #FFA14C;*/
}
html .alert .alert_md-banner .alert_md-banner_content .button a:hover {
  color: #db672a;
  /*color: #FFA14C;*/
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 619px) and (max-width: 769px) {
  html .alert .alert_md-banner .alert_md-banner_content .button {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 619px) {
  html .alert .alert_md-banner .alert_md-banner_content .button {
    display: inline-block;
    text-align: left;
    width: auto;
  }
  html .alert .alert_md-banner .alert_md-banner_content .button a {
    text-align: inherit;
  }
}
@media screen and (min-width: 769px) {
  html .alert .alert_md-banner .alert_md-banner_content .button {
    margin-bottom: 0;
  }
}
html .alert .alert_billboard {
  /*height: 484px;*/
  height: 610px;
}
@media screen and (min-width: 619px) and (max-width: 770px) {
  html .alert .alert_billboard {
    height: 534px;
  }
}
@media screen and (min-width: 770px) {
  html .alert .alert_billboard {
    height: 584px;
  }
}
html .alert .alert_billboard .alert_billboard_content {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_image {
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (min-width: 619px) and (max-width: 940px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_image {
    float: left;
    margin-top: 195px;
  }
}
@media screen and (min-width: 940px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_image {
    float: left;
    margin-top: 195px;
    margin-top: 155px;
  }
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_copy {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 619px) and (max-width: 769px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_copy {
    width: 55%;
    margin-left: 50px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 770px) {
  html .alert .alert_billboard .alert_billboard_content {
    padding: 0 15px;
  }
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_copy {
    width: 60%;
    margin-left: 75px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_headline {
  display: block;
  margin-right: 25px;
  margin-bottom: 10px;
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_headline p {
  font-weight: 600;
  font-size: 34px;
  color: #db672a;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 619px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_headline p {
    text-align: left;
  }
}
@media screen and (min-width: 770px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_headline p {
    font-size: 50px;
  }
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_sm {
  display: block;
  margin-bottom: 40px;
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_sm p {
  font-weight: 100;
  font-size: 20px;
  color: #e5e5e5;
  margin-right: 25px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 619px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_sm p {
    display: inline;
    text-align: left;
    line-height: 1.2;
  }
}
@media screen and (min-width: 940px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_sm {
    display: none;
  }
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_lg {
  display: none;
  margin-bottom: 50px;
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_lg p {
  display: block;
  font-weight: 100;
  font-size: 20px;
  color: #e5e5e5;
  margin-right: 25px;
  line-height: 1.2;
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_lg p a {
  text-decoration: none;
  border-bottom: 2px solid #db672a;
  color: #ffffff;
  transition: all .3s ease-in-out;
}
html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_lg p a:hover {
  color: #db672a;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 940px) {
  html .alert .alert_billboard .alert_billboard_content .alert_billboard_subhead_lg {
    display: block;
  }
}
html .alert .alert_billboard .alert_billboard_content .button {
  display: block;
  padding: 0;
  line-height: 1.2;
  text-align: center;
  padding: 0;
}
html .alert .alert_billboard .alert_billboard_content .button a {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #db672a;
  transition: all .3s ease-in-out;
}
html .alert .alert_billboard .alert_billboard_content .button a:hover {
  color: #db672a;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 619px) {
  html .alert .alert_billboard .alert_billboard_content .button {
    display: inline-block;
    width: auto;
  }
  html .alert .alert_billboard .alert_billboard_content .button a {
    text-align: inherit;
  }
}
@media screen and (min-width: 770px) {
  html .alert .alert_billboard .alert_billboard_content .button a {
    font-size: 30px;
  }
}
html .alert .alert-visible {
  display: block;
}
html .alert .alert-hidden {
  display: none;
}

.optinmonster-container {
  width: 100%;
  background: #1D5A32;
  min-height: 100px;
}

/******  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: #2e3e47;
  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: 1.4rem;
  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;
  font-size: 0.88889rem;
}
.pageFooter .menu-item a {
  padding: 0 0 0.8em;
  border-bottom: none;
  margin-bottom: 0.8em;
}
.pageFooter .menu-item:last-child a {
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .pageFooter {
    padding-bottom: 80px;
  }
}

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

@media screen and (min-width: 1200px) {
  #top .pageFooter-column--3 {
    width: 23%;
  }
}
#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: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .pageFooter-column--4 {
    margin-left: 40px;
  }
}
.pageFooter-column--4 .button {
  background: #a6223c;
  color: white;
  padding: 15px 30px;
  text-align: center;
  min-width: 161px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: .3s all ease-in-out;
  border: 2px solid #a6223c;
  margin: 10px 0;
}
.pageFooter-column--4 .button:hover, .pageFooter-column--4 .button:focus {
  background: white;
  text-decoration: none;
  color: #a6223c;
  border: 2px solid #a6223c;
}
.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;
  }
}

header#header .container {
  max-width: none;
  width: 100%;
}

body.page-template-sundaymass-landing .page-title {
  display: none;
}

body.page-template-sundaymass-landing .page-breadcrumb,
body.sunday-mass-bible-template .page-breadcrumb,
body.page-template-blog-new .page-breadcrumb {
  display: none;
}
body.page-template-sundaymass-landing header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar,
body.sunday-mass-bible-template header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar,
body.page-template-blog-new header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar {
  display: block;
  position: absolute;
  left: 38px;
  width: 320px !important;
  padding-top: 8px;
  z-index: 10;
  text-align: left;
}
body.page-template-sundaymass-landing header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar.sunday-mass-bible,
body.sunday-mass-bible-template header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar.sunday-mass-bible,
body.page-template-blog-new header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar.sunday-mass-bible {
  width: 350px;
  text-align: left;
}

body.page-template-blog-new .page-breadcrumb-title-bar {
  display: none !important;
}

body.sunday-mass-bible-template .page-breadcrumb-title-bar {
  display: block;
}

body.page-template-blog-new header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar {
  width: 290px;
}

@media (max-width: 1300px) {
  body.page-template-sundaymass-landing header.sm-header .container {
    width: 100%;
  }
  body.page-template-sundaymass-landing header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar {
    position: absolute;
    left: 38px;
    width: 320px !important;
    padding-top: 8px;
  }

  body.page-template-blog-new header.sm-header .container {
    width: 100%;
  }
  body.page-template-blog-new header.sm-header .container .page-breadcrumb.page-breadcrumb-title-bar {
    position: absolute;
    left: 38px;
    width: 290px;
    padding-top: 8px;
  }
}
@media (max-width: 800px) {
  body.page-template-sundaymass-landing .page-breadcrumb,
  body.page-template-blog-new .page-breadcrumb {
    display: block;
  }
  body.page-template-sundaymass-landing header.sm-header .page-breadcrumb.page-breadcrumb-title-bar,
  body.page-template-sundaymass-landing header.sm-header a.sm-local-link,
  body.page-template-blog-new header.sm-header .page-breadcrumb.page-breadcrumb-title-bar,
  body.page-template-blog-new header.sm-header a.sm-local-link {
    display: none !important;
  }
}
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;
}
@media screen and (max-width: 900px) {
  html body #wrap_all #main {
    position: relative;
    top: 80px;
  }
}

html #header_main {
  background: rgba(255, 255, 255, 0.9);
  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;
}

@media screen and (min-width: 901px) {
  html #header_main > .container {
    height: 27px !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;
  top: 0;
  background: #a8233e;
  z-index: 999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.donate-strip .donate-strip-button {
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 21px 15px;
}
.donate-strip .donate-strip-button .donate-strip-icon {
  position: relative;
  top: 2px;
  height: 14px;
  margin-left: 4px;
}

.bar-main-menu .donate-button {
  background: #a8233e;
  height: 80px;
  width: 80px;
  line-height: 80px;
  float: right !important;
  font-size: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  min-width: 120px;
  border-radius: 2px;
}

@media screen and (min-width: 767px) {
  .bar-main-menu .donate-button {
    display: inline-block;
    background: #a8233e;
    height: calc(80px - 30px);
    margin: 15px 5px;
    line-height: calc(80px - 30px);
    width: auto;
    padding: 0;
  }
  .bar-main-menu .donate-button a {
    color: white;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: block;
    line-height: calc(80px - 30px) !important;
    padding: 0 15px;
  }
  .bar-main-menu .donate-button a:hover, .bar-main-menu .donate-button a:focus, .bar-main-menu .donate-button a:active {
    color: #fff;
    background: #881D32;
    text-decoration: none;
  }

  .donate-strip {
    display: none;
  }
}
@media screen and (min-width: 766px) {
  a.donate-link {
    height: calc(70px - 20px) !important;
    line-height: calc(70px - 20px) !important;
    text-align: center;
    text-indent: 3px;
  }
  a.donate-link .svg-no-id {
    position: relative;
    top: 2px;
    height: 14px;
    margin-left: 4px;
  }
  a.donate-link .svg-no-id path.cls-1 {
    fill: #ffffff;
  }
}
@media screen and (min-width: 901px) {
  .bar-main-menu .donate-button {
    height: calc(70px - 20px);
    margin: 10px 15px;
    /*    a.donate-link {
          height: calc(70px - 20px) !important;
          line-height: calc(70px - 20px) !important;
          text-align: center;
          text-indent: 3px;
          #Layer_1 {
            position: relative;
            top: 2px;
            height: 14px;
            margin-left: 4px; 
          }
        }*/
  }

  .bar-main-menu .mobile-search-toggle {
    height: 70px;
  }

  .donate-button {
    display: none;
  }

  .donate-strip {
    display: block;
  }
}
.bar-main-menu .donate-button {
  display: none;
}

#main .donate-strip {
  display: block;
}

@media screen and (min-width: 767px) {
  .bar-main-menu .donate-button {
    display: block;
    display: block !important;
    opacity: 1 !important;
  }

  #main .donate-strip {
    display: none;
  }
}
@media screen and (min-width: 1170px) {
  .bar-main-menu .donate-button {
    display: block;
  }

  #main .donate-strip {
    display: none;
  }
}
/***** Language
*****/
.other-language {
  line-height: 27px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 0 15px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.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;
  padding: 0;
}

.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;
}

iframe[data-name="pb-iframe-player"] {
  height: auto !important;
}

.mobile-menu-item {
  cursor: pointer;
}

/******  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: 27px;
    margin: 0;
  }
}

.access_language button {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  white-space: no-wrap;
  line-height: 1;
  height: 27px;
  float: left;
  background: none;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 3px;
}
.access_language button:hover {
  background: #000;
}
.access_language button:active {
  color: #000;
  background: #fff;
}

.access-toggle--currentState,
.access-toggle--smallestState,
.access-toggle--toggleState {
  padding-right: 3px;
  @incude font-bodyN4;
}

.access-toggle--smallestState {
  font-size: 12px;
}

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

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

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

/****** main nav menu style
******/
/*#menu-item-15814 > .sub-menu.sub-menu-container { 
  opacity: 1 !important;
  visibility: visible !important;
}*/
/*#menu-item-22864 > .sub-menu.sub-menu-container { 
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}*/
/*.sub-menu.sub-menu-container {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}*/
#wpadminbar {
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  html #header_main .inner-container:first-child {
    display: none;
  }
}

#header_main_alternate .main_menu ul#avia-menu .bar-main-menu {
  padding: 0;
}
#header_main_alternate .main_menu ul#avia-menu.mobileOpen {
  min-height: 100vh !important;
}

.mobileOpen .at-custom-mobile-bar {
  display: none;
  z-index: 10 !important;
}

.logo-link img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 900px) {
  .html_header_top.html_bottom_nav_header #top .main_menu ul#avia-menu {
    top: 80px;
    /*position: static;*/
  }
  .html_header_top.html_bottom_nav_header #top .main_menu ul#avia-menu li.bar-main-menu {
    position: fixed;
    background: white;
    z-index: 100;
    margin-top: calc(80px* -1);
    left: 0;
    right: 0;
    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);
  }
  .html_header_top.html_bottom_nav_header #top .main_menu ul#avia-menu.mobileOpen {
    margin-bottom: 80px;
  }
  .html_header_top.html_bottom_nav_header #top .main_menu ul#avia-menu.mobileOpen li.bar-main-menu {
    position: relative;
  }
}
@media screen and (min-width: 901px) {
  .html_header_top.html_bottom_nav_header #top .main_menu ul#avia-menu li.bar-main-menu {
    position: static;
    border: none;
  }
}
#avia-menu .mobile-menu-toggle:focus, #avia-menu .mobile-menu-toggle:active, #avia-menu .mobile-menu-toggle:hover,
#avia-menu .mobile-search-toggle:focus,
#avia-menu .mobile-search-toggle:active,
#avia-menu .mobile-search-toggle:hover {
  outline: 0;
  background: #f2f2f2;
}

.main_menu ul#avia-menu .bar-main-menu button.mobile-menu-toggle .mobile-menu-icon,
.main_menu ul#avia-menu .bar-main-menu button.mobile-menu-toggle .mobile-search-icon, .main_menu ul#avia-menu .bar-main-menu button.mobile-search-toggle .mobile-menu-icon,
.main_menu ul#avia-menu .bar-main-menu button.mobile-search-toggle .mobile-search-icon {
  width: 100%;
  height: 25px;
}
.main_menu ul#avia-menu .bar-main-menu button.mobile-menu-toggle .mobile-menu-close,
.main_menu ul#avia-menu .bar-main-menu button.mobile-menu-toggle .mobile-search-close, .main_menu ul#avia-menu .bar-main-menu button.mobile-search-toggle .mobile-menu-close,
.main_menu ul#avia-menu .bar-main-menu button.mobile-search-toggle .mobile-search-close {
  color: #245e36;
  width: 100%;
  height: 25px;
}

.main_menu ul#avia-menu .bar-main-menu button.mobile-menu-toggle .mobile-menu-icon {
  display: block;
  height: 25px;
  top: 2px;
  position: relative;
}
.main_menu ul#avia-menu .bar-main-menu button.mobile-menu-toggle .mobile-menu-close {
  display: none;
  height: 0;
}
.main_menu ul#avia-menu.mobileOpen .bar-main-menu button.mobile-menu-toggle .mobile-menu-icon {
  display: none;
  height: 0;
}
.main_menu ul#avia-menu.mobileOpen .bar-main-menu button.mobile-menu-toggle .mobile-menu-close {
  display: block;
  height: 25px;
}

.main_menu ul#avia-menu .bar-main-menu button.mobile-search-toggle .mobile-search-icon {
  display: block;
}
.main_menu ul#avia-menu .bar-main-menu button.mobile-search-toggle .mobile-search-close {
  display: none;
}
.main_menu ul#avia-menu.searchOpen .bar-main-menu button.mobile-search-toggle .mobile-search-icon {
  display: none;
}
.main_menu ul#avia-menu.searchOpen .bar-main-menu button.mobile-search-toggle .mobile-search-close {
  display: block;
}

#avia-menu .mobile-menu-overlay {
  display: none !important;
}
#avia-menu.mobileOpen .bar-main-menu, #avia-menu.searchOpen .bar-main-menu {
  border-bottom: 4px solid #245e36;
}
#avia-menu.mobileOpen .bar-main-menu {
  overflow: visible !important;
}
#avia-menu.mobileOpen .mobile-menu-toggle {
  position: relative;
  z-index: 100;
}
#avia-menu.mobileOpen .mobile-menu-toggle:after {
  content: '';
  position: absolute;
  left: calc(50% - 17px);
  top: calc(100% - 17px);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #245e36;
}
#avia-menu.searchOpen .bar-main-menu {
  overflow: visible !important;
}
#avia-menu.searchOpen .mobile-search-input {
  display: inline-block !important;
  background: none;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#avia-menu.searchOpen .mobile-search-input:focus {
  outline: 2px solid #245e36;
}
#avia-menu.searchOpen .mobile-search-toggle {
  position: relative;
  z-index: 100;
}
#avia-menu.searchOpen .mobile-search-toggle:after {
  content: '';
  position: absolute;
  left: calc(50% - 17px);
  top: calc(100% - 17px);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #245e36;
}

.form-search--mobile {
  display: none;
  position: absolute;
  top: 72px;
  width: 100%;
  background: #fff;
  padding: 15px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.form-search--mobile input, .form-search--mobile button {
  float: left;
  height: 42px;
}
.form-search--mobile input {
  width: calc(100% - 55px);
  display: none !important;
  margin: 0;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 0;
  -moz-appearance: none;
}
.form-search--mobile button[type="submit"].btn {
  background-color: #245e36;
  width: 55px;
  text-indent: -9999px;
  min-width: 105px;
  position: relative;
  border-radius: 0;
  border: none;
}
.form-search--mobile button[type="submit"].btn:hover {
  color: #fff !important;
}
.form-search--mobile button[type="submit"].btn .replaced-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.form-search--mobile button[type="submit"].btn .replaced-svg path {
  fill: #fff;
}

@media screen and (min-width: 1050px) {
  .form-search--mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40%;
    padding-right: 15%;
  }
  .form-search--mobile button {
    width: 105px;
    text-indent: 25px;
  }
  .form-search--mobile button .replaced-svg {
    width: 35px;
    padding: 2px;
    padding-left: 16px;
  }
  .form-search--mobile input {
    width: calc(100% - 105px);
  }
}
@media screen and (min-width: 1400px) {
  .form-search--mobile {
    padding-left: 50%;
    padding-right: 20%;
  }
}
@media screen and (min-width: 1800px) {
  .form-search--mobile {
    padding-right: 25%;
  }
}
.searchOpen .form-search--mobile {
  display: block;
}

.menu-item-top-level.mobileOpen {
  display: block !important;
}

.av-main-nav li.menu-item a {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #b5b5b5;
  text-align: left;
  color: #000;
}

.topLevel-sub-menu ul .sub-menu {
  position: relative;
  left: 0 !important;
  top: unset;
  opacity: 1 !important;
  visibility: visible !important;
}

.bar-main-menu .dropdown_available {
  display: none;
}

.topLevel-sub-menu .dropdown_available {
  position: absolute;
  right: 15px;
  top: calc(50% - (17px)/2);
}
.topLevel-sub-menu .dropdown_available .square {
  width: 17px;
  height: 17px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
.topLevel-sub-menu .dropdown_available .plus, .topLevel-sub-menu .dropdown_available .minus {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 32px;
  text-align: center;
  -webkit-transition: .15s all ease-out;
  transition: .15s all ease-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.topLevel-sub-menu .dropdown_available .plus {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url('../img/menu-plus-icon.svg');
}
.topLevel-sub-menu .dropdown_available .minus {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url('../img/menu-minus-icon.svg');
}

.topLevel-sub-menu.mobileOpen .dropdown_available .square .minus {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.topLevel-sub-menu.mobileOpen .dropdown_available .square .plus {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main_menu ul.mobileOpen li.menu-featureItem {
  display: none;
}

@media screen and (min-width: 901px) {
  .main_menu ul.mobileOpen li.menu-featureItem {
    display: block;
  }
}
#top #header_main_alternate .av-main-nav ul.sub-menu a {
  padding: 11px 15px;
  height: auto !important;
  /*override font-family: inherit here;*/
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#top #header_main_alternate .av-main-nav ul.sub-menu a span {
  font-size: 18px;
  color: #252525;
  padding: 0;
  line-height: 1.2;
}
#top #header_main_alternate .av-main-nav ul.sub-menu a:hover, #top #header_main_alternate .av-main-nav ul.sub-menu a:active, #top #header_main_alternate .av-main-nav ul.sub-menu a:focus {
  color: #a8233e;
}
#top #header_main_alternate .av-main-nav ul.sub-menu a:hover span, #top #header_main_alternate .av-main-nav ul.sub-menu a:active span, #top #header_main_alternate .av-main-nav ul.sub-menu a:focus span {
  color: #a8233e;
}

@media screen and (max-width: 900px) {
  #top #avia-menu li.mobileMenu_bottom ul.sub-menu.sub-menu-container {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: none;
  }
}
#top #header_main_alternate #avia-menu li.mobileMenu_bottom > a {
  display: none;
}
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .menu-featureItem {
  display: block;
}
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .menu-item {
  display: none;
}
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--language a, #top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--language span,
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--phone a,
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--phone span {
  color: #a8233e;
  padding: 10px 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--phone a, #top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--phone span {
  font-weight: bold;
}
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--language a, #top #header_main_alternate #avia-menu li.mobileMenu_bottom .mobileMenu_bottom_info--language span {
  font-size: 15px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mobileMenu_bottom_container {
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 100px;
}
.mobileMenu_bottom_container span.phone-icon {
  display: inline-block;
  background-image: url('../img/phone-icon.png');
  width: 21px;
  height: 21px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol > a,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol > a,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol > a,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol > a {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  html .main_menu ul li.bar-main-menu {
    float: right;
    height: 70px;
  }
  html .main_menu ul li.bar-main-menu .logo-link {
    height: 100%;
    width: auto;
    padding: 10px;
  }

  .mobileMenu_bottom {
    display: none;
  }

  .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li,
  .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li:hover,
  .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li:focus {
    position: static;
    height: 100%;
  }

  .mobileMenu_bottom_container {
    display: none;
  }

  .main_menu ul li.topLevel-sub-menu.menu-item > a {
    border-bottom: none;
    margin: 0;
    width: auto;
    padding: 0 7px;
  }
  .main_menu ul li.topLevel-sub-menu.menu-item span.avia-menu-text {
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: -0.5px !important;
    padding: 5px;
    color: #000;
    /*cursor: default;*/
  }
  .main_menu ul li.topLevel-sub-menu.menu-item a .square {
    display: none;
  }
  .main_menu ul li.topLevel-sub-menu.menu-item:hover span.avia-menu-text {
    color: #fff;
  }

  #avia-menu.searchOpen .mobile-search-toggle {
    border: none;
  }
  #avia-menu.searchOpen .mobile-search-toggle:after {
    display: none;
  }

  button.mobile-search-toggle .mobile-search-icon {
    fill: #245e36;
  }

  .searchOpen .form-search--mobile {
    right: 0px;
    /*width: 490px;*/
    width: 100%;
    /*top: $desktopBarHeight;*/
    top: 72px;
  }

  #avia-menu.mobileOpen .mobile-menu-overlay,
  #avia-menu.searchOpen .mobile-menu-overlay {
    display: none !important;
  }

  ul#avia-menu {
    padding-left: 130px;
    max-width: 1300px;
    margin: 0 auto;
    position: static;
  }

  .topLevel-sub-menu {
    position: relative;
  }
  .topLevel-sub-menu:hover {
    background-color: #245e36;
  }
  .topLevel-sub-menu:hover ul.sub-menu-container {
    z-index: 100000;
  }
  .topLevel-sub-menu a:hover {
    color: white;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .topLevel-sub-menu ul.sub-menu-container {
    background: white;
    width: 100vw;
    left: 0;
    right: 0;
    padding: 10px calc((100vw - 930px) /2) 25px;
    z-index: 1;
    border-top: 3px solid #245e36;
    height: auto;
  }

  #header_main.container_wrap > .container {
    display: block;
    background: #252525;
    height: 20px;
    padding: 0 35px;
  }

  #top .av-main-nav .topLevel-threeCol .nav_section_column,
  #top .av-main-nav .topLevel-fourCol .nav_section_column {
    float: left;
  }
  #top .av-main-nav .topLevel-threeCol ul.sub-menu li.menu-featureItem,
  #top .av-main-nav .topLevel-fourCol ul.sub-menu li.menu-featureItem {
    float: right;
  }
  #top .av-main-nav .topLevel-threeCol #menu-item-15801,
  #top .av-main-nav .topLevel-fourCol #menu-item-15801 {
    padding-left: 0;
  }
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol {
    padding: 10px 25px;
  }
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol a:first-child,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol a:first-child,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol a:first-child,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol a:first-child {
    /*cursor: default;*/
    /*pointer-events: none;*/
  }
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol > a span,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol > a span,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol > a span,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol > a span {
    color: #a2a2a2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
  }
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol > a span:after,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol > a span:after,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol > a span:after,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol > a span:after {
    content: '';
    width: 64px;
    height: 1px;
    position: relative;
    display: block;
    border-bottom: 1px solid #b5b5b5;
    margin: 0 auto;
    top: 8px;
  }
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol ul,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol ul,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol ul,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol ul {
    width: auto;
    padding: 0;
    box-shadow: none;
    height: auto;
    overflow: hidden;
    border: none;
  }
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol ul > li a,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol ul > li a,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol ul > li a,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol ul > li a {
    padding: 5px 0;
  }
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--threecol > a,
  #top .av-main-nav .topLevel-threeCol ul li.new-nav_section_column--fourcol > a,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--threecol > a,
  #top .av-main-nav .topLevel-fourCol ul li.new-nav_section_column--fourcol > a {
    padding-bottom: 18px;
  }

  .avia-menu .topLevel-threeCol ul.sub-menu li.menu-featureItem {
    width: 33%;
    max-width: 250px;
  }
  .avia-menu .topLevel-threeCol ul.sub-menu .new-nav_section_column--threecol {
    width: 33%;
  }

  #top .av-main-nav .menu-featureItem span.subheader-featured {
    color: #a2a2a2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 11px 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
  }
  #top .av-main-nav .menu-featureItem span.subheader-featured:after {
    content: '';
    width: 64px;
    height: 1px;
    position: relative;
    display: block;
    border-bottom: 1px solid #b5b5b5;
    left: calc(50% - 32px);
    top: 8px;
  }
  #top .av-main-nav .menu-featureItem .menu-feature-inner {
    opacity: 1 !important;
    display: block !important;
    padding: 15px 0;
  }
  #top .av-main-nav .menu-featureItem .menu-feature-inner img {
    display: block;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info {
    background-color: #efefef;
    padding: 15px 12px;
    text-align: center;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info h3 {
    font-size: 17px;
    line-height: 1.1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info p {
    line-height: 1.2;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    margin: 0;
    color: #666666;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info p br {
    display: none;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info a {
    padding: 0;
    font-size: 16px;
    margin-top: 9px;
    color: #252525;
    text-align: center;
    position: relative;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info a svg {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 12px;
    margin-left: 4px;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info a svg path {
    fill: #000000;
  }
  #top .av-main-nav .menu-featureItem .menu-item--info a:hover svg path {
    fill: #a8233e;
  }

  .avia-menu .topLevel-fourCol ul.sub-menu li.menu-featureItem {
    width: 250px;
  }
  .avia-menu .topLevel-fourCol ul.sub-menu .new-nav_section_column--fourcol {
    width: calc(((100% - 250px) /3) - 1px);
  }

  .new-nav_section_column > a {
    display: block !important;
    margin-top: 30px;
  }

  .nav_section_column a {
    cursor: pointer;
  }
  .nav_section_column ul.sub-menu-container li a {
    cursor: pointer;
  }

  li.menu-featureItem {
    cursor: default;
  }

  .av-main-nav li:hover .avia-menu-fx {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li.standard-width {
    position: relative;
  }
  .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li.standard-width ul {
    max-width: 260px;
    padding: 25px 35px;
    padding-left: 50px;
    position: absolute;
    left: unset;
    right: unset;
    left: calc((260px /2) * -1);
    margin-left: 50%;
  }
  .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li.standard-width ul a {
    padding: 7px 0;
  }
  .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child > li.standard-width .menu-featureItem {
    display: none;
  }

  .contact-icon {
    background-color: #252525;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 19px;
    -webkit-mask-repeat: no-repeat;
  }
  .contact-icon:hover {
    background-color: #a8233e;
  }
  .contact-icon--profile {
    -webkit-mask-image: url('../img/contact-profile.svg');
    mask-image: url('../img/contact-profile.svg');
  }
  .contact-icon--heart {
    -webkit-mask-image: url('../img/contact-heart.svg');
    mask-image: url('../img/contact-heart.svg');
  }
  .contact-icon--news {
    -webkit-mask-image: url('../img/contact-news.svg');
    mask-image: url('../img/contact-news.svg');
  }

  .heart-icon a:hover .contact-icon,
  .profile-icon a:hover .contact-icon,
  .news-icon a:hover .contact-icon {
    background-color: #a8233e;
  }

  .main_menu ul#avia-menu.mobileOpen {
    min-height: auto;
  }
}
@media screen and (min-width: 1170px) {
  .searchOpen .form-search--mobile {
    /*right: 110px;*/
  }

  nav.main_menu ul li.topLevel-sub-menu.menu-item > a span.avia-menu-text {
    padding: 5px 15px;
  }

  ul#avia-menu {
    padding-left: 180px;
  }

  html .main_menu ul li.bar-main-menu a.logo-link {
    padding: 10px 35px 10px;
  }
}
@media screen and (min-width: 1700px) {
  .searchOpen .form-search--mobile {
    /*right: 400px;*/
  }
}
@media screen and (min-width: 901px) {
  .searchOpen .form-search--mobile {
    z-index: 1000000;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  }

  /*  nav.main_menu {
      overflow: hidden;
  
      &:hover {
        overflow: visible;
      }
    }*/
  li.topLevel-sub-menu {
    /*height: 0;*/
    /*overflow: hidden;*/
  }
  li.topLevel-sub-menu ul {
    display: none !important;
  }
  li.topLevel-sub-menu:hover {
    /*height: auto;*/
    /*overflow: visible;*/
  }
  li.topLevel-sub-menu:hover ul {
    display: block !important;
  }
}
@media screen and (min-width: 1050px) {
  nav.main_menu ul li.topLevel-sub-menu.menu-item > a span.avia-menu-text {
    font-size: 18px;
    padding: 5px 10px;
  }

  .bar-main-menu .donate-button {
    margin-left: 33px;
    text-align: center;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1170px) {
  nav.main_menu ul li.topLevel-sub-menu.menu-item > a span.avia-menu-text {
    font-size: 18px;
    padding: 5px 19px;
  }
}
.main_menu li a:hover, .main_menu li a:focus {
  color: #C5272D;
}

@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;
}

@media screen and (max-width: 900px) {
  #top #avia-menu .sub-menu,
  #top #avia-menu .sub-menu:hover {
    display: none;
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  #top #avia-menu .sub-menu .sub-menu {
    padding: 15px;
    border-top: none;
    border-bottom: 1px solid #646464;
  }
}

@media screen and (max-width: 900px) {
  #top .av-main-nav li:hover > ul {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  html .main_menu ul li {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /*@media screen and (max-width: $nav-breakpoint-min){*/
  .responsive #top #header_main_alternate .av-main-nav .menu-item {
    /*display: none;*/
  }
}
#header_main_alternate .avia-menu {
  background: #ffffff;
}

@media screen and (max-width: 900px) {
  html #header_main_alternate .main_menu ul.mobileOpen li {
    display: block !important;
    float: none;
  }
  html #header_main_alternate .main_menu ul.mobileOpen li.menu-featureItem {
    display: none !important;
  }
  html #header_main_alternate .main_menu ul.mobileOpen li.menu-featureItem.mobile_show {
    display: block !important;
  }

  ul#avia-menu:not(.mobileOpen) .mobileOpen {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  ul#avia-menu.mobileOpen li.mobileOpen > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #top #avia-menu .sub-menu {
    display: none !important;
  }

  #top #avia-menu .mobileOpen .sub-menu {
    display: block !important;
    height: auto;
    padding: 0;
    border: none;
    padding-left: 8px;
    background: #f7f7f7;
    padding-top: 10px;
  }
  #top #avia-menu .mobileOpen .sub-menu .sub-menu {
    padding-top: 0;
  }
}
#top #header_main_alternate #avia-menu li.mobileMenu_bottom .menu-item {
  display: none !important;
}

html #header_main .inner-container:first-child {
  display: none;
}
@media screen and (min-width: 901px) {
  html #header_main .inner-container:first-child {
    display: block;
  }
  html #header_main .inner-container:first-child .search-form {
    display: none;
  }
}

.main_menu li.av-language-switch-item,
.main_menu li.av-burger-menu-main,
html #header_main_alternate .main_menu ul.mobileOpen li.av-language-switch-item,
html #header_main_alternate .main_menu ul.mobileOpen li.av-burger-menu-main {
  display: none !important;
}

@media screen and (max-width: 900px) {
  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: 900px) {
  .html_header_top body .av_bottom_nav_header .main_menu ul:first-child > li a {
    line-height: normal !important;
    height: calc(80px - 4px) !important;
    min-width: 100px !important;
  }
}

@media screen and (max-width: 900px) {
  .html_header_top body .av_bottom_nav_header .main_menu ul:first-child > li a.donate-link {
    height: 50px !important;
    line-height: 50px !important;
  }
}
.main_menu .sub-menu li a {
  max-width: auto;
}

.responsive .av-burger-menu-main {
  display: none !important;
}

@media screen and (max-width: 900px) {
  html .av-main-nav li {
    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;
    box-shadow: none;
    margin: 0;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

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: 900px) {
  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;
    color: #a8233e;
  }
}

#top .av-main-nav ul a {
  line-height: 1.2;
}
#top .av-main-nav ul a span {
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  .responsive #top #wrap_all #header_main_alternate .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

html .main_menu ul li.bar-main-menu {
  padding-bottom: 1em;
}
html .main_menu ul li.bar-main-menu .logo-link {
  width: 50%;
  float: left;
  padding: 15px;
  padding-left: 12px;
  height: 80px;
  padding-bottom: 11px;
}
html .main_menu ul li.bar-main-menu .logo-link img {
  height: 100%;
  width: auto;
  display: block;
  float: left;
}
html .main_menu ul li.bar-main-menu .logo-link img.logo-large {
  display: none;
}
html .main_menu ul li.bar-main-menu .logo-link img.logo-small {
  display: block;
}
@media screen and (min-width: 400px) {
  html .main_menu ul li.bar-main-menu .logo-link {
    padding-left: 20px;
    padding: 17px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  html .main_menu ul li.bar-main-menu .logo-link {
    float: left;
  }
  html .main_menu ul li.bar-main-menu .logo-link img.logo-large {
    display: block;
  }
  html .main_menu ul li.bar-main-menu .logo-link img.logo-small {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  html .main_menu ul li.bar-main-menu {
    display: block;
    padding: 1em;
    height: 80px;
    margin-left: 0em;
    margin-right: 5.3em;
  }
}
@media screen and (min-width: 901px) {
  html .main_menu ul li.bar-main-menu .logo-link {
    position: absolute;
    left: 0;
    height: 100% !important;
    width: auto;
    padding: 13px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1300px) {
  html .main_menu ul li.bar-main-menu .logo-link {
    left: calc((100% - 1300px)/2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .main_menu ul li.bar-main-menu {
    margin: 0px;
    padding: 0;
    text-align: center;
  }
}
@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 {
  display: inline-block;
  height: calc(80px - 4px);
  width: 75px;
  line-height: 80px;
  float: right !important;
  font-size: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (min-width: 901px) {
  .mobile-menu-toggle {
    display: none;
  }
}

.mobile-search-toggle {
  padding: 10px 0;
}

.mobile-search-icon {
  height: 25px;
  width: 100%;
}

.mobile-search-input {
  display: none;
  width: 100%;
  margin-top: 1em;
}

.mobile-search-input.st-default-search-input {
  box-sizing: border-box !important;
}

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: 70px;
    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: 70px;
  }
}
@media screen and (max-width: 900px) {
  html .avia-menu .menu-item {
    padding-right: 0em;
    height: auto;
  }
}
html .avia-menu .menu-item .avia-menu-text,
html .avia-menu .menu-item .avia-menu-text:hover {
  font-weight: bold;
  padding: 0 15px;
  font-size: 17px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@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: 17px;
  }
}
@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.70rem;
  }
}
@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 {
  height: 70px;
}
html .av-main-nav > .menu-item > a > .avia-menu-text {
  line-height: 70px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html .av-main-nav > .menu-item > a > .avia-menu-text {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 768px) {
  .avia-menu .menu-item:hover {
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  .avia-menu .menu-item:hover {
    height: auto;
  }
}

.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.responsive body#top #wrap_all #header {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  html.responsive body#top #wrap_all #header {
    position: relative;
  }
}

.html_header_top #header_main .container_wrap .main_menu > div,
.html_header_top #header_main .container_wrap .main_menu ul:first-child {
  height: 70px !important;
}
@media screen and (min-width: 770px) {
  .html_header_top #header_main .container_wrap .main_menu > div,
  .html_header_top #header_main .container_wrap .main_menu ul:first-child {
    /*height: 80px;*/
  }
}

html .avia-menu .menu-item .menu-item {
  height: auto;
  width: 100%;
}

.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: #245e36;
  z-index: 50;
  position: relative;
}

.topLevel-sub-menu.mobileOpen .avia-menu-text {
  color: #245e36;
}

@media screen and (min-width: 901px) {
  .menu.av-main-nav > li.menu-item:hover > a {
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .av-main-nav .mobileOpen > .sub-menu {
    height: auto;
  }

  html.mobileOpen body #wrap_all #header {
    overflow-y: auto;
    min-height: 100vh !important;
    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 !important;
}

.html_header_top #top #header_main_alternate .container .main_menu .avia-men {
  height: 80px;
}

.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: 900px) {
  .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;
  }
}

#timedModal {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
#timedModal.modal-show {
  display: block;
  pointer-events: all;
}
#timedModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  cursor: pointer;
  float: none;
  z-index: 13;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: right;
}
#timedModal .close .x {
  font-size: 34px;
  position: relative;
  top: 4px;
  line-height: 0;
}
#timedModal .no-thanks {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
#timedModal .modal-content {
  max-width: 750px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  position: absolute;
  display: flex;
}
#timedModal .modal-content h2 {
  margin-top: 0;
}
#timedModal .modal-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
#timedModal .modal-content .modal-image {
  width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#timedModal .modal-content .modal-text {
  width: 67%;
  background-color: #fff;
  padding: 70px 20px 70px 20px;
}
#timedModal .modalForm .email-wrap {
  position: relative;
}
#timedModal .modalForm .email-wrap .nf-field-label {
  position: absolute;
  z-index: 1;
  top: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  left: 12px;
}
#timedModal .modalForm .email-wrap .nf-field-label label {
  font-weight: 400;
}
#timedModal .modalForm .email-wrap .nf-field-element input {
  padding-left: 100px;
  padding: 12px 12px 12px 65px;
}
#timedModal .modalForm .checkbox-container label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
}
#timedModal .modalForm .nf-element[type="submit"] {
  padding: 15px 17px !important;
}

@media screen and (max-width: 800px) {
  #timedModal .modal-content {
    transform: none;
    left: 15px;
    right: 15px;
    width: auto;
    height: 80vh;
    height: 80svh;
    top: 10vh;
    top: 10svh;
  }
}
@media screen and (max-width: 600px) {
  #timedModal .close {
    top: 21svh;
  }
  #timedModal .modal-content {
    display: inherit;
  }
  #timedModal .modal-content .modal-image {
    width: 100%;
    height: 20svh;
  }
  #timedModal .modal-content .modal-text {
    width: 100%;
  }
  #timedModal .modal-content .modalForm input[type="submit"] {
    width: 100%;
  }
}
.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;
}

.home-article--permalink img {
  background-color: #d2d2d2;
}

.html_header_top.html_bottom_nav_header .page-template-blog-new #header_main_alternate .main_menu {
  /*height: auto;*/
  height: 80px;
}

article.mh-article-card {
  cursor: pointer;
}
article.mh-article-card p .post-date {
  font-weight: bold;
}
article.mh-article-card #article-link--permalink {
  position: relative;
}
article.mh-article-card #article-link--permalink svg {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 3px;
  margin-left: 4px;
}
article.mh-article-card #article-link--permalink svg path {
  fill: #db672a;
}

.blog_featured {
  width: 100%;
  margin-bottom: 30px;
}
.blog_featured article.mh-article-card {
  width: 100%;
  margin: 0;
  border: none;
}
.blog_featured article.mh-article-card .home-article--text {
  background: #f3f3f3;
  padding: 20px;
}
.blog_featured article.mh-article-card .home-article--text h3 {
  margin-top: 10px;
}
.blog_featured article.mh-article-card .home-article--text p:last-child {
  position: relative;
  bottom: unset;
  left: unset;
  margin: 20px 0;
}
.blog_featured article.mh-article-card .home-article--image {
  height: 300px;
  max-height: 40vh;
}
.blog_featured article.mh-article-card .home-article--image img {
  width: 100%;
}

@media screen and (min-width: 619px) {
  .blog_featured .home-article--image {
    height: auto;
    max-height: none;
  }
}
.blog_archive #loading-animation {
  display: block;
  width: 200px;
  margin: 40px auto;
  text-align: center;
}
.blog_archive #loading-animation.hidden {
  display: none;
}
.blog_archive #loading-animation.visible {
  display: block;
}
.blog_archive_filters {
  width: 100%;
  margin: 20px 0;
}
.blog_archive_filters_header {
  display: none;
}
.blog_archive_filters_toggle {
  font-size: 17px;
  padding: 10px 8px;
  background: #005282;
  color: white;
  line-height: 1;
  border-bottom: 2px solid white;
}
.blog_archive_filters_toggle_icon {
  float: right;
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 1px;
  position: relative;
}
.blog_archive_filters--collapsed .blog_archive_filters_toggle_icon {
  background-image: url(https://mercyhome-content.staging.grassriots.com/wp-content/uploads/2019/02/plus-icon.png);
}
.blog_archive_filters--expanded .blog_archive_filters_toggle_icon {
  background-image: url(https://mercyhome-content.staging.grassriots.com/wp-content/uploads/2019/02/minus-icon.png);
}
.blog_archive_filters_list {
  display: none;
  margin-left: 0;
}
.blog_archive_filters_list_item {
  border-bottom: 2px solid white;
  background: #f2f2f2;
  line-height: 1;
}
.blog_archive_filters_list_item_link {
  padding: 10px 8px;
  width: 100%;
  color: black;
  text-decoration: none;
  display: block;
  font-size: 16px;
}
.blog_archive article.mh-article-card {
  width: 100%;
  padding-bottom: 25px;
  margin: 0;
  margin-bottom: 30px;
}
.blog_archive .home-article--image {
  height: 300px;
  max-height: 40vh;
}

@media screen and (min-width: 768px) {
  .page-template-blog-new h2 {
    margin: 15px 0 25px;
  }

  .blog_featured article.mh-article-card {
    display: flex;
    border: none;
  }
  .blog_featured article.mh-article-card .home-article--image,
  .blog_featured article.mh-article-card .home-article--text {
    width: 50%;
    height: 310px;
    max-height: 310px;
  }
  .blog_featured article.mh-article-card .home-article--text {
    padding: 20px 35px;
  }
  .blog_featured article.mh-article-card .home-article--text p .post-date {
    font-weight: bold;
  }

  .blog_archive_posts {
    margin: 0 -40px;
    margin-bottom: 40px;
    margin-top: -30px;
  }
  .blog_archive_posts_page {
    display: flex;
    flex-wrap: wrap;
  }
  .blog_archive article.mh-article-card {
    width: calc(50% - 80px);
    margin: 40px 40px 0;
  }
  .blog_archive article.mh-article-card .home-article--image {
    max-height: 310px;
  }
  .blog_archive_filters_toggle {
    display: none;
  }
  .blog_archive_filters_header {
    display: block;
  }
  .blog_archive_filters_list {
    display: block !important;
    margin-bottom: 25px;
  }
  .blog_archive_filters_list_item {
    display: inline-block;
    background: white;
  }
  .blog_archive_filters_list_item_link {
    color: #db672a;
    padding: 0;
    line-height: 1.6;
    padding-right: 15px;
  }
}
.blog_archive_load_button.hidden {
  display: none;
}

.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;
}

/* New Video Hero */
.hero--video--home {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  text-align: center;
  top: -8px;
}

.hero-video {
  max-width: 1000px;
  position: relative;
  top: 8px;
}

.hero-video-content {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  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;
  animation: fadeEffect 10s ease-in;
}

.mobile-hero-image {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (max-width: 790px) {
  .mobile-hero-image {
    display: block;
    height: calc(100vh - 142px);
  }

  .hero-video-content {
    top: 50%;
    transform: translateY(-50%);
    animation: none;
    padding: 0px 20px;
  }

  .hero-video {
    display: 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;
}

.av-buildercomment .comment-entry textarea {
  max-width: 100%;
}

.av-buildercomment section.comments-new .container {
  width: 100%;
}

@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 {
  margin-bottom: 0 !important;
  line-height: 2.4em;
  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-bottom: 0 !important;
  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: 0 !important;
}

.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;
}

.flex_column .template-blog .post-meta-infos {
  margin-bottom: 0 !important;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  padding-left: 80px;
}

#commentform label {
  left: 0;
  padding-top: 4px;
}

#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;
  background-color: #245e36;
  color: #ffffff;
  margin-top: 0;
  width: 90px;
}

#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;
}

.search-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.search-wrapper input {
  margin: 0 !important;
}
.search-wrapper .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0 !important;
  margin-left: 20px;
  border: 1px solid #245e36;
}
.search-wrapper .search-button:hover {
  background: #fff;
  border: 1px solid #245e36;
}
.search-wrapper .search-button img {
  width: 20px;
  margin-left: 6px;
  margin-top: 2px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.line {
  position: relative;
}
.line:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 55px;
  height: 2px;
  background: #ECA680;
}

.secondary-title {
  color: black;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 700;
}
.secondary-title.center {
  text-align: center;
}

a.orange-btn {
  padding: 20px 0px;
  min-width: 235px;
  text-align: center;
  color: white;
  transition: all .3s ease;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
  background: #DB672A;
  border: 1px solid #DB672A;
}
a.orange-btn:hover, a.orange-btn:focus {
  background: white;
  color: #DB672A;
}

a.blue-btn {
  padding: 20px 0px;
  min-width: 235px;
  text-align: center;
  color: white;
  transition: all .3s ease;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
  background: #005282;
  border: 1px solid #005282;
}
a.blue-btn:hover, a.blue-btn:focus {
  background: white;
  color: #005282;
}

a.red-btn {
  padding: 20px 0px;
  min-width: 235px;
  text-align: center;
  color: white;
  transition: all .3s ease;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-size: 20px;
  background: #A6233C;
  border: 1px solid #A6233C;
}
a.red-btn:hover, a.red-btn:focus {
  background: white;
  color: #A6233C;
}

.uppercase {
  text-transform: uppercase;
}

.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;
}

body.page-template-sign-up .title-wrapper,
body.sunday-mass-template-default .title-wrapper,
body.sunday-mass-template-sundaymass-text .title-wrapper {
  display: none;
}
body.page-template-sign-up .avia-post-nav,
body.sunday-mass-template-default .avia-post-nav,
body.sunday-mass-template-sundaymass-text .avia-post-nav {
  display: none;
}
body.page-template-sign-up input[type="button"],
body.sunday-mass-template-default input[type="button"],
body.sunday-mass-template-sundaymass-text input[type="button"] {
  -webkit-appearance: none;
}

@keyframes fadeInOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-sundaymass-landing h1, body.page-template-sundaymass-landing h2, body.page-template-sundaymass-landing h3, body.page-template-sundaymass-landing p, body.page-template-sundaymass-landing a, body.page-template-sundaymass-landing figcaption, body.page-template-sundaymass-landing span,
body.category-sunday-mass h1,
body.category-sunday-mass h2,
body.category-sunday-mass h3,
body.category-sunday-mass p,
body.category-sunday-mass a,
body.category-sunday-mass figcaption,
body.category-sunday-mass span,
body.single-sunday-mass h1,
body.single-sunday-mass h2,
body.single-sunday-mass h3,
body.single-sunday-mass p,
body.single-sunday-mass a,
body.single-sunday-mass figcaption,
body.single-sunday-mass span {
  font-family: "Source Sans Pro", "Arial", Sans-serif;
}
body.page-template-sundaymass-landing .title-wrapper,
body.category-sunday-mass .title-wrapper,
body.single-sunday-mass .title-wrapper {
  display: none;
}
body.page-template-sundaymass-landing input[type="button"],
body.category-sunday-mass input[type="button"],
body.single-sunday-mass input[type="button"] {
  -webkit-appearance: none;
}
body.page-template-sundaymass-landing a.primary-btn,
body.category-sunday-mass a.primary-btn,
body.single-sunday-mass a.primary-btn {
  background: #a6223c;
  color: white;
  font-size: 1rem;
  padding: 15px 30px;
  min-width: 161px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: .3s all ease-in-out;
  border: 2px solid #a6223c;
}
body.page-template-sundaymass-landing a.primary-btn:hover, body.page-template-sundaymass-landing a.primary-btn:focus, body.page-template-sundaymass-landing a.primary-btn:active,
body.category-sunday-mass a.primary-btn:hover,
body.category-sunday-mass a.primary-btn:focus,
body.category-sunday-mass a.primary-btn:active,
body.single-sunday-mass a.primary-btn:hover,
body.single-sunday-mass a.primary-btn:focus,
body.single-sunday-mass a.primary-btn:active {
  background: white;
  text-decoration: none;
  color: #a6223c;
  border: 2px solid #a6223c;
}
body.page-template-sundaymass-landing a.secondary-btn,
body.category-sunday-mass a.secondary-btn,
body.single-sunday-mass a.secondary-btn {
  background: #1D4A5E;
  color: white;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #1D4A5E;
  transition: all .3s ease-in-out;
}
body.page-template-sundaymass-landing a.secondary-btn:hover, body.page-template-sundaymass-landing a.secondary-btn:focus, body.page-template-sundaymass-landing a.secondary-btn:active,
body.category-sunday-mass a.secondary-btn:hover,
body.category-sunday-mass a.secondary-btn:focus,
body.category-sunday-mass a.secondary-btn:active,
body.single-sunday-mass a.secondary-btn:hover,
body.single-sunday-mass a.secondary-btn:focus,
body.single-sunday-mass a.secondary-btn:active {
  background: white;
  font-weight: bold;
  color: #1D4A5E;
  border: 2px solid #1D4A5E;
  text-decoration: none;
}

body.single-sunday-mass main .container,
body.single-sunday-mass .main .container,
body.category-sunday-mass main .container,
body.category-sunday-mass .main .container {
  max-width: 767px;
}

.section-title {
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 0px 50px 0px;
  text-align: center;
  font-weight: 800;
}

.sm-banner-image {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/sunday/banner-piggyback.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 275px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sm-banner-image .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sm-banner-image p {
  color: white;
  font-family: 'Georgia', serif !important;
  font-size: 1.33333rem;
  font-style: italic;
  font-weight: bold;
  margin-right: 30px;
  text-shadow: 0px 2px 4px black;
}
.sm-banner-image a.primary-btn {
  background: #a6223c;
  color: white;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  transition: .3s all ease-in-out;
  border: 2px solid #a6223c;
  box-shadow: 0px 2px 4px black;
}
.sm-banner-image a.primary-btn:hover, .sm-banner-image a.primary-btn:focus, .sm-banner-image a.primary-btn:active {
  background: white;
  text-decoration: none;
  color: #a6223c;
  border: 2px solid #a6223c;
  box-shadow: none;
}

.sm-banner-image-v2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 275px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sm-banner-image-v2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sm-banner-image-v2 p {
  color: white;
  font-family: 'Georgia', serif !important;
  font-size: 1.33333rem;
  font-style: italic;
  font-weight: bold;
  margin-right: 30px;
  text-shadow: 0px 2px 4px black;
}
.sm-banner-image-v2 a.primary-btn {
  background: #a6223c;
  color: white;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  transition: .3s all ease-in-out;
  border: 2px solid #a6223c;
  box-shadow: 0px 2px 4px black;
}
.sm-banner-image-v2 a.primary-btn:hover, .sm-banner-image-v2 a.primary-btn:focus, .sm-banner-image-v2 a.primary-btn:active {
  background: white;
  text-decoration: none;
  color: #a6223c;
  border: 2px solid #a6223c;
  box-shadow: none;
}

.sm-banner--small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sm-banner--small-v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section.sm-recent--posts {
  padding: 70px 0px;
}
section.sm-recent--posts .container {
  max-width: 907px;
}

.sm-recent--container,
.sm-discover--posts-container {
  display: flex;
  flex-wrap: wrap;
}

article.mh-article-card {
  width: calc(50% - 80px);
  margin: 40px 40px 0px 40px;
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
  position: relative;
}
article.mh-article-card .home-article--image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
article.mh-article-card .home-article--image:hover .home-article--image-overlay, article.mh-article-card .home-article--image:focus .home-article--image-overlay {
  display: block;
}
article.mh-article-card .home-article--image:hover + .home-article--text a, article.mh-article-card .home-article--image:focus + .home-article--text a {
  text-decoration: underline;
}
article.mh-article-card .home-article--image:hover + .home-article--text h3 a, article.mh-article-card .home-article--image:focus + .home-article--text h3 a {
  text-decoration: underline !important;
}
article.mh-article-card .home-article--image a.home-article--permalink {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
article.mh-article-card .home-article--image img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
article.mh-article-card .home-article--image-overlay {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  animation: fadeInOverlay .3s ease-in-out;
}
article.mh-article-card .home-article--cat-link {
  background: #1D5A32;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  position: absolute;
  font-size: 0.83333rem;
  top: 0;
  left: 0;
  width: auto;
  z-index: 5;
  border: 2px solid #1D5A32;
  transition: all .3s ease-in-out;
}
article.mh-article-card .home-article--cat-link:hover, article.mh-article-card .home-article--cat-link:focus {
  background: white;
  color: #1D5A32;
  border: 2px solid #1D5A32;
  text-decoration: none;
}
article.mh-article-card .home-article--text h3 {
  font-size: 1.44444rem;
  font-weight: 700;
  color: #035479;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  transition: all 1.2s ease-in-out;
  z-index: 1;
}
article.mh-article-card .home-article--text h3 a {
  font-size: 1.44444rem;
}
article.mh-article-card .home-article--text h3 a:hover {
  text-decoration: underline !important;
}
article.mh-article-card .home-article--text p {
  font-size: 0.88889rem;
  color: #353F43;
  position: relative;
  margin-bottom: 32px;
  font-family: "Source Sans Pro", "Arial", Sans-serif;
}
article.mh-article-card .home-article--text p:last-child {
  position: absolute;
  margin-bottom: 15px;
  bottom: 0;
}
article.mh-article-card .home-article--text a {
  color: #db672a;
  font-weight: 600;
  font-size: 0.88889rem;
  position: relative;
  display: inline-block;
  z-index: 1;
}
article.mh-article-card .home-article--text a:hover, article.mh-article-card .home-article--text a:focus {
  text-decoration: underline;
}

article.sm-card--post,
article.sm-discover--post,
article.sm-recent--post {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 50px);
  margin: 0px 25px;
  border-bottom: 1px solid #BCBCBC;
  position: relative;
  transition: border-bottom .3s ease-in-out;
}
article.sm-card--post:hover, article.sm-card--post:focus,
article.sm-discover--post:hover,
article.sm-discover--post:focus,
article.sm-recent--post:hover,
article.sm-recent--post:focus {
  border-bottom: 1px solid black !important;
}
article.sm-card--post .home-article--cat-link,
article.sm-discover--post .home-article--cat-link,
article.sm-recent--post .home-article--cat-link {
  background: #1D4A5E;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  position: absolute;
  font-size: 0.83333rem;
  top: 0;
  width: auto;
  left: 0;
  z-index: 3;
  border: 2px solid #1D4A5E;
  transition: all .3s ease-in-out;
}
article.sm-card--post .home-article--cat-link:hover, article.sm-card--post .home-article--cat-link:focus,
article.sm-discover--post .home-article--cat-link:hover,
article.sm-discover--post .home-article--cat-link:focus,
article.sm-recent--post .home-article--cat-link:hover,
article.sm-recent--post .home-article--cat-link:focus {
  background: white;
  color: #1D4A5E;
  border: 2px solid #1D4A5E;
  text-decoration: none;
}
article.sm-card--post .home-article--cat-link.post,
article.sm-discover--post .home-article--cat-link.post,
article.sm-recent--post .home-article--cat-link.post {
  background: #245e36;
  border: 2px solid #245e36;
}
article.sm-card--post .home-article--cat-link.post:hover, article.sm-card--post .home-article--cat-link.post:focus,
article.sm-discover--post .home-article--cat-link.post:hover,
article.sm-discover--post .home-article--cat-link.post:focus,
article.sm-recent--post .home-article--cat-link.post:hover,
article.sm-recent--post .home-article--cat-link.post:focus {
  background: white;
  color: #1D4A5E;
  border: 2px solid #245e36;
  text-decoration: none;
}
article.sm-card--post .sm-recent--top,
article.sm-discover--post .sm-recent--top,
article.sm-recent--post .sm-recent--top {
  height: 180px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
article.sm-card--post .sm-recent--top a,
article.sm-discover--post .sm-recent--top a,
article.sm-recent--post .sm-recent--top a {
  position: static !important;
}
article.sm-card--post .sm-recent--top:hover .home-article--image-overlay, article.sm-card--post .sm-recent--top:focus .home-article--image-overlay, article.sm-card--post .sm-recent--top:hover .sm-recent--image-overlay, article.sm-card--post .sm-recent--top:focus .sm-recnet--image-overlay,
article.sm-discover--post .sm-recent--top:hover .home-article--image-overlay,
article.sm-discover--post .sm-recent--top:focus .home-article--image-overlay,
article.sm-discover--post .sm-recent--top:hover .sm-recent--image-overlay,
article.sm-discover--post .sm-recent--top:focus .sm-recnet--image-overlay,
article.sm-recent--post .sm-recent--top:hover .home-article--image-overlay,
article.sm-recent--post .sm-recent--top:focus .home-article--image-overlay,
article.sm-recent--post .sm-recent--top:hover .sm-recent--image-overlay,
article.sm-recent--post .sm-recent--top:focus .sm-recnet--image-overlay {
  display: block;
}
article.sm-card--post .sm-recent--top:hover + .sm-recent--bottom h3 a,
article.sm-discover--post .sm-recent--top:hover + .sm-recent--bottom h3 a,
article.sm-recent--post .sm-recent--top:hover + .sm-recent--bottom h3 a {
  text-decoration: underline !important;
}
article.sm-card--post .sm-recent--top .sm-recent--image-overlay,
article.sm-card--post .sm-recent--top .home-article--image-overlay,
article.sm-discover--post .sm-recent--top .sm-recent--image-overlay,
article.sm-discover--post .sm-recent--top .home-article--image-overlay,
article.sm-recent--post .sm-recent--top .sm-recent--image-overlay,
article.sm-recent--post .sm-recent--top .home-article--image-overlay {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  animation: fadeInOverlay .3s ease-in-out;
  display: none;
}
article.sm-card--post .sm-recent--top img,
article.sm-discover--post .sm-recent--top img,
article.sm-recent--post .sm-recent--top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.sm-card--post .sm-recent--top img.youtube-icon,
article.sm-discover--post .sm-recent--top img.youtube-icon,
article.sm-recent--post .sm-recent--top img.youtube-icon {
  width: 40px;
  height: 30px;
  position: absolute;
  background-color: transparent;
  top: 50%;
  left: calc(50% - 15px);
  transform: translateY(-50%);
  z-index: 10;
  object-fit: unset;
}
article.sm-card--post .sm-recent--top .youtube-icon--container,
article.sm-discover--post .sm-recent--top .youtube-icon--container,
article.sm-recent--post .sm-recent--top .youtube-icon--container {
  background: white;
}
article.sm-card--post .sm-recent--bottom,
article.sm-discover--post .sm-recent--bottom,
article.sm-recent--post .sm-recent--bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
}
article.sm-card--post .sm-recent--bottom h3,
article.sm-discover--post .sm-recent--bottom h3,
article.sm-recent--post .sm-recent--bottom h3 {
  font-size: 1.16667rem;
  font-weight: 700;
  color: #1D4A5E;
  position: relative;
  padding-bottom: 15px;
  margin: 15px 0px 15px 0px;
}
article.sm-card--post .sm-recent--bottom h3:after,
article.sm-discover--post .sm-recent--bottom h3:after,
article.sm-recent--post .sm-recent--bottom h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #db672a;
  opacity: .58;
  width: 50px;
}
article.sm-card--post .sm-recent--bottom h3 a,
article.sm-discover--post .sm-recent--bottom h3 a,
article.sm-recent--post .sm-recent--bottom h3 a {
  font-size: 1.16667rem;
}
article.sm-card--post .sm-recent--bottom h3 a:hover,
article.sm-discover--post .sm-recent--bottom h3 a:hover,
article.sm-recent--post .sm-recent--bottom h3 a:hover {
  text-decoration: underline !important;
}
article.sm-card--post .sm-recent--bottom p,
article.sm-discover--post .sm-recent--bottom p,
article.sm-recent--post .sm-recent--bottom p {
  font-size: 0.88889rem;
  margin-top: 0px;
}
article.sm-card--post .sm-recent--bottom p.sm-recent-author,
article.sm-discover--post .sm-recent--bottom p.sm-recent-author,
article.sm-recent--post .sm-recent--bottom p.sm-recent-author {
  margin-bottom: 5px;
}
article.sm-card--post .sm-recent--bottom p.sm-recent-date,
article.sm-discover--post .sm-recent--bottom p.sm-recent-date,
article.sm-recent--post .sm-recent--bottom p.sm-recent-date {
  font-weight: 300;
}
article.sm-card--post .sm-recent--bottom p.excerpt,
article.sm-discover--post .sm-recent--bottom p.excerpt,
article.sm-recent--post .sm-recent--bottom p.excerpt {
  margin-bottom: 0px;
}
article.sm-card--post .sm-recent--bottom a,
article.sm-discover--post .sm-recent--bottom a,
article.sm-recent--post .sm-recent--bottom a {
  color: #db672a;
  font-weight: bold;
  font-size: 0.88889rem;
  position: relative;
  display: inline-block;
  z-index: 1;
}
article.sm-card--post .sm-recent--bottom a:hover, article.sm-card--post .sm-recent--bottom a:focus,
article.sm-discover--post .sm-recent--bottom a:hover,
article.sm-discover--post .sm-recent--bottom a:focus,
article.sm-recent--post .sm-recent--bottom a:hover,
article.sm-recent--post .sm-recent--bottom a:focus {
  text-decoration: underline;
}

.sm-passage {
  margin: 25px 0px;
}
.sm-passage h2 {
  font-weight: bold;
  font-size: 1.44444rem;
  color: black;
  margin-bottom: 15px;
}
.sm-passage div {
  background: #F1F1F1;
  padding: 30px 0px;
  text-align: center;
}
.sm-passage div p {
  margin: 0px 0px 0px 0px;
  font-size: 1rem;
  font-family: "Source Sans Pro", "Arial", sans-serif;
}

.sundaymass-text--container {
  margin-top: 50px;
}
.sundaymass-text--container p {
  font-size: 1rem;
  line-height: 1.5;
}

.sundaymass-text--top {
  text-align: center;
}
.sundaymass-text--top h1 {
  margin-bottom: 25px;
  font-size: 1.66667rem;
}
.sundaymass-text--top h1 + a {
  color: #db672a;
  font-size: 1rem;
  font-weight: bold;
}

.sundaymass-share--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid #979797;
  padding-bottom: 25px;
  margin: 25px 0px;
}
.sundaymass-share--container span {
  font-size: 0.77778rem;
  font-weight: 600;
  color: #5B5B5B;
  margin-right: 10px;
}
.sundaymass-share--container i {
  font-size: 1.66667rem;
  margin: 0px 5px;
}
.sundaymass-share--container a:first-of-type {
  color: #3b5998;
}
.sundaymass-share--container a:last-of-type {
  color: #1DA1F2;
}

.sundaymass-text--hero img {
  text-align: center;
}

article.sundaymass-homily--container {
  margin-top: 50px;
}

.sm-small-title {
  font-size: 1.44444rem;
  font-weight: bold;
  margin: 30px 0px 25px 0px;
}

.sundaymass-rotator--cell .avia-iframe-wrap {
  pointer-events: none;
}

.sundaymass-rotator--cell.is-selected .avia-iframe-wrap {
  pointer-events: all;
}

.sundaymass-rotator {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.sundaymass-rotator .avia-iframe-wrap {
  margin-bottom: 0px;
}
.sundaymass-rotator .sundaymass-rotator--cell {
  width: 50%;
  transform: scale(0.7);
  opacity: .5;
  transition: transform .3s ease-in-out, opacity  .3s ease-in-out;
}
.sundaymass-rotator .sundaymass-rotator--cell:hover, .sundaymass-rotator .sundaymass-rotator--cell:focus {
  opacity: .9;
}
.sundaymass-rotator .sundaymass-rotator--cell h3 {
  font-size: 1.33333rem;
  color: #035479;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
.sundaymass-rotator .sundaymass-rotator--cell p {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  font-size: 1rem;
  font-weight: 300;
  margin: 10px 0px 0px 0px;
}
.sundaymass-rotator .sundaymass-rotator--cell p a {
  color: #db672a;
}
.sundaymass-rotator .sundaymass-rotator--cell p a:hover, .sundaymass-rotator .sundaymass-rotator--cell p a:focus {
  text-decoration: underline;
}
.sundaymass-rotator .sundaymass-rotator--cell iframe {
  max-height: 800px;
}
.sundaymass-rotator .sundaymass-rotator--cell .sm-accordion {
  opacity: 0;
}
.sundaymass-rotator .sundaymass-rotator--cell.is-selected {
  opacity: 1;
  transform: scale(1);
}
.sundaymass-rotator .sundaymass-rotator--cell.is-selected:hover, .sundaymass-rotator .sundaymass-rotator--cell.is-selected:focus {
  opacity: 1;
}
.sundaymass-rotator .sundaymass-rotator--cell.is-selected p {
  opacity: 1;
}
.sundaymass-rotator .sundaymass-rotator--cell.is-selected .sm-accordion {
  opacity: 1;
}
.sundaymass-rotator .flickity-page-dots {
  display: none;
}
.sundaymass-rotator .flickity-prev-next-button {
  background: rgba(0, 0, 0, 0.5);
  height: 129px;
  width: 68px;
  border-radius: 0px;
  transition: all .3s ease-in-out;
  top: 250px;
}
.sundaymass-rotator .flickity-prev-next-button:hover, .sundaymass-rotator .flickity-prev-next-button:focus {
  background: black;
}
.sundaymass-rotator .flickity-prev-next-button svg {
  fill: white;
  width: 80%;
  height: 100%;
  top: 0;
  left: calc(50% - 28px);
}
.sundaymass-rotator .flickity-prev-next-button.next {
  right: 60px;
}
.sundaymass-rotator .flickity-prev-next-button.previous {
  left: 60px;
}

.sundaymass-video--single .sundaymass-video--single-container {
  border-bottom: 1px solid #979797;
}
.sundaymass-video--single .avia-iframe-wrap {
  margin-bottom: 0px;
}
.sundaymass-video--single h3 {
  font-size: 1.33333rem;
  color: #035479;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
.sundaymass-video--single iframe {
  max-height: 400px;
}

.sm-accordion {
  margin-top: 30px;
  transition: opacity .3s ease-in-out;
}
.sm-accordion .sm-accordion--symbol {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background: white;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.sm-accordion .sm-accordion--symbol span {
  background: #782266;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 15px;
  transform: translate(-50%, -50%);
}
.sm-accordion .sm-accordion--symbol span:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 3px;
  top: 50%;
  left: 50%;
  background: #782266;
  transition: all .3s ease-in-out;
}
.sm-accordion .sm-accordion--title {
  background: #782266;
  color: white;
  padding: 9px 5px 9px 50px;
  position: relative;
  z-index: 5;
}
.sm-accordion .sm-accordion--title p {
  font-size: 0.88889rem;
  font-weight: bold;
  margin: 0px !important;
}
.sm-accordion .sm-accordion--text {
  display: none;
}
.sm-accordion .sm-accordion--text p {
  font-size: 0.88889rem;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: 400;
  margin-top: 15px !important;
}

.sm-accordion.active .sm-accordion--symbol span:after {
  opacity: 0;
}

.sm-accordion.active .sm-accordion--text {
  display: block;
}

.sundaymass-readings--container {
  background: #E8E8E8;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
}
.sundaymass-readings--container .sundaymass-reading {
  width: 33.33%;
  text-align: center;
  font-size: 1rem;
  padding: 0px 10px;
}
.sundaymass-readings--container .sundaymass-reading p {
  margin: 0;
  color: black;
}
.sundaymass-readings--container .sundaymass-reading p:first-child {
  color: black;
  margin-bottom: 5px;
}
.sundaymass-readings--container .sundaymass-reading p:last-child {
  font-weight: 600;
  letter-spacing: .5px;
}
.sundaymass-readings--container .sundaymass-reading:nth-child(2) {
  border-right: 1px solid #979797;
  border-left: 1px solid #979797;
}

.sundaymass-featured-text p, .sundaymass-featured-text ul, .sundaymass-featured-text ol {
  font-size: 1rem;
  line-height: 1.5;
}

.sm-banner-cropped {
  margin-top: 15px;
}
.sm-banner-cropped .container {
  max-width: 767px;
}

.sm-archive--intro {
  font-size: 1rem;
  text-align: center;
  max-width: 490px;
  margin: 0 auto 45px auto;
}
.sm-archive--intro p {
  margin: 0px;
}

.sm-archive--filter {
  display: flex;
  flex-wrap: wrap;
  max-width: 575px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.sm-archive--filter > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
}
.sm-archive--filter > div span {
  font-size: 0.88889rem;
  font-weight: 600;
  color: black;
}
.sm-archive--filter > div select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  height: 35px !important;
  border: 1px solid #595959 !important;
  width: 163px !important;
  font-size: 0.88889rem !important;
  color: #656565 !important;
  font-family: "Source Sans Pro", "Arial", sans-serif !important;
  padding: 5px 27px 5px 10px !important;
  background: url("../img/sunday/select.png") 50% no-repeat !important;
  background-size: 17px !important;
  background-position: 95% center !important;
  margin: 0px 0px 0px 10px !important;
  position: relative;
}
.sm-archive--filter > div select option {
  position: absolute;
  left: -100px;
}

body .sm-archive--container {
  margin: 50px -17px 0px -17px;
  border-top: 1px solid #979797;
}
body .sm-archive--container .sm-page-limit {
  display: flex;
  flex-wrap: wrap;
}
body .sm-archive--container article.sm-recent--post {
  width: calc(50% - 34px);
  margin: 35px 17px;
}
body .sm-archive--container article.sm-recent--post .sm-recent--top {
  height: 260px;
  overflow: hidden;
}
body .sm-archive--container article.sm-recent--post .home-article--cat-link.post {
  background: #245e36;
  border: 2px solid #245e36;
}
body .sm-archive--container article.sm-recent--post .home-article--cat-link.post:hover, body .sm-archive--container article.sm-recent--post .home-article--cat-link.post:focus {
  background: white;
  color: #1D4A5E;
  border: 2px solid #245e36;
  text-decoration: none;
}
body .sm-archive--container article.sm-recent--post .home-article--cat-link.sunday-mass {
  background: #005282;
}
body .sm-archive--container article.sm-recent--post .home-article--cat-link.sunday-mass:hover, body .sm-archive--container article.sm-recent--post .home-article--cat-link.sunday-mass:focus {
  background: white;
  color: #1D4A5E;
  border: 2px solid #1D4A5E;
  text-decoration: none;
}

.loader {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px 0px;
}
.loader .loader-dots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #db672a;
  margin: 0px 10px;
  animation: scaling 1s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.loader .loader-dots:nth-child(2) {
  animation-delay: 0.2s;
}
.loader .loader-dots:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.loading {
  display: flex;
}

@media all and (max-width: 1100px) {
  .sundaymass-rotator .flickity-prev-next-button {
    top: 200px;
  }
}
@media all and (max-width: 950px) {
  .flickity-prev-next-button {
    top: 47%;
  }
}
@media all and (max-width: 800px) {
  .sundaymass-rotator .flickity-prev-next-button {
    top: 167px;
  }
}
@media all and (max-width: 700px) {
  section.sm-recent--posts {
    padding-bottom: 0px;
  }

  body.category-sunday-mass #top .grPostSelect {
    max-width: 100%;
    overflow: hidden !important;
  }

  body .sm-archive--container article.sm-recent--post .sm-recent--top {
    height: 180px;
  }

  .sm-archive--filter {
    flex-direction: column;
  }
  .sm-archive--filter > div {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  .sm-archive--filter div:nth-child(2) {
    margin-bottom: 0px;
  }

  body .sm-archive--container {
    padding-top: 17px;
    margin: 25px -17px 0px -17px;
  }
  body .sm-archive--container article.sm-recent--post {
    width: calc(100% - 34px);
    margin: 0px 17px 50px 17px;
  }

  body.single-sunday-mass main {
    padding-top: 0px;
  }

  .sundaymass-rotator .avia-iframe-wrap {
    padding-bottom: 39% !important;
  }
  .sundaymass-rotator .sundaymass-rotator--cell {
    width: 100%;
  }
  .sundaymass-rotator .sundaymass-rotator--cell iframe {
    max-height: 240px;
  }
  .sundaymass-rotator .sundaymass-rotator--cell p {
    margin-top: 85px;
    padding: 0px 25px;
  }
  .sundaymass-rotator .flickity-prev-next-button {
    height: 62px;
    width: 39px;
    top: auto;
    bottom: 27px;
  }
  .sundaymass-rotator .flickity-prev-next-button svg {
    left: calc(50% - 18px);
  }

  .sundaymass-video--single iframe {
    max-height: 240px;
  }

  .sundaymass-readings--container {
    padding: 0px 20px;
  }
  .sundaymass-readings--container .sundaymass-reading {
    width: 100%;
    border-bottom: 1px solid #979797;
    padding: 35px 0px;
  }
  .sundaymass-readings--container .sundaymass-reading:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .sundaymass-readings--container .sundaymass-reading:nth-child(3) {
    border-bottom: none;
  }

  .sm-banner-image {
    background: url("../img/sunday/father-giving-piggyback-mobile.png") 50% no-repeat;
    background-size: cover;
  }

  .sm-banner-image-v2 {
    background: 50% no-repeat;
    background-size: cover;
  }

  .sm-banner-cropped .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sm-banner-cropped .sm-banner--small {
    flex-direction: column;
  }
  .sm-banner-cropped .sm-banner-image {
    height: 400px;
  }
  .sm-banner-cropped .sm-banner-image-v2 {
    height: 400px;
  }

  .sundaymass-text--container {
    margin-top: 0px;
  }

  .sm-banner-image {
    height: 400px;
  }
  .sm-banner-image .container {
    flex-direction: column;
  }
  .sm-banner-image p {
    margin-right: 0px;
    line-height: 1.2;
    text-align: center;
  }

  .sm-banner-image-v2 {
    height: 400px;
  }
  .sm-banner-image-v2 .container {
    flex-direction: column;
  }
  .sm-banner-image-v2 p {
    margin-right: 0px;
    line-height: 1.2;
    text-align: center;
  }

  .sm-passage div {
    padding: 30px 15px;
  }
}
@media all and (max-width: 500px) {
  .sm-banner-image p {
    padding: 0px 15px;
  }

  .sm-banner-image-v2 p {
    padding: 0px 15px;
  }

  .sundaymass-rotator .sundaymass-rotator--cell iframe {
    height: 240px;
  }

  .sundaymass-rotator .flickity-prev-next-button {
    top: 320px;
  }

  .sundaymass-rotator .avia-iframe-wrap {
    padding-bottom: 0px !important;
    height: 240px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-sundaymass-landing header.sm-header h1 {
  width: 45%;
  margin: 0 auto;
  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;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 619px) {
  body.page-template-sundaymass-landing header.sm-header h1 {
    width: 100%;
  }
}
body.page-template-sundaymass-landing .title-wrapper {
  display: none;
}
body.page-template-sundaymass-landing input[type="button"] {
  -webkit-appearance: none;
}

header.sm-header {
  position: relative;
  padding: 40px 0px 0px 0px;
}
header.sm-header .container {
  text-align: center;
  max-width: 1300px;
}
header.sm-header .container h1 {
  text-transform: uppercase;
  font-size: 1.88889rem;
  font-weight: bold;
  color: black;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
header.sm-header .container h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #D8D8D8;
}
header.sm-header a.sm-local-link {
  display: inline-block;
  background: #E9E9E9;
  padding: 5px 10px;
  font-size: 0.94444rem;
  color: black;
  position: absolute;
  right: -30px;
  top: 0;
  border: 1px solid transparent;
  transition: border .3s ease-in-out;
  letter-spacing: 1px;
}
header.sm-header a.sm-local-link:hover {
  border: 1px solid #979797;
}
header.sm-header a.sm-local-link svg {
  margin-left: 10px;
}

main.sm-main {
  padding: 0px 0px 50px 0px;
}
main.sm-main .sm-latest {
  margin: 0px;
  text-align: center;
  font-size: 1.22222rem;
  font-weight: 600;
  color: #535353;
}
main.sm-main .ytp-title-text {
  display: none !important;
}
main.sm-main .sm-video--container {
  margin: 25px auto 0px auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
main.sm-main .sm-video--container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main.sm-main .sm-video--container .avia-iframe-wrap {
  margin-bottom: 0px;
}
main.sm-main .sm-featured--container {
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 45px;
}
main.sm-main .sm-video-more {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main.sm-main .sm-video--info {
  width: 60%;
}
main.sm-main .sm-video--info h3 {
  font-size: 1.16667rem;
  font-weight: 700;
  color: #1D4A5E;
  position: relative;
  padding-bottom: 15px;
  margin: 0px 0px 15px 0px;
}
main.sm-main .sm-video--info h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #db672a;
  opacity: .58;
  width: 50px;
}
main.sm-main .sm-video--info p {
  font-size: 0.88889rem;
  margin-top: 0px;
}
main.sm-main .sm-video--info a, main.sm-main .sm-video--info span {
  color: black;
  font-size: 0.88889rem;
}
main.sm-main .sm-video--link {
  width: 40%;
  text-align: right;
}
main.sm-main .sm-video--link span {
  font-size: 0.77778rem;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: 400;
}
main.sm-main .sm-video--link a {
  text-align: center;
  width: 227px;
  padding: 10px 30px;
  margin-top: 5px;
}
main.sm-main .sm-video--recent {
  font-size: 1.11111rem;
  font-weight: 600;
  color: #6B6B6B;
  text-align: center;
  margin-bottom: 25px;
}

.sm-archive--link-container {
  display: none;
  background: #F4F4F4;
  text-align: center;
  margin-top: 30px;
  border: 1px solid transparent;
}
.sm-archive--link-container:hover, .sm-archive--link-container:focus, .sm-archive--link-container:active {
  border: 1px solid #979797;
  cursor: pointer;
}
.sm-archive--link-container:hover a, .sm-archive--link-container:hover button, .sm-archive--link-container:focus a, .sm-archive--link-container:focus button, .sm-archive--link-container:active a, .sm-archive--link-container:active button {
  color: #1D4A5E;
  text-decoration: none;
}
.sm-archive--link-container a {
  position: relative;
}
.sm-archive--link-container a svg {
  position: absolute;
  height: 20px;
  width: 20px;
  margin-left: 4px;
}
.sm-archive--link-container a svg path {
  transition: fill .3s ease-in-out;
  fill: #db672a;
}
.sm-archive--link-container a:hover svg path {
  fill: #1D4A5E;
}
.sm-archive--link-container a, .sm-archive--link-container button {
  font-size: 1.22222rem;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #db672a;
  padding: 20px 0px;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.sm-archive--link-container button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.sm-archive--link-container.loader--container {
  display: block;
}

section.sm-about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 50px 0px;
  margin-bottom: 50px;
}
section.sm-about .sm-about--internal {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 30px 40px;
  max-width: 830px;
  margin: 0 auto;
}
section.sm-about .sm-about--internal h2 {
  color: white;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.sm-about .sm-about--internal h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  height: 2px;
  width: 50px;
  background: #DF7740;
  opacity: .58;
}
section.sm-about .sm-about--internal p {
  color: #D8D8D8;
  font-size: 0.88889rem;
  text-align: left;
}
section.sm-about .sm-about--internal a {
  color: white;
}
section.sm-about .sm-about--internal a:hover, section.sm-about .sm-about--internal a:focus {
  text-decoration: underline;
}
section.sm-about .sm-about--internal img {
  max-width: 115px;
  margin-top: 15px;
}

section.sm-banner {
  padding: 60px 0px;
  margin-bottom: 50px;
  background: #1D4A5E;
  color: white;
  position: relative;
  overflow: hidden;
}
section.sm-banner h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
section.sm-banner p {
  font-size: 1.22222rem;
  max-width: 350px;
  margin-top: 0px;
}
section.sm-banner a.primary-btn {
  background: #a6223c;
  color: white;
  font-size: 1rem;
  padding: 15px 30px;
  text-align: center;
  min-width: 161px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: .3s all ease-in-out;
  border: 2px solid #a6223c;
}
section.sm-banner a.primary-btn:hover, section.sm-banner a.primary-btn:focus {
  background: white;
  text-decoration: none;
  color: #a6223c;
  border: 2px solid #a6223c;
}
section.sm-banner .sm-banner--text {
  width: 50%;
  max-width: 335px;
  padding-right: 0px;
}
section.sm-banner .sm-banner--text p {
  line-height: 1.2;
}
section.sm-banner .sm-banner--image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50%;
}
section.sm-banner .sm-banner--image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

section.sm-listings h2 {
  font-weight: bold;
}
section.sm-listings .sm-listings--background {
  background: #F4F4F4;
  padding: 45px 0px;
}
section.sm-listings .sm-tv-icon {
  height: 17px;
  margin-right: 10px;
}
section.sm-listings p.sm-listings--join {
  font-size: 1.22222rem;
  font-weight: 600;
  color: black;
  margin-bottom: 0px;
}
section.sm-listings div.sm-listings--more {
  margin: 50px 0px 0px 0px;
}
section.sm-listings div.sm-listings--more p {
  font-size: 0.88889rem;
  color: #737373;
  text-align: center;
  margin: 0px;
}
section.sm-listings div.sm-listings--more a {
  color: #db672a;
}
section.sm-listings div.sm-listings--more a:hover, section.sm-listings div.sm-listings--more afocus {
  text-decoration: underline;
}
section.sm-listings .sm-listings--container {
  border-top: 1px solid #979797;
  margin: 15px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  column-count: 3;
}
section.sm-listings .sm-listings--container p {
  font-size: 0.88889rem;
  margin: 0px 0px 5px 0px;
}

section.sm-celebrants {
  text-align: center;
  padding: 50px 0px;
  border-bottom: 1px solid #BCBCBC;
}
section.sm-celebrants h2 {
  font-weight: bold;
  margin-bottom: 40px;
}
section.sm-celebrants p {
  font-size: 1rem;
  margin: 0px;
}
section.sm-celebrants .sm-celebrants--list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -25px 0px -25px;
}
section.sm-celebrants .sm-celebrants--list .celebrant-image--container {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
section.sm-celebrants .sm-celebrants--list .celebrant-image--container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.sm-celebrants .sm-celebrants--list figure {
  width: calc(33.33% - 50px);
  margin: 10px 25px 25px 25px;
  text-align: center;
}
section.sm-celebrants .sm-celebrants--list figure h3 {
  font-size: 1.22222rem;
  color: #1D4A5E;
  font-weight: bold;
  margin-bottom: 10px;
}
section.sm-celebrants .sm-celebrants--list figure p {
  color: #353F43;
  font-size: 0.88889rem;
  margin: 0px auto;
  max-width: 65%;
}

section.sm-discover {
  padding-top: 50px;
}
section.sm-discover h2 {
  font-weight: bold;
}
section.sm-discover .sm-discover--posts-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px 0px -25px;
}
section.sm-discover .sm-discover--posts-container article {
  width: calc(33.33% - 50px);
  margin: 0px 25px;
  border-bottom: 1px solid #BCBCBC;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--top {
  height: 180px;
  position: relative;
  z-index: 1;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--top .overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  animation: fadeIn .3s ease-in-out;
  display: none;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--top:hover .overlay {
  display: block;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--top .home-article--cat-link {
  background: #1D4A5E;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  position: absolute;
  font-size: 0.83333rem;
  top: 0;
  left: 0;
  z-index: 3;
  border: 2px solid #1D4A5E;
  transition: all .3s ease-in-out;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--top .home-article--cat-link:hover, section.sm-discover .sm-discover--posts-container article .sm-discover--top .home-article--cat-link:focus {
  background: white;
  color: #1D4A5E;
  border: 2px solid #1D4A5E;
  text-decoration: none;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--bottom h3 {
  font-size: 1.16667rem;
  color: #1D4A5E;
  position: relative;
  padding-bottom: 15px;
  margin: 15px 0px 15px 0px;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--bottom h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #db672a;
  opacity: .58;
  width: 50px;
}
section.sm-discover .sm-discover--posts-container article .sm-discover--bottom p {
  font-size: 0.88889rem;
  margin-top: 0px;
}

@media (max-width: 1300px) {
  header.sm-header a.sm-local-link {
    right: 30px;
  }
}
@media (max-width: 1050px) {
  header.sm-header a.sm-local-link {
    right: 17px;
  }
}
@media (max-width: 800px) {
  body.page-template-sundaymass-landing header.sm-header h1 {
    font-size: 1.77778rem;
  }
}
@media (max-width: 700px) {
  body.page-template-sundaymass-landing .section-title,
  body.category-sunday-mass .section-title,
  body.single-sunday-mass .section-title {
    margin: 0px 0px 25px 0px;
  }

  header.sm-header .container h1 {
    font-size: 1.55556rem;
  }

  body.page-template-sundaymass-landing .section-title,
  body.category-sunday-mass .section-title,
  body.single-sunday-mass .section-title {
    font-size: 1.55556rem;
  }

  main.sm-main {
    padding: 0px 0px 37px 0px;
  }
  main.sm-main .sm-video--container {
    margin-bottom: 10px;
  }
  main.sm-main .sm-video--container iframe {
    max-height: 350px;
  }
  main.sm-main .sm-video--info {
    width: 100%;
  }
  main.sm-main .sm-video--link {
    width: 100%;
    text-align: left;
  }
  main.sm-main .sm-video--link span {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  main.sm-main .sm-video--recent {
    margin-bottom: 45px;
  }
  main.sm-main .sm-archive--link-container {
    margin-top: 0px;
  }
  main.sm-main .sm-archive--link-container button, main.sm-main .sm-archive--link-container a {
    font-size: 1rem;
  }

  .sm-recent--container {
    flex-direction: column;
    margin: 0px 0px 0px 0px;
  }
  .sm-recent--container article.sm-recent--post {
    width: 100%;
    margin: 0px 0px 37px 0px;
  }
  .sm-recent--container article.sm-recent--post .sm-recent--top {
    height: 183px;
  }
  .sm-recent--container article.sm-recent--post .sm-recent--bottom h3 {
    font-size: 1.33333rem;
  }

  section.sm-about {
    padding: 0px;
  }
  section.sm-about .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  section.sm-about .sm-about--internal {
    padding: 37px 15px;
  }
  section.sm-about .sm-about--internal h2 {
    font-size: 1.44444rem;
  }

  section.sm-banner {
    padding: 375px 0px 60px 0px;
  }
  section.sm-banner .sm-banner--image {
    position: absolute;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 325px;
  }
  section.sm-banner .sm-banner--text {
    width: 100%;
    max-width: 100%;
  }
  section.sm-banner .sm-banner--text h2 {
    font-size: 1.66667rem;
  }

  section.sm-listings .sm-listings--background {
    padding: 25px 0px;
  }
  section.sm-listings .sm-listings--container {
    column-count: 1;
  }

  section.sm-celebrants h2 {
    margin-bottom: 30px;
  }
  section.sm-celebrants .sm-celebrants--list {
    margin: 37px 0px 0px 0px;
  }
  section.sm-celebrants .sm-celebrants--list figure {
    width: 100%;
    margin: 15px 0px;
  }

  section.sm-discover {
    padding: 40px 0px 0px 0px;
  }
  section.sm-discover h2 {
    margin-bottom: 37px;
  }
  section.sm-discover .sm-discover--posts-container {
    margin: 0px 0px 0px 0px;
  }
  section.sm-discover .sm-discover--posts-container article {
    width: 100%;
    margin: 15px 0px;
  }
  section.sm-discover .sm-discover--posts-container article .sm-discover--top {
    height: 196px;
  }
  section.sm-discover .sm-discover--posts-container article .sm-discover--bottom {
    font-size: 1.33333rem;
  }
}
.latest-mass-video {
  margin-top: 15px !important;
}

.title-wrapper {
  display: none;
}

h1.chapter {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  h1.chapter {
    margin-top: 0;
  }
}

.bible-hero {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 350px;
  text-transform: none !important;
}
@media screen and (min-width: 992px) {
  .bible-hero {
    align-items: flex-end;
    height: 400px;
  }
}
.bible-hero .page-breadcrumb {
  display: block !important;
  text-align: left;
}
.bible-hero .page-breadcrumb a {
  color: #fff;
}
.bible-hero .hero-titles {
  margin-top: 90px !important;
}
@media screen and (min-width: 992px) {
  .bible-hero .hero-titles {
    margin-top: 188px !important;
  }
}
.bible-hero .hero-titles h1 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  .bible-hero .hero-titles h1 {
    font-size: 40px;
  }
}
.bible-hero .hero-titles .hero-subtitle {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.88889rem;
  color: #fff;
  text-transform: none;
}

.bible-search-nav-wrapper {
  background: #F6F6F6;
}
.bible-search-nav-wrapper input[type="text"],
.bible-search-nav-wrapper select {
  padding: 10px !important;
}
.bible-search-nav-wrapper .bible-search-nav-container {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container {
    flex-direction: row;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container label {
  font-size: 16px !important;
  padding-bottom: 10px;
  display: block;
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-search-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-search-container {
    width: 49%;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-search-container .bible-search-input-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-search-container .bible-search-input-container {
    position: relative;
    top: 2px;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-search-container .bible-search-input-container .bible-search-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-search-container .bible-search-input-container .bible-search-wrapper input#bible-search {
  font-size: 16px !important;
  border-right: none;
  width: 90%;
  float: left;
  height: 0;
  padding: 18px 0 18px 10px !important;
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-search-container .bible-search-input-container .bible-search-wrapper button {
  border: 1px solid #767271;
  border-left: none;
  background: #fff url("/wp-content/themes/mh-independent/img/mobile-search-icon.svg");
  background-position: center right 7px;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  position: relative;
  width: 10%;
  height: 38px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-search-container .bible-search-input-container .bible-search-wrapper button {
    width: 11%;
    background-position: center right 10px;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-divider {
  border-right: 1px solid #000;
  width: 1px;
  margin: 0 40px;
  display: block;
  height: 73px;
  display: none;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-divider {
    display: block;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container {
    width: 49%;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper {
    flex-direction: row;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper select {
  width: 100%;
  height: 40px;
  font-size: 16px !important;
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-book-container,
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-chapter-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-book-container,
  .bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-chapter-container {
    width: calc(45% - 20px);
    margin-right: 20px;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-book-container select.bible-navigation,
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-chapter-container select.bible-navigation {
  background: #fff url("/wp-content/themes/mh-independent/img/bible-select-chevron.png") no-repeat !important;
  background-position: right 10px center !important;
  background-size: 20px !important;
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-book-container select.bible-navigation:focus,
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-chapter-container select.bible-navigation:focus {
  border: 2px solid #000 !important;
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-book-chapter-submit {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-book-chapter-submit {
    width: 10%;
  }
}
.bible-search-nav-wrapper .bible-search-nav-container .bible-nav-container .bible-nav-book-chapter-wrapper .bible-nav-book-chapter-submit .bible-nav-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 10px 35px !important;
  background: #245e36;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.bible-list {
  margin-top: 40px;
}
.bible-list-title {
  text-align: center;
  margin-bottom: 20px;
}
.bible-list-books {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bible-list-books li {
  width: 50%;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bible-list-books li {
    width: 25%;
  }
}
.bible-list-books li a {
  font-weight: 700;
  font-size: 1rem;
  color: #db672a;
  text-decoration: none;
  position: relative;
}
.bible-list-books li a.inactive {
  color: #a2a2a2;
  cursor: default;
}
.bible-list-books li a.inactive::after {
  content: "This content is not currently available.";
  font-weight: 400;
  font-size: 0.7rem;
  background: #1d4b5e;
  border-radius: 0.5em;
  bottom: 33px;
  color: #fff;
  display: none;
  left: -79px;
  padding: 0.3em 1em;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  z-index: 98;
}
.bible-list-books li a.inactive::before {
  border: solid;
  border-color: #1d4b5e transparent;
  border-width: 0.6em 0.6em 0 0.6em;
  bottom: 22px;
  content: "";
  display: none;
  left: 19px;
  position: absolute;
  z-index: 99;
}
.bible-list-books li a.inactive:hover::after {
  display: block;
}
.bible-list-books li a.inactive:hover::before {
  display: block;
}

.bible-home-copy {
  font-size: 0.88889rem;
  margin-bottom: 40px !important;
}
.bible-home-copy h3 {
  margin-bottom: 20px;
}
.bible-home-copy .bible-copy-image {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.useful-article {
  margin: 20px auto 40px !important;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .useful-article {
    margin: 0 !important;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .useful-article.home {
    margin: 0 auto 40px !important;
    width: 100%;
  }
}
.useful-article h3 {
  color: #245e36;
  margin-bottom: 20px;
}

a.bible-primary-btn {
  background: white;
  color: #245e36;
  font-size: 0.88889rem;
  padding: 10px 20px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  border: 2px solid #245e36;
  margin-right: 20px;
  text-decoration: none;
}
a.bible-primary-btn:hover {
  background: #245e36;
  color: white;
}

h1.chapter {
  text-transform: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  letter-spacing: normal !important;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1.chapter:after {
  display: none;
}

.chapter-subtitle {
  font-size: 0.77778rem;
  font-style: italic;
  color: #777;
  margin-bottom: 40px;
}

.chapter-list {
  margin-top: 40px;
}
.chapter-list h2 {
  text-align: center;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
.chapter-list .chapter-wrapper-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 40px 0;
}
.chapter-list .chapter-wrapper-container .chapter {
  width: 50px;
  height: 50px;
  box-shadow: 1px 0 0 0 #707070, 0 1px 0 0 #707070, 1px 1px 0 0 #707070, 1px 0 0 0 #707070 inset, 0 1px 0 0 #707070 inset;
}
.chapter-list .chapter-wrapper-container .chapter a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #000;
}
.chapter-list .chapter-wrapper-container .chapter a.inactive {
  color: #a9a9a9;
  cursor: default;
  background: #e8e8e8;
  box-shadow: 1px 0 0 0 #707070, 0 1px 0 0 #707070, 1px 1px 0 0 #707070, 1px 0 0 0 #707070 inset, 0 1px 0 0 #707070 inset;
}
.chapter-list .chapter-wrapper-container .chapter a.inactive::after {
  content: "This content is not currently available.";
  font-weight: 400;
  font-size: 0.7rem;
  background: #1d4b5e;
  border-radius: 0.5em;
  bottom: 62px;
  color: #fff;
  display: none;
  left: -85px;
  padding: 0.3em 1em;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  z-index: 98;
}
.chapter-list .chapter-wrapper-container .chapter a.inactive::before {
  border: solid;
  border-color: #1d4b5e transparent;
  border-width: 0.6em 0.6em 0 0.6em;
  bottom: 54px;
  content: "";
  display: none;
  left: 18px;
  position: absolute;
  z-index: 99;
}
.chapter-list .chapter-wrapper-container .chapter a.inactive:hover::after {
  display: block;
}
.chapter-list .chapter-wrapper-container .chapter a.inactive:hover::before {
  display: block;
}

.about-book-copy {
  font-size: 1rem;
  line-height: 28px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .about-book-copy {
    width: 75%;
  }
}
.about-book-copy ul {
  list-style: disc;
  margin-left: 15px;
}

.references-articles {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .references-articles {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.book-references {
  margin: 40px auto 0 !important;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .book-references {
    margin: 25px 0 40px !important;
    width: 50%;
  }
}
.book-references .mass-reference {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #db672a;
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
}
.book-references .mass-reference:before {
  content: url("/wp-content/themes/mh-independent/img/sunday/icon-link.png");
  position: absolute;
  left: 0;
}

.chapter-verses-container {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.chapter-verses-container.verses {
  position: relative;
  top: -40px;
}
@media screen and (min-width: 992px) {
  .chapter-verses-container.verses {
    position: inherit;
    top: 0;
  }
}
.chapter-verses-container .verses-comments-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .chapter-verses-container .verses-comments-container {
    flex-direction: row;
  }
}
.chapter-verses-container .verses-comments-container a.verse-link {
  color: #000;
  text-decoration: none;
}
.chapter-verses-container .verses-comments-container .chapter-navigation {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.chapter-verses-container .verses-comments-container .chapter-navigation.bottom {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .chapter-verses-container .verses-comments-container .chapter-navigation.bottom {
    display: flex;
  }
}
.chapter-verses-container .verses-comments-container .chapter-navigation.bottom .next a,
.chapter-verses-container .verses-comments-container .chapter-navigation.bottom .previous a {
  font-size: 0.88889rem;
}
.chapter-verses-container .verses-comments-container .chapter-navigation .previous a {
  padding-left: 30px;
}
.chapter-verses-container .verses-comments-container .chapter-navigation .next a,
.chapter-verses-container .verses-comments-container .chapter-navigation .previous a {
  font-size: 0.88889rem;
  font-weight: 700;
  color: #db672a;
  text-decoration: none;
  position: relative;
}
.chapter-verses-container .verses-comments-container .chapter-navigation .next a svg,
.chapter-verses-container .verses-comments-container .chapter-navigation .previous a svg {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 3px;
  margin-left: 4px;
}
.chapter-verses-container .verses-comments-container .chapter-navigation .next a svg.prevIcon,
.chapter-verses-container .verses-comments-container .chapter-navigation .previous a svg.prevIcon {
  left: 0;
}
.chapter-verses-container .verses-comments-container .chapter-navigation .next a svg path,
.chapter-verses-container .verses-comments-container .chapter-navigation .previous a svg path {
  transition: fill .3s ease-in-out;
  fill: #db672a;
}
.chapter-verses-container .verses-comments-container .chapter-navigation .next a:hover,
.chapter-verses-container .verses-comments-container .chapter-navigation .previous a:hover {
  color: 900;
}
.chapter-verses-container .verses-comments-container .verses-container {
  width: 100%;
  margin-right: 40px;
  font-size: 1rem;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .chapter-verses-container .verses-comments-container .verses-container {
    width: calc(74% - 40px);
  }
}
.chapter-verses-container .verses-comments-container .verses-container .chapter {
  text-align: center;
  padding: 0 20px;
  color: 900;
  font-weight: 700;
  font-size: 1.11111rem;
}
.chapter-verses-container .verses-comments-container .verses-container .chapter a {
  color: #000;
  text-decoration: none;
}
.chapter-verses-container .verses-comments-container .verses-container .chapter a.verse {
  color: #db672a;
}
.chapter-verses-container .verses-comments-container .verses-container hr {
  border: 1px solid #707070;
  margin-top: 40px;
}
.chapter-verses-container .verses-comments-container .verses-container .verse {
  display: block;
  padding: 5px;
}
.chapter-verses-container .verses-comments-container .verses-container .verse:hover {
  cursor: pointer;
  background: #fcefe9;
}
.chapter-verses-container .verses-comments-container .verses-container .verse.selected, .chapter-verses-container .verses-comments-container .verses-container .verse.selected:hover {
  cursor: pointer;
  background: #f7bca1;
}
.chapter-verses-container .verses-comments-container .verses-container .verse .verse-number {
  display: inline;
  font-weight: 700;
  color: #1d4b5e;
  padding-right: 5px;
}
.chapter-verses-container .verses-comments-container .comments-container {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .chapter-verses-container .verses-comments-container .comments-container {
    margin-top: 0;
    margin-bottom: 40px;
    width: 26%;
  }
}
.chapter-verses-container .verses-comments-container .comments-container.chapter {
  display: none;
  width: 0;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments {
  position: relative;
  top: -40px;
}
@media screen and (min-width: 992px) {
  .chapter-verses-container .verses-comments-container .comments-container .bible-comments {
    top: 0;
  }
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .sharing-links a {
  margin-right: 40px;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .sharing-links a.copy-link {
  cursor: pointer;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .sharing-links img {
  height: 32px;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments input[type="submit"] {
  background: #245e36;
  color: white;
  font-size: 1rem;
  padding: 15px 30px !important;
  text-align: center;
  min-width: 161px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: .3s all ease-in-out;
  border: 2px solid #245e36 !important;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments input[type="submit"]:hover, .chapter-verses-container .verses-comments-container .comments-container .bible-comments input[type="submit"]:focus {
  background: white;
  text-decoration: none;
  color: #245e36;
  border: 2px solid #245e36 !important;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments textarea {
  resize: none;
  width: 100%;
  padding: 5px !important;
  font-size: 1rem !important;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .logged-in-as a {
  color: #245e36;
  font-size: 0.77778rem;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-form-author,
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-form-email,
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-form-url {
  padding: 0 !important;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-form-url {
  display: none;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block {
    max-height: 750px;
    overflow-y: auto;
  }
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block li {
  font-size: 0.77778rem;
  background: #f2f5f3;
  padding: 10px;
  color: #275e38;
  margin-bottom: 20px;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block li .comment-meta a {
  font-weight: 700;
  text-decoration: none;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block li .comment-meta a:hover {
  text-decoration: underline;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block li .comment-meta p {
  margin: 10px 0;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block li .comment-body p {
  margin: 10px 0 !important;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block li .reply {
  display: none;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block li .reply a {
  color: #245e36;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block .says {
  display: none;
}
.chapter-verses-container .verses-comments-container .comments-container .bible-comments .comment-block cite {
  font-weight: 700;
}
.chapter-verses-container .verses-comments-container .comment-link {
  font-weight: 700;
  color: #db672a;
}
.chapter-verses-container .verses-comments-container .comment-link.show-comment {
  display: none;
}

.footnotes-section {
  margin: 40px 0 0;
}
.footnotes-section .footnotes-copy {
  margin: 20px 0;
}
.footnotes-section .footnotes-copy ul {
  list-style: disc;
  margin-left: 15px;
}

.bible-search-not-found {
  margin: 40px auto !important;
  font-size: 1rem;
}

body.page-template-thank-you .title-wrapper {
  display: none;
}

.now-flex {
  display: flex;
  flex-wrap: wrap;
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body .sm-guide-page--inner {
  margin-top: 0px;
}
body .sm-guide-page--inner .sm-guide {
  background: none;
}

.sm-guide,
.sm-guide-page--inner {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  background: url("../img/guide/support-image.jpg") 50% no-repeat;
  background-size: cover;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  margin-top: 40px;
}
.sm-guide .sm-guide--overlay,
.sm-guide-page--inner .sm-guide--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #1D5A32;
  opacity: .88;
}
.sm-guide .container,
.sm-guide-page--inner .container {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.sm-guide h2,
.sm-guide-page--inner h2 {
  font-size: 2.55556rem;
  color: white;
  font-weight: bold;
  margin-top: 0;
  margin: 0px 0px 50px 0px;
}
.sm-guide .sm-guide--left, .sm-guide .sm-guide--right,
.sm-guide-page--inner .sm-guide--left,
.sm-guide-page--inner .sm-guide--right {
  width: calc(50% - 1px);
}
.sm-guide .sm-guide--left,
.sm-guide-page--inner .sm-guide--left {
  padding-right: 100px;
  border-right: 1px solid #979797;
}
.sm-guide .sm-guide--left figure,
.sm-guide-page--inner .sm-guide--left figure {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sm-guide .sm-guide--left figure p,
.sm-guide-page--inner .sm-guide--left figure p {
  font-size: 1rem;
  width: calc(100% - 120px);
  color: white;
  margin: 0px;
}
.sm-guide .sm-guide--left figure:first-of-type img,
.sm-guide-page--inner .sm-guide--left figure:first-of-type img {
  margin-left: 5px;
}
.sm-guide .sm-guide--left figure:last-child,
.sm-guide-page--inner .sm-guide--left figure:last-child {
  margin-bottom: 0px;
}
.sm-guide .sm-guide--left figure:last-child img,
.sm-guide-page--inner .sm-guide--left figure:last-child img {
  width: 58px;
  margin-left: 10px;
}
.sm-guide .sm-guide--left img,
.sm-guide-page--inner .sm-guide--left img {
  max-width: 70px;
}
.sm-guide .sm-guide--right,
.sm-guide-page--inner .sm-guide--right {
  padding-left: 20px;
}
.sm-guide .sm-guide--right p,
.sm-guide-page--inner .sm-guide--right p {
  color: white;
  font-size: 1.44444rem;
  font-weight: bold;
  margin-top: 0px;
}
.sm-guide .sm-guide--right #ninja_forms_field_52_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_52_div_wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.sm-guide .sm-guide--right .nf-form-fields-required,
.sm-guide-page--inner .sm-guide--right .nf-form-fields-required {
  display: none;
}
.sm-guide .sm-guide--right nf-fields-wrap,
.sm-guide-page--inner .sm-guide--right nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sm-guide .sm-guide--right nf-field,
.sm-guide-page--inner .sm-guide--right nf-field {
  margin-bottom: 5px;
}
.sm-guide .sm-guide--right nf-field .nf-field-container,
.sm-guide-page--inner .sm-guide--right nf-field .nf-field-container {
  margin-bottom: 0px;
}
.sm-guide .sm-guide--right nf-field .label-above .nf-field-label,
.sm-guide-page--inner .sm-guide--right nf-field .label-above .nf-field-label {
  margin: 0;
}
.sm-guide .sm-guide--right .ninja-forms-form-wrap .field-wrap,
.sm-guide-page--inner .sm-guide--right .ninja-forms-form-wrap .field-wrap {
  margin-bottom: 0px !important;
}
.sm-guide .sm-guide--right nf-field:nth-child(3),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(3) {
  width: 100%;
}
.sm-guide .sm-guide--right nf-field:nth-child(3) .nf-field-label label,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(3) .nf-field-label label {
  overflow: hidden;
}
.sm-guide .sm-guide--right nf-field:nth-child(3) .nf-field-label label span,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(3) .nf-field-label label span {
  right: 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}
.sm-guide .sm-guide--right nf-field:nth-child(2),
.sm-guide .sm-guide--right nf-field:nth-child(5),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(2),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(5) {
  width: calc(50% - 4px);
  margin-left: 4px;
}
.sm-guide .sm-guide--right nf-field:nth-child(2) .nf-field-label label,
.sm-guide .sm-guide--right nf-field:nth-child(5) .nf-field-label label,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(2) .nf-field-label label,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(5) .nf-field-label label {
  overflow: hidden;
}
.sm-guide .sm-guide--right nf-field:nth-child(2) .nf-field-label label span,
.sm-guide .sm-guide--right nf-field:nth-child(5) .nf-field-label label span,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(2) .nf-field-label label span,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(5) .nf-field-label label span {
  right: 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}
.sm-guide .sm-guide--right nf-field:nth-child(1),
.sm-guide .sm-guide--right nf-field:nth-child(4),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(1),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(4) {
  width: calc(50% - 4px);
  margin-right: 4px;
}
.sm-guide .sm-guide--right nf-field:nth-child(1) .nf-field-label label,
.sm-guide .sm-guide--right nf-field:nth-child(4) .nf-field-label label,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(1) .nf-field-label label,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(4) .nf-field-label label {
  overflow: hidden;
}
.sm-guide .sm-guide--right nf-field:nth-child(1) .nf-field-label label span,
.sm-guide .sm-guide--right nf-field:nth-child(4) .nf-field-label label span,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(1) .nf-field-label label span,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(4) .nf-field-label label span {
  right: 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}
.sm-guide .sm-guide--right nf-field:nth-child(6),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(6) {
  width: calc(75% - 4px);
  margin-right: 4px;
}
.sm-guide .sm-guide--right nf-field:nth-child(6) .nf-field-label label,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(6) .nf-field-label label {
  overflow: hidden;
}
.sm-guide .sm-guide--right nf-field:nth-child(6) .nf-field-label label span,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(6) .nf-field-label label span {
  right: 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}
.sm-guide .sm-guide--right nf-field:nth-child(7),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(7) {
  width: calc(25% - 4px);
  margin-left: 4px;
}
.sm-guide .sm-guide--right nf-field:nth-child(7) .nf-field-label label,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(7) .nf-field-label label {
  overflow: hidden;
}
.sm-guide .sm-guide--right nf-field:nth-child(7) .nf-field-label label span,
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(7) .nf-field-label label span {
  right: 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}
.sm-guide .sm-guide--right nf-field:nth-child(8),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(8) {
  width: calc(50% - 4px);
  margin-right: 4px;
}
.sm-guide .sm-guide--right nf-field:nth-child(9),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(9) {
  width: calc(50% - 4px);
  margin-left: 4px;
}
.sm-guide .sm-guide--right nf-field:nth-child(10),
.sm-guide-page--inner .sm-guide--right nf-field:nth-child(10) {
  width: 100%;
  text-align: right;
}
.sm-guide .sm-guide--right #nf-field-52-wrap input,
.sm-guide-page--inner .sm-guide--right #nf-field-52-wrap input {
  -webkit-appearance: none;
}
.sm-guide .sm-guide--right input[type=submit],
.sm-guide .sm-guide--right input[type=button],
.sm-guide-page--inner .sm-guide--right input[type=submit],
.sm-guide-page--inner .sm-guide--right input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #db672a !important;
  border: 1px solid #db672a !important;
  border-radius: 2px !important;
  color: white !important;
  font-weight: normal;
  border: none;
  width: 257px !important;
  height: auto !important;
  margin-top: 40px !important;
  display: inline-block;
  transition: all .3s ease-in-out;
}
.sm-guide .sm-guide--right input[type=submit]:hover, .sm-guide .sm-guide--right input[type=submit]:focus, .sm-guide .sm-guide--right input[type=submit]:active,
.sm-guide .sm-guide--right input[type=button]:hover,
.sm-guide .sm-guide--right input[type=button]:focus,
.sm-guide .sm-guide--right input[type=button]:active,
.sm-guide-page--inner .sm-guide--right input[type=submit]:hover,
.sm-guide-page--inner .sm-guide--right input[type=submit]:focus,
.sm-guide-page--inner .sm-guide--right input[type=submit]:active,
.sm-guide-page--inner .sm-guide--right input[type=button]:hover,
.sm-guide-page--inner .sm-guide--right input[type=button]:focus,
.sm-guide-page--inner .sm-guide--right input[type=button]:active {
  background: white !important;
  color: #db672a !important;
}
.sm-guide .sm-guide--right label,
.sm-guide-page--inner .sm-guide--right label {
  color: white;
  font-size: 0.77778rem !important;
  font-weight: normal !important;
}
.sm-guide .sm-guide--right input,
.sm-guide-page--inner .sm-guide--right input {
  height: 45px;
  color: #777777;
  margin: 0px 0px 0px 0px !important;
}
.sm-guide .sm-guide--right input:hover, .sm-guide .sm-guide--right input:focus, .sm-guide .sm-guide--right input:active,
.sm-guide-page--inner .sm-guide--right input:hover,
.sm-guide-page--inner .sm-guide--right input:focus,
.sm-guide-page--inner .sm-guide--right input:active {
  outline: 1px solid #db672a !important;
}
.sm-guide .sm-guide--right input.nf-fail, .sm-guide .sm-guide--right input.nf-error,
.sm-guide-page--inner .sm-guide--right input.nf-fail,
.sm-guide-page--inner .sm-guide--right input.nf-error {
  outline: 1px solid red !important;
}
.sm-guide .sm-guide--right select,
.sm-guide-page--inner .sm-guide--right select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  height: 45px;
  margin: 0px !important;
  font-style: italic !important;
  font-size: 0.83333rem !important;
  font-weight: 800 !important;
  color: rgba(119, 119, 119, 0.7) !important;
  padding: 5px 27px 5px 10px !important;
  background-image: url("../img/sunday/select.png") !important;
  background-repeat: no-repeat !important;
  background-color: white !important;
  background-size: 17px !important;
  background-position: 95% center !important;
}
.sm-guide .sm-guide--right input::placeholder, .sm-guide .sm-guide--right select::placeholder,
.sm-guide-page--inner .sm-guide--right input::placeholder,
.sm-guide-page--inner .sm-guide--right select::placeholder {
  color: #777777;
  font-size: 0.83333rem;
  font-style: italic;
  font-weight: 800;
  opacity: .7;
}
.sm-guide .sm-guide--right input[type=checkbox],
.sm-guide-page--inner .sm-guide--right input[type=checkbox] {
  height: auto;
  transform: scale(1.1);
  overflow: hidden;
  outline: none !important;
}
.sm-guide .sm-guide--right .text-wrap,
.sm-guide-page--inner .sm-guide--right .text-wrap {
  width: 100%;
  position: relative;
}
.sm-guide .sm-guide--right #ninja_forms_field_463_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_43_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_463_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_43_div_wrap {
  width: calc(50% - 4px);
  margin-right: 4px;
}
.sm-guide .sm-guide--right #ninja_forms_field_463_div_wrap input,
.sm-guide .sm-guide--right #ninja_forms_field_43_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_463_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_43_div_wrap input {
  margin-bottom: 0px;
}
.sm-guide .sm-guide--right #ninja_forms_field_464_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_44_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_464_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_44_div_wrap {
  width: calc(50% - 4px);
  margin-left: 4px;
}
.sm-guide .sm-guide--right #ninja_forms_field_464_div_wrap input,
.sm-guide .sm-guide--right #ninja_forms_field_44_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_464_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_44_div_wrap input {
  margin-bottom: 0px;
}
.sm-guide .sm-guide--right #ninja_forms_field_466_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_48_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_466_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_48_div_wrap {
  width: calc(50% - 4px);
  margin-right: 4px;
}
.sm-guide .sm-guide--right #ninja_forms_field_466_div_wrap input,
.sm-guide .sm-guide--right #ninja_forms_field_48_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_466_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_48_div_wrap input {
  margin-bottom: 0px;
}
.sm-guide .sm-guide--right #ninja_forms_field_467_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_49_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_467_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_49_div_wrap {
  width: calc(50% - 4px);
  margin-left: 4px;
}
.sm-guide .sm-guide--right #ninja_forms_field_467_div_wrap input,
.sm-guide .sm-guide--right #ninja_forms_field_49_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_467_div_wrap input,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_49_div_wrap input {
  margin-bottom: 0px;
}
.sm-guide .sm-guide--right #ninja_forms_field_470_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_214_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_470_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_214_div_wrap {
  margin-right: 10px;
}
.sm-guide .sm-guide--right #ninja_forms_field_470_div_wrap label,
.sm-guide .sm-guide--right #ninja_forms_field_214_div_wrap label,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_470_div_wrap label,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_214_div_wrap label {
  position: relative;
  width: auto;
  height: auto;
  clip-path: none;
  clip: none;
  margin: 0px 10px 0px 10px;
  white-space: normal;
}
.sm-guide .sm-guide--right #ninja_forms_field_471_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_305_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_471_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_305_div_wrap {
  margin-left: 10px;
}
.sm-guide .sm-guide--right #ninja_forms_field_471_div_wrap label,
.sm-guide .sm-guide--right #ninja_forms_field_305_div_wrap label,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_471_div_wrap label,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_305_div_wrap label {
  position: relative;
  width: auto;
  height: auto;
  clip-path: none;
  clip: none;
  margin: 0px 0px 0px 10px;
  white-space: normal;
}
.sm-guide .sm-guide--right #ninja_forms_field_468_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_51_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_468_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_51_div_wrap {
  width: calc(70% - 4px);
  margin-right: 4px;
}
.sm-guide .sm-guide--right #ninja_forms_field_469_div_wrap,
.sm-guide .sm-guide--right #ninja_forms_field_50_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_469_div_wrap,
.sm-guide-page--inner .sm-guide--right #ninja_forms_field_50_div_wrap {
  width: calc(30% - 4px);
  margin-left: 4px;
}
.sm-guide .sm-guide--right .nf-error-msg,
.sm-guide-page--inner .sm-guide--right .nf-error-msg {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.55556rem;
}
.sm-guide .sm-guide--right .nf-after-form-content,
.sm-guide-page--inner .sm-guide--right .nf-after-form-content {
  display: none;
}
.sm-guide .sm-guide--right .ninja-forms-field-error,
.sm-guide .sm-guide--right nf-after-field,
.sm-guide-page--inner .sm-guide--right .ninja-forms-field-error,
.sm-guide-page--inner .sm-guide--right nf-after-field {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.sm-guide .sm-guide--right .ninja-forms-field-error p,
.sm-guide .sm-guide--right nf-after-field p,
.sm-guide-page--inner .sm-guide--right .ninja-forms-field-error p,
.sm-guide-page--inner .sm-guide--right nf-after-field p {
  color: red;
  font-size: 0.55556rem;
  margin-bottom: 0px;
}
.sm-guide .sm-guide--right .ninja-forms-error-msg,
.sm-guide-page--inner .sm-guide--right .ninja-forms-error-msg {
  color: red;
}
.sm-guide .sm-guide--right .ninja-forms-error-msg div,
.sm-guide-page--inner .sm-guide--right .ninja-forms-error-msg div {
  color: red;
}

@media all and (max-width: 850px) {
  .sm-guide-page--inner {
    padding: 0px;
  }
  .sm-guide-page--inner .sm-guide {
    margin-top: 0px;
  }

  .sm-guide {
    padding: 35px 0px;
  }
  .sm-guide h2 {
    font-size: 1.44444rem;
  }
  .sm-guide .sm-guide--left {
    width: 100%;
    padding: 0px;
    border-right: none;
    border-bottom: 1px solid #979797;
    padding-bottom: 35px;
  }
  .sm-guide .sm-guide--right {
    width: 100%;
    padding: 35px 0px 0px 0px;
  }
  .sm-guide .sm-guide--right p {
    font-size: 1.11111rem;
  }
  .sm-guide .sm-guide--right nf-field:nth-child(1),
  .sm-guide .sm-guide--right nf-field:nth-child(2),
  .sm-guide .sm-guide--right nf-field:nth-child(3),
  .sm-guide .sm-guide--right nf-field:nth-child(4),
  .sm-guide .sm-guide--right nf-field:nth-child(5),
  .sm-guide .sm-guide--right nf-field:nth-child(6),
  .sm-guide .sm-guide--right nf-field:nth-child(7),
  .sm-guide .sm-guide--right nf-field:nth-child(8),
  .sm-guide .sm-guide--right nf-field:nth-child(9) {
    width: 100%;
    margin: 0;
  }
  .sm-guide .sm-guide--right nf-field:nth-child(10) {
    text-align: center;
  }
  .sm-guide .sm-guide--right nf-field:nth-child(8) {
    margin-top: 10px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_43_div_wrap {
    width: 100%;
    margin-right: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_43_div_wrap input {
    margin-bottom: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_44_div_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_44_div_wrap input {
    margin-bottom: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_48_div_wrap {
    width: 100%;
    margin-right: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_48_div_wrap input {
    margin-bottom: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_49_div_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_49_div_wrap input {
    margin-bottom: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_50_div_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_51_div_wrap {
    width: 100%;
    margin-right: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_52_div_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .sm-guide .sm-guide--right .checkbox-wrap {
    width: 100%;
  }
  .sm-guide .sm-guide--right #top .ninja-forms-form-wrap .field-wrap label {
    margin-left: 15px;
    margin-top: 15px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_214_div_wrap {
    margin-right: 0px;
  }
  .sm-guide .sm-guide--right #ninja_forms_field_305_div_wrap {
    margin-left: 0px;
  }
}
body.single-sunday-mass blockquote {
  padding: 0px 0px 15px 0px;
  position: relative;
  margin: 50px 0px;
  border: none;
}
body.single-sunday-mass blockquote p {
  font-size: 2rem;
  font-style: italic;
  font-family: 'Georgia', serif;
  color: #0D5483;
  position: relative;
  margin: 0px;
  line-height: 1.2;
  display: inline;
}
body.single-sunday-mass blockquote p:before {
  content: url("../img/home/quote-open.png");
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}
body.single-sunday-mass blockquote p:after {
  content: url("../img/home/quote-close.png");
  position: absolute;
  right: -10px;
  bottom: 5px;
  z-index: 1;
}
body.single-sunday-mass blockquote span {
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #373737;
  position: absolute;
  bottom: 0px;
  right: 80px;
  font-style: normal;
}
@media all and (max-width: 700px) {
  body.single-sunday-mass blockquote {
    font-size: 1.77778rem;
    margin: 80px 0px;
  }
  body.single-sunday-mass blockquote p {
    font-size: 1.77778rem;
  }
  body.single-sunday-mass blockquote span {
    bottom: -20px;
    right: 0px;
  }
}

main.thank-you {
  background: url("../img/sunday/dadwithkid-large.jpg") 50% no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
main.thank-you .thank-you--container {
  background: rgba(29, 90, 50, 0.88);
  padding: 80px 0px;
  opacity: 1;
}
main.thank-you .container {
  color: white;
  text-align: center;
}
main.thank-you .container h1 {
  font-size: 2.55556rem;
  max-width: 90%;
  margin: 0 auto 20px auto;
}
main.thank-you .container p {
  font-size: 1.22222rem;
  max-width: 670px;
  margin: 0 auto 0 auto;
  line-height: 1.5;
}
main.thank-you .thank-you--link {
  background: #db672a;
  border: 1px solid #db672a !important;
  border-radius: 2px !important;
  color: white;
  font-weight: normal;
  border: none;
  padding: 0px 30px;
  line-height: 45px;
  font-size: 1.11111rem;
  height: 45px;
  margin-top: 40px !important;
  display: inline-block;
  transition: all .3s ease-in-out;
}
main.thank-you .thank-you--link:hover, main.thank-you .thank-you--link:focus {
  background: white;
  color: #db672a;
  text-decoration: none;
}

@media all and (max-width: 700px) {
  main.thank-you {
    padding: 0px;
  }
  main.thank-you .container h1 {
    font-size: 1.66667rem;
    max-width: 100%;
  }
  main.thank-you .container p {
    font-size: 1.11111rem;
  }
  main.thank-you .container .thank-you--link {
    height: auto;
  }
}
section.home-hero {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 80vh;
  height: 80 svh;
  max-width: none;
  margin: auto;
}
section.home-hero.version_3 .home-hero-ribbon {
  width: 100%;
  background-color: #1d5a32;
  position: absolute;
  top: 6vh;
  top: 6svh;
  height: 68vh;
  height: 68svh;
}
section.home-hero.version_3 .home-hero-subcontainer {
  max-width: 1300px;
  margin: auto;
  height: 100%;
}
section.home-hero .container {
  height: 75vh;
  position: static;
}
section.home-hero .home-banner {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1440px;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}
section.home-hero .home-banner.version_1 {
  filter: brightness(70%);
}
section.home-hero .home-banner.version_3 {
  position: relative;
  float: right;
  z-index: 100;
  width: 50%;
}
section.home-hero .banner-container {
  position: relative;
  margin: auto;
  background: rgba(0, 0, 0, 0.2);
}
section.home-hero .banner-container.version_1 {
  max-width: 1280px;
  padding-left: 20px;
}
section.home-hero .banner-container.version_2 {
  max-width: 864px;
}
section.home-hero .banner-container.version_3 {
  position: inherit;
}
section.home-hero .banner-container .home-banner-content.version_1 {
  position: absolute;
  bottom: 16vh;
  bottom: 16svh;
  color: white;
  width: 80%;
  animation: fadeInHero 1s ease-in-out;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-headline {
  display: block;
  width: 543px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-headline h1,
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-headline p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 95%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-subheadline {
  width: 548px;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-subheadline p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-cta {
  display: inline-block;
  height: 64px;
  margin-top: 24px;
  background: #ffffff;
  border-radius: 2px;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-cta a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 22px;
  color: #881d32;
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-cta a svg {
  position: relative;
  height: 14px;
  margin-left: 8px;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-cta a svg path {
  fill: #881d32;
  transition: fill 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-cta a:hover {
  background-color: #881d32;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_1 .home-banner-cta a:hover svg path {
  fill: #ffffff;
  transition: fill 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  animation: fadeInHero 1s ease-in-out;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-copy {
  background-color: #1d5a32;
  width: 864px;
  padding: 40px 45px;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-headline {
  display: block;
  width: 543px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-headline h1,
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-headline p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-subheadline {
  display: inline-block;
  width: 548px;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-subheadline p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-cta {
  position: absolute;
  right: 45px;
  top: 100px;
  height: 64px;
  background: #ffffff;
  border-radius: 2px;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-cta a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 22px;
  color: #881d32;
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-cta a svg {
  position: relative;
  height: 14px;
  margin-left: 8px;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-cta a svg path {
  fill: #881d32;
  transition: fill 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-cta a:hover {
  background-color: #881d32;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_2 .home-banner-cta a:hover svg path {
  fill: #ffffff;
  transition: fill 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_3 {
  position: absolute;
  bottom: 16vh;
  bottom: 16svh;
  color: white;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-copy {
  padding: 40px 45px;
  animation: fadeInHero 1s ease-in-out;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline {
  display: block;
  width: 543px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline h1,
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-subheadline {
  display: block;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-subheadline p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-cta {
  display: inline-block;
  margin-top: 30px;
  height: 64px;
  background: #ffffff;
  border-radius: 2px;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-cta a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 22px;
  color: #881d32;
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-cta a svg {
  position: relative;
  height: 14px;
  margin-left: 8px;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-cta a svg path {
  fill: #881d32;
  transition: fill 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-cta a:hover {
  background-color: #881d32;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
section.home-hero .banner-container .home-banner-content.version_3 .home-banner-cta a:hover svg path {
  fill: #ffffff;
  transition: fill 0.15s ease-out;
}
section.home-hero .hero-container {
  position: relative;
}
section.home-hero .home-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  section.home-hero .home-video-container {
    background-size: 0 0;
  }
}
section.home-hero video {
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 75vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.home-hero .home-hero--mobile {
  display: none;
}
section.home-hero .home-hero--mobile-banner {
  display: none;
}
section.home-hero .home-hero--content {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  color: white;
  width: 80%;
  animation: fadeInHero 1s ease-in-out;
}
section.home-hero .home-hero--content h1 {
  color: white;
  font-size: 2.11111rem;
}
section.home-hero .home-hero--content p {
  color: white;
  font-size: 1rem;
}
section.home-hero .home-hero--subtitle-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
section.home-hero .home-hero--subtitle {
  width: 70%;
  letter-spacing: 1px;
  padding-right: 20px;
}
section.home-hero .home-hero--subtitle a {
  display: inline-block;
}
section.home-hero .home-hero--donate {
  width: 30%;
}

body.page-template-home h1,
body.page-template-home h2,
body.page-template-home h3,
body.page-template-home p,
body.page-template-home a,
body.page-template-home figcaption,
body.page-template-home span,
body.page-template-home_new h1,
body.page-template-home_new h2,
body.page-template-home_new h3,
body.page-template-home_new p,
body.page-template-home_new a,
body.page-template-home_new figcaption,
body.page-template-home_new span {
  font-family: "Source Sans Pro", "Arial", Sans-serif;
}
body.page-template-home a.primary-btn,
body.page-template-home_new a.primary-btn {
  background: #a6223c;
  color: white;
  font-size: 1rem;
  padding: 15px 30px;
  text-align: center;
  min-width: 161px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  border: 2px solid #a6223c;
}
body.page-template-home a.primary-btn:hover, body.page-template-home a.primary-btn:focus,
body.page-template-home_new a.primary-btn:hover,
body.page-template-home_new a.primary-btn:focus {
  background: white;
  text-decoration: none;
  color: #a6223c;
  border: 2px solid #a6223c;
}
body.page-template-home a.secondary-btn,
body.page-template-home_new a.secondary-btn {
  background: #1d4a5e;
  color: white;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #1d4a5e;
  transition: all 0.3s ease-in-out;
}
body.page-template-home a.secondary-btn:hover, body.page-template-home a.secondary-btn:focus,
body.page-template-home_new a.secondary-btn:hover,
body.page-template-home_new a.secondary-btn:focus {
  background: white;
  color: #1d4a5e;
  border: 2px solid #1d4a5e;
  text-decoration: none;
}
body.page-template-home .mobile-show,
body.page-template-home_new .mobile-show {
  display: none;
}
@keyframes fadeInHero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.home-about {
  padding: 60px 0px;
}
section.home-about p {
  color: #0d5483;
  font-size: 1.55556rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 0px;
}
section.home-about .home-about--numbers {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
section.home-about .home-about--numbers figure {
  width: calc(33.33% - 60px);
  margin: 0px 30px;
  text-align: center;
}
section.home-about .home-about--numbers figure span {
  font-size: 3.66667rem;
  color: #db672a;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
section.home-about .home-about--numbers figure .small-text {
  font-size: 2.55556rem;
  font-weight: 300;
}
section.home-about .home-about--numbers figure figcaption {
  font-size: 1.11111rem;
  color: #18191a;
  margin-top: 20px;
}
section.home-about .home-about--link-container {
  text-align: center;
  position: relative;
  margin-top: 100px;
}
section.home-about .home-about--link-container svg {
  width: 73px;
  animation-name: left-and-right;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
section.home-about .home-about--link-container img {
  position: absolute;
  left: 27%;
  top: -20px;
  max-width: 73px;
}

section.home-programs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-blend-mode: darken;
  padding: 50px 0px 0px 0px;
  position: relative;
}
section.home-programs .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #03354c;
  opacity: 0.89;
}
section.home-programs h2 {
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 2.22222rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
section.home-programs h3 {
  color: #db672a;
  font-size: 1.33333rem;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: all 1.2s ease-in-out;
}
section.home-programs p {
  color: white;
  font-size: 0.88889rem;
  font-weight: 400;
  margin-bottom: 0px;
}
section.home-programs a.read-more-link {
  color: white;
  font-weight: bold;
  font-size: 0.88889rem;
  padding-bottom: 3px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
section.home-programs a.read-more-link svg {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 3px;
  margin-left: 4px;
}
section.home-programs a.read-more-link:hover {
  text-decoration: underline;
}
section.home-programs .home-programs--container {
  max-width: 525px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.home-programs .home-programs--container figure {
  width: 20%;
  display: inline-block;
}
section.home-programs .home-programs--container figure img {
  max-width: 46px;
}
section.home-programs .home-programs--container .home-programs--single:nth-child(1) figure img {
  max-width: 55px;
}
section.home-programs .home-programs--container .home-programs--single {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
section.home-programs .home-programs--container .home-programs--single div {
  width: 80%;
}

section.home-quotes {
  background: #f6f6f6;
  padding: 70px 0px;
}
section.home-quotes .home-quotes--single:nth-child(1) {
  padding-top: 0px;
}
section.home-quotes .home-quotes--single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px 0px 0px;
  position: relative;
}
section.home-quotes .home-quotes--single .home-quotes--image {
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 230px;
}
section.home-quotes .home-quotes--single .home-quotes--image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  animation: fadeInHero 0.3s ease-in-out;
}
section.home-quotes .home-quotes--single .home-quotes--image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.home-quotes .home-quotes--single .home-quotes--image:hover .overlay {
  display: block;
}
section.home-quotes .home-quotes--single blockquote {
  z-index: 2;
  border: none;
  padding: 0px;
  max-width: 50%;
  margin: 0px auto;
}
section.home-quotes .home-quotes--single blockquote p {
  position: relative;
  font-size: 1.88889rem;
  font-style: italic;
  font-family: "Georgia", sans-serif;
  position: relative;
  color: #1d4a5e;
  display: inline;
  line-height: 1.2;
}
section.home-quotes .home-quotes--single blockquote p:before {
  content: url("../img/home/quote-open.png");
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 1;
  animation-name: big-and-small;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
section.home-quotes .home-quotes--single blockquote p:after {
  content: url("../img/home/quote-close.png");
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 1;
  animation-name: big-and-small;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
section.home-quotes .home-quotes--single blockquote a {
  font-family: "Georgia", sans-serif;
  color: #1d4a5e;
}
section.home-quotes .home-quotes--single a.home-quotes--link {
  background: #1d4a5e;
  color: white;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 1rem;
  display: inline-block;
  border: 2px solid #1d4a5e;
  transition: all 0.3s ease-in-out;
}
section.home-quotes .home-quotes--single a.home-quotes--link:hover, section.home-quotes .home-quotes--single a.home-quotes--link:focus {
  background: white;
  color: #1d4a5e;
  border: 2px solid #1d4a5e;
  text-decoration: none;
}
section.home-quotes .home-quotes--single:nth-child(even) {
  flex-direction: row-reverse;
}
section.home-quotes .home-quotes--dots {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
section.home-quotes .home-quotes--dots span {
  display: inline-block;
  background: #d8d8d8;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

@keyframes left-and-right {
  to {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
  }
}
@keyframes right-and-left {
  to {
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
  }
}
@keyframes big-and-small {
  from {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
  to {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
section.home-blog {
  padding: 70px 0px;
}
section.home-blog h2 {
  font-size: 1.66667rem;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
section.home-blog .home-blog--container {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -40px 0px -40px;
}
section.home-blog .home-blog--more {
  text-align: center;
}
section.home-blog .more-news {
  text-align: center;
  color: #373737;
  display: inline-block;
  margin: 40px auto 0px auto;
  font-size: 1.11111rem;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
section.home-blog .more-news svg {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 3px;
  margin-left: 4px;
  animation-name: right-and-left;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
section.home-blog .more-news svg path {
  transition: fill 0.3s ease-in-out;
  fill: #000000;
}
section.home-blog .more-news:hover svg path {
  fill: #db672a;
}
section.home-blog .more-news:hover, section.home-blog .more-news:focus:before {
  color: #db672a;
  text-decoration: underline;
}

section.home-support {
  padding: 60px 0px;
  background: #1d5a32;
  color: white;
  position: relative;
  overflow: hidden;
}
section.home-support h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
section.home-support p {
  font-size: 1.22222rem;
  max-width: 350px;
  margin-top: 0px;
}
section.home-support a {
  display: inline-block;
  background: #a6223c;
  color: white;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 2px;
}
section.home-support .home-support--text {
  width: 50%;
  max-width: 335px;
  padding-right: 0px;
}
section.home-support .home-support--text p {
  line-height: 1.2;
}
section.home-support .home-support--image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50%;
}
section.home-support .home-support--image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1350px) {
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline {
    width: 390px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-subheadline {
    width: 390px;
  }
}
@media all and (max-width: 1050px) {
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-copy {
    padding-left: 15px;
  }
}
@media all and (max-width: 1000px) {
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline {
    width: 360px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline h1,
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline p {
    font-size: 36px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-subheadline {
    width: 360px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-subheadline p {
    font-size: 16px;
  }

  section.home-quotes {
    padding: 40px 0px 0px 0px;
  }
  section.home-quotes .home-quotes--single,
  section.home-quotes .home-quotes--single:nth-child(even) {
    flex-direction: column;
    padding-top: 0px;
  }
  section.home-quotes .home-quotes--single blockquote,
  section.home-quotes .home-quotes--single:nth-child(even) blockquote {
    width: 100%;
    max-width: 100%;
    margin: 25px 0px;
    text-align: left;
    font-size: 1.66667rem;
  }
  section.home-quotes .home-quotes--dots {
    width: 100%;
    margin-top: 25px;
    display: block;
  }
}
@media all and (max-width: 900px) {
  body.page-template-home .container,
  body.page-template-home_new .container {
    max-width: 90%;
  }

  section.home-hero {
    height: 75vh;
    height: 75svh;
  }
  section.home-hero .home-banner.version_3 {
    z-index: 1;
    top: 25vh;
    top: 25svh;
    position: absolute;
    left: 15px;
    right: 15px;
    width: auto;
    margin: 0;
  }
  section.home-hero.version_3 .home-hero-ribbon {
    background-color: inherit;
  }
  section.home-hero .banner-container .home-banner-content.version_1 {
    bottom: 3vh;
    bottom: 3svh;
  }
  section.home-hero .banner-container .home-banner-content.version_1 .home-banner-headline {
    width: auto;
  }
  section.home-hero .banner-container .home-banner-content.version_1 .home-banner-subheadline {
    width: auto;
  }
  section.home-hero .banner-container .home-banner-content.version_2 {
    opacity: 0.9;
    width: 100%;
  }
  section.home-hero .banner-container .home-banner-content.version_2 .home-banner-copy {
    width: auto;
  }
  section.home-hero .banner-container .home-banner-content.version_2 .home-banner-headline {
    display: inline-block;
    width: auto;
  }
  section.home-hero .banner-container .home-banner-content.version_2 .home-banner-headline h1,
  section.home-hero .banner-container .home-banner-content.version_2 .home-banner-headline p {
    font-size: 36px;
  }
  section.home-hero .banner-container .home-banner-content.version_2 .home-banner-subheadline {
    width: auto;
    display: inline;
  }
  section.home-hero .banner-container .home-banner-content.version_2 .home-banner-subheadline p {
    font-size: 16px;
  }
  section.home-hero .banner-container .home-banner-content.version_2 .home-banner-cta {
    position: relative;
    display: inline-block;
    clear: both;
    left: 0;
    top: 0;
  }
  section.home-hero .banner-container .home-banner-content.version_3 {
    width: 100%;
    top: 0;
    z-index: 100;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-copy {
    background-color: #1d5a32;
    opacity: 0.9;
    padding: 16px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline {
    width: 360px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline h1,
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-headline p {
    font-size: 36px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-subheadline {
    width: 360px;
  }
  section.home-hero .banner-container .home-banner-content.version_3 .home-banner-subheadline p {
    font-size: 16px;
  }

  section.home-about {
    padding: 40px 0px;
  }
  section.home-about p {
    font-size: 1.33333rem;
  }
  section.home-about .home-about--numbers figure {
    width: 100%;
    margin-bottom: 50px;
  }
  section.home-about .home-about--numbers figure span {
    font-size: 2.77778rem;
  }
  section.home-about .home-about--link-container {
    margin-top: 25px;
  }
  section.home-about .home-about--link-container img {
    display: none;
  }

  section.home-programs {
    padding: 40px 0px;
  }
  section.home-programs h2 {
    font-size: 1.77778rem;
  }

  section.home-blog {
    padding: 40px 0px;
  }
  section.home-blog h2 {
    font-size: 1.77778rem;
  }
  section.home-blog .home-blog--container {
    margin: 0px;
  }
  section.home-blog article {
    width: 100%;
    margin: 40px 0px 40px 0px;
  }
  section.home-blog article h3 {
    min-height: auto;
  }
  section.home-blog article .home-article--text p {
    min-height: auto;
  }
  section.home-blog article .home-article--text p .post-date {
    font-weight: bold;
  }
  section.home-blog article .home-article--image {
    height: 300px;
  }
  section.home-blog .more-news {
    margin-top: 0px;
  }

  section.home-support {
    padding: 40px 0px;
  }
}
@media all and (max-width: 800px) and (min-width: 600px) {
  section.home-hero .home-hero--content {
    right: 0;
    margin: 0 auto;
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  body.page-template-home .mobile-hide,
  body.page-template-home_new .mobile-hide {
    display: none;
  }
  body.page-template-home .mobile-show,
  body.page-template-home_new .mobile-show {
    display: inline-block;
  }
  body.page-template-home section.home-quotes .home-quotes--single a.home-quotes--link,
  body.page-template-home_new section.home-quotes .home-quotes--single a.home-quotes--link {
    margin: 0 auto;
  }

  section.home-hero .banner-container .home-banner-content.version_1 .home-banner-headline {
    width: auto;
  }
  section.home-hero .banner-container .home-banner-content.version_1 .home-banner-headline h1,
  section.home-hero .banner-container .home-banner-content.version_1 .home-banner-headline p {
    font-size: 36px;
  }
  section.home-hero .banner-container .home-banner-content.version_1 .home-banner-subheadline {
    width: auto;
  }
  section.home-hero .banner-container .home-banner-content.version_1 .home-banner-subheadline p {
    font-size: 16px;
  }

  section.home-blog article .home-article--image-overlay {
    display: none;
  }

  section.home-about .home-about--link-container svg {
    display: none;
  }

  section.home-programs .home-programs--container .home-programs--single {
    margin-bottom: 25px;
  }
  section.home-programs .home-programs--container .home-programs--single div {
    width: 100%;
  }
  section.home-programs .home-programs--container .home-programs--mobile-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  section.home-programs .home-programs--container .home-programs--mobile-container h3 {
    max-width: calc(100% - 80px);
    margin-bottom: 0px;
  }
  section.home-programs .home-programs--container .home-programs--mobile-container img {
    max-width: 50px;
  }

  section.home-blog article .home-article--image {
    height: 200px;
  }

  section.home-support {
    padding-top: 400px;
  }
  section.home-support .home-support--image {
    left: 0;
    bottom: auto;
    right: 0;
    top: 0;
    height: 325px;
    width: 100%;
  }
  section.home-support .home-support--text {
    width: 100%;
    padding-right: 0px;
  }
}
div.home-article--image > img {
  cursor: pointer;
}

.post-template-post-howto-template .post-howto {
  margin-top: 0;
}
.post-template-post-howto-template section {
  padding: 40px 0px 0px;
}
.post-template-post-howto-template .container.container1070 {
  max-width: 1070px;
}
.post-template-post-howto-template header.single-header {
  background-color: #f6f6f6;
  height: auto;
  min-height: auto;
  padding-bottom: 60px;
}
.post-template-post-howto-template header.single-header .hero-image {
  padding-top: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-template-post-howto-template header.single-header .single-header--content {
  max-width: 100%;
}
.post-template-post-howto-template header.single-header .single-header--content h1 {
  color: #782266;
  text-align: left;
  margin: 60px 0 25px 0;
  max-width: 100%;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}
.post-template-post-howto-template .single-header--meta--date {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 1em;
}
.post-template-post-howto-template .single-blog .single-blog--content {
  border-bottom: none;
}
.post-template-post-howto-template .single-blog .single-blog--content h1, .post-template-post-howto-template .single-blog .single-blog--content h2, .post-template-post-howto-template .single-blog .single-blog--content h3, .post-template-post-howto-template .single-blog .single-blog--content h4, .post-template-post-howto-template .single-blog .single-blog--content h5 {
  color: #000;
}
.post-template-post-howto-template .howTo .container1070 {
  max-width: 1070px;
}
.post-template-post-howto-template .howTo .container1070 h2[itemprop="name"] {
  margin-bottom: 1.75em;
}
.post-template-post-howto-template .howTo .container1070 aside.supplies {
  width: 100%;
  background-color: rgba(246, 246, 246, 0.5);
  padding: 25px;
  max-width: 328px;
}
.post-template-post-howto-template .howTo .container1070 aside.supplies h3 {
  margin-bottom: .7em;
}
.post-template-post-howto-template .howTo .container1070 aside.supplies .supply-item {
  padding: 15px 0;
  border-top: 1px solid #c3d4d9;
  display: flex;
  width: 100%;
  align-items: center;
}
.post-template-post-howto-template .howTo .container1070 aside.supplies .supply-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 25px;
}
.post-template-post-howto-template .howTo .container1070 aside.supplies .supply-item [itemprop="name"] {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
}
.post-template-post-howto-template .howTo .container1070 div.steps h3 {
  margin-bottom: 25px;
}
.post-template-post-howto-template .howTo .container1070 div.steps h4 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.8px;
  text-align: left;
  margin-bottom: 1em;
}
.post-template-post-howto-template .howTo .container1070 div.steps [itemprop="itemListElement"] {
  margin-bottom: 45px;
}
.post-template-post-howto-template .downloadCTA {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100%;
  justify-content: center;
}
.post-template-post-howto-template .downloadCTA .download_Wreath--image {
  width: 44%;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-template-post-howto-template .downloadCTA .download_Wreath--content {
  padding: 65px 75px;
  color: #fff;
  width: 66%;
}
.post-template-post-howto-template .downloadCTA .download_Wreath--content h2 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}
.post-template-post-howto-template .downloadCTA .download_Wreath--content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
.post-template-post-howto-template .downloadCTA .download_Wreath--content a.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  padding: 15px 46px;
  color: #fff;
  background-color: #000;
  transition: .3s;
  transform: translateY(0);
  box-shadow: 0px 0px 0px transparent;
}
.post-template-post-howto-template .downloadCTA .download_Wreath--content a.btn:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.post-template-post-howto-template .downloadCTA .download_Wreath--content input[type="text"] {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 25.2px !important;
  text-align: left;
  border: 1px solid #f6f6f6;
  padding: 12px !important;
  max-width: 60%;
}
.post-template-post-howto-template .about-cta {
  width: 100%;
  margin: 0 0 0 0;
  background-color: #245e36;
  display: flex;
  padding: 0;
}
.post-template-post-howto-template .about-cta .about-cta-text {
  width: 50%;
  padding: 80px 60px 80px;
  display: flex;
  justify-content: flex-end;
}
.post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner {
  max-width: 470px;
}
.post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h2, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h3, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h4, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h5, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner p, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner span, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner strong {
  color: #fff;
}
.post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 45.6px;
  text-align: left;
}
.post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
.post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner a.wp-block-button__link {
  text-transform: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 23.8px;
  text-align: center;
}
.post-template-post-howto-template .about-cta .about-cta-image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-template-post-howto-template .stat {
  text-align: center;
}
.post-template-post-howto-template .stat .stat-number {
  font-size: 38px;
  font-weight: 900;
  line-height: 45.6px;
  text-align: center;
  display: block;
}
.post-template-post-howto-template .stat .stat-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  display: block;
}
.post-template-post-howto-template .is-type-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post-template-post-howto-template .social-share a {
  font-size: 20px;
  display: inline-block;
  margin-right: 18px;
}
.post-template-post-howto-template .social-share a i {
  color: #000;
}
.post-template-post-howto-template .btn-pinterest a.wp-block-button__link {
  background-color: #E60023;
  color: #fff;
  padding: 9px 46px 9px 15px;
  text-transform: none;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
  transition: .3s;
  transform: translateY(0);
  box-shadow: 0px 0px 0px transparent;
  border-radius: 2px;
}
.post-template-post-howto-template .btn-pinterest a.wp-block-button__link:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.post-template-post-howto-template .btn-pinterest a.wp-block-button__link:after {
  content: "\f0d2";
  display: block;
  font-family: "Font Awesome 6 Brands";
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}
.post-template-post-howto-template .btn-pinterest a.wp-block-button__link:hover:after {
  color: #E60023;
}
@media screen and (max-width: 600px) {
  .post-template-post-howto-template header.single-header {
    background-color: #f6f6f6;
    height: auto;
    min-height: auto;
    padding-bottom: 60px;
  }
  .post-template-post-howto-template header.single-header .hero-image {
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .post-template-post-howto-template header.single-header .single-header--content {
    max-width: 100%;
  }
  .post-template-post-howto-template header.single-header .single-header--content h1 {
    color: #782266;
    text-align: left;
    margin: 50px 0 20px 0;
    max-width: 100%;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
  }
  .post-template-post-howto-template section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .post-template-post-howto-template .howTo .container1070 aside.supplies {
    padding: 20px;
  }
  .post-template-post-howto-template .downloadCTA {
    flex-direction: column;
  }
  .post-template-post-howto-template .downloadCTA .download_Wreath--image {
    width: 100%;
    height: 200px;
  }
  .post-template-post-howto-template .downloadCTA .download_Wreath--content {
    padding: 40px 25px;
    color: #fff;
    width: 100%;
  }
  .post-template-post-howto-template .downloadCTA .download_Wreath--content h2 {
    color: #fff;
    margin-top: 0;
    padding-top: 0;
  }
  .post-template-post-howto-template .downloadCTA .download_Wreath--content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }
  .post-template-post-howto-template .downloadCTA .download_Wreath--content a.btn {
    width: 100%;
  }
  .post-template-post-howto-template .downloadCTA .download_Wreath--content a.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .post-template-post-howto-template .downloadCTA .download_Wreath--content input[type="text"] {
    max-width: 100%;
    width: 100%;
  }
  .post-template-post-howto-template .about-cta {
    width: 100%;
    margin: 0 0 0 0;
    background-color: #245e36;
    display: flex;
    padding: 0;
    flex-direction: column;
  }
  .post-template-post-howto-template .about-cta .about-cta-text {
    width: 100%;
    padding: 50px 30px;
    display: block;
  }
  .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner {
    max-width: 100%;
  }
  .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h2, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h3, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h4, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h5, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner p, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner span, .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner strong {
    color: #fff;
  }
  .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    text-align: left;
  }
  .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }
  .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner .wp-block-buttons {
    display: block;
  }
  .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner .wp-block-buttons .wp-block-button {
    display: inline-block;
    margin: 0;
    display: block;
    height: auto;
    width: 100%;
  }
  .post-template-post-howto-template .about-cta .about-cta-text .about-cta-inner .wp-block-buttons .wp-block-button a.wp-block-button__link {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .post-template-post-howto-template .about-cta .about-cta-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
  }
}

/* Steps Accordion. */
.accordion_item {
  padding: 20px 0 0 0;
  border-top: 1px solid #aaa;
}

.accordion_item [itemprop="itemListElement"] {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  margin-bottom: 10px;
}

.accordion_item h4 {
  cursor: pointer;
  position: relative;
}
.accordion_item h4:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}

.accordion_item.active [itemprop="itemListElement"] {
  max-height: 700px;
}

.accordion_item.active h4:after {
  content: "\f106";
}

/** Pinterest **/
.pinterest-block {
  min-width: 250px;
  width: 100%;
  border-radius: 24px;
  font: 12px "SF Pro", "Helvetica Neue", Helvetica, arial, sans-serif;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-osx-font-smoothing: grayscale;
}
.pinterest-block:hover {
  opacity: .8;
}
.pinterest-block:hover * {
  text-decoration: none;
}
.pinterest-block .pinterest-block-image {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.pinterest-block .pinterest-block-content {
  position: relative;
  display: block;
  height: 96px;
  padding: 16px;
  color: #333;
  background: #fff;
}
.pinterest-block .pinterest-block-content .pinterest-title {
  position: static;
  left: 0px;
  right: 0px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.pinterest-block .pinterest-block-content .pinterest-thumbanil {
  position: absolute;
  top: 44px;
  left: 16px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: transparent url() 0 0 no-repeat;
  background-size: cover;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  display: block;
}
.pinterest-block .pinterest-block-content .pinterest-poster {
  position: static;
  left: 40px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  font-size: 13px;
  margin-top: 1px;
  padding-left: 35px;
  font-size: 12px !important;
}

@media (max-width: 900px) {
  .html_header_top.html_bottom_nav_header #top.page-template-blog-new .main_menu ul#avia-menu,
  .html_header_top.html_bottom_nav_header #top.page-template-resources-archive .main_menu ul#avia-menu {
    height: auto !important;
  }
}

@media (max-width: 900px) {
  html body.page-template-blog-new #wrap_all #main,
  html body.page-template-resources-archive #wrap_all #main {
    top: 0px;
  }
}

@media (max-width: 900px) {
  body.page-template-blog-new #main .donate-strip + .page-breadcrumb,
  body.page-template-resources-archive #main .donate-strip + .page-breadcrumb {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  body.page-template-blog-new #main .page-breadcrumb,
  body.page-template-resources-archive #main .page-breadcrumb {
    margin-top: 80px;
  }
}

@media (max-width: 900px) {
  body.page-template-blog-new #main .donate-strip,
  body.page-template-resources-archive #main .donate-strip {
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  html body.page-template-news-archive #wrap_all #main,
  html body.page-template-experts-archive #wrap_all #main {
    top: 0px;
  }
}

body.page-template-blog-new .hero--image,
body.page-template-resources-archive .hero--image,
body.page-template-news-archive .hero--image,
body.page-template-experts-archive .hero--image {
  display: none;
}
body.page-template-blog-new .title-wrapper,
body.page-template-resources-archive .title-wrapper,
body.page-template-news-archive .title-wrapper,
body.page-template-experts-archive .title-wrapper {
  display: none;
}
body.page-template-blog-new .page-breadcrumb,
body.page-template-resources-archive .page-breadcrumb,
body.page-template-news-archive .page-breadcrumb,
body.page-template-experts-archive .page-breadcrumb {
  display: none;
}
body.page-template-blog-new .page-breadcrumb-title-bar,
body.page-template-resources-archive .page-breadcrumb-title-bar,
body.page-template-news-archive .page-breadcrumb-title-bar,
body.page-template-experts-archive .page-breadcrumb-title-bar {
  display: block;
}
body.page-template-blog-new .archive-header--top .page-breadcrumb,
body.page-template-resources-archive .archive-header--top .page-breadcrumb,
body.page-template-news-archive .archive-header--top .page-breadcrumb,
body.page-template-experts-archive .archive-header--top .page-breadcrumb {
  display: inline-block;
}

header.archive-header {
  min-height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding-bottom: 15px;
  font-family: "Source Sans Pro";
}
@media (min-width: 1700px) {
  header.archive-header {
    background-position: 50% top;
  }
}
header.archive-header.resources, header.archive-header.news {
  min-height: 400px;
  padding-bottom: 50px;
}
header.archive-header.news {
  margin-bottom: 10px;
}
header.archive-header .archive-header--mobile-image {
  display: none;
  width: 100%;
  height: 250px;
  z-index: -1;
  position: relative;
}
header.archive-header .archive-header--mobile-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 770px) {
  header.archive-header .archive-header--mobile-image {
    display: block;
  }
}
header.archive-header .archive-header--top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
  margin-top: 10px;
}
header.archive-header .archive-header--top.resources {
  margin-bottom: 30px;
}
header.archive-header .archive-header--top.news {
  margin-bottom: 30px;
}
@media (max-width: 770px) {
  header.archive-header .archive-header--top {
    display: none;
  }
}
header.archive-header .archive-header--top .page-breadcrumb {
  width: auto;
  margin: 0px;
  margin-left: 0px !important;
  padding-left: 0px;
}
@media (max-width: 770px) {
  header.archive-header .archive-header--top .page-breadcrumb {
    width: auto !important;
  }
  header.archive-header .archive-header--top .page-breadcrumb span.home_tag {
    display: none;
  }
}
header.archive-header .archive-header--top .page-breadcrumb a, header.archive-header .archive-header--top .page-breadcrumb .primary_separator {
  color: white;
}
header.archive-header .archive-header--top button {
  background: rgba(8, 8, 8, 0.5);
  border: none;
  font-size: 17px;
  color: white;
  font-weight: 600;
  text-align: center;
  min-width: 150px;
  padding: 5px 30px;
  position: relative;
}
header.archive-header .archive-header--top button:hover, header.archive-header .archive-header--top button:focus {
  cursor: pointer;
}
@media (max-width: 770px) {
  header.archive-header .archive-header--top button {
    display: none;
  }
}
header.archive-header .archive-header--top button svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
header.archive-header .archive-header--top.mobile {
  display: none;
}
@media (max-width: 770px) {
  header.archive-header .archive-header--top.mobile {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    background: black;
  }
}
header.archive-header .archive-header--content {
  max-width: 625px;
  font-family: "Source Sans Pro";
}
@media (max-width: 770px) {
  header.archive-header .archive-header--content {
    max-width: none;
    margin-bottom: 25px;
  }
}
header.archive-header .archive-header--content.experts {
  max-width: 475px;
}
@media (max-width: 770px) {
  header.archive-header .archive-header--content.news {
    margin-top: 50px;
  }
}
header.archive-header .archive-header--content.news h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
  margin-bottom: 30px;
}
header.archive-header .archive-header--content .subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #DB672A;
  margin-bottom: 10px;
}
header.archive-header .archive-header--content h1 {
  font-size: 40px;
  color: white;
  font-weight: 900;
  margin-top: 15px;
  line-height: 1.5;
}
@media (max-width: 770px) {
  header.archive-header .archive-header--content h1 {
    font-size: 23px;
  }
}
header.archive-header .archive-header--content a.orange-btn {
  padding: 14px 0px;
}
@media (max-width: 619px) {
  header.archive-header .archive-header--content a.orange-btn {
    width: 100%;
  }
}
header.archive-header .archive-header--content .archive-header--tagline {
  font-size: 16px;
  color: white;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 30px;
}
header.archive-header .archive-header--content .archive-header--news-content {
  font-family: "Source Sans Pro";
}
header.archive-header .archive-header--content .archive-header--news-content h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
}
header.archive-header .archive-header--content .archive-header--news-content p {
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
header.archive-header .archive-header--content .archive-header--news-content a {
  color: #DB672A;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}

section.email-signup {
  background-color: #005282;
  color: #fff;
  padding: 80px 0 60px 0;
}
@media (619px) {
  section.email-signup .nf-form-cont .one-half {
    width: 100% !important;
  }
}
section.email-signup .email-signup--inner.full-container .email-signup--headings {
  padding-right: 0px;
}
section.email-signup .email-signup--headings {
  padding-right: 75px;
}
@media (max-width: 619px) {
  section.email-signup .email-signup--headings {
    padding-right: 0px;
  }
}
section.email-signup .email-signup--headings h3 {
  font-weight: 600;
}
section.email-signup .email-signup--headings > * {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
section.email-signup h2 {
  font-size: 46px;
  margin-bottom: 35px;
}
section.email-signup h3 {
  font-size: 26px;
}
section.email-signup .additional-text {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  text-align: center;
}
section.email-signup .nf-field-container {
  margin-bottom: 0;
}
section.email-signup input, section.email-signup select {
  height: 45px;
  color: #777777;
  margin: 0px 0px 0px 0px !important;
}
section.email-signup select {
  background-image: url(../img/resources/select.png) !important;
  background-position: 95% 55% !important;
  background-repeat: no-repeat !important;
  background-size: 27px !important;
  color: #777777 !important;
  font-style: italic;
}
section.email-signup input[type=submit],
section.email-signup input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #db672a !important;
  border: 1px solid #db672a !important;
  border-radius: 2px !important;
  color: white !important;
  font-weight: normal;
  border: none;
  width: 257px !important;
  height: 45px !important;
  margin-top: 40px !important;
  display: inline-block;
  transition: all .3s ease-in-out;
}
section.email-signup input[type=submit]:hover, section.email-signup input[type=submit]:focus, section.email-signup input[type=submit]:active,
section.email-signup input[type=button]:hover,
section.email-signup input[type=button]:focus,
section.email-signup input[type=button]:active {
  background: white !important;
  color: #db672a !important;
}
section.email-signup input[type="checkbox"] {
  display: inline-block !important;
  position: relative;
  right: 8px;
  top: 3px;
  -webkit-appearance: none;
  width: 25px !important;
  height: 25px;
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
}
section.email-signup input[type="checkbox"]:after {
  content: "\\2713";
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 5;
  display: none;
}
section.email-signup input[type="checkbox"]:checked {
  background: cornflowerblue;
}
section.email-signup input[type="checkbox"]:checked:after {
  display: inline-block;
}
section.email-signup .field-wrap.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.email-signup .field-wrap.checkbox-wrap p {
  font-weight: 300;
  font-size: 14px;
}
section.email-signup .field-wrap.checkbox-wrap .nf-field-element {
  width: 25px;
  display: inline-block;
}
section.email-signup .submit-container .nf-field-element {
  text-align: end;
}
section.email-signup .submit-container .nf-field-element input {
  margin-top: 0 !important;
}
section.email-signup .nf-before-form-content {
  display: none;
}
section.email-signup .nf-field-description {
  display: inline-block;
  width: auto;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}
section.email-signup ::-webkit-input-placeholder {
  font-style: italic;
}
section.email-signup :-moz-placeholder {
  font-style: italic;
}
section.email-signup ::-moz-placeholder {
  font-style: italic;
}
section.email-signup :-ms-input-placeholder {
  font-style: italic;
}
section.email-signup .nf-error-msg {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
section.email-signup .nf-after-form-content {
  display: none;
}
section.email-signup .half {
  display: flex;
  flex-wrap: wrap;
}
section.email-signup .half > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1000px) {
  section.email-signup .half > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.email-signup .half .email-signup--headings > * {
  text-align: left;
}
@media (max-width: 619px) {
  section.email-signup .half .email-signup--headings > * {
    text-align: center;
  }
}
section.email-signup .half .additional-text {
  text-align: left;
}
@media (max-width: 619px) {
  section.email-signup .half .additional-text {
    text-align: center;
  }
}

.email-signup--inner.container.full-container {
  max-width: 630px;
}

@media screen and (max-width: 619px) {
  section.email-signup {
    padding: 45px 0;
  }
  section.email-signup .nf-form-cont .one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
  section.email-signup h2 {
    margin-bottom: 20px;
  }
  section.email-signup .additional-text {
    margin-bottom: 40px;
    text-align: center;
  }
  section.email-signup .field-wrap.checkbox-wrap {
    justify-content: center;
    flex-wrap: nowrap;
  }
  section.email-signup .field-wrap.checkbox-wrap input[type="checkbox"] {
    transform: scale(1.2);
  }
  section.email-signup input[type=submit],
  section.email-signup input[type=button] {
    width: 100% !important;
  }
  section.email-signup .label-hidden .nf-field-label {
    width: 0 !important;
  }
}
#top section.email-signup.expert-form {
  background: #F6F6F6;
  padding: 60px 0px 40px 0px;
  margin: 50px 0px;
}
#top section.email-signup.expert-form h2 {
  color: #005282;
  margin-bottom: 15px;
}
#top section.email-signup.expert-form .additional-text {
  font-style: italic;
  font-size: 16px;
  color: black;
  font-weight: normal;
  margin: 0px;
}
#top section.email-signup.expert-form .email-signup--headings {
  padding-right: 75px;
  margin-bottom: 25px;
}
@media (max-width: 619px) {
  #top section.email-signup.expert-form .email-signup--headings {
    padding-right: 0px;
  }
}
#top section.email-signup.expert-form .ninja-forms-form-wrap .list-wrap ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#top section.email-signup.expert-form .field-wrap.checkbox-wrap p {
  color: #3C3C3C;
}
#top section.email-signup.expert-form input[type="checkbox"] {
  display: inline-block !important;
  position: relative;
  right: 8px;
  top: 3px;
  -webkit-appearance: none;
  width: 25px !important;
  height: 25px;
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
}
#top section.email-signup.expert-form input[type="checkbox"]:after {
  content: "\\2713";
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 5;
  display: none;
}
#top section.email-signup.expert-form input[type="checkbox"]:checked {
  background: cornflowerblue;
}
#top section.email-signup.expert-form input[type="checkbox"]:checked:after {
  display: inline-block;
}
#top section.email-signup.expert-form .ninja-forms-form-wrap .list-wrap li {
  width: auto;
  display: flex;
  align-items: center;
}
#top section.email-signup.expert-form .ninja-forms-form-wrap .list-wrap li label {
  font-size: 14px;
  font-weight: normal !important;
  color: #3C3C3C;
  margin-left: 5px;
}
#top section.email-signup.expert-form .ninja-forms-form-wrap .list-wrap li input {
  height: auto;
}
#top section.email-signup.expert-form .submit-wrap {
  margin-top: 20px;
}

/* Test comment */
.container--resources-archive .article-card,
.container--news-archive .article-card,
.container--category-load .article-card,
.container--blog-latest .article-card {
  min-height: 545px;
}

.container--blog-latest .home-article--text p .post-date {
  font-weight: bold;
}

@media (max-width: 750px) {
  article.article-card {
    width: calc(50% - 40px);
    margin: 20px 20px 0px;
  }
}
@media (max-width: 619px) {
  article.article-card {
    width: 100%;
    margin: 20px 0px;
  }
}
article.article-card .article--estimate-reading {
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 21px;
}
article.article-card .article--estimate-reading span {
  font-size: 16px;
  font-weight: normal;
  color: #6F6F6F;
}
article.article-card .article--estimate-reading img {
  width: 18px;
  margin-right: 5px;
}
article.article-card .article--estimate-reading svg {
  width: 18px;
  margin-right: 5px;
}
article.article-card .home-article--text p .post-date {
  font-weight: bold;
}
article.article-card .home-article--text p a {
  position: relative;
}
article.article-card .home-article--text p a svg {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 3px;
  margin-left: 4px;
}
article.article-card .home-article--text p a svg path {
  fill: #db672a;
}
article.article-card .article-card--video-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  pointer-events: none;
}
article.article-card .article-card--main-video-icon {
  position: absolute;
  top: 150px;
  margin: 0 auto;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  pointer-events: none;
}

.blog-main h2 {
  font-size: 22px;
  font-weight: 600;
  color: black;
}

.container--blog-featured,
.container--blog-latest,
.container--category-load {
  margin: 0px -40px 40px;
}
@media (max-width: 619px) {
  .container--blog-featured,
  .container--blog-latest,
  .container--category-load {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 619px) {
  .container--blog-featured {
    margin-top: 25px;
  }
}

.single-blog {
  margin-top: 30px;
}
.single-blog .container {
  max-width: 767px;
}
@media (max-width: 1170px) {
  .single-blog .container {
    max-width: 600px;
  }
}
@media (max-width: 1000px) {
  .single-blog .container {
    max-width: 767px;
  }
}
.single-blog .flex_column {
  padding: 25px;
  background: white;
}
.single-blog section.comments-new {
  display: none;
}
.single-blog .single-blog-accordion {
  font-family: "Source Sans Pro";
  border: 1px solid #C9C9C9;
  padding: 15px 15px;
}
.single-blog .single-blog-accordion:hover, .single-blog .single-blog-accordion:focus {
  cursor: pointer;
}
.single-blog .single-blog-accordion .single-blog-accordion--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
}
.single-blog .single-blog-accordion .single-blog-accordion--title:hover, .single-blog .single-blog-accordion .single-blog-accordion--title:focus {
  cursor: pointer;
}
.single-blog .single-blog-accordion .single-blog-accordion--title p {
  color: #005282;
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
}
.single-blog .single-blog-accordion .single-blog-accordion--title .single-blog--symbol {
  display: inline-block;
  position: relative;
  width: 18px;
  background: #005282;
  height: 4px;
}
.single-blog .single-blog-accordion .single-blog-accordion--title .single-blog--symbol span {
  position: absolute;
  left: 7px;
  top: -7px;
  height: 18px;
  width: 4px;
  display: inline-block;
  background: #005282;
  z-index: 1;
  transition: all .3s ease;
}
.single-blog .single-blog-accordion .single-blog-accordion--text {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Source Sans Pro";
}
.single-blog .single-blog-accordion.active .single-blog-accordion--title .single-blog--symbol span {
  opacity: 0;
}
.single-blog .single-blog--content {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #D8D8D8;
}
.single-blog .single-blog--content p, .single-blog .single-blog--content ol, .single-blog .single-blog--content ul {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Source Sans Pro";
}
.single-blog .single-blog--content h1 {
  color: #005282;
  margin: 30px 0px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Source Sans Pro";
}
.single-blog .single-blog--content h2 {
  color: #005282;
  margin: 30px 0px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Source Sans Pro";
}
.single-blog .single-blog--content h3 {
  color: #005282;
  margin: 25px 0px;
  font-weight: 700;
  font-family: "Source Sans Pro";
  font-size: 22px;
}

body.post-template-template section.comments-new .container {
  max-width: 767px;
}
body.post-template-template section.comments-new h2 {
  font-weight: 600;
  font-size: 30px;
}
body.post-template-template .side-container-comment-inner {
  display: none;
}
body.post-template-template .comment-content {
  padding-top: 50px;
}

@media (max-width: 900px) {
  html body.archive #wrap_all #main {
    top: 0px;
  }
}
@media (max-width: 767px) {
  html body.archive #wrap_all #main {
    margin-top: 80px;
  }
}

section.search-bar#search-bar {
  background: #F6F6F6;
  padding: 50px 0px;
  margin-bottom: 40px;
  margin-left: -40px;
  margin-right: -40px;
  font-family: "Source Sans Pro";
}
@media (max-width: 619px) {
  section.search-bar#search-bar {
    padding: 25px 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
section.search-bar#search-bar.news {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: white;
}
@media (max-width: 1000px) {
  section.search-bar#search-bar .container {
    flex-direction: column;
    align-items: center;
  }
}
section.search-bar#search-bar p {
  font-size: 18px;
  font-weight: 600;
  color: #353535;
}
section.search-bar#search-bar .search-bar--left {
  width: 50%;
}
@media (max-width: 1000px) {
  section.search-bar#search-bar .search-bar--left {
    width: 100%;
  }
}
@media (max-width: 750px) {
  section.search-bar#search-bar .search-bar--left {
    width: 100%;
  }
}
section.search-bar#search-bar .search-bar--left.experts {
  width: 70%;
}
@media (max-width: 770px) {
  section.search-bar#search-bar .search-bar--left.experts {
    width: 100%;
  }
}
section.search-bar#search-bar .search-bar--left.resources {
  width: 40%;
}
@media (max-width: 1000px) {
  section.search-bar#search-bar .search-bar--left.resources {
    width: 75%;
  }
}
@media (max-width: 750px) {
  section.search-bar#search-bar .search-bar--left.resources {
    width: 100%;
  }
}
section.search-bar#search-bar .search-bar--left input[type="search"] {
  height: 44px;
  border: 1px solid #1D5A32;
  background-image: url("../img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px;
  font-size: 16px;
  padding: 0px 70px 0px 1em;
}
section.search-bar#search-bar .search-bar--left input[type="submit"] {
  display: none;
}
section.search-bar#search-bar .search-bar--right {
  width: 50%;
  padding-left: 40px;
}
section.search-bar#search-bar .search-bar--right.experts {
  width: 30%;
}
@media (max-width: 770px) {
  section.search-bar#search-bar .search-bar--right.experts {
    width: 100%;
  }
}
section.search-bar#search-bar .search-bar--right.resources {
  width: 60%;
}
@media (max-width: 1000px) {
  section.search-bar#search-bar .search-bar--right.resources {
    width: 75%;
    padding-left: 0px;
  }
}
@media (max-width: 750px) {
  section.search-bar#search-bar .search-bar--right.resources {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  section.search-bar#search-bar .search-bar--right {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 750px) {
  section.search-bar#search-bar .search-bar--right {
    width: 100%;
  }
}
section.search-bar#search-bar .search-bar--categories {
  width: 50%;
}
section.search-bar#search-bar .search-bar--categories.experts {
  width: 100%;
}
section.search-bar#search-bar .search-bar--categories.resources {
  width: 40%;
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--categories.resources {
    width: 100%;
  }
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--categories {
    width: 100%;
  }
}
section.search-bar#search-bar .search-bar--categories select {
  height: 44px;
  border: 1px solid #1D5A32;
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  appearance: none;
  font-size: 16px;
}
section.search-bar#search-bar .search-bar--categories select::-ms-expand {
  display: none;
}
section.search-bar#search-bar .search-bar--videos {
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--videos {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--videos.resources p {
    display: block;
    margin-bottom: 15px;
  }
}
section.search-bar#search-bar .search-bar--videos p {
  margin-bottom: 22px;
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--videos p {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 15px;
  }
}
section.search-bar#search-bar .search-bar--videos .created-toggle {
  outline: none;
  width: 152px;
  border: 1px solid #979797;
  border-radius: 30px;
  background: white;
  height: 33px;
  text-align: center;
  padding-top: 6px;
  margin-top: 0px;
  transition: all .3s ease;
  color: #353535;
  font-size: 16px;
  position: relative;
  top: 5px;
  left: -10px;
}
section.search-bar#search-bar .search-bar--videos .created-toggle:hover, section.search-bar#search-bar .search-bar--videos .created-toggle:focus {
  cursor: pointer;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
section.search-bar#search-bar .search-bar--videos .created-toggle.news {
  background: #777777;
  color: white;
}
section.search-bar#search-bar .search-bar--videos .created-toggle.news:before {
  background: white;
}
section.search-bar#search-bar .search-bar--videos .created-toggle:before {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #1D5A32;
  background: #777777;
  position: absolute;
  left: 1px;
  top: 1px;
  transition: all .5s ease;
}
section.search-bar#search-bar .search-bar--videos .created-toggle.active {
  background: #1D5A32;
  border: 1px solid #1D5A32;
  color: white;
  font-weight: 300;
}
section.search-bar#search-bar .search-bar--videos .created-toggle.active:before {
  left: 120px;
  background: white;
}
section.search-bar#search-bar .search-bar--filters {
  width: 60%;
}
section.search-bar#search-bar .search-bar--filters.news, section.search-bar#search-bar .search-bar--filters.blog, section.search-bar#search-bar .search-bar--filters.search {
  width: 50%;
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--filters.news, section.search-bar#search-bar .search-bar--filters.blog, section.search-bar#search-bar .search-bar--filters.search {
    width: 100%;
  }
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--filters {
    width: 100%;
    padding-left: 0px;
  }
}
section.search-bar#search-bar .search-bar--filters button {
  background: #888888;
  color: white;
  padding: 5px 10px;
  min-width: 84px;
  text-align: center;
  border: none;
  border-radius: 10px;
  margin: 0px 5px 10px;
  font-size: 16px;
}
section.search-bar#search-bar .search-bar--filters button:hover, section.search-bar#search-bar .search-bar--filters button:focus {
  cursor: pointer;
}
section.search-bar#search-bar .search-bar--filters button.active {
  background: #1D5A32;
}
@media (max-width: 619px) {
  section.search-bar#search-bar .search-bar--filters button:first-of-type {
    margin-left: 0px;
  }
}

main.search-archive {
  margin: 50px 0px 0px 0px;
}
main.search-archive h2 {
  color: #353535;
  font-family: "Source Sans Pro";
}
main.search-archive .no-posts {
  font-size: 20px;
  padding-left: 40px;
  margin-top: 25px;
}

body.search-results main.sm-main .loader--container {
  display: none;
}

.search-breadcrumbs {
  padding: 15px;
}
.search-breadcrumbs a {
  font-size: 18px;
  font-family: "Source Sans Pro";
  color: #DB672A;
}

body.post-template-post-video-template .title-wrapper,
body.post-template-post-text-template .title-wrapper,
body.post-template-default .title-wrapper {
  display: none;
}
body.post-template-post-video-template .page-breadcrumb,
body.post-template-post-text-template .page-breadcrumb,
body.post-template-default .page-breadcrumb {
  display: none;
}
body.post-template-post-video-template .page-breadcrumb-title-bar,
body.post-template-post-text-template .page-breadcrumb-title-bar,
body.post-template-default .page-breadcrumb-title-bar {
  display: block;
}
body.post-template-post-video-template .story-author,
body.post-template-post-text-template .story-author,
body.post-template-default .story-author {
  display: none;
}

body.single-resource .title-wrapper {
  display: none;
}
body.single-resource .page-breadcrumb {
  display: none;
}

@media (max-width: 900px) {
  .html_header_top.html_bottom_nav_header #top.post-template-post-text-template .main_menu ul#avia-menu {
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  html body.post-template-post-text-template #wrap_all #main,
  html body.post-template-post-video-template #wrap_all #main {
    top: 0px;
  }
}

header.single-header {
  min-height: 710px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  font-family: "Source Sans Pro";
}
header.single-header.text {
  min-height: 440px;
}
@media (min-width: 1700px) {
  header.single-header.text {
    min-height: 600px;
    /*background-size: contain;*/
    max-width: 1700px;
    margin: 0 auto;
  }
}
@media (max-width: 619px) {
  header.single-header.text {
    min-height: 330px;
  }
}
header.single-header.text .single-header--content {
  margin: 75px auto 0px;
}
@media (min-width: 1700px) {
  header.single-header.text .single-header--content {
    margin: 150px auto 0px;
  }
}
header.single-header.video {
  min-height: 710px;
}
@media (max-width: 619px) {
  header.single-header.video {
    min-height: 330px;
  }
}
header.single-header.video .single-header--content {
  margin: 25px auto 0px;
}
header.single-header .page-breadcrumb {
  display: inline-block;
  width: auto;
  margin: 0px;
  margin-left: 0px !important;
  padding-left: 0px;
}
@media (max-width: 619px) {
  header.single-header .page-breadcrumb {
    display: none;
  }
}
header.single-header .page-breadcrumb.mobile {
  display: none;
  background: black;
  padding-left: 15px;
}
@media (max-width: 619px) {
  header.single-header .page-breadcrumb.mobile {
    display: block;
  }
}
header.single-header .page-breadcrumb.mobile .mobile_separator {
  color: white;
}
header.single-header .page-breadcrumb.mobile span > span > span > span a {
  display: none;
}
header.single-header .page-breadcrumb a, header.single-header .page-breadcrumb .primary_separator {
  color: white;
}
header.single-header .page-breadcrumb span > span > span.breadcrumb_last {
  color: white;
}
header.single-header .single-header--content {
  max-width: 767px;
}
header.single-header .single-header--category-container {
  text-align: center;
  margin-bottom: 20px;
}
header.single-header .single-header--category-container a {
  display: inline-block;
  color: white;
  background-color: #1D5A32;
  font-size: 16px;
  font-weight: 900;
  padding: 5px 25px;
  margin: 5px;
  border-radius: 5px;
  transition: all .3s ease;
  text-decoration: none;
}
header.single-header .single-header--category-container a:hover, header.single-header .single-header--category-container a:focus {
  background-color: white;
  color: #1D5A32;
}
header.single-header h1 {
  font-size: 40px;
  font-weight: 900;
  color: white;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 619px) {
  header.single-header h1 {
    font-size: 29px;
  }
}
header.single-header .single-header--video-container {
  margin-top: 25px;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
header.single-header .single-header--video-container p {
  margin: auto;
}
header.single-header .single-header--video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 619px) {
  header.single-header .single-header--video-container {
    margin-right: -8%;
    margin-left: -8%;
  }
}

.single-header--caption-text {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #353535;
}
@media (max-width: 770px) {
  .single-header--caption-text {
    text-align: center;
  }
}

section.discover-more.resource {
  padding-top: 25px;
}
section.discover-more .container {
  max-width: 1144px;
}
@media (max-width: 700px) {
  section.discover-more article.sm-discover--post {
    width: 100%;
    margin: 0px 0px 37px 0px;
  }
}
section.discover-more .article--estimate-reading {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
section.discover-more .article--estimate-reading span {
  font-size: 16px;
  font-weight: 600;
  color: #6F6F6F;
}
section.discover-more .article--estimate-reading img {
  width: 18px;
  margin-right: 5px;
}
section.discover-more .article--estimate-reading svg {
  width: 18px;
  margin-right: 5px;
}

section.comments-new {
  background: #F0F0F0;
  margin-top: 75px;
}

main.single-blog div.container aside.single-post--related {
  width: 160px;
  position: absolute;
  right: -190px;
  top: 0px;
}
@media (max-width: 1000px) {
  main.single-blog div.container aside.single-post--related {
    display: none;
  }
}
main.single-blog div.container aside.single-post--related h3 {
  font-size: 30px;
  color: #005282;
  font-weight: 700;
  font-family: "Source Sans Pro";
  margin-bottom: 15px;
  margin-top: 0px;
}
main.single-blog div.container aside.single-post--related article {
  border-bottom: 2px solid black;
  padding: 15px 0px 5px;
  position: relative;
}
main.single-blog div.container aside.single-post--related article a {
  text-decoration: none;
}
main.single-blog div.container aside.single-post--related article p:first-of-type {
  color: #DB672A;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
}
main.single-blog div.container aside.single-post--related article p {
  font-size: 15px;
  margin: 5px 0px;
  color: #353535;
}
main.single-blog div.container aside.single-post--related article:last-of-type {
  border-bottom: none;
}

.container--resources-archive {
  margin: 0px -40px 40px;
}
@media (max-width: 619px) {
  .container--resources-archive {
    margin-left: 0px;
    margin-right: 0px;
  }
}

section.featured-information {
  margin: 35px 0px 50px 0px;
}
@media (max-width: 770px) {
  section.featured-information {
    flex-direction: column;
  }
}
@media (max-width: 770px) {
  section.featured-information.news, section.featured-information.resources {
    margin: 35px -9% 50px;
  }
}
section.featured-information .featured-information--image {
  width: 50%;
}
@media (max-width: 770px) {
  section.featured-information .featured-information--image {
    width: 100%;
  }
}
section.featured-information .featured-information--image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
section.featured-information .featured-information--text {
  width: 50%;
  background: #1D5A32;
  padding: 50px 25px;
  font-family: "Source Sans Pro";
}
@media (max-width: 770px) {
  section.featured-information .featured-information--text {
    width: 100%;
  }
}
section.featured-information .featured-information--text .featured-information--date p {
  font-weight: 300;
  color: white;
  font-size: 18px;
  margin-top: 0px;
}
section.featured-information .featured-information--text p {
  color: white;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0px;
}
section.featured-information .featured-information--text h3 {
  color: white;
  font-size: 43px;
  font-weight: 900;
  margin: 15px 0px 25px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
section.featured-information .featured-information--text .featured-information--excerpt p {
  font-size: 18px;
  font-weight: 700;
}
section.featured-information .featured-information--text a.orange-btn {
  font-weight: 600;
}
@media (max-width: 770px) {
  section.featured-information .featured-information--text a.orange-btn {
    width: 100%;
  }
}

section.resource-links {
  border-top: 1px solid #979797;
  padding: 50px 0px;
  font-family: "Source Sans Pro";
}
section.resource-links h2 {
  color: #005282;
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
  font-family: "Source Sans Pro";
}
section.resource-links .external-resources-container {
  display: none;
}
section.resource-links .resource-links--inner-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 770px) {
  section.resource-links .resource-links--inner-container {
    flex-direction: column;
  }
}
section.resource-links .resource-links--inner-container > div {
  flex: 1 0 33.33%;
}
section.resource-links .resource-links--inner-container > div > p {
  color: black;
  font-size: 22px;
  font-weight: 700;
}
section.resource-links .resource-links--inner-container .internal-links {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
section.resource-links .resource-links--inner-container .internal-links img {
  height: 16px;
  margin-right: 10px;
}
section.resource-links .resource-links--inner-container .internal-links a {
  font-size: 20px;
  color: #005282;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
section.resource-links .resource-links--inner-container .external-links {
  margin-bottom: 15px;
}
section.resource-links .resource-links--inner-container .external-links img {
  width: 15px;
  margin-right: 10px;
}
section.resource-links .resource-links--inner-container .external-links a {
  font-size: 20px;
  color: #005282;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
section.resource-links .resource-links--inner-container .author-link--single {
  position: relative;
  margin-bottom: 15px;
}
section.resource-links .resource-links--inner-container .author-link--single .author-link--image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
section.resource-links .resource-links--inner-container .author-link--single .author-link--image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.resource-links .resource-links--inner-container .author-link--single .author-link--single-inner {
  align-items: center;
}
section.resource-links .resource-links--inner-container .author-link--single a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.resource-links .resource-links--inner-container .author-link--single a:hover + div p, section.resource-links .resource-links--inner-container .author-link--single a:focus + div p {
  text-decoration: underline;
}
section.resource-links .resource-links--inner-container .author-link--single p {
  font-size: 20px;
  color: #005282;
  font-family: "Source Sans Pro";
  font-weight: 600;
  margin: 0px;
}
section.resource-links .author-link--see-all a {
  font-size: 16px;
  font-weight: 700;
  color: #DB672A;
}

div.loader--container {
  font-family: "Source Sans Pro";
}

@media (min-width: 768px) and (max-width: 900px) {
  html body.single-experts #wrap_all #main {
    top: 0px;
  }
}
@media (max-width: 770px) {
  html body.single-experts #wrap_all #main {
    margin-bottom: 80px;
  }
}

body.single-experts .page-breadcrumb {
  display: none;
}
body.single-experts .page-breadcrumb.mobile a,
body.single-experts .page-breadcrumb.mobile span.mobile_separator {
  color: #ffffff;
}
body.single-experts .page-breadcrumb.mobile span.home_tag {
  display: none;
}
@media (max-width: 770px) {
  body.single-experts .page-breadcrumb.mobile {
    display: block;
    background: black;
    padding-left: 15px;
    margin-left: 0px !important;
  }
}

body.single-experts .page-breadcrumb-title-bar {
  display: block;
}

@media (max-width: 770px) {
  body.single-experts header.archive-header .archive-header--content {
    padding-top: 70px;
  }
}
body.single-experts header.archive-header .archive-header--top .page-breadcrumb {
  display: block;
}

.expert-single--container {
  font-family: "Source Sans Pro";
}
.expert-single--container .experts {
  text-align: center;
}
.expert-single--container .categories-container {
  margin: 35px 0;
}
.expert-single--container .categories-container .expert-in {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.expert-single--container .categories-container a.categories {
  color: #DB672A;
  font-weight: 700;
  font-size: 16px;
}
.expert-single--container .categories-container a.categories + span {
  color: #DB672A;
}
.expert-single--container .expert-intro {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 930px;
  line-height: 1.5;
}
@media (max-width: 770px) {
  .expert-single--container .expert-intro {
    text-align: left;
  }
}
.expert-single--container .social-media--links {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 619px) {
  .expert-single--container .social-media--links {
    margin-bottom: 65px;
  }
}
.expert-single--container .social-media--links a {
  color: #fff;
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  background: #3b5998;
  cursor: pointer;
}
.expert-single--container .social-media--links a.facebook {
  background: #3b5998;
}
@media (hover: hover) {
  .expert-single--container .social-media--links a.facebook:hover, .expert-single--container .social-media--links a.facebook:focus {
    background: transparent;
    color: #3b5998;
    text-decoration: none;
  }
}
.expert-single--container .social-media--links a.twitter {
  background: #1dcaff;
}
@media (hover: hover) {
  .expert-single--container .social-media--links a.twitter:hover, .expert-single--container .social-media--links a.twitter:focus {
    color: #1dcaff;
    background: transparent;
    text-decoration: none;
  }
}
.expert-single--container .social-media--links a.instagram {
  background: #8a3ab9;
}
@media (hover: hover) {
  .expert-single--container .social-media--links a.instagram:hover, .expert-single--container .social-media--links a.instagram:focus {
    color: #8a3ab9;
    background: transparent;
    text-decoration: none;
  }
}
.expert-single--container .social-media--links a.linkedin {
  background: #0e76a8;
}
@media (hover: hover) {
  .expert-single--container .social-media--links a.linkedin:hover, .expert-single--container .social-media--links a.linkedin:focus {
    color: #0e76a8;
    background: transparent;
    text-decoration: none;
  }
}
.expert-single--container .social-media--links a.email-icon {
  background: #DB672A;
}
@media (hover: hover) {
  .expert-single--container .social-media--links a.email-icon:hover, .expert-single--container .social-media--links a.email-icon:focus {
    color: #DB672A;
    background: transparent;
    text-decoration: none;
  }
}
.expert-single--container .social-media--links .fab, .expert-single--container .social-media--links .far {
  font-size: 25px;
}
.expert-single--container .posts-by {
  font-weight: 700;
  font-size: 30px;
  margin-top: 25px;
}

.expert-posts-by--container {
  font-family: "Source Sans Pro";
  padding-bottom: 25px;
}
.expert-posts-by--container .no-posts {
  font-size: 20px;
  text-align: center;
  flex-grow: 1;
}
.expert-posts-by--container .loader--container {
  max-width: 660px;
  margin: 30px auto 0px;
}

.page-template-experts-archive .intro-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-experts-archive .intro-content p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 619px) {
  .page-template-experts-archive .intro-content {
    padding-top: 35px;
    padding-bottom: 65px;
  }
}
.page-template-experts-archive .intro-content .container-small {
  max-width: 770px;
  margin: 0 auto;
}

body.page-template-experts-archive .page-breadcrumb.mobile {
  display: none;
}
@media (max-width: 619px) {
  body.page-template-experts-archive .page-breadcrumb.mobile {
    display: block;
    background: black;
    padding-left: 15px;
    margin-left: 0px !important;
  }
  body.page-template-experts-archive .page-breadcrumb.mobile a,
  body.page-template-experts-archive .page-breadcrumb.mobile span.mobile_separator {
    color: #ffffff;
  }
}

.page-template-experts-archive .container--initial,
.tax-field .container--initial,
.page-template-experts-archive .container--category-load {
  max-width: 770px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.expert-main {
  font-family: "Source Sans Pro";
}
.expert-main h2.line {
  margin-bottom: 90px;
}
@media (max-width: 619px) {
  .expert-main h2.line {
    margin-bottom: 60px;
  }
}
.expert-main h3 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #005282;
}
.expert-main h3:hover, .expert-main h3:focus {
  text-decoration: underline;
}
.expert-main article.flex {
  flex-wrap: nowrap;
  margin-bottom: 65px;
}
@media (max-width: 619px) {
  .expert-main article.flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.expert-main .article--image {
  line-height: 1;
}
@media (max-width: 619px) {
  .expert-main .article--image {
    margin-bottom: 15px;
  }
}
.expert-main .article--image:hover .home-article--image-overlay {
  display: block;
}
.expert-main .article--image .image-container {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 619px) {
  .expert-main .article--image .image-container {
    width: 142px;
    height: 142px;
  }
}
.expert-main .article--image .image-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.expert-main .home-article--image-overlay {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  animation: fadeInOverlay .3s ease-in-out;
  display: none;
}
.expert-main .article--text {
  margin-left: 30px;
}
@media (max-width: 619px) {
  .expert-main .article--text {
    margin-left: 0px;
  }
}
.expert-main .expert-info {
  font-size: 16px;
}
@media (max-width: 619px) {
  .expert-main .expert-info .expert-excerpt, .expert-main .expert-info .categories {
    display: none;
  }
}
.expert-main .categories {
  color: #DB672A;
  font-weight: 700;
}
.expert-main .job-title {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.expert-main .loader--container {
  display: none;
}

body.single-experts .hero,
body.tax-field .hero {
  display: none;
}

body.single-experts .title-wrapper,
body.tax-field .title-wrapper {
  display: none;
}

body.single-experts .expert--headshot {
  border: 1px solid white;
  border-radius: 100%;
  width: 200px;
}

.single-experts header.archive-header {
  min-height: 465px;
}
.single-experts header.archive-header .archive-header--top {
  margin-bottom: 35px;
}
.single-experts header.archive-header .archive-header--content {
  text-align: center;
  margin: 0 auto;
}
.single-experts header.archive-header .archive-header--content .title {
  font-size: 22px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: white;
}
.single-experts header.archive-header .archive-header--content .organization {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: white;
  margin-bottom: 35px;
}
@media (max-width: 619px) {
  .single-experts header.archive-header .archive-header--content .organization {
    display: none;
  }
}
.single-experts header.archive-header .archive-header--content h1 {
  font-size: 30px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 35px;
  line-height: 1.0;
}

.page-template-experts-archive header.archive-header {
  min-height: 420px;
}
.page-template-experts-archive header.archive-header .archive-header--top {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
}
.page-template-experts-archive header.archive-header .archive-header--content {
  text-align: center;
  margin: 0 auto;
}
.page-template-experts-archive header.archive-header .archive-header--content .hero-text {
  font-size: 22px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: white;
  margin-top: 50px;
}
@media (max-width: 619px) {
  .page-template-experts-archive header.archive-header .archive-header--content .hero-text {
    font-size: 18px;
  }
}
.page-template-experts-archive header.archive-header .archive-header--content h1 {
  font-size: 34px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  margin-top: 35px;
  margin-bottom: 65px;
  line-height: 1.0;
  position: relative;
}
@media (max-width: 619px) {
  .page-template-experts-archive header.archive-header .archive-header--content h1 {
    font-size: 28px;
  }
}
.page-template-experts-archive header.archive-header .archive-header--content h1:after {
  content: "";
  position: absolute;
  background-color: white;
  height: 2px;
  width: 50px;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%);
}

body.single-news main.single-news {
  font-family: "Source Sans Pro";
  margin-top: 30px;
}
body.single-news main.single-news .container {
  max-width: 767px;
}
@media (max-width: 1170px) {
  body.single-news main.single-news .container {
    max-width: 600px;
  }
}
@media (max-width: 1000px) {
  body.single-news main.single-news .container {
    max-width: 767px;
  }
}
body.single-news main.single-news .single-news--content p, body.single-news main.single-news .single-news--content ul, body.single-news main.single-news .single-news--content ol, body.single-news main.single-news .single-news--content a {
  line-height: 1.5;
  font-weight: normal;
  font-size: 18px;
}
body.single-news .expert-author {
  margin-top: 25px;
  padding: 60px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  display: flex;
  font-family: "Source Sans Pro";
}
@media (max-width: 619px) {
  body.single-news .expert-author {
    padding: 30px 0;
  }
}
body.single-news .expert-author .expert-author--img {
  height: 166px;
  width: 166px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
@media (max-width: 619px) {
  body.single-news .expert-author .expert-author--img {
    height: 77px;
    width: 77px;
  }
}
body.single-news .expert-author p {
  margin: 0;
  line-height: 1.5;
}
body.single-news .expert-author .expert-author--title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}
body.single-news .expert-author .expert-author--name {
  font-size: 22px;
  font-weight: normal;
}
body.single-news .expert-author .expert-author--position {
  font-size: 18px;
  font-weight: normal;
}
body.single-news .expert-author .expert-author--number,
body.single-news .expert-author .expert-author--email {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #DB672A;
}
body.single-news .press-files {
  margin: 45px auto;
  font-family: "Source Sans Pro";
}
body.single-news .press-files .press-files--title {
  margin: 0;
}
body.single-news .press-files .press-files--container {
  display: flex;
  flex-wrap: wrap;
}
body.single-news .press-files .press-files--container .file {
  width: 50%;
  padding-top: 40px;
}
@media (max-width: 619px) {
  body.single-news .press-files .press-files--container .file {
    width: 100%;
  }
}
body.single-news .press-files .press-files--container .file a {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  color: #444;
  align-items: center;
  line-height: 1.2;
}
body.single-news .press-files .press-files--container .file a:hover, body.single-news .press-files .press-files--container .file a:focus {
  color: #DB672A;
  text-decoration: none;
}
body.single-news .press-files .press-files--container .file img {
  margin-right: 20px;
  height: 75px;
}
body.single-news .press-files .press-files--container .file p {
  width: 150px;
  margin: 0;
  color: black;
}

html body #wrap_all main.news-main.sm-main#articles-main {
  font-family: "Source Sans Pro";
  padding-top: 35px;
}
html body #wrap_all main.news-main.sm-main#articles-main .container--news-archive {
  margin: 0px -40px 40px;
}
@media (max-width: 619px) {
  html body #wrap_all main.news-main.sm-main#articles-main .container--news-archive {
    margin-left: 0px;
    margin-right: 0px;
  }
}
html body #wrap_all main.news-main.sm-main#articles-main .loader--container {
  max-width: 660px;
  margin: 0 auto;
}

.news-archive--title {
  color: black;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}

.video-loader-count {
  position: absolute;
  top: 0;
  left: 0;
}

section.in-the-news {
  background: #F0F0F0;
  padding: 50px 0px;
}
@media (max-width: 900px) {
  section.in-the-news {
    top: 80px;
    position: relative;
    margin-bottom: 80px;
  }
}
section.in-the-news h2 {
  color: black;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}
section.in-the-news .in-the-news--inner {
  margin: 0px -25px 0px;
}
@media (max-width: 619px) {
  section.in-the-news .in-the-news--inner {
    margin-left: 0px;
    margin-right: 0px;
  }
}
section.in-the-news article {
  width: calc(33.33% - 50px);
  margin: 25px;
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 619px) {
  section.in-the-news article {
    width: 100%;
    margin: 25px 0px;
  }
}
section.in-the-news article .in-the-news--image {
  height: 225px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.in-the-news article h3 a {
  color: #005282 !important;
  font-size: 26px;
  font-weight: 700 !important;
  display: inline-block !important;
  margin: 15px 0px !important;
  line-height: 1.2;
}
section.in-the-news article .external-links {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 1;
}
section.in-the-news article .external-links img {
  width: 20px;
  margin-right: 10px;
}
section.in-the-news article .external-links a {
  color: #DB672A;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
section.in-the-news article .external-links a svg {
  position: absolute;
  height: 16px;
  width: 16px;
  margin-left: 4px;
}
section.in-the-news article .external-links a svg path {
  fill: #db672a;
}
section.in-the-news article:nth-child(1n + 4) {
  display: none;
}
section.in-the-news .loader--container {
  max-width: 660px;
  margin: 0 auto;
}

section.press-links {
  padding: 50px 0px;
  font-family: "Source Sans Pro";
}
section.press-links h2 {
  color: black;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}
section.press-links .press-links--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0px 0px;
}
section.press-links figure {
  width: 110px;
  position: relative;
  margin: 0px 0px 25px;
}
section.press-links figure .press-link--image {
  background: #1D5A32;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
}
section.press-links figure .press-link--text {
  text-align: center;
  margin-top: 15px;
  color: #DB672A;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
section.press-links .press-links--social {
  display: flex;
  justify-content: center;
}

main.single-resource {
  font-family: "Source Sans Pro";
  position: relative;
}
@media (max-width: 1050px) {
  main.single-resource .single-resource--inner {
    flex-direction: column-reverse;
  }
}
main.single-resource .single-resource--left {
  width: 65%;
}
@media (max-width: 1050px) {
  main.single-resource .single-resource--left {
    width: 100%;
  }
}
main.single-resource .single-resource--left.blank {
  width: 100%;
}
main.single-resource .single-resource--left .single-resource--content a {
  font-size: 18px;
  font-weight: normal;
  color: #db672a;
}
main.single-resource .single-resource--left .single-resource--content ol, main.single-resource .single-resource--left .single-resource--content ul, main.single-resource .single-resource--left .single-resource--content p {
  font-size: 18px;
  color: black;
  font-weight: normal;
}
main.single-resource .single-resource--left .single-resource--content ol, main.single-resource .single-resource--left .single-resource--content ul, main.single-resource .single-resource--left .single-resource--content p, main.single-resource .single-resource--left .single-resource--content a {
  line-height: 1.5;
}
main.single-resource .single-resource--left .single-resource--content figure figcaption {
  font-size: 16px;
}
main.single-resource .single-resource--left .single-resource--content figure figcaption a {
  font-size: 16px;
  color: #444444;
  text-decoration: underline;
}
main.single-resource .single-resource--left .single-resource--content figure figcaption a:hover, main.single-resource .single-resource--left .single-resource--content figure figcaption a:focus {
  text-decoration-color: #db672a;
}
main.single-resource .single-resource--left .single-resource--references {
  margin-top: 75px;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  main.single-resource .single-resource--left .single-resource--references {
    margin-top: 50px;
  }
}
main.single-resource .single-resource--left .single-resource--references h2 {
  margin-bottom: 0px;
  padding-bottom: 50px;
  border-bottom: 1px solid #979797;
}
main.single-resource .single-resource--left .single-resource--references .reference {
  border-bottom: 1px solid #979797;
  padding: 10px 0px;
  font-size: 14px;
}
main.single-resource .single-resource--left .single-resource--references .reference span {
  color: #232323;
}
main.single-resource .single-resource--left .single-resource--references .reference .reference-number {
  font-weight: 700;
}
main.single-resource .single-resource--left .single-resource--references .reference .reference-title {
  font-weight: 700;
}
main.single-resource .single-resource--left .single-resource--references .reference .reference-author, main.single-resource .single-resource--left .single-resource--references .reference .reference-date {
  font-weight: normal;
}
main.single-resource .single-resource--left .single-resource--references .reference .reference-bottom {
  font-weight: normal;
}
main.single-resource .single-resource--left .single-resource--references .reference .reference-bottom p {
  margin-top: 0px;
}
main.single-resource .single-resource--left .single-resource--references .reference .reference-bottom .reference-link a {
  align-items: center;
  display: flex;
  color: #005282;
  font-weight: 600;
}
main.single-resource .single-resource--left .single-resource--references .reference .reference-bottom img {
  width: 14px;
  margin-right: 10px;
}
main.single-resource .single-resource--right {
  width: 35%;
  padding-left: 20px;
}
@media (max-width: 1050px) {
  main.single-resource .single-resource--right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto -50px;
    padding-left: 0px;
  }
}
main.single-resource .single-resource--right aside {
  background: #005282;
  padding: 35px 20px;
  position: relative;
  top: -50px;
  color: white;
  font-family: "Source Sans Pro";
}
@media (max-width: 1050px) {
  main.single-resource .single-resource--right aside {
    width: 100%;
  }
}
main.single-resource .single-resource--right aside.signup h3, main.single-resource .single-resource--right aside.gated h3 {
  font-size: 32px;
  font-weight: 700;
}
main.single-resource .single-resource--right aside.signup p, main.single-resource .single-resource--right aside.gated p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}
main.single-resource .single-resource--right aside.open h3 {
  font-size: 26px;
  font-weight: normal;
}
main.single-resource .single-resource--right aside.open p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
main.single-resource .single-resource--right aside .resource-file--info {
  margin: 50px 0px;
  display: flex;
  align-items: center;
}
main.single-resource .single-resource--right aside .resource-file--info p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0px;
}
main.single-resource .single-resource--right aside .resource-file--info svg {
  margin-right: 20px;
}
main.single-resource .single-resource--right aside a {
  width: 100%;
}
main.single-resource .single-resource--right aside a span {
  text-transform: uppercase;
}

body#top.single-resource aside form {
  margin-bottom: 0px;
}
body#top.single-resource aside .ninja-forms-form-wrap .ninja-forms-field {
  padding-top: 10px;
  padding-bottom: 10px;
}
body#top.single-resource aside .ninja-forms-form-wrap .field-wrap label {
  width: 100%;
  padding-right: 20px;
}
body#top.single-resource aside input[type="checkbox"] {
  display: inline-block !important;
  position: relative;
  right: 3px;
  top: 3px;
  -webkit-appearance: none;
  width: 25px !important;
  height: 25px;
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
}
body#top.single-resource aside input[type="checkbox"]:after {
  content: "\\2713";
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 5;
  display: none;
}
body#top.single-resource aside input[type="checkbox"]:checked {
  background: cornflowerblue;
}
body#top.single-resource aside input[type="checkbox"]:checked:after {
  display: inline-block;
}
body#top.single-resource aside .list-checkbox-wrap .nf-field-element li {
  width: 100%;
}
@media (max-width: 619px) {
  body#top.single-resource aside .list-checkbox-wrap .nf-field-element input {
    transform: scale(1.1);
  }
}
body#top.single-resource aside .ninja-forms-form-wrap .list-checkbox-wrap label,
body#top.single-resource aside .ninja-forms-form-wrap .mailchimp-optin-wrap label {
  font-size: 12px;
  font-weight: 300;
}
body#top.single-resource aside .nf-field-container {
  margin-bottom: 5px;
}
body#top.single-resource aside .ninja-forms-form-wrap label {
  font-size: 16px;
  font-weight: 600;
}
body#top.single-resource aside .ninja-forms-form-wrap label span {
  color: white;
}
body#top.single-resource aside .ninja-forms-form-wrap select {
  background-image: url(../img/resources/select.png);
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
body#top.single-resource aside .ninja-forms-form-wrap select::-ms-expand {
  display: none;
}
body#top.single-resource aside .ninja-forms-form-wrap .nf-form-fields-required {
  display: none;
}
body#top.single-resource aside .ninja-forms-form-wrap .html-wrap p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 0px;
}

.ninja-forms-form-wrap input[type="button"] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  min-width: 235px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  transition: all .3s ease;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  border-radius: 0 !important;
  background: #a6223c;
  border: 1px solid #a6223c;
  margin-top: 25px;
}
.ninja-forms-form-wrap input[type="button"]:hover, .ninja-forms-form-wrap input[type="button"]:focus {
  background: #881d32;
  color: white;
  cursor: pointer;
}

.single--intro {
  margin-top: 50px;
  font-size: 16px;
}
.single--intro span.date {
  color: #515151;
  font-weight: normal;
  font-style: italic;
}
.single--intro span {
  color: #DB672A;
  font-weight: 700;
}
.single--intro a {
  color: #DB672A;
  font-weight: 700;
  margin: 0px 5px;
  display: inline-block;
}

html body.single-news .page-breadcrumb,
html body.single-resource .page-breadcrumb {
  display: none;
}
html body.single-news .page-breadcrumb-title-bar,
html body.single-resource .page-breadcrumb-title-bar {
  display: block;
}
html body.single-news .title-wrapper,
html body.single-resource .title-wrapper {
  display: none;
}
@media (max-width: 900px) {
  html body.single-news #wrap_all #main,
  html body.single-resource #wrap_all #main {
    top: 0px;
  }
}
@media (max-width: 770px) {
  html body.single-news .donate-strip,
  html body.single-resource .donate-strip {
    top: 80px;
  }
}
html body.single-news header.archive-header.single-hero-nr,
html body.single-resource header.archive-header.single-hero-nr {
  min-height: 400px;
}
@media (min-width: 1700px) {
  html body.single-news header.archive-header.single-hero-nr,
  html body.single-resource header.archive-header.single-hero-nr {
    min-height: 600px;
  }
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr,
  html body.single-resource header.archive-header.single-hero-nr {
    min-height: 435px;
    margin-top: 80px;
  }
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr.resource,
  html body.single-resource header.archive-header.single-hero-nr.resource {
    padding-bottom: 50px;
  }
}
html body.single-news header.archive-header.single-hero-nr.resource .container .archive-header--top,
html body.single-resource header.archive-header.single-hero-nr.resource .container .archive-header--top {
  display: block;
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr.resource .container .archive-header--top,
  html body.single-resource header.archive-header.single-hero-nr.resource .container .archive-header--top {
    display: none;
  }
}
html body.single-news header.archive-header.single-hero-nr.resource .container .page-breadcrumb,
html body.single-resource header.archive-header.single-hero-nr.resource .container .page-breadcrumb {
  display: block;
}
html body.single-news header.archive-header.single-hero-nr.news,
html body.single-resource header.archive-header.single-hero-nr.news {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1700px) {
  html body.single-news header.archive-header.single-hero-nr.news,
  html body.single-resource header.archive-header.single-hero-nr.news {
    justify-content: flex-start;
  }
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr.news .page-breadcrumb.container,
  html body.single-resource header.archive-header.single-hero-nr.news .page-breadcrumb.container {
    background-color: #000000 !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
html body.single-news header.archive-header.single-hero-nr.news .container .archive-header--top,
html body.single-resource header.archive-header.single-hero-nr.news .container .archive-header--top {
  display: block;
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr.news .container .archive-header--top,
  html body.single-resource header.archive-header.single-hero-nr.news .container .archive-header--top {
    display: none;
  }
}
html body.single-news header.archive-header.single-hero-nr.news .container .page-breadcrumb,
html body.single-resource header.archive-header.single-hero-nr.news .container .page-breadcrumb {
  display: block;
}
html body.single-news header.archive-header.single-hero-nr .archive-header--top.mobile,
html body.single-resource header.archive-header.single-hero-nr .archive-header--top.mobile {
  display: none;
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr .archive-header--top.mobile,
  html body.single-resource header.archive-header.single-hero-nr .archive-header--top.mobile {
    display: block;
    margin-left: 15px;
  }
}
html body.single-news header.archive-header.single-hero-nr .archive-header--top.mobile .page-breadcrumb,
html body.single-resource header.archive-header.single-hero-nr .archive-header--top.mobile .page-breadcrumb {
  display: none;
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr .archive-header--top.mobile .page-breadcrumb,
  html body.single-resource header.archive-header.single-hero-nr .archive-header--top.mobile .page-breadcrumb {
    display: block;
  }
}
html body.single-news header.archive-header.single-hero-nr .archive-header--content,
html body.single-resource header.archive-header.single-hero-nr .archive-header--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body.single-news header.archive-header.single-hero-nr .archive-header--content .categories,
html body.single-resource header.archive-header.single-hero-nr .archive-header--content .categories {
  font-size: 22px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #DB672A;
  margin: 0;
}
@media (max-width: 770px) {
  html body.single-news header.archive-header.single-hero-nr .archive-header--content .categories,
  html body.single-resource header.archive-header.single-hero-nr .archive-header--content .categories {
    margin-bottom: 15px;
  }
}
html body.single-news header.archive-header.single-hero-nr .archive-header--content h1,
html body.single-resource header.archive-header.single-hero-nr .archive-header--content h1 {
  font-size: 40px;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-weight: 900;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 619px) {
  html body.single-news header.archive-header.single-hero-nr .archive-header--content h1,
  html body.single-resource header.archive-header.single-hero-nr .archive-header--content h1 {
    font-size: 23px;
  }
}

html body.single-news.IE header.archive-header.single-hero-nr, html body.single-resource.IE header.archive-header.single-hero-nr {
  height: 400px;
}
@media (max-width: 770px) {
  html body.single-news.IE header.archive-header.single-hero-nr, html body.single-resource.IE header.archive-header.single-hero-nr {
    height: 435px;
  }
}

.community-wrapper {
  font-family: "Source Sans Pro";
  font-size: 1rem;
}

.community-breadcrumb-mobile {
  background: #000;
  color: #fff !important;
  font-weight: 700 !important;
  display: block;
}
.community-breadcrumb-mobile .page-breadcrumb {
  color: #fff !important;
}
.community-breadcrumb-mobile .page-breadcrumb a {
  color: #fff !important;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 619px) {
  .community-breadcrumb-mobile {
    display: none;
  }
}

.community-breadcrumb-desktop {
  display: none;
}
@media screen and (min-width: 619px) {
  .community-breadcrumb-desktop {
    display: block;
  }
}

.important-alert {
  width: 100%;
  font-weight: 700;
  font-size: 1.11111rem;
  line-height: 26px;
  padding: 20px 0;
  background: #f6f6f6;
}
@media screen and (min-width: 900px) {
  .important-alert {
    text-align: center;
  }
}
.important-alert .important-alert-content {
  padding: 40px 20px 20px;
  background: #f6f6f6;
  display: none;
}
.important-alert .important-alert-content .important-alert-text {
  text-align: left;
  font-size: 0.88889rem;
  font-weight: normal;
}
.important-alert a {
  display: block;
  color: #db672a;
}
.important-alert a:hover {
  text-decoration: underline;
}
.important-alert a:visited {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .important-alert a {
    display: inline-block;
    margin-left: 10px;
  }
}
.important-alert a.triangle {
  text-decoration: none;
}
.important-alert a.triangle:hover, .important-alert a.triangle:visited {
  text-decoration: none;
}
.important-alert .triangle {
  font-size: 1.33333rem;
  position: relative;
  color: #db672a;
  top: 1px;
  left: -3px;
}
.important-alert .triangle:hover {
  text-decoration: none;
}

.top-search {
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .top-search {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.top-search h1 {
  margin-top: 40px !important;
}
.top-search a.icon-link {
  display: block;
  margin: 10px 0;
}
.top-search .title-buttons {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0;
}
@media screen and (min-width: 900px) {
  .top-search .title-buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-search .title-buttons .title {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .top-search .title-buttons .title {
    text-align: left;
  }
}
.top-search .title-buttons .title .subtitle {
  max-width: 450px;
  margin-bottom: 20px;
}
.top-search .title-buttons .title .title-text {
  font-size: 0.88889rem;
  font-weight: normal;
}
.top-search .language-toggle {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.top-search .looking-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.88889rem;
}
@media screen and (min-width: 900px) {
  .top-search .looking-title {
    text-align: left;
  }
}
.top-search .map-container {
  margin: 10px auto 20px;
  display: none;
}
.top-search .map-container.single {
  display: block;
}
.top-search .map-container img {
  width: 100%;
}
.top-search .map-container.desktop {
  display: none;
}
.top-search .map-description {
  text-align: left;
}
.top-search .top-search-container {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .top-search .top-search-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
}
.top-search .top-search-container input {
  padding: 10px 0 10px 10px !important;
  margin-bottom: 20px !important;
}
.top-search .top-search-container input::placeholder {
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .top-search .top-search-container input {
    margin-right: 40px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.top-search .top-search-container input.search-query {
  background-image: url("/wp-content/themes/mh-independent/img/resources/icon-pin 1.svg") !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
}
.top-search .top-search-container input.zip-code {
  background-image: url("/wp-content/themes/mh-independent/img/mobile-search-icon.svg") !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
}
.top-search .top-search-container .top-search-submit {
  background: #245e36;
  color: #fff;
  font-weight: 700;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  width: 100%;
  height: 49px;
  padding: 10px;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .top-search .top-search-container .top-search-submit {
    width: 300px;
  }
}
.top-search .invalid-zip {
  font-size: 18px;
  color: #db672a;
  font-weight: 700;
  display: none;
}

.trending-services {
  margin: 20px auto !important;
  text-align: center;
}

.community-home-copy {
  margin-top: 40px;
  margin-bottom: 40px;
}
.community-home-copy h2 {
  margin-bottom: 20px !important;
}
.community-home-copy img {
  width: 100%;
}
@media screen and (min-width: 619px) {
  .community-home-copy img {
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.services-container {
  display: flex;
  flex-direction: column;
}
.services-container.single {
  margin-top: 40px;
}
@media screen and (min-width: 619px) {
  .services-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.services-container h2 {
  margin: 20px auto;
}
.services-container .services-section {
  width: 100%;
  margin-bottom: 20px;
}

.search-card-container {
  margin: 40px 0;
}
.search-card-container h2 {
  margin: 40px 0;
}
.search-card-container .search-card {
  border-top: 1px solid #6f6f6f;
  padding: 20px 10px;
  background-image: url("/wp-content/themes/mh-independent/img/resources/icon-next.svg");
  background-position: right -5px center;
  background-repeat: no-repeat;
}
.search-card-container .search-card:hover {
  background-color: #f6f6f6;
}
.search-card-container .search-card .title {
  font-size: 1.33333rem;
  font-weight: 700;
}
.search-card-container .search-card .title a {
  color: #444;
}
.search-card-container .search-card .details {
  margin-right: 40px;
}
.search-card-container .search-card .details, .search-card-container .search-card .hours {
  color: #6F6F6F;
  font-size: 0.88889rem;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .search-card-container .search-card .details, .search-card-container .search-card .hours {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .search-card-container .search-card .hours {
    margin-left: 5px;
  }
}
.search-card-container .search-card .links {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}
@media screen and (min-width: 900px) {
  .search-card-container .search-card .links {
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .search-card-container .search-card .links a {
    margin-right: 15px;
  }
}
.search-card-container .search-card .links a:last-of-type::after {
  content: '';
}
@media screen and (min-width: 900px) {
  .search-card-container .search-card .links a::after {
    content: '|';
    color: #cccccc;
    padding-left: 12px;
    position: relative;
    top: -1px;
  }
}
.search-card-container .search-card:last-child {
  border-bottom: 1px solid #6f6f6f;
}
.search-card-container .pagination {
  display: flex;
  justify-content: center;
}
.search-card-container .pagination .page-numbers {
  width: 55px !important;
  font-size: 16px !important;
}

.list-map-buttons {
  margin: 40px 0 20px;
}

.contact-details-container {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
}
@media screen and (min-width: 900px) {
  .contact-details-container {
    flex-direction: row;
  }
}
.contact-details-container .left, .contact-details-container .right {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .contact-details-container .left, .contact-details-container .right {
    width: 50%;
  }
}
.contact-details-container .social-container.desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .contact-details-container .social-container.desktop {
    display: block;
  }
}
.contact-details-container .social-container.mobile {
  display: block;
  max-width: 450px;
}
@media screen and (min-width: 900px) {
  .contact-details-container .social-container.mobile {
    display: none;
  }
}
.contact-details-container .contact-details-item {
  margin: 40px 0;
}
.contact-details-container .contact-details-item span {
  display: block;
  margin-top: 3px;
  margin-left: 24px;
}
.contact-details-container .contact-details-item span.language {
  display: inline !important;
  margin-left: 0 !important;
  margin-right: 5px;
}
.contact-details-container .contact-details-item a.tag-link {
  display: inline;
  margin-right: 5px;
}
.contact-details-container .contact-details-item a.tag-link.block {
  white-space: nowrap;
  display: inline-block !important;
  width: auto !important;
  margin: 10px 0 0;
}
.contact-details-container .contact-details-item table {
  width: 280px;
  margin: 20px 0;
}
.contact-details-container .contact-details-item table th, .contact-details-container .contact-details-item table td {
  font-size: 18px;
  border: 0;
  padding: 3px;
}

.social-links {
  margin-top: 5px;
}
.social-links .sharing-links {
  margin-top: 10px;
  margin-bottom: 40px;
}
.social-links .sharing-links a {
  margin-right: 40px;
}
.social-links .sharing-links a.copy-link {
  cursor: pointer;
}
.social-links .sharing-links img {
  height: 32px;
}

.cr-bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .cr-bottom {
    flex-direction: row;
  }
}
.cr-bottom .other-inquiries, .cr-bottom .useful-article, .cr-bottom .social-links {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .cr-bottom .other-inquiries, .cr-bottom .useful-article, .cr-bottom .social-links {
    width: 33%;
  }
}
.cr-bottom .other-inquiries {
  margin-bottom: 20px;
}
.cr-bottom .other-inquiries h2 {
  margin-bottom: 5px !important;
}
.cr-bottom .other-inquiries ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.cr-bottom .other-inquiries ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}
.cr-bottom .other-inquiries ul li::before {
  font-size: 1.88889rem;
  position: relative;
  top: 5px;
}
.cr-bottom .other-inquiries ul li a {
  margin-left: 5px;
}

.load-more {
  display: block;
  margin: 20px auto;
  color: #db672a;
  font-weight: 700;
  padding: 20px 100px;
  background: #FCEFE9;
  border: none;
}

.tag-container {
  margin: 20px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

a.tag-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin: 5px 0 10px 0;
  background: #f0f0f0;
  color: green;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 619px) {
  a.tag-link {
    width: calc(50% - 10px);
    margin: 5px 5px 10px 5px;
  }
}
@media screen and (min-width: 900px) {
  a.tag-link {
    width: calc(33.333% - 10px);
  }
}
a.icon-link {
  color: #db672a !important;
  font-size: 1rem;
  font-weight: 700;
  margin: 5px 0 5px 7px;
}
a.icon-link::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -7px;
  background-size: 100% !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}
a.icon-link.eye::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-eye 1.svg");
}
a.icon-link.email::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-email 1.svg");
}
a.icon-link.phone::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-phone 1.svg");
}
a.icon-link.globe::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-globe 1.svg");
}
a.icon-link.link::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-link 1.svg");
}
a.icon-link.facebook::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-facebook 1.svg");
}
a.icon-link.twitter::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-twitter 1.svg");
}
a.icon-link.instagram::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-instagram 1.svg");
}
a.icon-link.directions {
  font-weight: 400;
}
a.icon-link.directions::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-directions 1.svg");
  height: 17px;
}
a.icon-link.directions::after {
  content: '' !important;
}
a.icon-link.list {
  color: #245e36 !important;
  border: 1px solid #245e36;
  display: inline-block;
  padding: 5px 40px 10px;
  margin-right: -5px;
  text-decoration: none;
}
a.icon-link.list::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-list-green 1.svg");
}
a.icon-link.list.inactive {
  background: #e0e0e0;
  color: #959595 !important;
  border: 1px solid #959595;
  cursor: not-allowed;
}
a.icon-link.list.inactive::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-list-grey 1.svg");
}
a.icon-link.map {
  color: #245e36 !important;
  border: 1px solid #245e36;
  display: inline-block;
  padding: 5px 40px 10px;
}
a.icon-link.map::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-map-green 1.svg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
a.icon-link.map.inactive {
  background: #e0e0e0;
  color: #959595 !important;
  border: 1px solid #959595;
  cursor: not-allowed;
}
a.icon-link.map.inactive::before {
  background: url("/wp-content/themes/mh-independent/img/resources/icon-map-grey 1.svg");
  background-size: 100%;
  background-position: 0 0;
}

.useful-article {
  margin: 0 0 40px;
}
@media screen and (min-width: 900px) {
  .useful-article {
    margin-top: 0 !important;
  }
}

.disclaimer {
  font-size: 14px;
  font-style: italic;
}

div.special-quote.block {
  margin: 35px 0px;
}
div.special-quote.block p.special-quote--quote {
  font-size: 42px !important;
  font-family: 'Georgia', serif !important;
  font-weight: 600 !important;
  color: #005282;
  line-height: 52px !important;
  font-style: italic !important;
  position: relative;
  display: inline;
}
div.special-quote.block p.special-quote--quote:before {
  content: url("../img/home/quote-open.png");
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}
div.special-quote.block p.special-quote--quote:after {
  content: url("../img/home/quote-close.png");
  position: absolute;
  right: -10px;
  bottom: 5px;
  z-index: 1;
}
@media (max-width: 770px) {
  div.special-quote.block p.special-quote--quote {
    font-size: 32px;
  }
}
div.special-quote.block p.special-quote--credit {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  line-height: 1;
  text-align: right;
}

section.call-to-action.block {
  min-height: 350px;
  padding: 40px;
  margin-right: -200px;
  margin-left: -200px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
section.call-to-action.block.resource, section.call-to-action.block.expert {
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 1050px) {
  section.call-to-action.block {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 770px) {
  section.call-to-action.block {
    margin-left: -9%;
    margin-right: -9%;
    background: transparent;
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
}
section.call-to-action.block .call-to-action--mobile-image {
  display: none;
  height: 275px;
}
@media (max-width: 770px) {
  section.call-to-action.block .call-to-action--mobile-image {
    display: block;
  }
}
section.call-to-action.block .call-to-action--mobile-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
section.call-to-action.block .call-to-action--content {
  width: 50%;
  float: right;
}
@media (max-width: 1050px) {
  section.call-to-action.block .call-to-action--content {
    width: 75%;
  }
}
@media (max-width: 770px) {
  section.call-to-action.block .call-to-action--content {
    background: #1D5A32;
    width: 100%;
    float: none;
    padding: 25px;
  }
}
section.call-to-action.block .call-to-action--content h3 {
  color: white;
  font-size: 43px;
  font-weight: 900;
  line-height: 40px;
}
@media (max-width: 770px) {
  section.call-to-action.block .call-to-action--content h3 {
    margin-top: 0px;
    font-size: 36px;
  }
}
section.call-to-action.block .call-to-action--content p {
  color: white;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 770px) {
  section.call-to-action.block .call-to-action--content p {
    font-size: 18px;
  }
}
section.call-to-action.block .call-to-action--content a.call-to-action--link {
  text-transform: inherit;
}
@media (max-width: 619px) {
  section.call-to-action.block .call-to-action--content a.call-to-action--link {
    width: 100%;
  }
}

figure.block-highlight-text {
  border-top: 3px solid #979797;
  border-bottom: 3px solid #979797;
  padding: 50px 15px;
  display: inline-block;
  max-width: 360px;
  float: right;
  margin: 25px;
}
@media (max-width: 770px) {
  figure.block-highlight-text {
    max-width: 100%;
    margin: 25px 0px;
  }
}
figure.block-highlight-text figcaption {
  color: #1D5A32;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Source Sans Pro";
}

/* Yoast FAQ styling MHWEB-45 */
.schema-faq-section {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}

.schema-faq-question {
  font-weight: 700;
  font-size: 25px;
  color: #333333;
}

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

.schema-faq-answer-list {
  list-style-type: disc !important;
  padding-left: 1em;
  list-style-type: disc;
  margin-bottom: 1.5em;
}

/**
* Editor Post Title
* - Needs a special styles
*/
.wp-block.editor-post-title__block {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
  max-width: var(--responsive--alignwide-width);
}
.wp-block.editor-post-title__block .editor-post-title__input {
  color: var(--global--color-secondary);
  font-family: var(--heading--font-family);
  font-size: var(--global--font-size-page-title);
  font-weight: var(--heading--font-weight-page-title);
  line-height: var(--heading--line-height-h1);
}

.wp-block.block-editor-default-block-appender > textarea {
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-md);
}

.has-primary-color[class] {
  color: var(--global--color-primary);
}

.has-secondary-color[class] {
  color: var(--global--color-secondary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-primary-background-color[class] {
  background-color: var(--global--color-primary);
  color: var(--global--color-background);
}

.has-secondary-background-color[class] {
  background-color: var(--global--color-secondary);
  color: var(--global--color-background);
}

.has-white-background-color[class] {
  background-color: var(--global--color-white);
  color: var(--global--color-secondary);
}

.has-black-background-color[class] {
  background-color: var(--global--color-black);
  color: var(--global--color-primary);
}

[data-block] {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block {
  max-width: var(--responsive--aligndefault-width);
}
.wp-block[data-align="wide"], .wp-block.alignwide {
  max-width: var(--responsive--alignwide-width);
}
.wp-block[data-align="full"], .wp-block.alignfull {
  max-width: none;
}

.alignleft {
  margin: 0;
  margin-right: var(--global--spacing-horizontal);
}

.alignright {
  margin: 0;
  margin-left: var(--global--spacing-horizontal);
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

@media only screen and (min-width: 482px) {
  .wp-block[data-align="left"] > * {
    max-width: 290px;
    margin-right: var(--global--spacing-horizontal);
  }

  .wp-block[data-align="right"] > * {
    max-width: 290px;
    margin-left: var(--global--spacing-horizontal);
  }
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
  border: none;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
  left: 5px;
}

main h2.has-text-align-left {
  text-align: left !important;
}

main h2.has-text-align-right {
  text-align: right !important;
}

main p.is-extra-small-text,
main p.has-extra-small-font-size,
main h1.is-extra-small-text,
main h1.has-extra-small-font-size,
main h2.is-extra-small-text,
main h2.has-extra-small-font-size,
main h3.is-extra-small-text,
main h3.has-extra-small-font-size,
main h4.is-extra-small-text,
main h4.has-extra-small-font-size,
main h5.is-extra-small-text,
main h5.has-extra-small-font-size,
main h6.is-extra-small-text,
main h6.has-extra-small-font-size {
  font-size: x-small !important;
}

main p.is-small-text,
main p.has-small-font-size,
main h1.is-small-text,
main h1.has-small-font-size,
main h2.is-small-text,
main h2.has-small-font-size,
main h3.is-small-text,
main h3.has-small-font-size,
main h4.is-small-text,
main h4.has-small-font-size,
main h5.is-small-text,
main h5.has-small-font-size,
main h6.is-small-text,
main h6.has-small-font-size {
  font-size: 13px !important;
}

main p.is-regular-text,
main p.has-regular-font-size,
main p.is-normal-font-size,
main p.has-normal-font-size,
main p.has-medium-font-size,
main h1.is-regular-text,
main h1.has-regular-font-size,
main h1.is-normal-font-size,
main h1.has-normal-font-size,
main h1.has-medium-font-size,
main h2.is-regular-text,
main h2.has-regular-font-size,
main h2.is-normal-font-size,
main h2.has-normal-font-size,
main h2.has-medium-font-size,
main h3.is-regular-text,
main h3.has-regular-font-size,
main h3.is-normal-font-size,
main h3.has-normal-font-size,
main h3.has-medium-font-size,
main h4.is-regular-text,
main h4.has-regular-font-size,
main h4.is-normal-font-size,
main h4.has-normal-font-size,
main h4.has-medium-font-size,
main h5.is-regular-text,
main h5.has-regular-font-size,
main h5.is-normal-font-size,
main h5.has-normal-font-size,
main h5.has-medium-font-size,
main h6.is-regular-text,
main h6.has-regular-font-size,
main h6.is-normal-font-size,
main h6.has-normal-font-size,
main h6.has-medium-font-size {
  font-size: 18px !important;
}

main p.is-large-text,
main p.has-large-font-size,
main h1.is-large-text,
main h1.has-large-font-size,
main h2.is-large-text,
main h2.has-large-font-size,
main h3.is-large-text,
main h3.has-large-font-size,
main h4.is-large-text,
main h4.has-large-font-size,
main h5.is-large-text,
main h5.has-large-font-size,
main h6.is-large-text,
main h6.has-large-font-size {
  font-size: 24px !important;
  line-height: normal !important;
}

main p.is-larger-text,
main p.has-larger-font-size,
main p.is-extra-large-text,
main p.has-extra-large-font-size,
main h1.is-larger-text,
main h1.has-larger-font-size,
main h1.is-extra-large-text,
main h1.has-extra-large-font-size,
main h2.is-larger-text,
main h2.has-larger-font-size,
main h2.is-extra-large-text,
main h2.has-extra-large-font-size,
main h3.is-larger-text,
main h3.has-larger-font-size,
main h3.is-extra-large-text,
main h3.has-extra-large-font-size,
main h4.is-larger-text,
main h4.has-larger-font-size,
main h4.is-extra-large-text,
main h4.has-extra-large-font-size,
main h5.is-larger-text,
main h5.has-larger-font-size,
main h5.is-extra-large-text,
main h5.has-extra-large-font-size,
main h6.is-larger-text,
main h6.has-larger-font-size,
main h6.is-extra-large-text,
main h6.has-extra-large-font-size {
  font-size: 28px !important;
  line-height: normal !important;
}

main p.is-huge-text,
main p.has-huge-font-size,
main h1.is-huge-text,
main h1.has-huge-font-size,
main h2.is-huge-text,
main h2.has-huge-font-size,
main h3.is-huge-text,
main h3.has-huge-font-size,
main h4.is-huge-text,
main h4.has-huge-font-size,
main h5.is-huge-text,
main h5.has-huge-font-size,
main h6.is-huge-text,
main h6.has-huge-font-size {
  font-size: 36px !important;
  line-height: normal !important;
  font-weight: 400 !important;
}

main p.is-gigantic-text,
main p.has-gigantic-font-size,
main h1.is-gigantic-text,
main h1.has-gigantic-font-size
main h2.is-gigantic-text,
main h2.has-gigantic-font-size
main h3.is-gigantic-text,
main h3.has-gigantic-font-size
main h4.is-gigantic-text,
main h4.has-gigantic-font-size
main h5.is-gigantic-text,
main h5.has-gigantic-font-size
main h6.is-gigantic-text,
main h6.has-gigantic-font-size {
  font-size: xxx-large !important;
  line-height: normal !important;
  font-weight: 400 !important;
}

.position-relative {
  position: relative !important;
}

@media only screen and (min-width: 782px) {
  .position-sticky {
    position: sticky !important;
    top: 20px;
  }
}
@media only screen and (min-width: 782px) and (max-width: 900px) {
  .position-sticky {
    top: 110px;
  }
}

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