/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2018 Hakim El Hattab, http://hakim.se
 */
@keyframes ladda-spinner-line-fade {

  0%,
  100% {
    opacity: .22
  }

  1% {
    opacity: 1
  }
}

.ladda-button {
  position: relative
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .2);
  display: none;
  transition: .1s linear all
}

.ladda-button[data-loading] .ladda-progress {
  display: block
}

.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  transition: .3s ease all
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: -12px
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=expand-right][data-loading][data-size=s],
.ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=expand-left][data-loading][data-size=s],
.ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px
}

.ladda-button[data-style=expand-up] {
  overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0
}

.ladda-button[data-style=expand-up][data-loading][data-size=s],
.ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px
}

.ladda-button[data-style=expand-down] {
  overflow: hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=expand-down][data-loading][data-size=s],
.ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px
}

.ladda-button[data-style=slide-left] {
  overflow: hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%
}

.ladda-button[data-style=slide-right] {
  overflow: hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px
}

[dir=rtl] .ladda-button[data-style=slide-right] .ladda-spinner {
  right: auto
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%
}

.ladda-button[data-style=slide-up] {
  overflow: hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0
}

.ladda-button[data-style=slide-down] {
  overflow: hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  transform: scale(2.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(0.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  transform: scale(0.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0)
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, .8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1
}

[dir=rtl] .ladda-spinner>div {
  left: 25% !important
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

/*!
 * $author Cedric Ruiz
 * $project https://github.com/elclanrs/jquery.idealselect
 * $license MIT
 */
.idealselect {
  position: relative;
  width: 290px;
  display: inline-block;
  zoom: 1;
}

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

.idealselect:before,
.idealselect:after {
  content: "";
  display: table
}

.idealselect:after {
  clear: both
}

.idealselect:focus {
  outline: none
}

.idealselect ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none
}

.idealselect .title {
  position: relative;
  display: block;
  padding: 0.55em 1em;
  padding-right: 3.05em;
  line-height: normal;
  text-decoration: none;
  color: #444;
  background: #eee;
  background: -webkit-linear-gradient(#fff, #ddd);
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -ms-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  border: 1px solid #aaa;
  border-bottom-color: #919191;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.idealselect .title:after {
  content: "";
  position: absolute;
  right: 0.55em;
  top: 50%;
  margin-top: -0.1em;
  border-width: 0.4em;
  border-style: solid;
  border-color: transparent;
  border-top-color: #666
}

.idealselect .title i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2em;
  border-left: 1px solid #aaa;
  -webkit-box-shadow: -1px 0 #fff;
  box-shadow: -1px 0 #fff;
  background: #ddd;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.idealselect .title:hover {
  background: -webkit-linear-gradient(#fff, #eaeaea);
  background: -moz-linear-gradient(#fff, #eaeaea);
  background: -o-linear-gradient(#fff, #eaeaea);
  background: -ms-linear-gradient(#fff, #eaeaea);
  background: linear-gradient(#fff, #eaeaea)
}

.idealselect .title:focus {
  outline: none
}

.idealselect:focus .title {
  border-color: #3f9dcc;
  -webkit-box-shadow: 0 0 1px #3f9dcc;
  box-shadow: 0 0 1px #3f9dcc
}

.idealselect.openfocus .title {
  border-color: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none
}

.idealselect.open .title {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.idealselect.open .title:after {
  margin-top: -0.6em;
  border-color: transparent;
  border-bottom-color: #666
}

.idealselect .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 14em;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.idealselect .dropdown li {
  padding: 0 1em;
  height: 2em;
  line-height: 2;
  color: #444;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.idealselect .dropdown li:hover {
  background: #fffade
}

.idealselect .dropdown li.selected,
.idealselect .dropdown li.selectedactive {
  color: #fff;
  background: #285d85;
  background: -webkit-linear-gradient(#285d85, #3070a0);
  background: -moz-linear-gradient(#285d85, #3070a0);
  background: -o-linear-gradient(#285d85, #3070a0);
  background: -ms-linear-gradient(#285d85, #3070a0);
  background: linear-gradient(#285d85, #3070a0)
}

.idealselect.open .dropdown {
  display: block
}

.ie9 .idealselect .dropdown {
  width: auto;
  min-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: ""
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-o:before {
  content: ""
}

.fa.fa-remove:before {
  content: ""
}

.fa.fa-close:before {
  content: ""
}

.fa.fa-gear:before {
  content: ""
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-trash-o:before {
  content: ""
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-o:before {
  content: ""
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-clock-o:before {
  content: ""
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
  content: ""
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
  content: ""
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-play-circle-o:before {
  content: ""
}

.fa.fa-repeat:before {
  content: ""
}

.fa.fa-rotate-right:before {
  content: ""
}

.fa.fa-refresh:before {
  content: ""
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-dedent:before {
  content: ""
}

.fa.fa-video-camera:before {
  content: ""
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-picture-o:before {
  content: ""
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-photo:before {
  content: ""
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-image:before {
  content: ""
}

.fa.fa-pencil:before {
  content: ""
}

.fa.fa-map-marker:before {
  content: ""
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-pencil-square-o:before {
  content: ""
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-share-square-o:before {
  content: ""
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-check-square-o:before {
  content: ""
}

.fa.fa-arrows:before {
  content: ""
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-times-circle-o:before {
  content: ""
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-check-circle-o:before {
  content: ""
}

.fa.fa-mail-forward:before {
  content: ""
}

.fa.fa-expand:before {
  content: ""
}

.fa.fa-compress:before {
  content: ""
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-warning:before {
  content: ""
}

.fa.fa-calendar:before {
  content: ""
}

.fa.fa-arrows-v:before {
  content: ""
}

.fa.fa-arrows-h:before {
  content: ""
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bar-chart:before {
  content: ""
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bar-chart-o:before {
  content: ""
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gears:before {
  content: ""
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-thumbs-o-up:before {
  content: ""
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-thumbs-o-down:before {
  content: ""
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-heart-o:before {
  content: ""
}

.fa.fa-sign-out:before {
  content: ""
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-linkedin-square:before {
  content: ""
}

.fa.fa-thumb-tack:before {
  content: ""
}

.fa.fa-external-link:before {
  content: ""
}

.fa.fa-sign-in:before {
  content: ""
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-lemon-o:before {
  content: ""
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-square-o:before {
  content: ""
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bookmark-o:before {
  content: ""
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook:before {
  content: ""
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook-f:before {
  content: ""
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-feed:before {
  content: ""
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hdd-o:before {
  content: ""
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-right:before {
  content: ""
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-left:before {
  content: ""
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-up:before {
  content: ""
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-o-down:before {
  content: ""
}

.fa.fa-arrows-alt:before {
  content: ""
}

.fa.fa-group:before {
  content: ""
}

.fa.fa-chain:before {
  content: ""
}

.fa.fa-scissors:before {
  content: ""
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-files-o:before {
  content: ""
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-floppy-o:before {
  content: ""
}

.fa.fa-navicon:before {
  content: ""
}

.fa.fa-reorder:before {
  content: ""
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus:before {
  content: ""
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-money:before {
  content: ""
}

.fa.fa-unsorted:before {
  content: ""
}

.fa.fa-sort-desc:before {
  content: ""
}

.fa.fa-sort-asc:before {
  content: ""
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-linkedin:before {
  content: ""
}

.fa.fa-rotate-left:before {
  content: ""
}

.fa.fa-legal:before {
  content: ""
}

.fa.fa-tachometer:before {
  content: ""
}

.fa.fa-dashboard:before {
  content: ""
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-comment-o:before {
  content: ""
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-comments-o:before {
  content: ""
}

.fa.fa-flash:before {
  content: ""
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-paste:before {
  content: ""
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-lightbulb-o:before {
  content: ""
}

.fa.fa-exchange:before {
  content: ""
}

.fa.fa-cloud-download:before {
  content: ""
}

.fa.fa-cloud-upload:before {
  content: ""
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bell-o:before {
  content: ""
}

.fa.fa-cutlery:before {
  content: ""
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-text-o:before {
  content: ""
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-building-o:before {
  content: ""
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hospital-o:before {
  content: ""
}

.fa.fa-tablet:before {
  content: ""
}

.fa.fa-mobile:before {
  content: ""
}

.fa.fa-mobile-phone:before {
  content: ""
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-circle-o:before {
  content: ""
}

.fa.fa-mail-reply:before {
  content: ""
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-folder-o:before {
  content: ""
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-folder-open-o:before {
  content: ""
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-smile-o:before {
  content: ""
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-frown-o:before {
  content: ""
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-meh-o:before {
  content: ""
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-keyboard-o:before {
  content: ""
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-flag-o:before {
  content: ""
}

.fa.fa-mail-reply-all:before {
  content: ""
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-half-o:before {
  content: ""
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-half-empty:before {
  content: ""
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-star-half-full:before {
  content: ""
}

.fa.fa-code-fork:before {
  content: ""
}

.fa.fa-chain-broken:before {
  content: ""
}

.fa.fa-shield:before {
  content: ""
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-o:before {
  content: ""
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ticket:before {
  content: ""
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-minus-square-o:before {
  content: ""
}

.fa.fa-level-up:before {
  content: ""
}

.fa.fa-level-down:before {
  content: ""
}

.fa.fa-pencil-square:before {
  content: ""
}

.fa.fa-external-link-square:before {
  content: ""
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-down:before {
  content: ""
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-down:before {
  content: ""
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-up:before {
  content: ""
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-up:before {
  content: ""
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-right:before {
  content: ""
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-right:before {
  content: ""
}

.fa.fa-eur:before {
  content: ""
}

.fa.fa-euro:before {
  content: ""
}

.fa.fa-gbp:before {
  content: ""
}

.fa.fa-usd:before {
  content: ""
}

.fa.fa-dollar:before {
  content: ""
}

.fa.fa-inr:before {
  content: ""
}

.fa.fa-rupee:before {
  content: ""
}

.fa.fa-jpy:before {
  content: ""
}

.fa.fa-cny:before {
  content: ""
}

.fa.fa-rmb:before {
  content: ""
}

.fa.fa-yen:before {
  content: ""
}

.fa.fa-rub:before {
  content: ""
}

.fa.fa-ruble:before {
  content: ""
}

.fa.fa-rouble:before {
  content: ""
}

.fa.fa-krw:before {
  content: ""
}

.fa.fa-won:before {
  content: ""
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bitcoin:before {
  content: ""
}

.fa.fa-file-text:before {
  content: ""
}

.fa.fa-sort-alpha-asc:before {
  content: ""
}

.fa.fa-sort-alpha-desc:before {
  content: ""
}

.fa.fa-sort-amount-asc:before {
  content: ""
}

.fa.fa-sort-amount-desc:before {
  content: ""
}

.fa.fa-sort-numeric-asc:before {
  content: ""
}

.fa.fa-sort-numeric-desc:before {
  content: ""
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-youtube-play:before {
  content: ""
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bitbucket-square:before {
  content: ""
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-long-arrow-down:before {
  content: ""
}

.fa.fa-long-arrow-up:before {
  content: ""
}

.fa.fa-long-arrow-left:before {
  content: ""
}

.fa.fa-long-arrow-right:before {
  content: ""
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gittip:before {
  content: ""
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-sun-o:before {
  content: ""
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-moon-o:before {
  content: ""
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
  content: ""
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
  content: ""
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-caret-square-o-left:before {
  content: ""
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-toggle-left:before {
  content: ""
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-dot-circle-o:before {
  content: ""
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-try:before {
  content: ""
}

.fa.fa-turkish-lira:before {
  content: ""
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-plus-square-o:before {
  content: ""
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-institution:before {
  content: ""
}

.fa.fa-bank:before {
  content: ""
}

.fa.fa-mortar-board:before {
  content: ""
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-spoon:before {
  content: ""
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-automobile:before {
  content: ""
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-envelope-o:before {
  content: ""
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-pdf-o:before {
  content: ""
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-word-o:before {
  content: ""
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-excel-o:before {
  content: ""
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
  content: ""
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-image-o:before {
  content: ""
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-photo-o:before {
  content: ""
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-picture-o:before {
  content: ""
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-archive-o:before {
  content: ""
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-zip-o:before {
  content: ""
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-audio-o:before {
  content: ""
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-sound-o:before {
  content: ""
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-video-o:before {
  content: ""
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-movie-o:before {
  content: ""
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-file-code-o:before {
  content: ""
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-life-bouy:before {
  content: ""
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-life-buoy:before {
  content: ""
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-life-saver:before {
  content: ""
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-support:before {
  content: ""
}

.fa.fa-circle-o-notch:before {
  content: ""
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ra:before {
  content: ""
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-resistance:before {
  content: ""
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ge:before {
  content: ""
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-y-combinator-square:before {
  content: ""
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-yc-square:before {
  content: ""
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wechat:before {
  content: ""
}

.fa.fa-send:before {
  content: ""
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-paper-plane-o:before {
  content: ""
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-send-o:before {
  content: ""
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-circle-thin:before {
  content: ""
}

.fa.fa-header:before {
  content: ""
}

.fa.fa-sliders:before {
  content: ""
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-futbol-o:before {
  content: ""
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-soccer-ball-o:before {
  content: ""
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-newspaper-o:before {
  content: ""
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bell-slash-o:before {
  content: ""
}

.fa.fa-trash:before {
  content: ""
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-eyedropper:before {
  content: ""
}

.fa.fa-area-chart:before {
  content: ""
}

.fa.fa-pie-chart:before {
  content: ""
}

.fa.fa-line-chart:before {
  content: ""
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-cc:before {
  content: ""
}

.fa.fa-ils:before {
  content: ""
}

.fa.fa-shekel:before {
  content: ""
}

.fa.fa-sheqel:before {
  content: ""
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-meanpath:before {
  content: ""
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-diamond:before {
  content: ""
}

.fa.fa-intersex:before {
  content: ""
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-facebook-official:before {
  content: ""
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-hotel:before {
  content: ""
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-yc:before {
  content: ""
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-battery-4:before {
  content: ""
}

.fa.fa-battery:before {
  content: ""
}

.fa.fa-battery-3:before {
  content: ""
}

.fa.fa-battery-2:before {
  content: ""
}

.fa.fa-battery-1:before {
  content: ""
}

.fa.fa-battery-0:before {
  content: ""
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-sticky-note-o:before {
  content: ""
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hourglass-o:before {
  content: ""
}

.fa.fa-hourglass-1:before {
  content: ""
}

.fa.fa-hourglass-2:before {
  content: ""
}

.fa.fa-hourglass-3:before {
  content: ""
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-rock-o:before {
  content: ""
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-grab-o:before {
  content: ""
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-paper-o:before {
  content: ""
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-stop-o:before {
  content: ""
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-scissors-o:before {
  content: ""
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-lizard-o:before {
  content: ""
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-spock-o:before {
  content: ""
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-pointer-o:before {
  content: ""
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-hand-peace-o:before {
  content: ""
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-television:before {
  content: ""
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-plus-o:before {
  content: ""
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-minus-o:before {
  content: ""
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-times-o:before {
  content: ""
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-calendar-check-o:before {
  content: ""
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-map-o:before {
  content: ""
}

.fa.fa-commenting:before {
  content: ""
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-commenting-o:before {
  content: ""
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-vimeo:before {
  content: ""
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-credit-card-alt:before {
  content: ""
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-pause-circle-o:before {
  content: ""
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-stop-circle-o:before {
  content: ""
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wheelchair-alt:before {
  content: ""
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-question-circle-o:before {
  content: ""
}

.fa.fa-volume-control-phone:before {
  content: ""
}

.fa.fa-asl-interpreting:before {
  content: ""
}

.fa.fa-deafness:before {
  content: ""
}

.fa.fa-hard-of-hearing:before {
  content: ""
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-signing:before {
  content: ""
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus-official:before {
  content: ""
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-google-plus-circle:before {
  content: ""
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-fa:before {
  content: ""
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-handshake-o:before {
  content: ""
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-envelope-open-o:before {
  content: ""
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-address-book-o:before {
  content: ""
}

.fa.fa-vcard:before {
  content: ""
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-address-card-o:before {
  content: ""
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-vcard-o:before {
  content: ""
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-user-circle-o:before {
  content: ""
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-user-o:before {
  content: ""
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-drivers-license:before {
  content: ""
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-id-card-o:before {
  content: ""
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-drivers-license-o:before {
  content: ""
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-thermometer-4:before {
  content: ""
}

.fa.fa-thermometer:before {
  content: ""
}

.fa.fa-thermometer-3:before {
  content: ""
}

.fa.fa-thermometer-2:before {
  content: ""
}

.fa.fa-thermometer-1:before {
  content: ""
}

.fa.fa-thermometer-0:before {
  content: ""
}

.fa.fa-bathtub:before {
  content: ""
}

.fa.fa-s15:before {
  content: ""
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-times-rectangle:before {
  content: ""
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-window-close-o:before {
  content: ""
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-times-rectangle-o:before {
  content: ""
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-eercast:before {
  content: ""
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-snowflake-o:before {
  content: ""
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa.fa-cab:before {
  content: ""
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #00b8e4;
  --indigo: #6610f2;
  --purple: #732154;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #00829a;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0f5b65;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
  margin: 0;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

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

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

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

a {
  color: #00b8e4;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0)
}

a:hover {
  color: #007a98;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

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

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

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

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

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

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

textarea {
  overflow: auto;
  resize: vertical
}

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

legend {
  /* display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal COMMENTED OUT BY PENTERA */
}

progress {
  vertical-align: baseline
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #0f5b65
}

h1,
.h1 {
  font-size: 2.1875rem
}

h2,
.h2 {
  font-size: 1.75rem
}

h3,
.h3 {
  font-size: 1.53125rem
}

h4,
.h4 {
  font-size: 1.3125rem
}

h5,
.h5 {
  font-size: 1.09375rem
}

h6,
.h6 {
  font-size: 0.875rem
}

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400
}

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

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

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

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d
}

.blockquote-footer::before {
  content: "— "
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

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

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

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

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

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

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

@media(min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }
}

@media(min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }
}

@media(min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }
}

@media(min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

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

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

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

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0
}

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

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

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #bcd1d4
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #82aaaf
}

.table-hover .table-primary:hover {
  background-color: #acc6ca
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #acc6ca
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

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

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

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

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}

@media(max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media(max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media(max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media(max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

  .form-control,
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.form-control::-ms-expand,
.comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0
}

.form-control:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1fbfd4;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.form-control::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder,
.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder,
.comment-form input[type=text]::-ms-input-placeholder,
.comment-form input[type=email]::-ms-input-placeholder,
.comment-form input[type=url]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder,
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled,
.form-control[readonly],
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type=date].form-control,
.comment-form input[type=date][type=text],
.comment-form input[type=date][type=email],
.comment-form input[type=date][type=url],
input[type=time].form-control,
.comment-form input[type=time][type=text],
.comment-form input[type=time][type=email],
.comment-form input[type=time][type=url],
input[type=datetime-local].form-control,
.comment-form input[type=datetime-local][type=text],
.comment-form input[type=datetime-local][type=email],
.comment-form input[type=datetime-local][type=url],
input[type=month].form-control,
.comment-form input[type=month][type=text],
.comment-form input[type=month][type=email],
.comment-form input[type=month][type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.428571429
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.428571429;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: .25rem .5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0
}

select.form-control[size],
select.form-control[multiple] {
  height: auto
}

textarea.form-control,
.comment-form textarea {
  height: auto
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.428571429;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: 0
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-control:valid,
.was-validated .comment-form input[type=text]:valid,
.comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.form-control.is-valid,
.comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #28a745;
  padding-right: calc(1.428571429em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3571428573em + 0.1875rem) center;
  background-size: calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.was-validated .comment-form input[type=text]:valid:focus,
.comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
textarea.form-control.is-valid,
.comment-form textarea.is-valid {
  padding-right: calc(1.428571429em + 0.75rem);
  background-position: top calc(0.3571428573em + 0.1875rem) right calc(0.3571428573em + 0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.428571429;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: 0
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-control:invalid,
.was-validated .comment-form input[type=text]:invalid,
.comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.428571429em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3571428573em + 0.1875rem) center;
  background-size: calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input[type=text]:invalid:focus,
.comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
textarea.form-control.is-invalid,
.comment-form textarea.is-invalid {
  padding-right: calc(1.428571429em + 0.75rem);
  background-position: top calc(0.3571428573em + 0.1875rem) right calc(0.3571428573em + 0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media(min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control,
  .form-inline .comment-form input[type=text],
  .comment-form .form-inline input[type=text],
  .form-inline .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .form-inline .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn,
.comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .375rem .75rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

  .btn,
  .comment-form input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.btn:hover,
.comment-form input[type=submit]:hover {
  color: #212529;
  text-decoration: none
}

.btn:focus,
.comment-form input[type=submit]:focus,
.btn.focus,
.comment-form input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.btn.disabled,
.comment-form input.disabled[type=submit],
.btn:disabled,
.comment-form input[type=submit]:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled),
.comment-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary,
.comment-form input[type=submit] {
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65
}

.btn-primary:hover,
.comment-form input[type=submit]:hover {
  color: #fff;
  background-color: #0a3d44;
  border-color: #083339
}

.btn-primary:focus,
.comment-form input[type=submit]:focus,
.btn-primary.focus,
.comment-form input.focus[type=submit] {
  color: #fff;
  background-color: #0a3d44;
  border-color: #083339;
  -webkit-box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5);
  box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5)
}

.btn-primary.disabled,
.comment-form input.disabled[type=submit],
.btn-primary:disabled,
.comment-form input[type=submit]:disabled {
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65
}

.btn-primary:not(:disabled):not(.disabled):active,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.comment-form input[type=submit]:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.comment-form .show>input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #083339;
  border-color: #07292d
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.comment-form .show>input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5);
  box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
  color: #0f5b65;
  border-color: #0f5b65
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .5);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0f5b65;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .5);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0)
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #00b8e4;
  text-decoration: none
}

.btn-link:hover {
  color: #007a98;
  text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn,
.comment-form .btn-group-lg>input[type=submit] {
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn,
.comment-form .btn-group-sm>input[type=submit] {
  padding: .25rem .5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .1275em;
  vertical-align: .1275em;
  content: "";
  border-top: .15em solid;
  border-right: .15em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: .15em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

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

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

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

@media(min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

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

@media(min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

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

@media(min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

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

@media(min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .1275em;
  vertical-align: .1275em;
  content: "";
  border-top: 0;
  border-right: .15em solid rgba(0, 0, 0, 0);
  border-bottom: .15em solid;
  border-left: .15em solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .1275em;
  vertical-align: .1275em;
  content: "";
  border-top: .15em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: .15em solid rgba(0, 0, 0, 0);
  border-left: .15em solid
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-toggle::after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .1275em;
  vertical-align: .1275em;
  content: ""
}

.dropleft .dropdown-toggle::after {
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .1275em;
  vertical-align: .1275em;
  content: "";
  border-top: .15em solid rgba(0, 0, 0, 0);
  border-right: .15em solid;
  border-bottom: .15em solid rgba(0, 0, 0, 0)
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0f5b65
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group,
.single-donate .donate-type-buttons,
.single-donate .recurring-buttons,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group>.btn,
.single-donate .donate-type-buttons>.btn,
.single-donate .recurring-buttons>.btn,
.comment-form .btn-group>input[type=submit],
.comment-form .single-donate .donate-type-buttons>input[type=submit],
.single-donate .comment-form .donate-type-buttons>input[type=submit],
.comment-form .single-donate .recurring-buttons>input[type=submit],
.single-donate .comment-form .recurring-buttons>input[type=submit],
.btn-group-vertical>.btn,
.comment-form .btn-group-vertical>input[type=submit] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.btn-group>.btn:hover,
.single-donate .donate-type-buttons>.btn:hover,
.single-donate .recurring-buttons>.btn:hover,
.comment-form .btn-group>input[type=submit]:hover,
.comment-form .single-donate .donate-type-buttons>input[type=submit]:hover,
.single-donate .comment-form .donate-type-buttons>input[type=submit]:hover,
.comment-form .single-donate .recurring-buttons>input[type=submit]:hover,
.single-donate .comment-form .recurring-buttons>input[type=submit]:hover,
.btn-group-vertical>.btn:hover,
.comment-form .btn-group-vertical>input[type=submit]:hover {
  z-index: 1
}

.btn-group>.btn:focus,
.single-donate .donate-type-buttons>.btn:focus,
.single-donate .recurring-buttons>.btn:focus,
.comment-form .btn-group>input[type=submit]:focus,
.comment-form .single-donate .donate-type-buttons>input[type=submit]:focus,
.single-donate .comment-form .donate-type-buttons>input[type=submit]:focus,
.comment-form .single-donate .recurring-buttons>input[type=submit]:focus,
.single-donate .comment-form .recurring-buttons>input[type=submit]:focus,
.btn-group>.btn:active,
.single-donate .donate-type-buttons>.btn:active,
.single-donate .recurring-buttons>.btn:active,
.comment-form .btn-group>input[type=submit]:active,
.comment-form .single-donate .donate-type-buttons>input[type=submit]:active,
.single-donate .comment-form .donate-type-buttons>input[type=submit]:active,
.comment-form .single-donate .recurring-buttons>input[type=submit]:active,
.single-donate .comment-form .recurring-buttons>input[type=submit]:active,
.btn-group>.btn.active,
.single-donate .donate-type-buttons>.btn.active,
.single-donate .recurring-buttons>.btn.active,
.comment-form .btn-group>input.active[type=submit],
.comment-form .single-donate .donate-type-buttons>input.active[type=submit],
.single-donate .comment-form .donate-type-buttons>input.active[type=submit],
.comment-form .single-donate .recurring-buttons>input.active[type=submit],
.single-donate .comment-form .recurring-buttons>input.active[type=submit],
.btn-group-vertical>.btn:focus,
.comment-form .btn-group-vertical>input[type=submit]:focus,
.btn-group-vertical>.btn:active,
.comment-form .btn-group-vertical>input[type=submit]:active,
.btn-group-vertical>.btn.active,
.comment-form .btn-group-vertical>input.active[type=submit] {
  z-index: 1
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:not(:first-child),
.single-donate .donate-type-buttons>.btn:not(:first-child),
.single-donate .recurring-buttons>.btn:not(:first-child),
.comment-form .btn-group>input[type=submit]:not(:first-child),
.comment-form .single-donate .donate-type-buttons>input[type=submit]:not(:first-child),
.single-donate .comment-form .donate-type-buttons>input[type=submit]:not(:first-child),
.comment-form .single-donate .recurring-buttons>input[type=submit]:not(:first-child),
.single-donate .comment-form .recurring-buttons>input[type=submit]:not(:first-child),
.btn-group>.btn-group:not(:first-child),
.single-donate .donate-type-buttons>.btn-group:not(:first-child),
.single-donate .btn-group>.donate-type-buttons:not(:first-child),
.single-donate .donate-type-buttons>.donate-type-buttons:not(:first-child),
.single-donate .recurring-buttons>.btn-group:not(:first-child),
.single-donate .recurring-buttons>.donate-type-buttons:not(:first-child),
.single-donate .btn-group>.recurring-buttons:not(:first-child),
.single-donate .donate-type-buttons>.recurring-buttons:not(:first-child),
.single-donate .recurring-buttons>.recurring-buttons:not(:first-child) {
  margin-left: -1px
}

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

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

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical>.btn,
.comment-form .btn-group-vertical>input[type=submit],
.btn-group-vertical>.btn-group,
.single-donate .btn-group-vertical>.donate-type-buttons,
.single-donate .btn-group-vertical>.recurring-buttons {
  width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.comment-form .btn-group-vertical>input[type=submit]:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child),
.single-donate .btn-group-vertical>.donate-type-buttons:not(:first-child),
.single-donate .btn-group-vertical>.recurring-buttons:not(:first-child) {
  margin-top: -1px
}

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

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

.btn-group-toggle>.btn,
.comment-form .btn-group-toggle>input[type=submit],
.btn-group-toggle>.btn-group>.btn,
.single-donate .btn-group-toggle>.donate-type-buttons>.btn,
.single-donate .btn-group-toggle>.recurring-buttons>.btn,
.comment-form .btn-group-toggle>.btn-group>input[type=submit],
.comment-form .single-donate .btn-group-toggle>.donate-type-buttons>input[type=submit],
.single-donate .comment-form .btn-group-toggle>.donate-type-buttons>input[type=submit],
.comment-form .single-donate .btn-group-toggle>.recurring-buttons>input[type=submit],
.single-donate .comment-form .btn-group-toggle>.recurring-buttons>input[type=submit] {
  margin-bottom: 0
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.comment-form .input-group>input[type=text],
.comment-form .input-group>input[type=email],
.comment-form .input-group>input[type=url],
.comment-form .input-group>textarea,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.form-control+.form-control,
.comment-form .input-group>input[type=text]+.form-control,
.comment-form .input-group>input[type=email]+.form-control,
.comment-form .input-group>input[type=url]+.form-control,
.comment-form .input-group>textarea+.form-control,
.comment-form .input-group>.form-control+input[type=text],
.comment-form .input-group>input[type=text]+input[type=text],
.comment-form .input-group>input[type=email]+input[type=text],
.comment-form .input-group>input[type=url]+input[type=text],
.comment-form .input-group>textarea+input[type=text],
.comment-form .input-group>.form-control+input[type=email],
.comment-form .input-group>input[type=text]+input[type=email],
.comment-form .input-group>input[type=email]+input[type=email],
.comment-form .input-group>input[type=url]+input[type=email],
.comment-form .input-group>textarea+input[type=email],
.comment-form .input-group>.form-control+input[type=url],
.comment-form .input-group>input[type=text]+input[type=url],
.comment-form .input-group>input[type=email]+input[type=url],
.comment-form .input-group>input[type=url]+input[type=url],
.comment-form .input-group>textarea+input[type=url],
.comment-form .input-group>.form-control+textarea,
.comment-form .input-group>input[type=text]+textarea,
.comment-form .input-group>input[type=email]+textarea,
.comment-form .input-group>input[type=url]+textarea,
.comment-form .input-group>textarea+textarea,
.input-group>.form-control+.custom-select,
.comment-form .input-group>input[type=text]+.custom-select,
.comment-form .input-group>input[type=email]+.custom-select,
.comment-form .input-group>input[type=url]+.custom-select,
.comment-form .input-group>textarea+.custom-select,
.input-group>.form-control+.custom-file,
.comment-form .input-group>input[type=text]+.custom-file,
.comment-form .input-group>input[type=email]+.custom-file,
.comment-form .input-group>input[type=url]+.custom-file,
.comment-form .input-group>textarea+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.comment-form .input-group>.form-control-plaintext+input[type=text],
.comment-form .input-group>.form-control-plaintext+input[type=email],
.comment-form .input-group>.form-control-plaintext+input[type=url],
.comment-form .input-group>.form-control-plaintext+textarea,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.comment-form .input-group>.custom-select+input[type=text],
.comment-form .input-group>.custom-select+input[type=email],
.comment-form .input-group>.custom-select+input[type=url],
.comment-form .input-group>.custom-select+textarea,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.comment-form .input-group>.custom-file+input[type=text],
.comment-form .input-group>.custom-file+input[type=email],
.comment-form .input-group>.custom-file+input[type=url],
.comment-form .input-group>.custom-file+textarea,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px
}

.input-group>.form-control:focus,
.comment-form .input-group>input[type=text]:focus,
.comment-form .input-group>input[type=email]:focus,
.comment-form .input-group>input[type=url]:focus,
.comment-form .input-group>textarea:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.form-control:not(:first-child),
.comment-form .input-group>input[type=text]:not(:first-child),
.comment-form .input-group>input[type=email]:not(:first-child),
.comment-form .input-group>input[type=url]:not(:first-child),
.comment-form .input-group>textarea:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.comment-form .input-group:not(.has-validation)>input[type=text]:not(:last-child),
.comment-form .input-group:not(.has-validation)>input[type=email]:not(:last-child),
.comment-form .input-group:not(.has-validation)>input[type=url]:not(:last-child),
.comment-form .input-group:not(.has-validation)>textarea:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.comment-form .input-group.has-validation>input[type=text]:nth-last-child(n+3),
.comment-form .input-group.has-validation>input[type=email]:nth-last-child(n+3),
.comment-form .input-group.has-validation>input[type=url]:nth-last-child(n+3),
.comment-form .input-group.has-validation>textarea:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type=submit],
.comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input[type=submit]:focus,
.comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .comment-form input[type=submit]:focus,
.comment-form .input-group-append input[type=submit]:focus {
  z-index: 3
}

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

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.comment-form .input-group-lg>input[type=text]:not(textarea),
.comment-form .input-group-lg>input[type=email]:not(textarea),
.comment-form .input-group-lg>input[type=url]:not(textarea),
.comment-form .input-group-lg>textarea:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.comment-form .input-group-lg>input[type=text],
.comment-form .input-group-lg>input[type=email],
.comment-form .input-group-lg>input[type=url],
.comment-form .input-group-lg>textarea,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.comment-form .input-group-lg>.input-group-prepend>input[type=submit],
.input-group-lg>.input-group-append>.btn,
.comment-form .input-group-lg>.input-group-append>input[type=submit] {
  padding: .5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0
}

.input-group-sm>.form-control:not(textarea),
.comment-form .input-group-sm>input[type=text]:not(textarea),
.comment-form .input-group-sm>input[type=email]:not(textarea),
.comment-form .input-group-sm>input[type=url]:not(textarea),
.comment-form .input-group-sm>textarea:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm>.form-control,
.comment-form .input-group-sm>input[type=text],
.comment-form .input-group-sm>input[type=email],
.comment-form .input-group-sm>input[type=url],
.comment-form .input-group-sm>textarea,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.comment-form .input-group-sm>.input-group-prepend>input[type=submit],
.input-group-sm>.input-group-append>.btn,
.comment-form .input-group-sm>.input-group-append>input[type=submit] {
  padding: .25rem .5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.comment-form .input-group>.input-group-prepend>input[type=submit],
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.comment-form .input-group:not(.has-validation)>.input-group-append:not(:last-child)>input[type=submit],
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.comment-form .input-group.has-validation>.input-group-append:nth-last-child(n+3)>input[type=submit],
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group>.input-group-append:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.2500000004rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.1250000002rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0f5b65;
  background-color: #0f5b65
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #1fbfd4
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #43d1e3;
  border-color: #43d1e3
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label::before {
  position: absolute;
  top: .1250000002rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd
}

.custom-control-label::after {
  position: absolute;
  top: .1250000002rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #0f5b65;
  background-color: #0f5b65
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(15, 91, 101, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(15, 91, 101, .5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(15, 91, 101, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label::after {
  top: calc(0.1250000002rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -o-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(15, 91, 101, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #1fbfd4;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: 0.765625rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.09375rem
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #1fbfd4;
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.428571429em + 0.75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.428571429em + 0.75rem);
  padding: .375rem .75rem;
  line-height: 1.428571429;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0f5b65;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #43d1e3
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0f5b65;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #43d1e3
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #0f5b65;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media(prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #43d1e3
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0f5b65
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .34375rem;
  padding-bottom: .34375rem;
  margin-right: 0;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}

@media(max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media(max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media(max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media(max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

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

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

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: 0 0 0 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 0 0
}

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.card-deck .card {
  margin-bottom: 15px
}

@media(min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group>.card {
  margin-bottom: 15px
}

@media(min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media(min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion {
  overflow-anchor: none
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00b8e4;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #007a98;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: 0.765625rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none
}

.badge:empty {
  display: none
}

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

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #0f5b65
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #083339
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .5);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0
}

@media(min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

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

.alert,
.single-donate .form-content .errors,
.single-form .form-content .errors {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 3.8125rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #082f35;
  background-color: #cfdee0;
  border-color: #bcd1d4
}

.alert-primary hr {
  border-top-color: #acc6ca
}

.alert-primary .alert-link {
  color: #010809
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger,
.single-donate .form-content .errors,
.single-form .form-content .errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr,
.single-donate .form-content .errors hr,
.single-form .form-content .errors hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link,
.single-donate .form-content .errors .alert-link,
.single-form .form-content .errors .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0f5b65;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

@media(prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  -o-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media(min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

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

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #082f35;
  background-color: #bcd1d4
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #082f35;
  background-color: #acc6ca
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #082f35;
  border-color: #082f35
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -o-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.modal-footer>* {
  margin: .25rem
}

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

@media(min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media(min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media(min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 0
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc(-0.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
  left: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: 0 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc(-0.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
  right: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: 0 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #0f5b65;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: -o-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -o-transform: none;
  transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  -o-transition: opacity 0s .6s;
  transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: .25em solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  -o-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -o-transform: none;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  -o-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

@media(prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #0f5b65 !important
}

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

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

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

.bg-danger {
  background-color: #dc3545 !important
}

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

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #0f5b65 !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: 0 !important
}

.rounded {
  border-radius: 0 !important
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-lg {
  border-radius: 0 !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

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

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex,
.single-donate .donate-type-buttons,
.single-donate .recurring-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media(min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

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

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

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

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

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

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

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

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

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

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

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

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

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

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

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

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

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

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

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

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

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

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

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media(min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

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

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

  .float-sm-none {
    float: none !important
  }
}

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

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

  .float-md-none {
    float: none !important
  }
}

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

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

  .float-lg-none {
    float: none !important
  }
}

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

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

  .float-xl-none {
    float: none !important
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

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

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports(position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

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

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

.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

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

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important
}

.m-n2 {
  margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media(min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -0.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important
  }

  .m-sm-n2 {
    margin: -0.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media(min-width: 768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -0.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important
  }

  .m-md-n2 {
    margin: -0.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media(min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -0.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important
  }

  .m-lg-n2 {
    margin: -0.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media(min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -0.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important
  }

  .m-xl-n2 {
    margin: -0.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

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

.text-wrap {
  white-space: normal !important
}

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

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

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

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

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

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

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

  .text-sm-center {
    text-align: center !important
  }
}

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

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

  .text-md-center {
    text-align: center !important
  }
}

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

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

  .text-lg-center {
    text-align: center !important
  }
}

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

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

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

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

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

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #0f5b65 !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #051f22 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

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

.text-danger {
  color: #dc3545 !important
}

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

.text-light {
  color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

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

  pre {
    white-space: pre-wrap !important
  }

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

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

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

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

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

.ekko-lightbox-container {
  position: relative
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  -webkit-filter: dropshadow(color=#000, offx=2, offy=2);
  filter: dropshadow(color=#000, offx=2, offy=2);
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right
}

.ekko-lightbox .modal-footer {
  text-align: left
}

.offcanvas {
  display: none
}

.offcanvas.in {
  display: block
}

@media(max-width: 767px) {
  .offcanvas-xs {
    display: none
  }

  .offcanvas-xs.in {
    display: block
  }
}

@media(max-width: 991px) {
  .offcanvas-sm {
    display: none
  }

  .offcanvas-sm.in {
    display: block
  }
}

@media(max-width: 1199px) {
  .offcanvas-md {
    display: none
  }

  .offcanvas-md.in {
    display: block
  }
}

.offcanvas-lg {
  display: none
}

.offcanvas-lg.in {
  display: block
}

.canvas-sliding {
  -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
  -o-transition: top .35s, left .35s, bottom .35s, right .35s;
  transition: top .35s, left .35s, bottom .35s, right .35s
}

.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

hr {
  margin: 20px;
  border-top: 1px solid #d3d3d3
}

@media(min-width: 768px) {
  hr {
    margin: 20px 30px
  }
}

@media(min-width: 992px) {
  hr {
    margin: 20px 60px
  }
}

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

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none
}

.btn,
.comment-form input[type=submit] {
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 32px 9px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
  white-space: normal;
  margin: 0 auto
}

.btn.active,
.comment-form input.active[type=submit],
.btn:active,
.comment-form input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-lg,
.comment-form input.btn-lg[type=submit],
.btn-group-lg>.btn,
.comment-form .btn-group-lg>input[type=submit] {
  min-width: 180px;
  font-size: 28px
}

.btn.btn-sm,
.comment-form input.btn-sm[type=submit],
.btn-group-sm>.btn,
.comment-form .btn-group-sm>input[type=submit] {
  min-width: 160px;
  font-size: 28px
}

.btn.disabled,
.comment-form input.disabled[type=submit] {
  background-color: #9a9b9d !important;
  border-color: #9a9b9d !important
}

.btn.btn-form,
.comment-form input.btn-form[type=submit] {
  line-height: 38px
}

.btn-donate {
  color: #fff;
  background-color: #d3441c;
  border-color: #bc3d19;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-donate:hover {
  color: #fff;
  background-color: #b13918;
  border-color: #8f2e13
}

.btn-donate:focus,
.btn-donate.focus {
  color: #fff;
  background-color: #b13918;
  border-color: #8f2e13;
  -webkit-box-shadow: 0 0 0 .2rem rgba(198, 90, 60, .5);
  box-shadow: 0 0 0 .2rem rgba(198, 90, 60, .5)
}

.btn-donate.disabled,
.btn-donate:disabled {
  color: #fff;
  background-color: #d3441c;
  border-color: #bc3d19
}

.btn-donate:not(:disabled):not(.disabled):active,
.btn-donate:not(:disabled):not(.disabled).active,
.show>.btn-donate.dropdown-toggle {
  color: #fff;
  background-color: #a63516;
  border-color: #842b12
}

.btn-donate:not(:disabled):not(.disabled):active:focus,
.btn-donate:not(:disabled):not(.disabled).active:focus,
.show>.btn-donate.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(198, 90, 60, .5);
  box-shadow: 0 0 0 .2rem rgba(198, 90, 60, .5)
}

.btn-blue {
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue:hover {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1
}

.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #008fb1;
  border-color: #0085a4
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.btn-purple {
  color: #fff;
  background-color: #732154;
  border-color: #732154;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-purple:hover {
  color: #fff;
  background-color: #55183e;
  border-color: #4b1637
}

.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #55183e;
  border-color: #4b1637;
  -webkit-box-shadow: 0 0 0 .2rem rgba(136, 66, 110, .5);
  box-shadow: 0 0 0 .2rem rgba(136, 66, 110, .5)
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #732154;
  border-color: #732154
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4b1637;
  border-color: #411330
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(136, 66, 110, .5);
  box-shadow: 0 0 0 .2rem rgba(136, 66, 110, .5)
}

.btn-teal {
  color: #fff;
  background-color: #00829a;
  border-color: #00829a;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-teal:hover {
  color: #fff;
  background-color: #006274;
  border-color: #005767
}

.btn-teal:focus,
.btn-teal.focus {
  color: #fff;
  background-color: #006274;
  border-color: #005767;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 149, 169, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 149, 169, .5)
}

.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #00829a;
  border-color: #00829a
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show>.btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #005767;
  border-color: #004c5a
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show>.btn-teal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 149, 169, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 149, 169, .5)
}

.btn-yellow {
  color: #212529;
  background-color: #f4aa00;
  border-color: #f4aa00;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-yellow:hover {
  color: #fff;
  background-color: #ce8f00;
  border-color: #c18600
}

.btn-yellow:focus,
.btn-yellow.focus {
  color: #fff;
  background-color: #ce8f00;
  border-color: #c18600;
  -webkit-box-shadow: 0 0 0 .2rem rgba(212, 150, 6, .5);
  box-shadow: 0 0 0 .2rem rgba(212, 150, 6, .5)
}

.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #212529;
  background-color: #f4aa00;
  border-color: #f4aa00
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show>.btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #c18600;
  border-color: #b47e00
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(212, 150, 6, .5);
  box-shadow: 0 0 0 .2rem rgba(212, 150, 6, .5)
}

.btn-gold {
  color: #fff;
  background-color: #b97a1b;
  border-color: #b97a1b;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gold:hover {
  color: #fff;
  background-color: #986416;
  border-color: #8c5d15
}

.btn-gold:focus,
.btn-gold.focus {
  color: #fff;
  background-color: #986416;
  border-color: #8c5d15;
  -webkit-box-shadow: 0 0 0 .2rem rgba(196, 142, 61, .5);
  box-shadow: 0 0 0 .2rem rgba(196, 142, 61, .5)
}

.btn-gold.disabled,
.btn-gold:disabled {
  color: #fff;
  background-color: #b97a1b;
  border-color: #b97a1b
}

.btn-gold:not(:disabled):not(.disabled):active,
.btn-gold:not(:disabled):not(.disabled).active,
.show>.btn-gold.dropdown-toggle {
  color: #fff;
  background-color: #8c5d15;
  border-color: #815513
}

.btn-gold:not(:disabled):not(.disabled):active:focus,
.btn-gold:not(:disabled):not(.disabled).active:focus,
.show>.btn-gold.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(196, 142, 61, .5);
  box-shadow: 0 0 0 .2rem rgba(196, 142, 61, .5)
}

.btn-red {
  color: #fff;
  background-color: #d3441c;
  border-color: #d3441c;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-red:hover {
  color: #fff;
  background-color: #b13918;
  border-color: #a63516
}

.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #b13918;
  border-color: #a63516;
  -webkit-box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5);
  box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5)
}

.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #d3441c;
  border-color: #d3441c
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show>.btn-red.dropdown-toggle {
  color: #fff;
  background-color: #a63516;
  border-color: #9b3215
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show>.btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5);
  box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5)
}

.btn-green {
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-green:hover {
  color: #fff;
  background-color: #0a3d44;
  border-color: #083339
}

.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #0a3d44;
  border-color: #083339;
  -webkit-box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5);
  box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5)
}

.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
  background-color: #0f5b65;
  border-color: #0f5b65
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
  color: #fff;
  background-color: #083339;
  border-color: #07292d
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5);
  box-shadow: 0 0 0 .2rem rgba(51, 116, 124, .5)
}

.btn-pink {
  color: #fff;
  background-color: #ae005f;
  border-color: #ae005f;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-pink:hover {
  color: #fff;
  background-color: #88004a;
  border-color: #7b0043
}

.btn-pink:focus,
.btn-pink.focus {
  color: #fff;
  background-color: #88004a;
  border-color: #7b0043;
  -webkit-box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5);
  box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5)
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #ae005f;
  border-color: #ae005f
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #7b0043;
  border-color: #6e003c
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5);
  box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5)
}

.btn-light-green {
  color: #212529;
  background-color: #aab300;
  border-color: #aab300;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-light-green:hover {
  color: #fff;
  background-color: #868d00;
  border-color: #7a8000
}

.btn-light-green:focus,
.btn-light-green.focus {
  color: #fff;
  background-color: #868d00;
  border-color: #7a8000;
  -webkit-box-shadow: 0 0 0 .2rem rgba(149, 158, 6, .5);
  box-shadow: 0 0 0 .2rem rgba(149, 158, 6, .5)
}

.btn-light-green.disabled,
.btn-light-green:disabled {
  color: #212529;
  background-color: #aab300;
  border-color: #aab300
}

.btn-light-green:not(:disabled):not(.disabled):active,
.btn-light-green:not(:disabled):not(.disabled).active,
.show>.btn-light-green.dropdown-toggle {
  color: #fff;
  background-color: #7a8000;
  border-color: #6d7300
}

.btn-light-green:not(:disabled):not(.disabled):active:focus,
.btn-light-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-light-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(149, 158, 6, .5);
  box-shadow: 0 0 0 .2rem rgba(149, 158, 6, .5)
}

.btn-indigo {
  color: #fff;
  background-color: #405bc6;
  border-color: #405bc6;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-indigo:hover {
  color: #fff;
  background-color: #334cac;
  border-color: #3047a3
}

.btn-indigo:focus,
.btn-indigo.focus {
  color: #fff;
  background-color: #334cac;
  border-color: #3047a3;
  -webkit-box-shadow: 0 0 0 .2rem rgba(93, 116, 207, .5);
  box-shadow: 0 0 0 .2rem rgba(93, 116, 207, .5)
}

.btn-indigo.disabled,
.btn-indigo:disabled {
  color: #fff;
  background-color: #405bc6;
  border-color: #405bc6
}

.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active,
.show>.btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #3047a3;
  border-color: #2e4399
}

.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus,
.show>.btn-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(93, 116, 207, .5);
  box-shadow: 0 0 0 .2rem rgba(93, 116, 207, .5)
}

.btn-light-blue {
  color: #212529;
  background-color: #68ace5;
  border-color: #68ace5;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-light-blue:hover {
  color: #fff;
  background-color: #479adf;
  border-color: #3c94de
}

.btn-light-blue:focus,
.btn-light-blue.focus {
  color: #fff;
  background-color: #479adf;
  border-color: #3c94de;
  -webkit-box-shadow: 0 0 0 .2rem rgba(93, 152, 201, .5);
  box-shadow: 0 0 0 .2rem rgba(93, 152, 201, .5)
}

.btn-light-blue.disabled,
.btn-light-blue:disabled {
  color: #212529;
  background-color: #68ace5;
  border-color: #68ace5
}

.btn-light-blue:not(:disabled):not(.disabled):active,
.btn-light-blue:not(:disabled):not(.disabled).active,
.show>.btn-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #3c94de;
  border-color: #328edc
}

.btn-light-blue:not(:disabled):not(.disabled):active:focus,
.btn-light-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-light-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(93, 152, 201, .5);
  box-shadow: 0 0 0 .2rem rgba(93, 152, 201, .5)
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373
}

.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  -webkit-box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5);
  box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5)
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5);
  box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5)
}

.btn-facebook:hover {
  background-color: #3b5998
}

.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5)
}

.btn-linkedin.disabled,
.btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5
}

.btn-linkedin:not(:disabled):not(.disabled):active,
.btn-linkedin:not(:disabled):not(.disabled).active,
.show>.btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005582;
  border-color: #004d75
}

.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show>.btn-linkedin.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 139, 192, .5)
}

.btn-linkedin:hover {
  background-color: #0077b5
}

.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba
}

.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 184, 240, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 184, 240, .5)
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 184, 240, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 184, 240, .5)
}

.btn-twitter:hover {
  background-color: #00aced
}

.btn-email {
  color: #fff;
  background-color: #ae005f;
  border-color: #ae005f;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-email:hover {
  color: #fff;
  background-color: #88004a;
  border-color: #7b0043
}

.btn-email:focus,
.btn-email.focus {
  color: #fff;
  background-color: #88004a;
  border-color: #7b0043;
  -webkit-box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5);
  box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5)
}

.btn-email.disabled,
.btn-email:disabled {
  color: #fff;
  background-color: #ae005f;
  border-color: #ae005f
}

.btn-email:not(:disabled):not(.disabled):active,
.btn-email:not(:disabled):not(.disabled).active,
.show>.btn-email.dropdown-toggle {
  color: #fff;
  background-color: #7b0043;
  border-color: #6e003c
}

.btn-email:not(:disabled):not(.disabled):active:focus,
.btn-email:not(:disabled):not(.disabled).active:focus,
.show>.btn-email.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5);
  box-shadow: 0 0 0 .2rem rgba(186, 38, 119, .5)
}

.btn-email:hover {
  background-color: #ae005f
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 12px 5px 9px
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-white:hover {
  color: #bdbdbd;
  background-color: #fff;
  border: 0
}

.btn-primary,
.comment-form input[type=submit] {
  color: #fff;
  background-color: #0f5b65;
  border-color: #0c474f
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.comment-form input[type=submit]:hover,
.comment-form input[type=submit]:focus,
.comment-form input[type=submit].focus,
.comment-form input[type=submit]:active,
.comment-form input[type=submit].active {
  color: #fff;
  background-color: #083339;
  border-color: #04171a
}

.btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.social-share-position {
  position: relative;
  z-index: 1030
}

.social-share-buttons {
  padding-left: 0;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1031
}

.social-share-buttons li a {
  margin-bottom: 0;
  height: 53px;
  overflow: none;
  display: block;
  width: 100%
}

.social-share-buttons::after {
  display: block;
  clear: both;
  content: ""
}

.social-share-buttons li {
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0
}

.social-share-buttons li.share-facebook {
  width: 25%
}

.social-share-buttons li.share-facebook .fa {
  text-align: center
}

.social-share-buttons .share-text {
  position: absolute;
  right: 60px;
  top: 15px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0
}

@media(min-width: 768px) {
  .social-share-position {
    position: relative;
    z-index: 1030
  }

  .social-share-position.affix {
    position: fixed;
    top: 0;
    padding: 70px 0
  }

  .social-share-buttons {
    position: absolute;
    display: block;
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
    padding: 70px 0;
    z-index: 1031
  }

  .social-share-buttons li {
    text-align: left;
    display: block;
    float: none;
    width: 50px;
    position: relative;
    left: 0;
    -webkit-transition: width .1s ease-out;
    -o-transition: width .1s ease-out;
    transition: width .1s ease-out;
    height: auto;
    overflow: auto
  }

  .social-share-buttons li.share-facebook {
    width: 50px
  }

  .social-share-buttons li a {
    padding: 11px;
    text-align: right;
    font-size: 28px;
    line-height: 28px;
    display: block
  }

  .social-share-buttons li:hover {
    width: 120px;
    -webkit-transition: width .25s ease-in;
    -o-transition: width .25s ease-in;
    transition: width .25s ease-in
  }

  .social-share-buttons li:hover .share-text {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
  }

  .social-share-buttons .fa {
    width: 28px
  }
}

@media(min-width: 992px) {
  .social-share-buttons {
    padding: 80px 0
  }
}

@media(min-width: 1200px) {
  .social-share-buttons {
    padding: 90px 0
  }
}

.modal-backdrop.in {
  -moz-opacity: .75;
  -khtml-opacity: .75;
  -webkit-opacity: .75;
  opacity: .75;
  background-color: #000
}

.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0)
}

.ekko-lightbox .modal-header {
  border: 0;
  padding: 0;
  height: 60px
}

.ekko-lightbox .modal-dialog {
  width: auto;
  max-width: 452px
}

.ekko-lightbox .modal-dialog:not(.modal-imagelightbox) {
  width: auto;
  max-width: inherit !important
}

.ekko-lightbox .modal-header .close {
  -moz-opacity: .65;
  -khtml-opacity: .65;
  -webkit-opacity: .65;
  opacity: .65;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  color: #fff;
  text-shadow: 0;
  background: url(../images/1a73ada4648a95349650.png);
  height: 40px;
  width: 40px;
  background-size: cover;
  text-indent: -9999px;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px
}

@media(min-width: 768px) {
  .ekko-lightbox .modal-header .close {
    top: -20px
  }
}

.ekko-lightbox .modal-header .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1
}

.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0
}

.ekko-lightbox .modal-body {
  padding: 0;
  max-width: 800px;
  margin: 0 auto
}

.ekko-lightbox .modal-body img:hover {
  cursor: pointer
}

.ekko-lightbox .modal-body .ekko-lightbox-container img {
  margin: 0 auto;
  display: block;
  height: auto;
  max-height: 75vh
}

.ekko-lightbox .modal-body .ekko-lightbox-container iframe {
  margin: 0 auto;
  display: block
}

.ekko-lightbox .modal-footer {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0
}

.ekko-lightbox-nav-overlay a {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9;
  text-shadow: none
}

.video-wrapper {
  background: #000
}

.video-link {
  position: relative;
  display: block
}

.video-link .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: fade(#000, 30%);
  -webkit-transition: background 300ms ease-in;
  -o-transition: background 300ms ease-in;
  transition: background 300ms ease-in
}

.video-link:hover .video-overlay {
  background: fade(#000, 10%)
}

.video-link .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/4777a08af7b6ef46e18b.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .video-link .btn-play {
    background-image: url(../images/ef205bb5078aa8b9edfb.png);
    background-size: 75px 75px
  }
}

.announcement-banner {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000
}

.announcement-banner.blue {
  background-color: #00b8e4
}

.announcement-banner.purple {
  background-color: #732154
}

.announcement-banner.teal {
  background-color: #00829a;
  background-image: url(../images/811739538848b8bcd388.png)
}

.announcement-banner.yellow {
  background-color: #b97a1b
}

.announcement-banner.gold {
  background-color: #d28e00
}

.announcement-banner.red {
  background-color: #d3441c
}

.announcement-banner.pink {
  background-color: #ae005f
}

.announcement-banner.light-green {
  background-color: #aab300
}

.announcement-banner.indigo {
  background-color: #405bc6
}

.announcement-banner.light-blue {
  background-color: #68ace5
}

.announcement-banner.sticky {
  position: fixed
}

.announcement-banner.static {
  position: relative
}

.announcement-banner a {
  text-decoration: none;
  color: #fff
}

.announcement-banner p {
  margin: 0;
  padding: 0px 20px;
  display: inline;
  font-weight: 500
}

#cta {
  text-decoration: underline;
  font-weight: 800
}

.close-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  cursor: pointer;
  padding: 0 9px 3px;
  height: 100%;
  margin-top: -3px
}

@media screen and (max-width: 600px) {
  .announcement-banner p {
    display: block
  }

  .announcement-banner button {
    margin-top: -30px
  }
}

.comment-list ol {
  list-style: none
}

.form-control,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  padding: 27px 12px;
  border: none
}

.comment-form .btn,
.comment-form input[type=submit] {
  padding: 8px 12px 4px
}

.form-control,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px
}

.form-signup,
.form-signup-js,
.form-signup-sb {
  text-align: left;
  position: relative;
  display: block
}

.form-signup .form-control,
.form-signup .comment-form input[type=text],
.comment-form .form-signup input[type=text],
.form-signup .comment-form input[type=email],
.comment-form .form-signup input[type=email],
.form-signup .comment-form input[type=url],
.comment-form .form-signup input[type=url],
.form-signup .comment-form textarea,
.comment-form .form-signup textarea,
.form-signup-js .form-control,
.form-signup-js .comment-form input[type=text],
.comment-form .form-signup-js input[type=text],
.form-signup-js .comment-form input[type=email],
.comment-form .form-signup-js input[type=email],
.form-signup-js .comment-form input[type=url],
.comment-form .form-signup-js input[type=url],
.form-signup-js .comment-form textarea,
.comment-form .form-signup-js textarea,
.form-signup-sb .form-control,
.form-signup-sb .comment-form input[type=text],
.comment-form .form-signup-sb input[type=text],
.form-signup-sb .comment-form input[type=email],
.comment-form .form-signup-sb input[type=email],
.form-signup-sb .comment-form input[type=url],
.comment-form .form-signup-sb input[type=url],
.form-signup-sb .comment-form textarea,
.comment-form .form-signup-sb textarea {
  padding: 16px 10px 10px;
  border: 1px solid #bcbcbe;
  background: #fff;
  font-size: 24px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif !important;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.form-signup::after,
.form-signup-js::after,
.form-signup-sb::after {
  display: block;
  clear: both;
  content: ""
}

.form-signup .form-group,
.form-signup .comment-form p,
.comment-form .form-signup p,
.form-signup-js .form-group,
.form-signup-js .comment-form p,
.comment-form .form-signup-js p,
.form-signup-sb .form-group,
.form-signup-sb .comment-form p,
.comment-form .form-signup-sb p {
  margin-bottom: 10px;
  display: inline-block;
  float: left
}

.form-signup .signup-email,
.form-signup .signup-zip,
.form-signup-js .signup-email,
.form-signup-js .signup-zip,
.form-signup-sb .signup-email,
.form-signup-sb .signup-zip {
  width: 100%
}

.form-signup .signup-button,
.form-signup-js .signup-button,
.form-signup-sb .signup-button {
  padding-right: 0
}

.form-registration,
.form-signup-sb {
  position: relative;
  display: block
}

.form-registration::after,
.form-signup-sb::after {
  display: block;
  clear: both;
  content: ""
}

.form-registration .form-group,
.form-registration .comment-form p,
.comment-form .form-registration p,
.form-signup-sb .form-group,
.form-signup-sb .comment-form p,
.comment-form .form-signup-sb p {
  margin-bottom: 10px
}

.form-registration .form-control,
.form-registration .comment-form input[type=text],
.comment-form .form-registration input[type=text],
.form-registration .comment-form input[type=email],
.comment-form .form-registration input[type=email],
.form-registration .comment-form input[type=url],
.comment-form .form-registration input[type=url],
.form-registration .comment-form textarea,
.comment-form .form-registration textarea,
.form-signup-sb .form-control,
.form-signup-sb .comment-form input[type=text],
.comment-form .form-signup-sb input[type=text],
.form-signup-sb .comment-form input[type=email],
.comment-form .form-signup-sb input[type=email],
.form-signup-sb .comment-form input[type=url],
.comment-form .form-signup-sb input[type=url],
.form-signup-sb .comment-form textarea,
.comment-form .form-signup-sb textarea {
  padding: 16px 10px 10px;
  border: none;
  font-size: 24px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif !important;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media(max-width: 767.98px) {

  .form-registration .form-control,
  .form-registration .comment-form input[type=text],
  .comment-form .form-registration input[type=text],
  .form-registration .comment-form input[type=email],
  .comment-form .form-registration input[type=email],
  .form-registration .comment-form input[type=url],
  .comment-form .form-registration input[type=url],
  .form-registration .comment-form textarea,
  .comment-form .form-registration textarea,
  .form-signup-sb .form-control,
  .form-signup-sb .comment-form input[type=text],
  .comment-form .form-signup-sb input[type=text],
  .form-signup-sb .comment-form input[type=email],
  .comment-form .form-signup-sb input[type=email],
  .form-signup-sb .comment-form input[type=url],
  .comment-form .form-signup-sb input[type=url],
  .form-signup-sb .comment-form textarea,
  .comment-form .form-signup-sb textarea {
    margin-bottom: 10px
  }

  .form-registration #fields,
  .form-signup-sb #fields {
    padding: 0
  }

  .form-registration .row>div,
  .form-signup-sb .row>div {
    padding: 0
  }
}

form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  color: #333
}

form input[type=text].error,
form input[type=email].error,
form input[type=tel].error,
form textarea.error,
form select.error {
  border: 1px solid #d3441c;
  background: #f7cfc4
}

form input[type=text].error::-webkit-input-placeholder,
form input[type=text].error::-moz-placeholder,
form input[type=text].error:-moz-placeholder,
form input[type=text].error:-ms-input-placeholder,
form input[type=email].error::-webkit-input-placeholder,
form input[type=email].error::-moz-placeholder,
form input[type=email].error:-moz-placeholder,
form input[type=email].error:-ms-input-placeholder,
form input[type=tel].error::-webkit-input-placeholder,
form input[type=tel].error::-moz-placeholder,
form input[type=tel].error:-moz-placeholder,
form input[type=tel].error:-ms-input-placeholder,
form textarea.error::-webkit-input-placeholder,
form textarea.error::-moz-placeholder,
form textarea.error:-moz-placeholder,
form textarea.error:-ms-input-placeholder,
form select.error::-webkit-input-placeholder,
form select.error::-moz-placeholder,
form select.error:-moz-placeholder,
form select.error:-ms-input-placeholder {
  color: #d3441c
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus,
form select:focus {
  border: 1px solid #00829a;
  background: #f8f8f8
}

form label.error {
  display: none !important
}

.gray .form-control,
.gray .comment-form input[type=text],
.comment-form .gray input[type=text],
.gray .comment-form input[type=email],
.comment-form .gray input[type=email],
.gray .comment-form input[type=url],
.comment-form .gray input[type=url],
.gray .comment-form textarea,
.comment-form .gray textarea {
  border: 1px solid #9a9b9d
}

.form-registration .btn,
.form-registration .comment-form input[type=submit],
.comment-form .form-registration input[type=submit] {
  padding: 18px 10px 14px
}

.search-form {
  display: block;
  padding: 20px 0
}

.search-form .input-group .search-field {
  height: 60px;
  font-size: 24px;
  line-height: 38px;
  padding: 19px 15px 16px;
  margin-right: 10px;
  border: 1px solid #9a9b9d;
  color: #a7b2b1
}

.search-form .input-group .btn,
.search-form .input-group .comment-form input[type=submit],
.comment-form .search-form .input-group input[type=submit] {
  font-size: 28px;
  line-height: 30px;
  padding: 10px 35px 6px;
  color: #fff;
  border: 1px solid #00b8e4;
  background-color: #00b8e4;
  margin-left: 10px;
  height: 60px;
  min-width: 180px
}

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

.donate-form-horz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.donate-form-horz>div {
  height: 100%
}

.impact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.impact-content header.subheader {
  width: 100%
}

.impact-content h3.column-title {
  margin-top: 20px;
  letter-spacing: -0.5px
}

.impact-content hr {
  width: 100%
}

@media(max-width: 767.98px) {
  .impact-content p.intro-description {
    height: auto !important
  }
}

.single-donate .form-horizontal .form-group,
.single-donate .form-horizontal .comment-form p,
.comment-form .single-donate .form-horizontal p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.single-donate .form-wrapper .form-header {
  margin-left: 0
}

.single-donate .hidden {
  display: none !important;
  visibility: hidden !important
}

.single-donate .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.single-donate .buttons .form-group,
.single-donate .buttons .comment-form p,
.comment-form .single-donate .buttons p {
  width: 100%
}

@media(min-width: 768px) {
  .single-donate .wrap {
    max-width: 750px
  }
}

@media(min-width: 992px) {
  .single-donate .wrap {
    max-width: 970px
  }
}

@media(min-width: 1200px) {
  .single-donate .wrap {
    max-width: 1170px
  }
}

@media(max-width: 767.98px) {
  .form-signup .signup-button {
    display: block;
    width: 100%
  }
}

@media(min-width: 576px) {

  .form-signup .form-group,
  .form-signup .comment-form p,
  .comment-form .form-signup p {
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: none
  }

  .form-signup .form-group .form-control,
  .form-signup .comment-form p .form-control,
  .comment-form .form-signup p .form-control,
  .form-signup .form-group .comment-form input[type=text],
  .comment-form .form-signup .form-group input[type=text],
  .form-signup .comment-form p input[type=text],
  .comment-form .form-signup p input[type=text],
  .form-signup .form-group .comment-form input[type=email],
  .comment-form .form-signup .form-group input[type=email],
  .form-signup .comment-form p input[type=email],
  .comment-form .form-signup p input[type=email],
  .form-signup .form-group .comment-form input[type=url],
  .comment-form .form-signup .form-group input[type=url],
  .form-signup .comment-form p input[type=url],
  .comment-form .form-signup p input[type=url],
  .form-signup .form-group .comment-form textarea,
  .comment-form .form-signup .form-group textarea,
  .form-signup .comment-form p textarea,
  .comment-form .form-signup p textarea {
    width: 100%
  }
}

@media(min-width: 768px) {

  .form-signup .form-group,
  .form-signup .comment-form p,
  .comment-form .form-signup p,
  .form-signup-js .form-group,
  .form-signup-js .comment-form p,
  .comment-form .form-signup-js p,
  .form-signup-sb .form-group,
  .form-signup-sb .comment-form p,
  .comment-form .form-signup-sb p {
    padding-left: 0;
    padding-right: 10px;
    display: inline-block
  }

  .form-signup .signup-email,
  .form-signup-js .signup-email,
  .form-signup-sb .signup-email {
    width: 40%
  }

  .form-signup .signup-zip,
  .form-signup-js .signup-zip,
  .form-signup-sb .signup-zip {
    width: 20%
  }

  .form-signup .signup-button,
  .form-signup-js .signup-button,
  .form-signup-sb .signup-button {
    width: 37%
  }

  .form-signup .btn,
  .form-signup .comment-form input[type=submit],
  .comment-form .form-signup input[type=submit],
  .form-signup-js .btn,
  .form-signup-js .comment-form input[type=submit],
  .comment-form .form-signup-js input[type=submit],
  .form-signup-sb .btn,
  .form-signup-sb .comment-form input[type=submit],
  .comment-form .form-signup-sb input[type=submit] {
    line-height: 38px
  }

  .form-multi-width .row {
    margin-bottom: 10px
  }

  .form-multi-width .row>div {
    padding-left: 5px;
    padding-right: 5px
  }

  .form-multi-width .row>div:first-child {
    padding-left: 0
  }

  .form-multi-width .row>div:last-child {
    padding-right: 0
  }
}

.wp-caption-text {
  color: #9a9b9d;
  font-style: italic;
  font-size: 15px;
  line-height: 20px
}

.gallery-row {
  padding: .6250000002rem 0
}

.aligncenter {
  display: block;
  margin: 30px auto;
  text-align: center
}

.aligncenter .wp-caption-text {
  margin: .6250000002rem 0
}

.alignleft,
.alignright {
  margin-bottom: 30px
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  text-align: center
}

figure.alignnone .wp-caption-text {
  margin: .6250000002rem 0
}

@media(min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 1.2500000004rem
  }

  .alignright {
    float: right;
    margin-left: 1.2500000004rem
  }
}

@media(min-width: 992px) {
  .alignleft {
    position: relative
  }

  .alignleft .wp-caption-text {
    position: absolute;
    top: 0;
    left: -160px;
    width: 150px;
    text-align: right
  }

  .alignnone {
    position: relative
  }

  .alignnone .wp-caption-text {
    position: absolute;
    top: 0;
    left: -25%;
    width: 23%;
    text-align: right
  }

  .alignright {
    position: relative
  }

  .alignright .wp-caption-text {
    position: absolute;
    top: 0;
    right: -160px;
    width: 150px;
    text-align: left
  }
}

@media(max-width: 1640px) {
  .alignright .wp-caption-text {
    position: relative;
    width: initial;
    right: initial
  }
}

.main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media(min-width: 768px) {
  .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.sidebar-primary .main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media(min-width: 768px) {
  .sidebar-primary .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }
}

img,
iframe {
  max-width: 100%
}

img {
  height: auto
}

figure.thumbnail>a>* {
  max-width: 100%;
  height: auto
}

figure.wp-caption {
  max-width: 100%;
  margin-bottom: 36px
}

@media(max-width: 767.98px) {
  figure.wp-caption.alignleft {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px
  }
}

ul.pager {
  padding-left: 0px
}

.banner {
  border: none
}

.banner .btn-search {
  background: none rgba(0, 0, 0, 0);
  border: none;
  color: #f4aa00
}

.banner .btn-search .fa {
  font-size: 32px
}

.banner .btn-search:hover {
  color: #db9800
}

.banner .btn-search:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none
}

.banner .navbar-header .btn-search {
  margin-right: 15px
}

.banner .navbar-header .btn-donate {
  display: block;
  width: 100%;
  margin: 15px auto;
  font-size: 24px;
  max-width: 300px
}

.banner .navbar-brand {
  padding: 15px 0 15px 0px;
  display: block
}

.banner .navbar-logo {
  height: 50px;
  width: 50px;
  margin: auto
}

.banner .navbar-nav {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px
}

.banner .navbar-nav a {
  padding-left: 10px;
  padding-right: 10px
}

.banner .navbar-nav li.dropdown .dropdown-menu img {
  display: none
}

.banner .navbar-nav li.dropdown .nav-link {
  color: #fff
}

.banner .navbar-nav li.dropdown .nav-link:hover {
  color: #fff
}

.banner .navbar-nav li .dropdown-menu {
  margin-top: 0
}

.banner .navbar-nav li .dropdown-menu li a {
  display: block
}

.banner .navbar-toggle {
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: normal;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  padding: 9px 8px 7px 8px;
  margin-right: 15px
}

.banner .navbar-toggle:hover {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1
}

.banner .navbar-toggle:focus,
.banner .navbar-toggle.focus {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.banner .navbar-toggle.disabled,
.banner .navbar-toggle:disabled {
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4
}

.banner .navbar-toggle:not(:disabled):not(.disabled):active,
.banner .navbar-toggle:not(:disabled):not(.disabled).active,
.show>.banner .navbar-toggle.dropdown-toggle {
  color: #fff;
  background-color: #008fb1;
  border-color: #0085a4
}

.banner .navbar-toggle:not(:disabled):not(.disabled):active:focus,
.banner .navbar-toggle:not(:disabled):not(.disabled).active:focus,
.show>.banner .navbar-toggle.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.banner .navbar-toggle:hover,
.banner .navbar-toggle:focus {
  background: #00a3cb;
  color: #fff
}

body.canvas-slid::before {
  content: "";
  position: absolute;
  background: fade(#000, 50);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999
}

.donate-mobile {
  margin-right: 20px;
  padding: 5px 15px 3px;
  font-size: 20px
}

.navmenu-fixed-right.in {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 15px;
  border-left: 1px solid #bdbdbd;
  background: #f5f5f5
}

.navmenu-fixed-right.in .navbar-nav {
  margin: 0
}

.navmenu-fixed-right.in .navbar-nav a {
  background: #732154;
  color: #fff;
  margin-bottom: 5px;
  padding: 10px 15px;
  line-height: 21px
}

.navmenu-fixed-right.in .navbar-nav a:hover,
.navmenu-fixed-right.in .navbar-nav .open a {
  background: #0f5b65;
  color: #fff
}

.navmenu-fixed-right.in .navbar-nav .dropdown-menu {
  background: none;
  border: none
}

.navmenu-fixed-right.in .navbar-nav .dropdown-menu.show {
  padding: 0
}

.navmenu-fixed-right.in .navbar-nav .dropdown-menu>li>a {
  color: #732154;
  background: none;
  padding: 0;
  font-size: 21px;
  margin: .75rem 1rem
}

.navmenu-fixed-right.in .navbar-btn {
  display: block;
  text-align: left;
  font-size: 21px;
  padding: 10px 15px;
  line-height: 21px;
  width: auto;
  margin: 0 0 5px
}

.navmenu-fixed-right.in .mini-search {
  font-size: 18px;
  line-height: 18px
}

.navmenu-fixed-right.in .mini-search .search-field {
  border: 1px solid #aaa;
  padding: 20px
}

.navmenu-fixed-right.in .mini-search .search-submit {
  border: 1px solid #00b8e4;
  padding: 6px 20px;
  margin-left: 5px;
  min-width: 50px
}

.navmenu-fixed-right.in .mini-search .search-submit .fa {
  font-size: 21px;
  line-height: 21px
}

.navbar-default {
  background: #fff
}

.navbar-search {
  background: #f5f5f5
}

.navbar-search .search-form {
  display: block;
  padding: 20px 0
}

.navbar-search .search-form .input-group .search-field {
  height: 60px;
  font-size: 24px;
  line-height: 38px;
  padding: 19px 15px 16px;
  margin-right: 10px;
  border: 1px solid #9a9b9d;
  color: #a7b2b1
}

.navbar-search .search-form .input-group .btn,
.navbar-search .search-form .input-group .comment-form input[type=submit],
.comment-form .navbar-search .search-form .input-group input[type=submit] {
  font-size: 28px;
  line-height: 30px;
  padding: 10px 35px 6px;
  border: 1px solid #00b8e4;
  background-color: #00b8e4;
  margin-left: 10px;
  height: 60px;
  min-width: 180px
}

@media(max-width: 991.98px) {
  .banner .navbar-brand {
    padding-left: 15px
  }

  .navbar-search .search-form .input-group .btn,
  .navbar-search .search-form .input-group .comment-form input[type=submit],
  .comment-form .navbar-search .search-form .input-group input[type=submit] {
    display: block;
    width: 100%
  }

  .navbar-search .search-form .input-group .btn::after,
  .navbar-search .search-form .input-group .comment-form input[type=submit]::after,
  .comment-form .navbar-search .search-form .input-group input[type=submit]::after {
    display: block;
    clear: both;
    content: ""
  }
}

@media(min-width: 768px) {
  .banner .offcanvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .banner .navbar-header .btn-search,
  .banner .navbar-header .btn-donate {
    display: none
  }

  .banner .btn-search {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 24px
  }

  .banner .btn-search .fa {
    font-size: inherit;
    line-height: inherit
  }

  .banner .btn-donate {
    font-size: 24px;
    line-height: 24px;
    padding: 10px 20px;
    border: none;
    margin: 1.25rem 15px;
    margin-right: 0
  }

  .banner .navbar-nav {
    text-align: center
  }

  .banner .navbar-nav a {
    padding: 35px 7px 25px
  }

  .banner .navbar-nav li.dropdown .nav-link {
    color: #732154
  }

  .banner .navbar-nav li.dropdown .nav-link:hover {
    color: #4b1637
  }

  .banner .navbar-nav li.active .nav-link {
    color: #0f5b65
  }

  .banner .navbar-nav li.active .nav-link:hover {
    color: #083339
  }

  .banner .navbar-nav .dropdown.show a {
    background: #732154;
    color: #fff
  }

  .banner .navbar-nav .dropdown.show>a {
    color: #f4aa00 !important
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu {
    background: #732154 url(../images/ce1dfbd89f0f85076f48.png) left bottom repeat-x;
    color: #fff;
    border: none;
    width: 170px;
    padding: 30px 0 40px
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu::after {
    display: block;
    clear: both;
    content: ""
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu li {
    display: block;
    padding: 0;
    margin-bottom: 2px
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu li a {
    color: #fff;
    font-size: 21px;
    white-space: normal;
    line-height: 1;
    padding: 0 20px 10px;
    background: rgba(0, 0, 0, 0)
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu li a:hover {
    color: #f4aa00;
    text-decoration: none
  }

  .banner .navbar-nav .dropdown.show.menu-get-involved .dropdown-menu img {
    padding-right: 0;
    padding-left: 30px;
    float: left
  }

  .banner .navbar-nav .dropdown.show.menu-get-involved .dropdown-menu li {
    float: right;
    clear: right
  }
}

@media(min-width: 992px) {
  .banner .navbar-nav {
    font-size: 27px
  }

  .banner .navbar-nav a {
    padding: 35px 8px 25px
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu {
    width: 450px
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu li {
    display: block;
    width: 40%;
    float: left;
    clear: left
  }

  .banner .navbar-nav .dropdown.show .dropdown-menu img {
    max-width: 100%;
    height: auto;
    display: block !important;
    width: 60%;
    float: right;
    padding-right: 30px;
    padding-bottom: 20px
  }

  .banner .navbar-nav li:last-child .dropdown-menu {
    left: auto;
    right: 0
  }

  .banner .btn-search {
    font-size: 36px
  }
}

@media(min-width: 1200px) {
  .banner .navbar-logo {
    width: 100px;
    height: 100px
  }

  .banner .navbar-nav {
    font-size: 1.75rem
  }

  .banner .navbar-nav a {
    padding: 60px 10px
  }

  .banner .btn-donate {
    font-size: 28px;
    padding: 16px 57px;
    margin: 39px 0 39px 15px
  }

  .banner .btn-search {
    padding: 50px 10px
  }
}

@media(min-width: 992px) {
  .banner .navbar-nav .dropdown.show.menu-get-involved.open .dropdown-menu img {
    float: left;
    padding-left: 30px;
    padding-right: 0
  }

  .banner .navbar-nav .dropdown.show.menu-get-involved.open .dropdown-menu li {
    float: right;
    clear: right
  }
}

.dropdown-toggle::after {
  vertical-align: .2775em
}

.sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media(min-width: 768px) {
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }
}

.content-info {
  background: #111;
  color: #bdbdbd;
  color: fade(#fff, 85);
  font-size: 14px
}

.content-info .site-info {
  padding: 50px 0;
  background: #732154;
  position: relative;
  text-align: center;
  color: #fff
}

@media(min-width: 768px) {
  .content-info .site-info {
    padding: 50px 0;
    text-align: left
  }
}

@media(min-width: 992px) {
  .content-info .site-info {
    padding: 70px 0;
    text-align: center
  }
}

@media(min-width: 1200px) {
  .content-info .site-info {
    padding: 80px 0
  }
}

.content-info .site-info h4 {
  color: #f4aa00;
  font-size: 21px;
  margin: 0
}

.content-info .site-info h5 {
  color: #fff
}

.content-info .site-info h5.org {
  font-size: 18px
}

.content-info .site-info a {
  color: #f5f5f5;
  color: fade(#fff, 85)
}

.content-info .site-info a:hover {
  color: #fff
}

.content-info .site-info ul.list-unstyled,
.content-info .site-info ul.comment-list {
  font-size: 14px
}

.content-info .site-info ul.list-unstyled .bold,
.content-info .site-info ul.comment-list .bold {
  font-weight: bold
}

.content-info .site-info .vcard .contacts {
  padding-left: 0;
  list-style: none
}

.content-info .site-info .vcard .contacts li::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px
}

.content-info .site-info .vcard .contacts .tel::before {
  content: ""
}

.content-info .site-info .vcard .contacts .fax::before {
  content: ""
}

.content-info .site-info .vcard .contacts .email::before {
  content: ""
}

.content-info .site-info::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: url(../images/3b44425fae58edae1795.png) repeat-x
}

.content-info .site-info .signup {
  text-align: center;
  z-index: 8
}

.content-info .site-info .signup h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px
}

.content-info .site-info .signup p {
  font-style: italic;
  font-size: 14px;
  line-height: 1
}

.content-info .site-info .signup .signup-button {
  padding-right: 0
}

.content-info .site-info .signup .signup-button .btn,
.content-info .site-info .signup .signup-button .comment-form input[type=submit],
.comment-form .content-info .site-info .signup .signup-button input[type=submit] {
  padding-left: 22px;
  padding-right: 22px
}

.content-info .site-info .signup input.form-control,
.content-info .site-info .signup .comment-form input[type=text],
.comment-form .content-info .site-info .signup input[type=text],
.content-info .site-info .signup .comment-form input[type=email],
.comment-form .content-info .site-info .signup input[type=email],
.content-info .site-info .signup .comment-form input[type=url],
.comment-form .content-info .site-info .signup input[type=url] {
  border: none
}

@media(max-width: 1199.98px) {

  .content-info .site-info .signup .form-group.signup-email,
  .content-info .site-info .signup .comment-form p.signup-email,
  .comment-form .content-info .site-info .signup p.signup-email,
  .content-info .site-info .signup .form-group.signup-zip,
  .content-info .site-info .signup .comment-form p.signup-zip,
  .comment-form .content-info .site-info .signup p.signup-zip {
    width: 50%;
    float: left
  }

  .content-info .site-info .signup .form-group.signup-email,
  .content-info .site-info .signup .comment-form p.signup-email,
  .comment-form .content-info .site-info .signup p.signup-email {
    padding-right: 5px
  }

  .content-info .site-info .signup .form-group.signup-zip,
  .content-info .site-info .signup .comment-form p.signup-zip,
  .comment-form .content-info .site-info .signup p.signup-zip {
    padding-left: 5px;
    padding-right: 0
  }

  .content-info .site-info .signup .form-group.signup-button,
  .content-info .site-info .signup .comment-form p.signup-button,
  .comment-form .content-info .site-info .signup p.signup-button {
    display: block;
    width: 100%
  }
}

.content-info .site-info .footer-logo {
  width: 25%;
  max-width: 70px;
  margin: 0 auto 30px
}

.content-info .brand {
  background: #9a9b9d;
  padding: 10px
}

.content-info .legal {
  font-size: .765625rem;
  color: #bdbdbd;
  text-align: left
}

.content-info .legal::after {
  display: block;
  clear: both;
  content: ""
}

.content-info .legal .footer-nav {
  font-weight: bold;
  padding-left: 0;
  list-style: none;
  float: left
}

.content-info .legal .footer-nav li {
  display: inline-block;
  float: left
}

.content-info .legal .footer-nav li a {
  display: block;
  padding: 30px 15px
}

.content-info .legal .footer-nav li a:hover {
  background: none
}

.content-info .legal .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.content-info .legal .copyright {
  padding: 30px 15px;
  float: right;
  font-size: inherit;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767.98px) {
  .content-info .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
  }

  .content-info .legal {
    margin-bottom: 50px
  }

  .content-info .legal .copyright {
    padding: 0px 0px 10px 0px
  }
}

@media(max-width: 991.98px) {
  .content-info .site-info {
    padding: 30px 0 40px
  }

  .content-info .signup,
  .content-info .connect {
    margin-bottom: 30px
  }

  .content-info .legal .footer-nav {
    float: none;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .content-info .legal .footer-nav li {
    float: none
  }

  .content-info .legal .footer-nav li a {
    padding: 10px
  }

  .content-info .legal .copyright {
    float: none;
    text-align: center;
    display: block
  }

  .content-info .legal .copyright::after {
    display: block;
    clear: both;
    content: ""
  }
}

@media(min-width: 992px) {
  .content-info .site-info {
    text-align: left
  }

  .content-info .legal .footer-nav {
    float: none;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .content-info .legal .copyright {
    float: none;
    text-align: center;
    display: block
  }
}

@media(min-width: 1200px) {

  .signup .signup-button .btn,
  .signup .signup-button .comment-form input[type=submit],
  .comment-form .signup .signup-button input[type=submit] {
    padding-left: 32px;
    padding-right: 32px
  }
}

.page-our-team article.page .entry-content,
.our-team article.page .entry-content,
.page-resources article.page .entry-content,
.resources article.page .entry-content {
  padding-bottom: 0
}

.single-initiative article.initiative .entry-content {
  padding-bottom: 0
}

.post-type-archive-dvar-tzedek .dt-content {
  padding-top: 30px;
  padding-bottom: 30px
}

.post-type-archive-dvar-tzedek .element-aside ul {
  padding-left: 0;
  list-style: none;
  font-style: italic
}

.post-type-archive-dvar-tzedek .dt-latest h4 {
  font-size: 24px;
  color: #f4aa00;
  font-weight: normal;
  margin-bottom: 13px
}

.post-type-archive-dvar-tzedek .dt-latest .reading {
  margin-left: 0
}

.post-type-archive-dvar-tzedek .dt-latest p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px
}

.post-type-archive-dvar-tzedek .dt-latest p a {
  font-style: italic
}

.post-type-archive-dvar-tzedek .book-list h2 {
  font-size: 36px;
  line-height: 1em
}

.post-type-archive-dvar-tzedek .book-list h3 {
  font-size: 28px
}

.post-type-archive-dvar-tzedek .book .chapter h3 {
  color: #00b8e4
}

.post-type-archive-dvar-tzedek .book .chapter h3:hover {
  cursor: pointer
}

.post-type-archive-dvar-tzedek .chapter {
  border-bottom: 1px solid #bdbdbd
}

.post-type-archive-dvar-tzedek .chapter h3 {
  display: inline-block
}

.post-type-archive-dvar-tzedek .chapter a.collapse-toggle {
  display: block;
  text-decoration: none
}

.post-type-archive-dvar-tzedek .chapter a.collapse-toggle:hover h3 {
  text-decoration: underline
}

.post-type-archive-dvar-tzedek .chapter .fa-plus-circle {
  color: #f4aa00;
  font-size: 24px;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}

.post-type-archive-dvar-tzedek .chapter .collapsed .fa-plus-circle {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg)
}

.post-type-archive-dvar-tzedek .reading {
  padding: 10px 15px 7px;
  background: #f5f5f5;
  margin-left: 0;
  margin-bottom: 10px
}

.post-type-archive-dvar-tzedek .reading::after {
  display: block;
  clear: both;
  content: ""
}

.post-type-archive-dvar-tzedek .reading .year {
  text-transform: uppercase;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  margin-right: 10px
}

.post-type-archive-dvar-tzedek .reading .author {
  font-style: italic;
  font-size: 18px;
  font-weight: 400
}

.post-type-archive-dvar-tzedek .reading .book-links {
  float: right !important
}

.post-type-archive-dvar-tzedek .reading .book-links a {
  margin-left: 10px;
  color: #ae005f;
  font-size: 21px
}

.post-type-archive-dvar-tzedek .reading .book-links a:hover {
  color: #5f1b46
}

@media(min-width: 768px) {
  .post-type-archive-dvar-tzedek .dt-content {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .post-type-archive-dvar-tzedek .reading {
    padding: 13px 15px 9px
  }

  .post-type-archive-dvar-tzedek .reading .year {
    font-size: 28px;
    line-height: 28px
  }

  .post-type-archive-dvar-tzedek .reading .author {
    font-size: 21px;
    line-height: 21px
  }

  .post-type-archive-dvar-tzedek .reading .book-links a {
    font-size: 24px;
    line-height: 24px
  }
}

@media(min-width: 992px) {
  .post-type-archive-dvar-tzedek .dt-content {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media(min-width: 1200px) {
  .post-type-archive-dvar-tzedek .dt-latest h4 {
    font-size: 24px;
    color: #f4aa00;
    font-weight: normal;
    margin-bottom: 13px
  }

  .post-type-archive-dvar-tzedek .dt-latest p {
    font-size: 21px;
    line-height: 31px;
    margin-top: 20px;
    margin-bottom: 20px
  }

  .post-type-archive-dvar-tzedek .reading {
    padding: 10px 15px 7px;
    background: #f5f5f5;
    margin-left: 40px;
    margin-bottom: 10px
  }

  .post-type-archive-dvar-tzedek .reading .year {
    font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 28px;
    margin-right: 10px
  }

  .post-type-archive-dvar-tzedek .reading .author {
    font-style: italic;
    font-size: 21px;
    font-weight: 400
  }

  .post-type-archive-dvar-tzedek .reading .book-links a {
    margin-left: 10px;
    color: #ae005f;
    font-size: 26px
  }

  .post-type-archive-dvar-tzedek .book-list h2 {
    font-size: 36px;
    line-height: 1em;
    margin-top: 50px
  }

  .post-type-archive-dvar-tzedek .book-list .book h2 {
    font-size: 48px;
    line-height: 45px;
    margin-top: 60px
  }

  .post-type-archive-dvar-tzedek .book .chapter h3 {
    font-size: 36px
  }

  .post-type-archive-dvar-tzedek .chapter {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
    padding-top: 10px
  }
}

.single-community .element.signup {
  padding: 0
}

.single-community .element.big-buttons {
  padding-top: 0
}

.category #category {
  overflow: hidden
}

.category #category .container-fluid,
.category #category .container-sm,
.category #category .container-md,
.category #category .container-lg,
.category #category .container-xl {
  padding: 90px 0
}

.category #category .container-fluid:nth-child(even),
.category #category .container-sm:nth-child(even),
.category #category .container-md:nth-child(even),
.category #category .container-lg:nth-child(even),
.category #category .container-xl:nth-child(even) {
  background: #f5f5f5
}

.category #category h2 {
  font-size: 48px;
  margin-top: 0
}

.category #category .excerpt {
  margin-bottom: 40px
}

.category #pagination {
  text-align: center
}

@media(max-width: 767.98px) {
  .category #category .row .image {
    margin-bottom: 30px
  }

  .category #category .row h2 {
    font-size: 36px
  }

  .category #category .container-fluid,
  .category #category .container-sm,
  .category #category .container-md,
  .category #category .container-lg,
  .category #category .container-xl {
    padding: 45px 0
  }
}

.post-type-archive-event #filters {
  margin: 20px 0 30px;
  text-align: right
}

.post-type-archive-event #filters select {
  border: 1px solid #bcbcbe;
  padding: 5px 10px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  color: #000;
  height: 50px;
  margin-right: 5px
}

@media(max-width: 767.98px) {
  .post-type-archive-event #filters select {
    float: none;
    margin-bottom: 10px;
    margin-right: 0
  }

  .post-type-archive-event #filters #city {
    display: block;
    width: 100%
  }

  .post-type-archive-event #filters #month,
  .post-type-archive-event #filters #year {
    width: 49%;
    float: left
  }

  .post-type-archive-event #filters #year {
    float: right
  }

  .post-type-archive-event #filters .btn,
  .post-type-archive-event #filters .comment-form input[type=submit],
  .comment-form .post-type-archive-event #filters input[type=submit] {
    display: block;
    width: 100%
  }
}

.post-type-archive-event #no-results {
  margin-bottom: 30px
}

body.home .section,
body.home-alt .section {
  padding: 30px 0
}

body.home .section h2,
body.home-alt .section h2 {
  text-align: center;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 20px
}

body.home .section p,
body.home-alt .section p {
  text-align: center
}

body.home .section .head,
body.home-alt .section .head {
  padding-bottom: 15px
}

body.home .section .head p,
body.home-alt .section .head p {
  font-size: 21px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 30px
}

body.home .jumbotron .breadcrumbs,
body.home-alt .jumbotron .breadcrumbs {
  display: none
}

body.home .jumbotron .caption,
body.home-alt .jumbotron .caption {
  padding: 60px 0
}

body.home .jumbotron .form-control,
body.home .jumbotron .comment-form input[type=text],
.comment-form body.home .jumbotron input[type=text],
body.home .jumbotron .comment-form input[type=email],
.comment-form body.home .jumbotron input[type=email],
body.home .jumbotron .comment-form input[type=url],
.comment-form body.home .jumbotron input[type=url],
body.home .jumbotron .comment-form textarea,
.comment-form body.home .jumbotron textarea,
body.home-alt .jumbotron .form-control,
body.home-alt .jumbotron .comment-form input[type=text],
.comment-form body.home-alt .jumbotron input[type=text],
body.home-alt .jumbotron .comment-form input[type=email],
.comment-form body.home-alt .jumbotron input[type=email],
body.home-alt .jumbotron .comment-form input[type=url],
.comment-form body.home-alt .jumbotron input[type=url],
body.home-alt .jumbotron .comment-form textarea,
.comment-form body.home-alt .jumbotron textarea {
  padding: 16px 10px 10px;
  border: none;
  font-size: 24px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  height: auto
}

body.home .element-social,
body.home-alt .element-social {
  background: #fff;
  height: 350px
}

@media(min-width: 1200px) {

  body.home .element-social,
  body.home-alt .element-social {
    height: 450px
  }
}

body.home .highlights a:hover,
body.home-alt .highlights a:hover {
  text-decoration: none
}

body.home .highlights .highlight,
body.home .highlights .big-buttons .highlight-wide,
.big-buttons body.home .highlights .highlight-wide,
body.home .highlights .big-buttons .highlight-small,
.big-buttons body.home .highlights .highlight-small,
body.home-alt .highlights .highlight,
body.home-alt .highlights .big-buttons .highlight-wide,
.big-buttons body.home-alt .highlights .highlight-wide,
body.home-alt .highlights .big-buttons .highlight-small,
.big-buttons body.home-alt .highlights .highlight-small {
  margin-bottom: 1.2500000004rem
}

body.home .highlights .highlight img,
body.home .highlights .big-buttons .highlight-wide img,
.big-buttons body.home .highlights .highlight-wide img,
body.home .highlights .big-buttons .highlight-small img,
.big-buttons body.home .highlights .highlight-small img,
body.home-alt .highlights .highlight img,
body.home-alt .highlights .big-buttons .highlight-wide img,
.big-buttons body.home-alt .highlights .highlight-wide img,
body.home-alt .highlights .big-buttons .highlight-small img,
.big-buttons body.home-alt .highlights .highlight-small img {
  max-width: 100%;
  height: auto;
  margin: 0
}

body.home .highlights .highlight .caption,
body.home .highlights .big-buttons .highlight-wide .caption,
.big-buttons body.home .highlights .highlight-wide .caption,
body.home .highlights .big-buttons .highlight-small .caption,
.big-buttons body.home .highlights .highlight-small .caption,
body.home-alt .highlights .highlight .caption,
body.home-alt .highlights .big-buttons .highlight-wide .caption,
.big-buttons body.home-alt .highlights .highlight-wide .caption,
body.home-alt .highlights .big-buttons .highlight-small .caption,
.big-buttons body.home-alt .highlights .highlight-small .caption {
  padding: 15px 30px 30px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-image: url(../images/e61e899e48f10d65502c.png)
}

body.home .highlights .highlight .caption h3,
body.home .highlights .big-buttons .highlight-wide .caption h3,
.big-buttons body.home .highlights .highlight-wide .caption h3,
body.home .highlights .big-buttons .highlight-small .caption h3,
.big-buttons body.home .highlights .highlight-small .caption h3,
body.home-alt .highlights .highlight .caption h3,
body.home-alt .highlights .big-buttons .highlight-wide .caption h3,
.big-buttons body.home-alt .highlights .highlight-wide .caption h3,
body.home-alt .highlights .big-buttons .highlight-small .caption h3,
.big-buttons body.home-alt .highlights .highlight-small .caption h3 {
  color: #fff;
  font-size: 36px;
  line-height: 36px
}

body.home .highlights .highlight .caption.blue,
body.home .highlights .big-buttons .highlight-wide .caption.blue,
.big-buttons body.home .highlights .highlight-wide .caption.blue,
body.home .highlights .big-buttons .highlight-small .caption.blue,
.big-buttons body.home .highlights .highlight-small .caption.blue,
body.home-alt .highlights .highlight .caption.blue,
body.home-alt .highlights .big-buttons .highlight-wide .caption.blue,
.big-buttons body.home-alt .highlights .highlight-wide .caption.blue,
body.home-alt .highlights .big-buttons .highlight-small .caption.blue,
.big-buttons body.home-alt .highlights .highlight-small .caption.blue {
  background-color: #00b8e4
}

body.home .highlights .highlight .caption.purple,
body.home .highlights .big-buttons .highlight-wide .caption.purple,
.big-buttons body.home .highlights .highlight-wide .caption.purple,
body.home .highlights .big-buttons .highlight-small .caption.purple,
.big-buttons body.home .highlights .highlight-small .caption.purple,
body.home-alt .highlights .highlight .caption.purple,
body.home-alt .highlights .big-buttons .highlight-wide .caption.purple,
.big-buttons body.home-alt .highlights .highlight-wide .caption.purple,
body.home-alt .highlights .big-buttons .highlight-small .caption.purple,
.big-buttons body.home-alt .highlights .highlight-small .caption.purple {
  background-color: #732154;
  background-image: url(../images/ce1dfbd89f0f85076f48.png)
}

body.home .highlights .highlight .caption.teal,
body.home .highlights .big-buttons .highlight-wide .caption.teal,
.big-buttons body.home .highlights .highlight-wide .caption.teal,
body.home .highlights .big-buttons .highlight-small .caption.teal,
.big-buttons body.home .highlights .highlight-small .caption.teal,
body.home-alt .highlights .highlight .caption.teal,
body.home-alt .highlights .big-buttons .highlight-wide .caption.teal,
.big-buttons body.home-alt .highlights .highlight-wide .caption.teal,
body.home-alt .highlights .big-buttons .highlight-small .caption.teal,
.big-buttons body.home-alt .highlights .highlight-small .caption.teal {
  background-color: #00829a;
  background-image: url(../images/811739538848b8bcd388.png)
}

body.home .highlights .highlight .caption.yellow,
body.home .highlights .big-buttons .highlight-wide .caption.yellow,
.big-buttons body.home .highlights .highlight-wide .caption.yellow,
body.home .highlights .big-buttons .highlight-small .caption.yellow,
.big-buttons body.home .highlights .highlight-small .caption.yellow,
body.home-alt .highlights .highlight .caption.yellow,
body.home-alt .highlights .big-buttons .highlight-wide .caption.yellow,
.big-buttons body.home-alt .highlights .highlight-wide .caption.yellow,
body.home-alt .highlights .big-buttons .highlight-small .caption.yellow,
.big-buttons body.home-alt .highlights .highlight-small .caption.yellow {
  background-color: #b97a1b
}

body.home .highlights .highlight .caption.red,
body.home .highlights .big-buttons .highlight-wide .caption.red,
.big-buttons body.home .highlights .highlight-wide .caption.red,
body.home .highlights .big-buttons .highlight-small .caption.red,
.big-buttons body.home .highlights .highlight-small .caption.red,
body.home-alt .highlights .highlight .caption.red,
body.home-alt .highlights .big-buttons .highlight-wide .caption.red,
.big-buttons body.home-alt .highlights .highlight-wide .caption.red,
body.home-alt .highlights .big-buttons .highlight-small .caption.red,
.big-buttons body.home-alt .highlights .highlight-small .caption.red {
  background-color: #d3441c
}

body.home .lead,
body.home-alt .lead {
  font-style: italic;
  font-weight: 300;
  color: #00829a;
  font-size: 30px;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 30px
}

body.home .lead p,
body.home-alt .lead p {
  margin-bottom: 0
}

body.home section.hero-aux,
body.home-alt section.hero-aux {
  background: #f5f5f5 none repeat scroll 0 0;
  padding-bottom: 20px;
  padding-top: 20px
}

body.home section.hero-aux p.p-btn-hero-aux,
body.home-alt section.hero-aux p.p-btn-hero-aux {
  text-align: center
}

@media(min-width: 576px) {

  body.home section.hero-aux p.p-btn-hero-aux,
  body.home-alt section.hero-aux p.p-btn-hero-aux {
    text-align: right
  }
}

body.home section.hero-aux .btn.btn-blue.btn-hero-aux,
body.home section.hero-aux .comment-form input.btn-blue.btn-hero-aux[type=submit],
.comment-form body.home section.hero-aux input.btn-blue.btn-hero-aux[type=submit],
body.home-alt section.hero-aux .btn.btn-blue.btn-hero-aux,
body.home-alt section.hero-aux .comment-form input.btn-blue.btn-hero-aux[type=submit],
.comment-form body.home-alt section.hero-aux input.btn-blue.btn-hero-aux[type=submit] {
  text-align: center
}

body.home section.hero-aux p,
body.home-alt section.hero-aux p {
  text-align: center
}

@media(min-width: 576px) {

  body.home section.hero-aux p,
  body.home-alt section.hero-aux p {
    text-align: left
  }
}

body.home section.hero-aux h3,
body.home-alt section.hero-aux h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0
}

body.home section.hero-aux h3>a,
body.home-alt section.hero-aux h3>a {
  font-size: 30px;
  color: #0f5b65
}

@media(min-width: 576px) {

  body.home section.hero-aux h3,
  body.home-alt section.hero-aux h3 {
    text-align: left
  }
}

body.home section.joblog,
body.home-alt section.joblog {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e5e5e5), color-stop(50%, #e5e5e5), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, #e5e5e5 0, #e5e5e5 50%, #fff 50%, #fff 100%);
  background: -o-linear-gradient(left, #e5e5e5 0, #e5e5e5 50%, #fff 50%, #fff 100%);
  background: linear-gradient(to right, #e5e5e5 0, #e5e5e5 50%, #fff 50%, #fff 100%)
}

@media(max-width: 991px) {

  body.home section.joblog,
  body.home-alt section.joblog {
    background: #f5f5f5
  }
}

body.home section.joblog .careers,
body.home-alt section.joblog .careers {
  margin-bottom: 60px;
  background-color: #e5e5e5
}

@media(max-width: 991px) {

  body.home section.joblog .careers,
  body.home-alt section.joblog .careers {
    background: #f5f5f5
  }
}

body.home section.joblog .mini-entry-title,
body.home-alt section.joblog .mini-entry-title {
  margin: 0;
  text-align: left !important;
  font-size: 30px;
  line-height: 30px;
  text-transform: none
}

@media(min-width: 768px) {

  body.home section.joblog .mini-entry-title,
  body.home-alt section.joblog .mini-entry-title {
    font-size: 36px;
    line-height: 36px
  }
}

body.home section.joblog .mini-entry-summary,
body.home-alt section.joblog .mini-entry-summary {
  margin-bottom: 30px
}

body.home section.joblog .mini-entry-summary p,
body.home-alt section.joblog .mini-entry-summary p {
  font-size: 16px;
  line-height: 26px
}

body.home section.joblog .mini-entry-summary .btn-more,
body.home-alt section.joblog .mini-entry-summary .btn-more {
  display: none !important
}

@media(max-width: 767.98px) {

  body.home section.joblog .mini-entry-summary .btn,
  body.home section.joblog .mini-entry-summary .comment-form input[type=submit],
  .comment-form body.home section.joblog .mini-entry-summary input[type=submit],
  body.home-alt section.joblog .mini-entry-summary .btn,
  body.home-alt section.joblog .mini-entry-summary .comment-form input[type=submit],
  .comment-form body.home-alt section.joblog .mini-entry-summary input[type=submit] {
    display: block;
    width: 100%
  }
}

@media(min-width: 992px) {

  body.home section.joblog .careers,
  body.home-alt section.joblog .careers {
    margin-bottom: 0
  }
}

body.home section.home-blog,
body.home-alt section.home-blog {
  background: #fff
}

body.home section.home-blog a,
body.home-alt section.home-blog a {
  text-decoration: none
}

body.home section.home-blog div.large-card,
body.home-alt section.home-blog div.large-card {
  margin-top: 0;
  margin-bottom: 30px
}

body.home section.home-blog div.card-container,
body.home-alt section.home-blog div.card-container {
  padding: 0
}

body.home section.home-blog div.update-image,
body.home-alt section.home-blog div.update-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: center top
}

body.home section.home-blog header.info,
body.home-alt section.home-blog header.info {
  background: #f5f5f5;
  padding: 18px;
  margin-top: -20px;
  margin-left: 8px;
  margin-right: 8px
}

body.home section.home-blog header.info p.tags,
body.home-alt section.home-blog header.info p.tags {
  text-align: left;
  font-size: 12px;
  color: #d28e00
}

body.home section.home-blog header.info p.tags a,
body.home-alt section.home-blog header.info p.tags a {
  color: #d28e00
}

body.home section.home-blog header.info p.tags a:hover,
body.home-alt section.home-blog header.info p.tags a:hover {
  text-decoration: underline
}

body.home section.home-blog header.info h2,
body.home-alt section.home-blog header.info h2 {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0
}

body.home section.home-blog header.info h2 a:hover,
body.home-alt section.home-blog header.info h2 a:hover {
  text-decoration: underline
}

body.home section.home-blog .careers,
body.home-alt section.home-blog .careers {
  margin-bottom: 60px
}

body.home section.home-blog .entry-meta p,
body.home-alt section.home-blog .entry-meta p {
  text-align: left
}

body.home section.home-blog .entry-title,
body.home-alt section.home-blog .entry-title {
  margin: 0;
  text-align: left !important;
  font-size: 30px;
  line-height: 30px;
  text-transform: none
}

@media(min-width: 768px) {

  body.home section.home-blog .entry-title,
  body.home-alt section.home-blog .entry-title {
    font-size: 36px;
    line-height: 36px
  }
}

body.home section.home-blog .entry-summary,
body.home-alt section.home-blog .entry-summary {
  margin-bottom: 30px
}

body.home section.home-blog .entry-summary p,
body.home-alt section.home-blog .entry-summary p {
  font-size: 16px;
  line-height: 26px;
  text-align: left
}

body.home section.home-blog .entry-summary .btn-more,
body.home-alt section.home-blog .entry-summary .btn-more {
  display: none !important
}

@media(max-width: 767.98px) {

  body.home section.home-blog .entry-summary .btn,
  body.home section.home-blog .entry-summary .comment-form input[type=submit],
  .comment-form body.home section.home-blog .entry-summary input[type=submit],
  body.home-alt section.home-blog .entry-summary .btn,
  body.home-alt section.home-blog .entry-summary .comment-form input[type=submit],
  .comment-form body.home-alt section.home-blog .entry-summary input[type=submit] {
    display: block;
    width: 100%
  }
}

@media(min-width: 992px) {

  body.home section.home-blog .careers,
  body.home-alt section.home-blog .careers {
    margin-bottom: 0
  }
}

body.home section.map,
body.home-alt section.map {
  background: #f5f5f5;
  padding: 90px 0
}

body.home section.map #map,
body.home-alt section.map #map {
  position: relative;
  width: 100%
}

@media(max-width: 575.98px) {

  body.home section.map #map #map-overlay,
  body.home-alt section.map #map #map-overlay {
    left: 15px;
    right: 15px;
    width: auto
  }
}

body.home section.map #map-overlay,
body.home-alt section.map #map-overlay {
  background: #fff;
  height: 400px;
  left: 60px;
  padding: 30px;
  position: absolute;
  text-align: left !important;
  top: 20px;
  width: 380px;
  z-index: 100
}

@media(min-width: 992px) {

  body.home section.map #map-overlay,
  body.home-alt section.map #map-overlay {
    top: 40px;
    height: 360px;
    width: 400px;
    z-index: 100
  }
}

body.home section.map #map-overlay #map-content,
body.home-alt section.map #map-overlay #map-content {
  height: 340px
}

@media(min-width: 992px) {

  body.home section.map #map-overlay #map-content,
  body.home-alt section.map #map-overlay #map-content {
    height: 310px
  }
}

body.home section.map #map-overlay #map-content .country,
body.home-alt section.map #map-overlay #map-content .country {
  display: none
}

body.home section.map #map-overlay #map-content .country:first-child,
body.home-alt section.map #map-overlay #map-content .country:first-child {
  display: block
}

body.home section.map #map-overlay h2,
body.home-alt section.map #map-overlay h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
  padding-top: 4px;
  text-align: left;
  line-height: 36px;
  color: #732154
}

@media(min-width: 992px) {

  body.home section.map #map-overlay h2,
  body.home-alt section.map #map-overlay h2 {
    font-size: 48px;
    line-height: 45px
  }
}

body.home section.map #map-overlay .map-content,
body.home-alt section.map #map-overlay .map-content {
  overflow: auto;
  min-height: 235px
}

@media(max-width: 767.98px) {

  body.home section.map #map-overlay .map-content,
  body.home-alt section.map #map-overlay .map-content {
    min-height: 265px
  }
}

body.home section.map #map-overlay p,
body.home-alt section.map #map-overlay p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 0
}

body.home section.map #map-overlay .btn,
body.home section.map #map-overlay .comment-form input[type=submit],
.comment-form body.home section.map #map-overlay input[type=submit],
body.home-alt section.map #map-overlay .btn,
body.home-alt section.map #map-overlay .comment-form input[type=submit],
.comment-form body.home-alt section.map #map-overlay input[type=submit] {
  margin-top: 20px
}

body.home section.map #map-overlay .btn-white,
body.home-alt section.map #map-overlay .btn-white {
  font-size: 48px;
  line-height: 48px;
  color: #bdbdbd;
  float: right;
  padding: 0 15px
}

body.home section.map #gmap,
body.home-alt section.map #gmap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px
}

body.home section.map #gmap img,
body.home-alt section.map #gmap img {
  max-width: none
}

body.home section.map #map-image,
body.home-alt section.map #map-image {
  text-align: center;
  width: 100%
}

body.home section.map #map-image img,
body.home-alt section.map #map-image img {
  margin: 0 auto;
  max-width: 100%;
  height: auto
}

body.home section.signup,
body.home-alt section.signup {
  background: #f5f5f5
}

body.home section.signup p,
body.home-alt section.signup p {
  font-size: 21px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 30px
}

body.home section.signup input.form-control,
body.home section.signup .comment-form input[type=text],
.comment-form body.home section.signup input[type=text],
body.home section.signup .comment-form input[type=email],
.comment-form body.home section.signup input[type=email],
body.home section.signup .comment-form input[type=url],
.comment-form body.home section.signup input[type=url],
body.home-alt section.signup input.form-control,
body.home-alt section.signup .comment-form input[type=text],
.comment-form body.home-alt section.signup input[type=text],
body.home-alt section.signup .comment-form input[type=email],
.comment-form body.home-alt section.signup input[type=email],
body.home-alt section.signup .comment-form input[type=url],
.comment-form body.home-alt section.signup input[type=url] {
  border: 1px solid #bcbcbe
}

body.home .about p,
body.home-alt .about p {
  font-size: 21px;
  text-align: center;
  line-height: 32px
}

body.home .about .col-lg-8,
body.home-alt .about .col-lg-8 {
  padding-bottom: 15px
}

body.home section.onlyblog,
body.home-alt section.onlyblog {
  background: #f5f5f5
}

body.home section.onlyblog .mini-entry-title,
body.home-alt section.onlyblog .mini-entry-title {
  margin: 0;
  text-align: left !important;
  font-size: 30px;
  line-height: 30px;
  text-transform: none
}

@media(min-width: 768px) {

  body.home section.onlyblog .mini-entry-title,
  body.home-alt section.onlyblog .mini-entry-title {
    font-size: 36px;
    line-height: 36px
  }
}

body.home section.onlyblog .mini-entry-summary,
body.home-alt section.onlyblog .mini-entry-summary {
  margin-bottom: 30px
}

body.home section.onlyblog .mini-entry-summary p,
body.home-alt section.onlyblog .mini-entry-summary p {
  font-size: 16px;
  line-height: 26px
}

body.home section.onlyblog .mini-entry-summary .btn-more,
body.home-alt section.onlyblog .mini-entry-summary .btn-more {
  display: none !important
}

@media(max-width: 767px) {

  body.home section.onlyblog .mini-entry-summary .btn,
  .comment-form body.home section.onlyblog .mini-entry-summary input[type=submit],
  body.home-alt section.onlyblog .mini-entry-summary .btn,
  .comment-form body.home-alt section.onlyblog .mini-entry-summary input[type=submit],
  body.home section.onlyblog .mini-entry-summary .comment-form input[type=submit],
  body.home-alt section.onlyblog .mini-entry-summary .comment-form input[type=submit] {
    display: block;
    width: 100%
  }
}

@media(min-width: 768px) {
  body.home .header {
    position: relative
  }

  body.home .header .caption {
    color: #f5f5f5;
    text-shadow: 1px 1px 3px #000
  }

  body.home .header .caption form,
  body.home .header .caption h1,
  body.home .header .caption p {
    margin-right: 50%
  }

  body.home .header .caption h1 {
    color: #fff;
    line-height: 1em
  }

  body.home .section {
    padding: 90px 0
  }

  body.home .highlights .highlight,
  body.home .highlights .big-buttons .highlight-wide,
  .big-buttons body.home .highlights .highlight-wide,
  body.home .highlights .big-buttons .highlight-small,
  .big-buttons body.home .highlights .highlight-small {
    margin-bottom: 0
  }

  body.home .lead {
    font-style: italic;
    font-weight: 300;
    color: #00829a;
    font-size: 30px;
    line-height: 42px;
    margin: 0
  }

  body.home section.ad .btn.ad,
  body.home section.ad .comment-form input.ad[type=submit],
  .comment-form body.home section.ad input.ad[type=submit] {
    float: right;
    text-align: inherit
  }

  body.home section.ad p {
    text-align: left;
    margin-bottom: 10px
  }

  body.home section.ad h3 {
    text-align: left;
    margin-bottom: 0
  }
}

body.activists .container.notice {
  padding-bottom: 90px
}

.newsroom .hero .fa-ul a {
  color: #fff
}

.newsroom .hero .fa-ul>li {
  font-size: 21px;
  line-height: 31px;
  position: relative
}

.newsroom .hero .fa-li {
  color: #f4aa00;
  font-size: 24px
}

.newsroom .presskit {
  background: #f5f5f5;
  padding: 30px 0 0
}

.newsroom .presskit .media {
  margin-bottom: 30px
}

.newsroom .presskit .media-object {
  max-width: 100%;
  height: auto;
  width: 70px;
  padding-right: 10px
}

.newsroom .presskit .media-body ul {
  font-size: 16px;
  line-height: 24px;
  font-style: italic
}

.newsroom .presskit .fa-ul .fa-li {
  color: #9a9b9d;
  text-align: left;
  font-size: 18px
}

.newsroom .presskit h3 {
  font-size: 28px;
  line-height: 1em;
  margin-top: 0;
  color: #0f5b65
}

.newsroom .newsfeeds {
  padding: 30px 0
}

.newsroom .newsfeeds h2 {
  font-size: 36px;
  margin: 10px 0
}

.newsroom .big-buttons {
  background: #f5f5f5
}

.newsroom .read-more {
  text-align: left;
  margin-bottom: 50px
}

.newsfeed .hentry {
  margin-bottom: 40px
}

.newsfeed .media-left time {
  display: inline-block;
  line-height: 1.25em;
  margin-right: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #000
}

.newsfeed .media-left .month {
  font-weight: 400;
  margin-top: -1px;
  letter-spacing: 0
}

.newsfeed .media-left .day {
  font-size: 28px;
  margin-top: 0;
  font-weight: normal;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 28px
}

@media(min-width: 768px) {
  .newsfeed .media-left time {
    display: inline-block;
    width: 5em;
    height: 5em;
    border-radius: 100%;
    padding: 16px;
    line-height: 1.25em;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    color: #fff
  }

  .newsfeed .media-left time .month {
    font-weight: 300;
    margin-top: -1px;
    letter-spacing: 0
  }

  .newsfeed .media-left time .day {
    font-size: 2em;
    margin-top: 0;
    font-weight: normal
  }
}

@media(min-width: 768px) {
  .newsfeed time {
    display: inline-block;
    width: 5em;
    height: 5em;
    border-radius: 100%;
    padding: 16px;
    line-height: 1.25em;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    color: #fff
  }

  .newsfeed time .month,
  .newsfeed time .day {
    display: block
  }

  .newsfeed time .month {
    font-weight: 400;
    margin-top: -1px;
    letter-spacing: 0
  }

  .newsfeed time .day {
    font-size: 28px;
    margin-top: 0;
    font-weight: normal;
    line-height: 28px
  }
}

@media(min-width: 1200px) {
  .newsfeed .media-left time {
    display: inline-block;
    width: 5em;
    height: 5em;
    border-radius: 100%;
    padding: 16px;
    line-height: 1.25em;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    color: #fff
  }

  .newsfeed .media-left .month {
    font-weight: 300;
    margin-top: -1px;
    letter-spacing: .1em
  }

  .newsfeed .media-left .day {
    font-size: 28px;
    margin-top: 0;
    font-weight: normal;
    font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 28px
  }

  .newsfeed .media-body a.btn {
    margin-bottom: 40px
  }

  .newsfeed .newsfeed h3 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 0;
    text-transform: none
  }

  .newsfeed .newsfeed .hentry {
    margin-bottom: 40px
  }
}

@media(max-width: 767.98px) {
  .newsfeed .media-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px
  }
}

.newsfeed h3 {
  font-size: 28px;
  line-height: 1em;
  margin-top: 0;
  text-transform: none
}

.newsfeed .btn-more {
  display: none
}

.newsfeed .source {
  color: #9a9b9d;
  font-size: 16px;
  line-height: 1em;
  font-style: italic;
  margin-bottom: 16px
}

.newsfeed .media-body p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px
}

.newsfeed .media-body .btn,
.newsfeed .media-body .comment-form input[type=submit],
.comment-form .newsfeed .media-body input[type=submit] {
  margin-bottom: 20px
}

@media(min-width: 992px) {
  .newsfeed h3 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 0;
    text-transform: none
  }

  .newsfeed .media-body p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
  }

  .newsfeed .media-body a.btn {
    margin-bottom: 40px
  }
}

@media(min-width: 768px) {

  .newsfeed .media-body .btn,
  .newsfeed .media-body .comment-form input[type=submit],
  .comment-form .newsfeed .media-body input[type=submit] {
    margin-bottom: 40px
  }
}

@media(min-width: 992px) {
  .newsfeed {
    padding: 0 30px
  }

  .newsfeed .hentry {
    margin-top: 40px;
    margin-bottom: 50px
  }

  .newsfeed .media-body .btn,
  .newsfeed .media-body .comment-form input[type=submit],
  .comment-form .newsfeed .media-body input[type=submit] {
    margin-bottom: 80px
  }

  .newsfeed h3 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 0;
    text-transform: none
  }

  .newsroom .presskit .media {
    margin-bottom: 50px
  }

  .newsroom .presskit h3 {
    font-size: 36px;
    line-height: 1em;
    margin-top: 0;
    color: #0f5b65
  }

  .newsroom .presskit .media-object {
    width: 110px;
    padding-right: 20px
  }

  .newsroom .presskit .media-body ul {
    font-size: 18px;
    line-height: 36px
  }

  .newsroom .presskit .fa-ul .fa-li {
    font-size: 24px
  }

  .newsroom .newsfeeds h2 {
    font-size: 48px
  }

  .newsroom .newsfeeds .media-body p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px
  }
}

@media(min-width: 1200px) {
  .newsfeed .hentry {
    margin-bottom: 80px
  }

  .newsfeed {
    padding: 0 40px
  }

  .newsfeed p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
  }
}

body.fundraise .hero.jumbotron .btn,
body.fundraise .hero.jumbotron .comment-form input[type=submit],
.comment-form body.fundraise .hero.jumbotron input[type=submit] {
  color: #fff;
  background-color: #d3441c;
  border-color: #d3441c;
  -webkit-box-shadow: none;
  box-shadow: none
}

body.fundraise .hero.jumbotron .btn:hover,
body.fundraise .hero.jumbotron .comment-form input[type=submit]:hover,
.comment-form body.fundraise .hero.jumbotron input[type=submit]:hover {
  color: #fff;
  background-color: #b13918;
  border-color: #a63516
}

body.fundraise .hero.jumbotron .btn:focus,
body.fundraise .hero.jumbotron .comment-form input[type=submit]:focus,
.comment-form body.fundraise .hero.jumbotron input[type=submit]:focus,
body.fundraise .hero.jumbotron .btn.focus,
body.fundraise .hero.jumbotron .comment-form input.focus[type=submit],
.comment-form body.fundraise .hero.jumbotron input.focus[type=submit] {
  color: #fff;
  background-color: #b13918;
  border-color: #a63516;
  -webkit-box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5);
  box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5)
}

body.fundraise .hero.jumbotron .btn.disabled,
body.fundraise .hero.jumbotron .comment-form input.disabled[type=submit],
.comment-form body.fundraise .hero.jumbotron input.disabled[type=submit],
body.fundraise .hero.jumbotron .btn:disabled,
body.fundraise .hero.jumbotron .comment-form input[type=submit]:disabled,
.comment-form body.fundraise .hero.jumbotron input[type=submit]:disabled {
  color: #fff;
  background-color: #d3441c;
  border-color: #d3441c
}

body.fundraise .hero.jumbotron .btn:not(:disabled):not(.disabled):active,
body.fundraise .hero.jumbotron .comment-form input[type=submit]:not(:disabled):not(.disabled):active,
.comment-form body.fundraise .hero.jumbotron input[type=submit]:not(:disabled):not(.disabled):active,
body.fundraise .hero.jumbotron .btn:not(:disabled):not(.disabled).active,
body.fundraise .hero.jumbotron .comment-form input[type=submit]:not(:disabled):not(.disabled).active,
.comment-form body.fundraise .hero.jumbotron input[type=submit]:not(:disabled):not(.disabled).active,
.show>body.fundraise .hero.jumbotron .btn.dropdown-toggle,
.show>body.fundraise .hero.jumbotron .comment-form input.dropdown-toggle[type=submit],
.comment-form .show>body.fundraise .hero.jumbotron input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #a63516;
  border-color: #9b3215
}

body.fundraise .hero.jumbotron .btn:not(:disabled):not(.disabled):active:focus,
body.fundraise .hero.jumbotron .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.comment-form body.fundraise .hero.jumbotron input[type=submit]:not(:disabled):not(.disabled):active:focus,
body.fundraise .hero.jumbotron .btn:not(:disabled):not(.disabled).active:focus,
body.fundraise .hero.jumbotron .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.comment-form body.fundraise .hero.jumbotron input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show>body.fundraise .hero.jumbotron .btn.dropdown-toggle:focus,
.show>body.fundraise .hero.jumbotron .comment-form input.dropdown-toggle[type=submit]:focus,
.comment-form .show>body.fundraise .hero.jumbotron input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5);
  box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5)
}

body.fundraise .btn,
body.fundraise .comment-form input[type=submit],
.comment-form body.fundraise input[type=submit] {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif
}

body.fundraise section.start {
  padding-top: 0
}

body.fundraise section.start .caption {
  padding: 0 20px
}

body.fundraise section.start .caption h3 {
  color: #f4aa00;
  margin-top: 30px
}

body.fundraise section.start .caption p {
  font-size: 16px;
  line-height: 24px
}

@media(min-width: 992px) {
  body.fundraise section.start .caption p {
    font-size: 18px;
    line-height: 28px
  }
}

body.fundraise section.search {
  background: #f5f5f5
}

body.fundraise section.search .text-center {
  margin-top: 40px
}

body.fundraise section.search h2 {
  font-size: 36px
}

body.fundraise section.search .form-control,
body.fundraise section.search .comment-form input[type=text],
.comment-form body.fundraise section.search input[type=text],
body.fundraise section.search .comment-form input[type=email],
.comment-form body.fundraise section.search input[type=email],
body.fundraise section.search .comment-form input[type=url],
.comment-form body.fundraise section.search input[type=url],
body.fundraise section.search .comment-form textarea,
.comment-form body.fundraise section.search textarea {
  padding: 0 20px;
  height: 61px
}

@media(max-width: 991.98px) {
  body.fundraise section.search .btn-fundraise-login {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    border: none
  }
}

@media(max-width: 991.98px) {
  body.fundraise section.search .form-person #email {
    margin-bottom: 15px
  }

  body.fundraise section.search .form-person #fname,
  body.fundraise section.search .form-person #lname {
    margin-bottom: 15px
  }
}

body.fundraise section.search .browse {
  text-align: center;
  padding-top: 20px;
  font-size: 16px
}

body.fundraise section.search .browse a {
  color: #00b8e4;
  font-style: italic
}

@media only screen and (min-width: 320px) {
  .page.momentum .force-to-bottom {
    position: relative;
    bottom: auto
  }

  .page.momentum section.scrollTo {
    background-size: cover;
    position: relative;
    padding-bottom: 50px
  }

  .page.momentum section a.scroll-down {
    display: none
  }

  .page.momentum section#intro {
    background-image: url(../images/mob-bg-3.jpg)
  }

  .page.momentum section#jewish-giving {
    background-image: url(../images/mob-bg-6.jpg)
  }

  .page.momentum section#multiplying-hope {
    background-image: url(../images/mob-bg-5.jpg)
  }

  .page.momentum section#repairing-the-world {
    background-image: url(../images/mob-bg-2.jpg)
  }

  .page.momentum section#our-supporters {
    background-image: url(../images/mob-bg-2.jpg)
  }

  .page.momentum section#philanthropic {
    background-image: url(../images/mob-bg-4.jpg)
  }

  .page.momentum section#spotlight-gender {
    background-image: url(../images/mob-bg-7.jpg)
  }

  .page.momentum section#spotlight-rohingya {
    background-image: url(../images/mob-bg-8.jpg)
  }

  .page.momentum section#transforming {
    background-image: url(../images/transforming.jpg)
  }

  .page.momentum section#confronting {
    background-image: url(../images/mob-bg-10.jpg)
  }

  .page.momentum .full-screen-overlay {
    padding: 20px
  }

  .page.momentum div.full-screen-overlay h1 {
    line-height: 44px;
    margin-bottom: 10px
  }

  .page.momentum div.full-screen-overlay h2 {
    line-height: 34px;
    margin-bottom: 10px;
    font-size: 40px
  }

  .page.momentum div.full-screen-overlay h1,
  .page.momentum div.full-screen-overlay h2,
  .page.momentum div.full-screen-overlay h3 {
    color: #fff;
    margin-top: 0
  }

  .page.momentum div.full-screen-overlay p {
    color: #fff
  }

  .page.momentum p.jewish-giving-headline {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px !important;
    text-shadow: -1px -1px 6px #000004, 1px -1px 6px #000004, -1px 1px 6px #000004, 1px 1px 6px #000004
  }

  .page.momentum .jewish-giving-notice,
  .page.momentum .jewish-giving-2018 {
    text-shadow: -1px -1px 6px #000004, 1px -1px 6px #000004, -1px 1px 6px #000004, 1px 1px 6px #000004
  }

  .page.momentum .jewish-giving-stat {
    background-color: #aad1f1;
    padding: 16px 20px 20px 20px
  }

  .page.momentum .jewish-giving-stat h3 {
    color: #4860c5;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none
  }

  .page.momentum .jewish-giving-stat p {
    color: #3e3e3e;
    font-size: 18px
  }

  .page.momentum section#transforming img {
    border-radius: 1000px;
    max-width: 180px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
    margin-top: -120px
  }
}

@media only screen and (min-width: 768px) {
  .page.momentum section#transforming img {
    margin-bottom: -40px
  }

  .page.momentum .jewish-giving-stat h3 {
    font-size: 42px
  }

  .page.momentum .jewish-giving-stat p {
    font-size: 22px
  }

  .page.momentum p.jewish-giving-headline,
  .page.momentum .jewish-giving-notice,
  .page.momentum .jewish-giving-2018 {
    text-shadow: -1px -1px 6px #000, 1px -1px 6px #000, -1px 1px 6px #000, 1px 1px 6px #000
  }

  .page.momentum div.full-screen-overlay h1,
  .page.momentum div.full-screen-overlay h2,
  .page.momentum div.full-screen-overlay h3 {
    margin-top: 0;
    margin-bottom: 0
  }

  .page.momentum section#intro {
    background-image: url(../images/spotlight-india-hero.jpg)
  }

  .page.momentum section#jewish-giving {
    background-image: url(../images/jewish-giving.jpg);
    border-top: 5px solid #00b8e4
  }

  .page.momentum section#multiplying-hope {
    background-image: url(../images/multiplying-hope.jpg);
    border-top: 5px solid #4860c5
  }

  .page.momentum section#repairing-the-world {
    background-image: url(../images/repairing-the-world.jpg);
    border-top: 5px solid #4860c5
  }

  .page.momentum section#our-supporters {
    background-image: url(../images/our-supporters.jpg);
    border-top: 5px solid #732154
  }

  .page.momentum section#philanthropic {
    background-image: url(../images/philanthropic.jpg);
    border-top: 5px solid #00b7e3
  }

  .page.momentum section#spotlight-gender {
    background-image: url(../images/spotlight-india.jpg);
    border-top: 5px solid #008199
  }

  .page.momentum section#spotlight-rohingya {
    background-image: url(../images/spotlight-rohingya.jpg);
    border-top: 5px solid #b7bb34
  }

  .page.momentum section#transforming {
    background-image: url(../images/transforming.jpg);
    border-top: 5px solid #00829a
  }

  .page.momentum section#confronting {
    background-image: url(../images/confronting.jpg);
    border-top: 5px solid #f1aa1e
  }

  .page.momentum section a.scroll-down {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 "Josefin Sans", sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding-top: 70px
  }

  .page.momentum section a.scroll-down:hover {
    opacity: .5
  }

  .page.momentum section a.scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    -o-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  @-webkit-keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0
    }

    50% {
      opacity: 1
    }

    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0
    }
  }

  @-o-keyframes sdb05 {
    0% {
      -o-transform: rotate(-45deg) translate(0, 0);
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0
    }

    50% {
      opacity: 1
    }

    100% {
      -o-transform: rotate(-45deg) translate(-20px, 20px);
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0
    }
  }

  @keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      -o-transform: rotate(-45deg) translate(0, 0);
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0
    }

    50% {
      opacity: 1
    }

    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      -o-transform: rotate(-45deg) translate(-20px, 20px);
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0
    }
  }

  .page.momentum section.scrollTo {
    height: 100vh;
    background-size: cover;
    position: relative
  }

  .page.momentum section.scrollTo::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 15%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%)
  }

  .page.momentum .force-to-bottom {
    position: absolute;
    bottom: 10%;
    width: 750px
  }
}

@media only screen and (min-width: 992px) {
  .page.momentum .force-to-bottom {
    width: 970px
  }
}

@media only screen and (min-width: 1200px) {
  .page.momentum .force-to-bottom {
    width: 1170px
  }
}

@media only screen and (max-height: 1150px)and (min-width: 768px) {

  .page.momentum section#transforming,
  .page.momentum section#our-supporters {
    height: auto;
    min-height: 100vh;
    padding-bottom: 120px
  }

  .page.momentum section#transforming .force-to-bottom,
  .page.momentum section#our-supporters .force-to-bottom {
    position: relative;
    bottom: auto
  }
}

@media only screen and (max-height: 900px)and (min-width: 768px) {

  .page.momentum section#multiplying-hope,
  .page.momentum section#spotlight-gender {
    height: auto;
    min-height: 100vh;
    padding-bottom: 120px
  }

  .page.momentum section#multiplying-hope .force-to-bottom,
  .page.momentum section#spotlight-gender .force-to-bottom {
    position: relative;
    bottom: auto
  }
}

@media only screen and (max-height: 760px)and (min-width: 768px) {

  .page.momentum section#intro,
  .page.momentum section#spotlight-rohingya {
    height: auto;
    min-height: 100vh;
    padding-bottom: 120px
  }

  .page.momentum section#intro .force-to-bottom,
  .page.momentum section#spotlight-rohingya .force-to-bottom {
    position: relative;
    bottom: auto
  }
}

@media only screen and (max-height: 680px)and (min-width: 768px) {

  .page.momentum section#jewish-giving,
  .page.momentum section#repairing-the-world,
  .page.momentum section#confronting {
    height: auto;
    min-height: 100vh;
    padding-bottom: 120px
  }

  .page.momentum section#jewish-giving .force-to-bottom,
  .page.momentum section#repairing-the-world .force-to-bottom,
  .page.momentum section#confronting .force-to-bottom {
    position: relative;
    bottom: auto
  }
}

@media only screen and (max-height: 560px)and (min-width: 768px) {
  .page.momentum section#philanthropic {
    height: auto;
    min-height: 100vh;
    padding-bottom: 120px
  }

  .page.momentum section#philanthropic .force-to-bottom {
    position: relative;
    bottom: auto
  }
}

.page.momentum .big-buttons .highlight:nth-child(n+4),
.page.momentum .big-buttons .highlight-wide:nth-child(n+4),
.page.momentum .big-buttons .highlight-small:nth-child(n+4) {
  margin-top: 0
}

.page.momentum div.entry-content {
  padding-top: 0 !important
}

.page.momentum section#intro div.full-screen-overlay {
  background-color: #732154;
  background-color: rgba(115, 33, 84, .91)
}

.page.momentum section#multiplying-hope div.full-screen-overlay {
  background-color: #4860c5
}

.page.momentum .multiplying-hope-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #4d5fab
}

.page.momentum .multiplying-hope-content p {
  padding: 20px
}

.page.momentum section#repairing-the-world div.full-screen-overlay {
  background-color: #4860c5
}

.page.momentum .repairing-the-world-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #105c64
}

.page.momentum .repairing-the-world-content p {
  padding: 20px
}

.page.momentum .repairing-the-world-content .img-container {
  padding: 0 20px 20px 20px
}

.page.momentum section#confronting div.full-screen-overlay {
  background-color: #f1aa1e
}

.page.momentum .confronting-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #105c64
}

.page.momentum .confronting-content p,
.page.momentum .confronting-content h4 {
  padding: 20px
}

.page.momentum .confronting-content p {
  font-size: 16px;
  line-height: 22px;
  text-align: center
}

.page.momentum .confronting-content p.headline {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: left
}

.page.momentum .confronting-content h4 {
  text-align: center;
  padding: 0
}

.page.momentum .confronting-content h4 img {
  max-width: 150px
}

.page.momentum section#transforming div.full-screen-overlay {
  background-color: #00829a
}

.page.momentum .transforming-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .44);
  color: #105c64;
  padding: 20px;
  margin-bottom: 30px !important;
  margin-top: 120px
}

.page.momentum .transforming-headline {
  padding: 20px;
  color: #105c64
}

.page.momentum .transforming-content p {
  font-size: 16px;
  line-height: 22px
}

.page.momentum .transforming-content h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px
}

.page.momentum .transforming-content p span.transforming-impact {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase
}

.page.momentum section#spotlight-rohingya div.full-screen-overlay {
  background-color: #b7bb34
}

.page.momentum .spotlight-rohingya-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #105c64;
  padding: 20px
}

.page.momentum .spotlight-rohingya-columns {
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto
}

.page.momentum .spotlight-rohingya-headline {
  padding: 20px;
  color: #105c64
}

.page.momentum .spotlight-rohingya-content p {
  font-size: 16px;
  line-height: 22px
}

.page.momentum .spotlight-rohingya-content h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 21px
}

.page.momentum .spotlight-rohingya-content p span.spotlight-rohingya-emphasis {
  font-weight: 700;
  text-transform: uppercase
}

.page.momentum section#spotlight-rohingya img {
  margin: 0 auto;
  display: block
}

.page.momentum section#spotlight-gender div.full-screen-overlay {
  background-color: #008199
}

.page.momentum .spotlight-gender-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #105c64;
  padding: 20px
}

.page.momentum .no-padding {
  padding: 0
}

.page.momentum .spotlight-gender-columns {
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto
}

.page.momentum .spotlight-gender-content p {
  font-size: 16px;
  line-height: 22px
}

.page.momentum .spotlight-gender-content p.headline {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 30px
}

.page.momentum .spotlight-gender-content h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 21px
}

.page.momentum .spotlight-gender-content p span.spotlight-gender-emphasis {
  font-weight: 700;
  text-transform: uppercase
}

.page.momentum section#spotlight-gender img {
  margin: 0 auto;
  display: block
}

.page.momentum section#our-supporters div.full-screen-overlay {
  background-color: #732154
}

.page.momentum .our-supporters-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #105c64;
  padding: 20px
}

.page.momentum .our-supporters-headline {
  padding: 20px;
  color: #105c64
}

.page.momentum .our-supporters-content h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px
}

.page.momentum section#philanthropic div.full-screen-overlay {
  background-color: #00b7e3
}

.page.momentum .philanthropic-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #4d5fab;
  padding: 20px;
  text-align: center
}

.page.momentum .philanthropic-headline {
  padding: 20px;
  color: #105c64
}

.page.momentum .philanthropic-content h2 {
  color: #4d5fab
}

.page.momentum .philanthropic-content p {
  font-size: 18px;
  line-height: 26px
}

.page.momentum section#jewish-giving div.full-screen-overlay {
  background-color: #00b8e4
}

.page.momentum .jewish-giving-2018 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none
}

.page.momentum .jewish-giving-notice {
  color: #fff;
  font-size: 16px !important;
  font-style: italic !important
}

@media print {

  .page.momentum section#transforming img,
  .page.momentum .visible-xs-block,
  .page.momentum .scroll-down {
    display: none !important
  }

  .page.momentum .confronting-content h4 img {
    width: 100px
  }

  .page.momentum .transforming-content {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .page.momentum section#spotlight-gender img,
  .page.momentum .our-supporters-content img,
  .page.momentum .multiplying-hope-content img {
    text-align: center;
    width: 300px
  }
}

.hentry .entry-content .element-text .container .row {
  /* display: block COMMENTED OUT BY PENTERA */
}

.hentry .entry-content .element-text .container .row .col-md-8 {
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 992px) {
  .category-blog .entry-content .element-big-buttons .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.modal-adjust {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.hentry {
  overflow: hidden;
  margin-bottom: 0
}

.hentry p,
.hentry ul,
.hentry ol {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-style: normal
}

.hentry ol {
  margin-left: 30px
}

.hentry *:last-child {
  margin-bottom: 0
}

.hentry .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left !important;
  font-size: 30px;
  line-height: 30px
}

@media(min-width: 768px) {
  .hentry .entry-title {
    font-size: 36px;
    line-height: 36px
  }
}

.hentry .entry-meta .meta {
  color: #f4aa00;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0
}

@media(min-width: 992px) {
  .hentry .entry-meta .meta {
    font-size: 18px;
    line-height: 28px
  }
}

.hentry .entry-meta .byline {
  color: #f4aa00;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 5px
}

.hentry .entry-meta .byline a {
  color: inherit;
  font-weight: bold
}

.hentry .entry-meta .category {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-style: normal
}

.hentry .post-disclaimer {
  font-style: italic
}

.hentry .entry-author {
  font-style: italic;
  font-size: 16px
}

@media(min-width: 768px)and (max-width: 991.98px) {
  .hentry .entry-author {
    margin-bottom: 30px
  }
}

.hentry .entry-author .author-thumb {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  float: left
}

.hentry .entry-author .author-thumb img {
  max-width: 50px;
  max-height: 50px;
  margin: 0
}

.hentry .entry-author .author-meta {
  height: 50px;
  line-height: 50px;
  color: #f4aa00;
  float: left
}

.hentry .entry-author .author-meta a {
  color: #f4aa00;
  font-weight: bold
}

.hentry .entry-summary p {
  font-size: 16px;
  line-height: 26px
}

.hentry .entry-summary .btn-more {
  display: none !important
}

@media(max-width: 767.98px) {

  .hentry .entry-summary .btn,
  .hentry .entry-summary .comment-form input[type=submit],
  .comment-form .hentry .entry-summary input[type=submit] {
    display: block;
    width: 100%
  }
}

.hentry .entry-content ul,
.hentry .entry-content ol {
  padding-left: 0
}

.hentry .entry-content ul li,
.hentry .entry-content ol li {
  padding-left: 30px;
  margin-bottom: 10px
}

.hentry .entry-content ul {
  list-style: none
}

.hentry .entry-content ul ul {
  margin-bottom: 10px;
  margin-top: 10px
}

.hentry .entry-content ul ul li::before {
  color: #b97a1b
}

.hentry .entry-content ul li.faq-item {
  padding-left: 0
}

.hentry .entry-content ul li.faq-item div.answer p {
  font-size: 16px
}

.hentry .entry-content ul li:not(.faq-item) {
  padding-left: 40px;
  position: relative
}

.hentry .entry-content ul li:not(.faq-item)::before {
  content: "•" !important;
  color: #00829a;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25em
}

.hentry .entry-content p.name-list-header {
  margin-bottom: 10px;
  color: #732154;
  font-size: 22px;
  line-height: 28px
}

.hentry .entry-content p.name-list-header em {
  font-size: 18px
}

.hentry .entry-content .name-list,
.hentry .entry-content .two-col-name-list {
  margin-bottom: 40px
}

.hentry .entry-content .name-list ul,
.hentry .entry-content .two-col-name-list ul {
  list-style: none
}

.hentry .entry-content .name-list ul li,
.hentry .entry-content .two-col-name-list ul li {
  margin: 0;
  padding: 0;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 16px;
  line-height: 26px
}

.hentry .entry-content .name-list ul li::before,
.hentry .entry-content .two-col-name-list ul li::before {
  content: none
}

.hentry .entry-content .two-col-name-list {
  -webkit-columns: 2 350px;
  -moz-columns: 2 350px;
  columns: 2 350px
}

.hentry .entry-content .element {
  padding: 20px 0
}

.hentry .entry-content .element:first-child {
  padding-top: 0
}

.hentry .entry-content .element:last-child {
  padding-bottom: 0
}

.hentry .entry-content .element-text h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 30px 0 10px
}

.hentry .entry-content .element-text h1:first-child {
  margin-top: 0
}

.hentry .entry-content .element-text h2 {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 16px;
  text-transform: none
}

.hentry .entry-content .element-text h3 {
  color: #0f5b65;
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 24px
}

.hentry .entry-content .element-text blockquote {
  border: 0;
  padding: 15px 0
}

@media(min-width: 1200px) {
  .hentry .entry-content .element-text blockquote {
    width: 115%;
    margin-left: -7.5%
  }
}

.hentry .entry-content .element-text blockquote p {
  font-style: italic;
  font-weight: 300;
  color: #00829a;
  font-size: 30px;
  line-height: 42px
}

.hentry .entry-content .element-photo,
.hentry .entry-content .element-video {
  margin-bottom: 20px
}

.hentry .entry-content .element-photo .wp-caption,
.hentry .entry-content .element-video .wp-caption {
  text-align: center
}

.hentry .entry-content .element-photo .wp-caption-text,
.hentry .entry-content .element-video .wp-caption-text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 20px 0
}

@media(min-width: 768px) {

  .hentry .entry-content .element-photo .wp-caption-text,
  .hentry .entry-content .element-video .wp-caption-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    margin-left: 8.33333333%
  }
}

@media(max-width: 767.98px) {
  .hentry .entry-content .element-quote {
    overflow: hidden;
    padding: 0 15px
  }
}

.hentry .entry-content .element-quote .style_one {
  color: #00829a;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 30px;
  line-height: 48px
}

@media(min-width: 992px) {
  .hentry .entry-content .element-quote .style_one {
    font-size: 36px;
    line-height: 51px
  }
}

.hentry .entry-content .element-quote .style_two {
  font-style: italic;
  font-size: 21px;
  line-height: 31px;
  border: none;
  position: relative;
  padding: 0 0 0 35px
}

.hentry .entry-content .element-quote .style_two::before {
  position: absolute;
  top: -10px;
  left: 0;
  bottom: -10px;
  width: 15px;
  content: "";
  background: #732154 url(../images/ce1dfbd89f0f85076f48.png) repeat
}

@media(max-width: 767.98px) {
  .hentry .entry-content .element-media-quote {
    overflow: hidden;
    padding: 0 15px !important
  }

  .hentry .entry-content .element-media-quote .quote-content {
    padding-top: 15px
  }
}

.hentry .entry-content .element-media-quote .quote-content {
  font-style: italic;
  font-size: 21px;
  border: none;
  position: relative;
  margin-bottom: 20px;
  line-height: 31px
}

.hentry .entry-content .element-media-quote .quote-author {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px
}

.hentry .entry-content .element-media-quote .quote-author-title {
  font-weight: lighter;
  font-size: 12px;
  line-height: 18px
}

.hentry .entry-content .element-big-buttons {
  margin-bottom: 40px
}

.hentry .entry-content .element-featured-callout {
  margin: 20px 0 40px 0;
  padding: 0;
  background-color: #f5f5f5
}

.hentry .entry-content .element-featured-callout div.container {
  padding-top: 40px;
  padding-bottom: 40px
}

.single-staff .hentry,
.author .hentry {
  overflow: visible
}

body.single-post .hentry,
body.single-story .hentry,
body.page-blog .hentry,
body.blog .hentry,
body.tag .hentry,
body.search .hentry,
.single-community .container.posts .hentry,
.archive .container.posts .hentry {
  margin-bottom: 60px
}

@media(min-width: 992px) {

  body.single-post .hentry,
  body.single-story .hentry,
  body.page-blog .hentry,
  body.blog .hentry,
  body.tag .hentry,
  body.search .hentry,
  .single-community .container.posts .hentry,
  .archive .container.posts .hentry {
    margin-bottom: 70px
  }
}

@media(min-width: 1200px) {

  body.single-post .hentry,
  body.single-story .hentry,
  body.page-blog .hentry,
  body.blog .hentry,
  body.tag .hentry,
  body.search .hentry,
  .single-community .container.posts .hentry,
  .archive .container.posts .hentry {
    margin-bottom: 80px
  }
}

.category-press-releases .hentry .entry-content {
  padding-bottom: 45px
}

.category-in-the-news .source {
  color: #9a9b9d;
  font-size: 16px;
  line-height: 1em;
  font-style: italic;
  margin-bottom: 16px
}

@media(min-width: 992px) {

  .hentry p,
  .hentry ul,
  .hentry ol {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 30px
  }
}

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

.tags::after {
  display: block;
  clear: both;
  content: ""
}

.tags li {
  display: inline;
  float: left
}

.tags li>a {
  display: block;
  background: #00829a;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  padding: 4px 10px 2px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 5px 5px 5px 0;
  border-radius: 20px
}

.tags li>a:hover,
.tags li>a.active {
  background: #006c81;
  text-decoration: none
}

.single-post .hentry .entry-content,
.single-initiative .hentry .entry-content,
.single-country .hentry .entry-content {
  padding-bottom: 0 !important
}

.single-story .hentry.type-story .entry-content {
  padding-bottom: 0 !important
}

@media(min-width: 768px) {
  .hentry .entry-content .element-text h2 {
    font-size: 28px;
    line-height: 36px
  }

  .hentry .entry-content .element-text blockquote {
    width: 100%;
    margin-left: 0
  }
}

@media(min-width: 992px) {
  .hentry .entry-content .element-text h1 {
    font-size: 48px;
    line-height: 45px;
    margin: 40px 0 10px
  }

  .hentry .entry-content .element-text h2 {
    font-weight: 200;
    font-style: italic;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 16px;
    text-transform: none
  }

  .hentry .entry-content .element-text h3 {
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 28px
  }
}

.hentry .post-footer {
  margin-bottom: 2.5000000008rem
}

.hentry .post-footer::after {
  display: block;
  clear: both;
  content: ""
}

.vertical-hentry .post.hentry,
.archive.archive-data .post.hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(max-width: 767.98px) {

  .vertical-hentry .post.hentry,
  .archive.archive-data .post.hentry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.vertical-hentry .post.hentry .img-circle,
.archive.archive-data .post.hentry .img-circle {
  width: 100%;
  border-radius: 50%
}

.vertical-hentry .post.hentry .img-circle .img-circle,
.archive.archive-data .post.hentry .img-circle .img-circle {
  margin-bottom: 0 !important
}

.page.hentry .img-circle,
.post.hentry .img-circle,
.posts .hentry .img-circle {
  max-width: 100%;
  border-radius: 50%
}

@media(min-width: 1200px) {

  .page.hentry .img-circle,
  .post.hentry .img-circle,
  .posts .hentry .img-circle {
    margin-left: 20%;
    max-width: 80%
  }
}

.page.hentry .img-circle.brand-purple,
.post.hentry .img-circle.brand-purple,
.posts .hentry .img-circle.brand-purple {
  background-color: #732154;
  background-image: url(../images/a510433f59f5c333e664.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .page.hentry .img-circle.brand-purple,
  .post.hentry .img-circle.brand-purple,
  .posts .hentry .img-circle.brand-purple {
    background-image: url(../images/8f19f1cf2ab72d7e9894.png);
    background-size: 268px 209px
  }
}

.page.hentry .img-circle img,
.post.hentry .img-circle img,
.posts .hentry .img-circle img {
  max-width: 100%;
  margin: 0;
  height: auto
}

.post-nav ul.pager {
  margin: 80px 0 0 0;
  width: auto;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-align: center
}

.post-nav ul.pager::after {
  display: block;
  clear: both;
  content: ""
}

.post-nav ul.pager li {
  display: inline-block
}

.post-nav ul.pager li a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .375rem .75rem;
  font-size: 0.875rem;
  line-height: 1.428571429;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition: all color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out ease-out;
  -o-transition: all color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out ease-out;
  -webkit-transition: all color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out ease-out;
  transition: all color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out ease-out;
  transition: all color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out ease-out;
  transition: all color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out ease-out, -webkit-box-shadow .15s ease-in-out ease-out;
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 .5rem;
  padding: 12px 32px 9px;
  min-width: 200px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #fff
}

.post-nav ul.pager li a:hover,
.post-nav ul.pager li a:focus {
  text-decoration: none
}

.post-nav ul.pager li a:focus,
.post-nav ul.pager li a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25);
  box-shadow: 0 0 0 .2rem rgba(15, 91, 101, .25)
}

.post-nav ul.pager li a.disabled,
.post-nav ul.pager li a:disabled {
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}

.post-nav ul.pager li a:not(:disabled):not(.disabled) {
  cursor: pointer
}

.post-nav ul.pager li a:not(:disabled):not(.disabled):active,
.post-nav ul.pager li a:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.post-nav ul.pager li a:hover {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1
}

.post-nav ul.pager li a:focus,
.post-nav ul.pager li a.focus {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.post-nav ul.pager li a.disabled,
.post-nav ul.pager li a:disabled {
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4
}

.post-nav ul.pager li a:not(:disabled):not(.disabled):active,
.post-nav ul.pager li a:not(:disabled):not(.disabled).active,
.show>.post-nav ul.pager li a.dropdown-toggle {
  color: #fff;
  background-color: #008fb1;
  border-color: #0085a4
}

.post-nav ul.pager li a:not(:disabled):not(.disabled):active:focus,
.post-nav ul.pager li a:not(:disabled):not(.disabled).active:focus,
.show>.post-nav ul.pager li a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.post-nav ul.pager .previous a::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "";
  margin-right: 10px;
  font-size: .875rem;
  font-weight: 900;
  vertical-align: middle
}

@media only screen and (max-width: 600px) {
  .post-nav ul.pager .next {
    margin-top: 10px
  }
}

.post-nav ul.pager .next a::after {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "";
  margin-left: 10px;
  font-size: .875rem;
  font-weight: 900;
  vertical-align: middle
}

.single .related {
  min-height: 400px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover
}

.single .related small {
  color: #f4aa00;
  font-style: italic;
  font-size: 18px;
  line-height: 1em
}

.single .related h3 {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 50px
}

.single .related h3 a {
  color: #fff
}

.section-featured-post {
  background-color: #f5f5f5
}

.post-featured {
  background-color: #f5f5f5;
  margin-bottom: 0 !important
}

.post-featured .img-responsive {
  max-width: 100% !important;
  margin: 0 !important
}

.post-featured .entry-title {
  font-size: 36px;
  line-height: 36px
}

@media(min-width: 768px) {
  .post-featured .entry-title {
    font-size: 48px;
    line-height: 45px
  }
}

@media(min-width: 1200px) {
  .post-featured .entry-title {
    font-size: 48px;
    line-height: 45px
  }
}

.post-featured .entry-meta {
  margin: 20px 0 10px 0
}

@media(max-width: 767.98px) {
  .post-featured .entry-meta .btn-blue {
    display: block;
    width: 100%
  }
}

@media(min-width: 768px) {
  .post-featured .entry-meta {
    margin: 0 0 10px 0
  }
}

#blog-posts .btn-more {
  display: none !important
}

@media print {
  .entry-content {
    padding: 0 !important;
    font-size: 11pt
  }

  .entry-content em {
    font-size: 11pt
  }

  .entry-content h1 {
    font-size: 36pt;
    font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif
  }

  .entry-content h2 {
    font-size: 24pt;
    font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif
  }

  .entry-content h3 {
    font-size: 21pt;
    font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif
  }

  .entry-content h4 {
    font-size: 18pt;
    font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif
  }

  .entry-content a {
    text-decoration: underline;
    font-style: italic
  }

  .entry-meta {
    font-size: 9pt
  }

  ul.tags,
  .btn,
  .comment-form input[type=submit],
  .element-quotes img {
    display: none
  }

  .jumbotron.hero h2 {
    font-size: 36pt
  }

  .jumbotron.hero .description,
  .jumbotron.hero .description p {
    font-size: 14pt;
    line-height: 21pt
  }
}

.author.archive section.section hr {
  margin: 20px 30px;
  border: 0;
  border-top: 1px solid #d3d3d3
}

@media(min-width: 768px) {
  .author.archive section.section hr {
    margin: 20px 40px;
    margin-bottom: 20px
  }
}

@media(min-width: 992px) {
  .author.archive section.section hr {
    margin: 20px 100px 40px 100px
  }
}

@media(min-width: 1200px) {
  .author.archive section.section hr {
    margin: 20px 200px 40px 200px
  }
}

.author.archive section.section hr:first-child {
  margin-bottom: 0
}

.author.archive article.hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0
}

.author.archive article.hentry:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.author.archive ul.pager {
  margin: 50px 0
}

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

#author-header {
  text-align: center;
  position: relative;
  margin-top: -100px;
  margin-bottom: 0;
  padding: 0
}

@media(min-width: 768px)and (max-width: 991.98px) {
  #author-header {
    margin-top: -100px
  }
}

#author-header .row {
  margin: 0
}

#author-header h2 {
  font-size: 36px;
  line-height: 36px
}

@media(min-width: 768px) {
  #author-header h2 {
    font-size: 48px;
    line-height: 45px
  }
}

#author-header .author-description {
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  text-align: left
}

#author-header .description {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-style: italic
}

.single-donate,
.single-form {
  background: #000
}

.single-donate .navbar,
.single-donate .navbar-brand,
.single-form .navbar,
.single-form .navbar-brand {
  height: auto;
  min-height: 0;
  z-index: 100
}

@media(min-width: 992px) {

  .single-donate .navbar-brand,
  .single-form .navbar-brand {
    padding-left: 0
  }
}

.single-donate .navbar-logo,
.single-form .navbar-logo {
  width: 100px
}

.single-donate .banner .navbar-logo,
.single-form .banner .navbar-logo {
  height: 100px
}

.single-donate .navbar-action a,
.single-form .navbar-action a {
  padding: 40px 10px 30px
}

.single-donate .navbar-action .dropdown.show .dropdown-menu,
.single-form .navbar-action .dropdown.show .dropdown-menu {
  width: auto;
  text-align: right
}

.single-donate .navbar-action .dropdown.show .dropdown-menu li,
.single-form .navbar-action .dropdown.show .dropdown-menu li {
  width: 100%
}

.single-donate #background,
.single-form #background {
  background: "../images/pattern-repeat-purple.png" repeat;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto
}

@media(min-width: 768px) {

  .single-donate #background,
  .single-form #background {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed
  }
}

@media(max-width: 767.98px) {

  .single-donate #background,
  .single-form #background {
    background: "../images/pattern-repeat-purple.png" repeat center center !important
  }
}

.single-donate .form-wrapper,
.single-form .form-wrapper {
  margin-top: 50px;
  margin-bottom: 50px
}

@media(max-width: 767.98px) {

  .single-donate .form-wrapper,
  .single-form .form-wrapper {
    margin-top: 0
  }
}

.single-donate .form-wrapper header,
.single-form .form-wrapper header {
  color: #fff
}

.single-donate .form-wrapper header h1,
.single-donate .form-wrapper header h2,
.single-donate .form-wrapper header h3,
.single-form .form-wrapper header h1,
.single-form .form-wrapper header h2,
.single-form .form-wrapper header h3 {
  color: #fff;
  margin-bottom: 20px
}

.single-donate .form-wrapper .form-header,
.single-form .form-wrapper .form-header {
  margin-bottom: 20px;
  padding: 20px 0 0 0
}

@media(max-width: 767.98px) {

  .single-donate .form-wrapper .form-header,
  .single-form .form-wrapper .form-header {
    padding: 20px 20px 0 20px
  }
}

.single-donate .form-wrapper .form-header h1,
.single-donate .form-wrapper .form-header h2,
.single-form .form-wrapper .form-header h1,
.single-form .form-wrapper .form-header h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0
}

.single-donate .form-wrapper .form-header p,
.single-form .form-wrapper .form-header p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0
}

.single-donate #content,
.single-form #content {
  overflow: hidden;
  margin: 50px 0;
  color: #fff
}

@media(max-width: 767.98px) {

  .single-donate #content,
  .single-form #content {
    margin: 20px
  }
}

.single-donate #content p,
.single-form #content p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0
}

.single-donate #content h1,
.single-donate #content h2,
.single-form #content h1,
.single-form #content h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 36px
}

.single-donate #content h1,
.single-donate #content h2,
.single-donate #content h3,
.single-form #content h1,
.single-form #content h2,
.single-form #content h3 {
  color: #fff
}

.single-donate .form-content,
.single-form .form-content {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden
}

.single-donate .form-content.full-width,
.single-form .form-content.full-width {
  width: 90%;
  margin: 0 auto;
  float: none
}

.single-donate .form-content #errors-wrapper,
.single-form .form-content #errors-wrapper {
  padding-top: 20px
}

.single-donate .form-content .errors,
.single-form .form-content .errors {
  margin: 10px 20px;
  padding: 10px
}

.single-donate .form-content .errors .error-title,
.single-form .form-content .errors .error-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px
}

.single-donate .form-content .errors .error-pageError,
.single-form .form-content .errors .error-pageError {
  font-weight: bold;
  text-align: left
}

.single-donate .button,
.single-donate .buttons label,
.single-form .button,
.single-form .buttons label {
  background: #00b8e4;
  color: #fff;
  padding: 9px 20px 7px;
  display: inline-block;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: background 300ms ease-in;
  -o-transition: background 300ms ease-in;
  transition: background 300ms ease-in
}

.single-donate .button:hover,
.single-donate .buttons label:hover,
.single-form .button:hover,
.single-form .buttons label:hover {
  background: #18d2ff
}

.single-donate .button:focus,
.single-donate .buttons label:focus,
.single-form .button:focus,
.single-form .buttons label:focus {
  text-decoration: none
}

.single-donate .button,
.single-donate .btn-blue,
.single-form .button,
.single-form .btn-blue {
  text-transform: uppercase;
  padding: 11px 20px 5px;
  min-width: 160px;
  margin-top: 5px;
  line-height: 32px;
  display: inline-block
}

.single-donate .button:hover,
.single-donate .btn-blue:hover,
.single-form .button:hover,
.single-form .btn-blue:hover {
  text-decoration: none
}

.single-donate .button:active,
.single-donate .btn-blue:active,
.single-form .button:active,
.single-form .btn-blue:active {
  text-decoration: none
}

.single-donate .button.back,
.single-form .button.back {
  min-width: 140px;
  margin-right: 3px
}

.single-donate .button.next,
.single-form .button.next {
  min-width: 140px;
  margin-left: 3px
}

.single-donate .btn-gray-outline,
.single-form .btn-gray-outline {
  color: #212529;
  background-color: #9d9d9d;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 300ms ease-in ease-out;
  -o-transition: background 300ms ease-in ease-out;
  transition: background 300ms ease-in ease-out;
  -webkit-transition: color 300ms ease-in ease-out;
  -o-transition: color 300ms ease-in ease-out;
  transition: color 300ms ease-in ease-out
}

.single-donate .btn-gray-outline:hover,
.single-form .btn-gray-outline:hover {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(230, 230, 230, 0)
}

.single-donate .btn-gray-outline:focus,
.single-donate .btn-gray-outline.focus,
.single-form .btn-gray-outline:focus,
.single-form .btn-gray-outline.focus {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(230, 230, 230, 0);
  -webkit-box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5);
  box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5)
}

.single-donate .btn-gray-outline.disabled,
.single-donate .btn-gray-outline:disabled,
.single-form .btn-gray-outline.disabled,
.single-form .btn-gray-outline:disabled {
  color: #212529;
  background-color: #9d9d9d;
  border-color: rgba(255, 255, 255, 0)
}

.single-donate .btn-gray-outline:not(:disabled):not(.disabled):active,
.single-donate .btn-gray-outline:not(:disabled):not(.disabled).active,
.show>.single-donate .btn-gray-outline.dropdown-toggle,
.single-form .btn-gray-outline:not(:disabled):not(.disabled):active,
.single-form .btn-gray-outline:not(:disabled):not(.disabled).active,
.show>.single-form .btn-gray-outline.dropdown-toggle {
  color: #fff;
  background-color: #848484;
  border-color: rgba(223, 223, 223, 0)
}

.single-donate .btn-gray-outline:not(:disabled):not(.disabled):active:focus,
.single-donate .btn-gray-outline:not(:disabled):not(.disabled).active:focus,
.show>.single-donate .btn-gray-outline.dropdown-toggle:focus,
.single-form .btn-gray-outline:not(:disabled):not(.disabled):active:focus,
.single-form .btn-gray-outline:not(:disabled):not(.disabled).active:focus,
.show>.single-form .btn-gray-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5);
  box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5)
}

.single-donate .btn-gray-outline:hover,
.single-form .btn-gray-outline:hover {
  background-color: #e5e5e5;
  color: gray
}

.single-donate .btn-gray-outline:active,
.single-form .btn-gray-outline:active {
  background-color: #e5e5e5;
  color: gray
}

.single-donate label.btn,
.single-form label.btn {
  font-size: 24px;
  padding: 12px 12px 9px;
  background: #bdbdbd;
  border: none
}

.single-donate label.btn.active,
.single-form label.btn.active {
  background: #d28e00;
  color: #fff
}

.single-donate #btn-donate,
.single-form #btn-donate {
  outline: none
}

.single-donate #btn-donate:disabled,
.single-form #btn-donate:disabled {
  background-color: #9a9b9d !important;
  border-color: #9a9b9d !important
}

.single-donate .buttons,
.single-form .buttons {
  overflow: hidden;
  padding: 0 50px
}

@media(max-width: 767.98px) {

  .single-donate .buttons,
  .single-form .buttons {
    padding: 0 20px
  }
}

.single-donate .buttons input[type=radio],
.single-form .buttons input[type=radio] {
  display: none
}

.single-donate .buttons>label,
.single-form .buttons>label {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0
}

@media(max-width: 767.98px) {

  .single-donate .buttons>label,
  .single-form .buttons>label {
    width: 48%
  }

  .single-donate .buttons>label:nth-of-type(2n),
  .single-donate .buttons>label.odd,
  .single-form .buttons>label:nth-of-type(2n),
  .single-form .buttons>label.odd {
    margin-right: 0;
    width: 50%
  }
}

@media(min-width: 768px) {

  .single-donate .buttons>label:nth-child(3n+2),
  .single-form .buttons>label:nth-child(3n+2) {
    margin-right: 0
  }
}

.single-donate .buttons>label:hover,
.single-form .buttons>label:hover {
  cursor: pointer
}

.single-donate .buttons>label:active,
.single-donate .buttons>label.current,
.single-form .buttons>label:active,
.single-form .buttons>label.current {
  background: #732154
}

.single-donate .buttons #amt-other,
.single-form .buttons #amt-other {
  display: none
}

.single-donate .buttons #other,
.single-form .buttons #other {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  border: 1px solid #bcbcbe;
  font-size: 24px;
  width: 100%;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.single-donate .form-horizontal .form-group,
.single-donate .form-horizontal .comment-form p,
.comment-form .single-donate .form-horizontal p,
.single-form .form-horizontal .form-group,
.single-form .form-horizontal .comment-form p,
.comment-form .single-form .form-horizontal p {
  margin-left: 0;
  margin-right: 0
}

.single-donate .form-group,
.single-donate .comment-form p,
.comment-form .single-donate p,
.single-form .form-group,
.single-form .comment-form p,
.comment-form .single-form p {
  text-align: left
}

.single-donate .form-group input[type=text],
.single-donate .comment-form p input[type=text],
.comment-form .single-donate p input[type=text],
.single-donate .form-group input[type=email],
.single-donate .comment-form p input[type=email],
.comment-form .single-donate p input[type=email],
.single-donate .form-group input[type=tel],
.single-donate .comment-form p input[type=tel],
.comment-form .single-donate p input[type=tel],
.single-donate .form-group textarea,
.single-donate .comment-form p textarea,
.comment-form .single-donate p textarea,
.single-donate .form-group select,
.single-donate .comment-form p select,
.comment-form .single-donate p select,
.single-form .form-group input[type=text],
.single-form .comment-form p input[type=text],
.comment-form .single-form p input[type=text],
.single-form .form-group input[type=email],
.single-form .comment-form p input[type=email],
.comment-form .single-form p input[type=email],
.single-form .form-group input[type=tel],
.single-form .comment-form p input[type=tel],
.comment-form .single-form p input[type=tel],
.single-form .form-group textarea,
.single-form .comment-form p textarea,
.comment-form .single-form p textarea,
.single-form .form-group select,
.single-form .comment-form p select,
.comment-form .single-form p select {
  border: 1px solid #bcbcbe;
  padding: 5px 10px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  color: #000
}

.single-donate .form-group input[type=text].error,
.single-donate .comment-form p input[type=text].error,
.comment-form .single-donate p input[type=text].error,
.single-donate .form-group input[type=email].error,
.single-donate .comment-form p input[type=email].error,
.comment-form .single-donate p input[type=email].error,
.single-donate .form-group input[type=tel].error,
.single-donate .comment-form p input[type=tel].error,
.comment-form .single-donate p input[type=tel].error,
.single-donate .form-group textarea.error,
.single-donate .comment-form p textarea.error,
.comment-form .single-donate p textarea.error,
.single-donate .form-group select.error,
.single-donate .comment-form p select.error,
.comment-form .single-donate p select.error,
.single-form .form-group input[type=text].error,
.single-form .comment-form p input[type=text].error,
.comment-form .single-form p input[type=text].error,
.single-form .form-group input[type=email].error,
.single-form .comment-form p input[type=email].error,
.comment-form .single-form p input[type=email].error,
.single-form .form-group input[type=tel].error,
.single-form .comment-form p input[type=tel].error,
.comment-form .single-form p input[type=tel].error,
.single-form .form-group textarea.error,
.single-form .comment-form p textarea.error,
.comment-form .single-form p textarea.error,
.single-form .form-group select.error,
.single-form .comment-form p select.error,
.comment-form .single-form p select.error {
  border: 1px solid #d3441c;
  background: #f7cfc4
}

.single-donate .form-group input[type=text].error::-webkit-input-placeholder,
.single-donate .comment-form p input[type=text].error::-webkit-input-placeholder,
.comment-form .single-donate p input[type=text].error::-webkit-input-placeholder,
.single-donate .form-group input[type=text].error:-moz-placeholder,
.single-donate .comment-form p input[type=text].error:-moz-placeholder,
.comment-form .single-donate p input[type=text].error:-moz-placeholder,
.single-donate .form-group input[type=text].error::-moz-placeholder,
.single-donate .comment-form p input[type=text].error::-moz-placeholder,
.comment-form .single-donate p input[type=text].error::-moz-placeholder,
.single-donate .form-group input[type=text].error:-ms-input-placeholder,
.single-donate .comment-form p input[type=text].error:-ms-input-placeholder,
.comment-form .single-donate p input[type=text].error:-ms-input-placeholder,
.single-donate .form-group input[type=email].error::-webkit-input-placeholder,
.single-donate .comment-form p input[type=email].error::-webkit-input-placeholder,
.comment-form .single-donate p input[type=email].error::-webkit-input-placeholder,
.single-donate .form-group input[type=email].error:-moz-placeholder,
.single-donate .comment-form p input[type=email].error:-moz-placeholder,
.comment-form .single-donate p input[type=email].error:-moz-placeholder,
.single-donate .form-group input[type=email].error::-moz-placeholder,
.single-donate .comment-form p input[type=email].error::-moz-placeholder,
.comment-form .single-donate p input[type=email].error::-moz-placeholder,
.single-donate .form-group input[type=email].error:-ms-input-placeholder,
.single-donate .comment-form p input[type=email].error:-ms-input-placeholder,
.comment-form .single-donate p input[type=email].error:-ms-input-placeholder,
.single-donate .form-group input[type=tel].error::-webkit-input-placeholder,
.single-donate .comment-form p input[type=tel].error::-webkit-input-placeholder,
.comment-form .single-donate p input[type=tel].error::-webkit-input-placeholder,
.single-donate .form-group input[type=tel].error:-moz-placeholder,
.single-donate .comment-form p input[type=tel].error:-moz-placeholder,
.comment-form .single-donate p input[type=tel].error:-moz-placeholder,
.single-donate .form-group input[type=tel].error::-moz-placeholder,
.single-donate .comment-form p input[type=tel].error::-moz-placeholder,
.comment-form .single-donate p input[type=tel].error::-moz-placeholder,
.single-donate .form-group input[type=tel].error:-ms-input-placeholder,
.single-donate .comment-form p input[type=tel].error:-ms-input-placeholder,
.comment-form .single-donate p input[type=tel].error:-ms-input-placeholder,
.single-donate .form-group textarea.error::-webkit-input-placeholder,
.single-donate .comment-form p textarea.error::-webkit-input-placeholder,
.comment-form .single-donate p textarea.error::-webkit-input-placeholder,
.single-donate .form-group textarea.error:-moz-placeholder,
.single-donate .comment-form p textarea.error:-moz-placeholder,
.comment-form .single-donate p textarea.error:-moz-placeholder,
.single-donate .form-group textarea.error::-moz-placeholder,
.single-donate .comment-form p textarea.error::-moz-placeholder,
.comment-form .single-donate p textarea.error::-moz-placeholder,
.single-donate .form-group textarea.error:-ms-input-placeholder,
.single-donate .comment-form p textarea.error:-ms-input-placeholder,
.comment-form .single-donate p textarea.error:-ms-input-placeholder,
.single-donate .form-group select.error::-webkit-input-placeholder,
.single-donate .comment-form p select.error::-webkit-input-placeholder,
.comment-form .single-donate p select.error::-webkit-input-placeholder,
.single-donate .form-group select.error:-moz-placeholder,
.single-donate .comment-form p select.error:-moz-placeholder,
.comment-form .single-donate p select.error:-moz-placeholder,
.single-donate .form-group select.error::-moz-placeholder,
.single-donate .comment-form p select.error::-moz-placeholder,
.comment-form .single-donate p select.error::-moz-placeholder,
.single-donate .form-group select.error:-ms-input-placeholder,
.single-donate .comment-form p select.error:-ms-input-placeholder,
.comment-form .single-donate p select.error:-ms-input-placeholder,
.single-form .form-group input[type=text].error::-webkit-input-placeholder,
.single-form .comment-form p input[type=text].error::-webkit-input-placeholder,
.comment-form .single-form p input[type=text].error::-webkit-input-placeholder,
.single-form .form-group input[type=text].error:-moz-placeholder,
.single-form .comment-form p input[type=text].error:-moz-placeholder,
.comment-form .single-form p input[type=text].error:-moz-placeholder,
.single-form .form-group input[type=text].error::-moz-placeholder,
.single-form .comment-form p input[type=text].error::-moz-placeholder,
.comment-form .single-form p input[type=text].error::-moz-placeholder,
.single-form .form-group input[type=text].error:-ms-input-placeholder,
.single-form .comment-form p input[type=text].error:-ms-input-placeholder,
.comment-form .single-form p input[type=text].error:-ms-input-placeholder,
.single-form .form-group input[type=email].error::-webkit-input-placeholder,
.single-form .comment-form p input[type=email].error::-webkit-input-placeholder,
.comment-form .single-form p input[type=email].error::-webkit-input-placeholder,
.single-form .form-group input[type=email].error:-moz-placeholder,
.single-form .comment-form p input[type=email].error:-moz-placeholder,
.comment-form .single-form p input[type=email].error:-moz-placeholder,
.single-form .form-group input[type=email].error::-moz-placeholder,
.single-form .comment-form p input[type=email].error::-moz-placeholder,
.comment-form .single-form p input[type=email].error::-moz-placeholder,
.single-form .form-group input[type=email].error:-ms-input-placeholder,
.single-form .comment-form p input[type=email].error:-ms-input-placeholder,
.comment-form .single-form p input[type=email].error:-ms-input-placeholder,
.single-form .form-group input[type=tel].error::-webkit-input-placeholder,
.single-form .comment-form p input[type=tel].error::-webkit-input-placeholder,
.comment-form .single-form p input[type=tel].error::-webkit-input-placeholder,
.single-form .form-group input[type=tel].error:-moz-placeholder,
.single-form .comment-form p input[type=tel].error:-moz-placeholder,
.comment-form .single-form p input[type=tel].error:-moz-placeholder,
.single-form .form-group input[type=tel].error::-moz-placeholder,
.single-form .comment-form p input[type=tel].error::-moz-placeholder,
.comment-form .single-form p input[type=tel].error::-moz-placeholder,
.single-form .form-group input[type=tel].error:-ms-input-placeholder,
.single-form .comment-form p input[type=tel].error:-ms-input-placeholder,
.comment-form .single-form p input[type=tel].error:-ms-input-placeholder,
.single-form .form-group textarea.error::-webkit-input-placeholder,
.single-form .comment-form p textarea.error::-webkit-input-placeholder,
.comment-form .single-form p textarea.error::-webkit-input-placeholder,
.single-form .form-group textarea.error:-moz-placeholder,
.single-form .comment-form p textarea.error:-moz-placeholder,
.comment-form .single-form p textarea.error:-moz-placeholder,
.single-form .form-group textarea.error::-moz-placeholder,
.single-form .comment-form p textarea.error::-moz-placeholder,
.comment-form .single-form p textarea.error::-moz-placeholder,
.single-form .form-group textarea.error:-ms-input-placeholder,
.single-form .comment-form p textarea.error:-ms-input-placeholder,
.comment-form .single-form p textarea.error:-ms-input-placeholder,
.single-form .form-group select.error::-webkit-input-placeholder,
.single-form .comment-form p select.error::-webkit-input-placeholder,
.comment-form .single-form p select.error::-webkit-input-placeholder,
.single-form .form-group select.error:-moz-placeholder,
.single-form .comment-form p select.error:-moz-placeholder,
.comment-form .single-form p select.error:-moz-placeholder,
.single-form .form-group select.error::-moz-placeholder,
.single-form .comment-form p select.error::-moz-placeholder,
.comment-form .single-form p select.error::-moz-placeholder,
.single-form .form-group select.error:-ms-input-placeholder,
.single-form .comment-form p select.error:-ms-input-placeholder,
.comment-form .single-form p select.error:-ms-input-placeholder {
  color: #d3441c
}

.single-donate .form-group input[type=text]:focus,
.single-donate .comment-form p input[type=text]:focus,
.comment-form .single-donate p input[type=text]:focus,
.single-donate .form-group input[type=email]:focus,
.single-donate .comment-form p input[type=email]:focus,
.comment-form .single-donate p input[type=email]:focus,
.single-donate .form-group input[type=tel]:focus,
.single-donate .comment-form p input[type=tel]:focus,
.comment-form .single-donate p input[type=tel]:focus,
.single-donate .form-group textarea:focus,
.single-donate .comment-form p textarea:focus,
.comment-form .single-donate p textarea:focus,
.single-donate .form-group select:focus,
.single-donate .comment-form p select:focus,
.comment-form .single-donate p select:focus,
.single-form .form-group input[type=text]:focus,
.single-form .comment-form p input[type=text]:focus,
.comment-form .single-form p input[type=text]:focus,
.single-form .form-group input[type=email]:focus,
.single-form .comment-form p input[type=email]:focus,
.comment-form .single-form p input[type=email]:focus,
.single-form .form-group input[type=tel]:focus,
.single-form .comment-form p input[type=tel]:focus,
.comment-form .single-form p input[type=tel]:focus,
.single-form .form-group textarea:focus,
.single-form .comment-form p textarea:focus,
.comment-form .single-form p textarea:focus,
.single-form .form-group select:focus,
.single-form .comment-form p select:focus,
.comment-form .single-form p select:focus {
  background: #f5f5f5;
  border-color: #00829a
}

.single-donate .form-group select,
.single-donate .comment-form p select,
.comment-form .single-donate p select,
.single-form .form-group select,
.single-form .comment-form p select,
.comment-form .single-form p select {
  background: #9a9b9d;
  color: #fff;
  border-radius: 0
}

.single-donate .form-group select:focus,
.single-donate .comment-form p select:focus,
.comment-form .single-donate p select:focus,
.single-form .form-group select:focus,
.single-form .comment-form p select:focus,
.comment-form .single-form p select:focus {
  color: #9a9b9d
}

.single-donate .form-group label.error,
.single-donate .comment-form p label.error,
.comment-form .single-donate p label.error,
.single-form .form-group label.error,
.single-form .comment-form p label.error,
.comment-form .single-form p label.error {
  display: none !important
}

.single-donate .form-group .form-control,
.single-donate .comment-form p .form-control,
.comment-form .single-donate p .form-control,
.single-donate .form-group .comment-form input[type=text],
.comment-form .single-donate .form-group input[type=text],
.single-donate .comment-form p input[type=text],
.comment-form .single-donate p input[type=text],
.single-donate .form-group .comment-form input[type=email],
.comment-form .single-donate .form-group input[type=email],
.single-donate .comment-form p input[type=email],
.comment-form .single-donate p input[type=email],
.single-donate .form-group .comment-form input[type=url],
.comment-form .single-donate .form-group input[type=url],
.single-donate .comment-form p input[type=url],
.comment-form .single-donate p input[type=url],
.single-donate .form-group .comment-form textarea,
.comment-form .single-donate .form-group textarea,
.single-donate .comment-form p textarea,
.comment-form .single-donate p textarea,
.single-form .form-group .form-control,
.single-form .comment-form p .form-control,
.comment-form .single-form p .form-control,
.single-form .form-group .comment-form input[type=text],
.comment-form .single-form .form-group input[type=text],
.single-form .comment-form p input[type=text],
.comment-form .single-form p input[type=text],
.single-form .form-group .comment-form input[type=email],
.comment-form .single-form .form-group input[type=email],
.single-form .comment-form p input[type=email],
.comment-form .single-form p input[type=email],
.single-form .form-group .comment-form input[type=url],
.comment-form .single-form .form-group input[type=url],
.single-form .comment-form p input[type=url],
.comment-form .single-form p input[type=url],
.single-form .form-group .comment-form textarea,
.comment-form .single-form .form-group textarea,
.single-form .comment-form p textarea,
.comment-form .single-form p textarea {
  height: 50px
}

.single-donate .form-group textarea.form-control,
.single-donate .comment-form p textarea.form-control,
.comment-form .single-donate p textarea.form-control,
.single-donate .form-group .comment-form textarea,
.comment-form .single-donate .form-group textarea,
.single-donate .comment-form p textarea,
.comment-form .single-donate p textarea,
.single-form .form-group textarea.form-control,
.single-form .comment-form p textarea.form-control,
.comment-form .single-form p textarea.form-control,
.single-form .form-group .comment-form textarea,
.comment-form .single-form .form-group textarea,
.single-form .comment-form p textarea,
.comment-form .single-form p textarea {
  height: inherit
}

.single-donate .form-group .col-xs-1,
.single-donate .comment-form p .col-xs-1,
.comment-form .single-donate p .col-xs-1,
.single-donate .form-group .col-sm-1,
.single-donate .comment-form p .col-sm-1,
.comment-form .single-donate p .col-sm-1,
.single-donate .form-group .col-md-1,
.single-donate .comment-form p .col-md-1,
.comment-form .single-donate p .col-md-1,
.single-donate .form-group .col-lg-1,
.single-donate .comment-form p .col-lg-1,
.comment-form .single-donate p .col-lg-1,
.single-donate .form-group .col-xl-1,
.single-donate .comment-form p .col-xl-1,
.comment-form .single-donate p .col-xl-1,
.single-donate .form-group .col-xs-2,
.single-donate .comment-form p .col-xs-2,
.comment-form .single-donate p .col-xs-2,
.single-donate .form-group .col-sm-2,
.single-donate .comment-form p .col-sm-2,
.comment-form .single-donate p .col-sm-2,
.single-donate .form-group .col-md-2,
.single-donate .comment-form p .col-md-2,
.comment-form .single-donate p .col-md-2,
.single-donate .form-group .col-lg-2,
.single-donate .comment-form p .col-lg-2,
.comment-form .single-donate p .col-lg-2,
.single-donate .form-group .col-xl-2,
.single-donate .comment-form p .col-xl-2,
.comment-form .single-donate p .col-xl-2,
.single-donate .form-group .col-xs-3,
.single-donate .comment-form p .col-xs-3,
.comment-form .single-donate p .col-xs-3,
.single-donate .form-group .col-sm-3,
.single-donate .comment-form p .col-sm-3,
.comment-form .single-donate p .col-sm-3,
.single-donate .form-group .col-md-3,
.single-donate .comment-form p .col-md-3,
.comment-form .single-donate p .col-md-3,
.single-donate .form-group .col-lg-3,
.single-donate .comment-form p .col-lg-3,
.comment-form .single-donate p .col-lg-3,
.single-donate .form-group .col-xl-3,
.single-donate .comment-form p .col-xl-3,
.comment-form .single-donate p .col-xl-3,
.single-donate .form-group .col-xs-4,
.single-donate .comment-form p .col-xs-4,
.comment-form .single-donate p .col-xs-4,
.single-donate .form-group .col-sm-4,
.single-donate .comment-form p .col-sm-4,
.comment-form .single-donate p .col-sm-4,
.single-donate .form-group .col-md-4,
.single-donate .comment-form p .col-md-4,
.comment-form .single-donate p .col-md-4,
.single-donate .form-group .col-lg-4,
.single-donate .comment-form p .col-lg-4,
.comment-form .single-donate p .col-lg-4,
.single-donate .form-group .col-xl-4,
.single-donate .comment-form p .col-xl-4,
.comment-form .single-donate p .col-xl-4,
.single-donate .form-group .col-xs-5,
.single-donate .comment-form p .col-xs-5,
.comment-form .single-donate p .col-xs-5,
.single-donate .form-group .col-sm-5,
.single-donate .comment-form p .col-sm-5,
.comment-form .single-donate p .col-sm-5,
.single-donate .form-group .col-md-5,
.single-donate .comment-form p .col-md-5,
.comment-form .single-donate p .col-md-5,
.single-donate .form-group .col-lg-5,
.single-donate .comment-form p .col-lg-5,
.comment-form .single-donate p .col-lg-5,
.single-donate .form-group .col-xl-5,
.single-donate .comment-form p .col-xl-5,
.comment-form .single-donate p .col-xl-5,
.single-donate .form-group .col-xs-6,
.single-donate .comment-form p .col-xs-6,
.comment-form .single-donate p .col-xs-6,
.single-donate .form-group .col-sm-6,
.single-donate .comment-form p .col-sm-6,
.comment-form .single-donate p .col-sm-6,
.single-donate .form-group .col-md-6,
.single-donate .comment-form p .col-md-6,
.comment-form .single-donate p .col-md-6,
.single-donate .form-group .col-lg-6,
.single-donate .comment-form p .col-lg-6,
.comment-form .single-donate p .col-lg-6,
.single-donate .form-group .col-xl-6,
.single-donate .comment-form p .col-xl-6,
.comment-form .single-donate p .col-xl-6,
.single-donate .form-group .col-xs-7,
.single-donate .comment-form p .col-xs-7,
.comment-form .single-donate p .col-xs-7,
.single-donate .form-group .col-sm-7,
.single-donate .comment-form p .col-sm-7,
.comment-form .single-donate p .col-sm-7,
.single-donate .form-group .col-md-7,
.single-donate .comment-form p .col-md-7,
.comment-form .single-donate p .col-md-7,
.single-donate .form-group .col-lg-7,
.single-donate .comment-form p .col-lg-7,
.comment-form .single-donate p .col-lg-7,
.single-donate .form-group .col-xl-7,
.single-donate .comment-form p .col-xl-7,
.comment-form .single-donate p .col-xl-7,
.single-donate .form-group .col-xs-8,
.single-donate .comment-form p .col-xs-8,
.comment-form .single-donate p .col-xs-8,
.single-donate .form-group .col-sm-8,
.single-donate .comment-form p .col-sm-8,
.comment-form .single-donate p .col-sm-8,
.single-donate .form-group .col-md-8,
.single-donate .comment-form p .col-md-8,
.comment-form .single-donate p .col-md-8,
.single-donate .form-group .col-lg-8,
.single-donate .comment-form p .col-lg-8,
.comment-form .single-donate p .col-lg-8,
.single-donate .form-group .col-xl-8,
.single-donate .comment-form p .col-xl-8,
.comment-form .single-donate p .col-xl-8,
.single-donate .form-group .col-xs-9,
.single-donate .comment-form p .col-xs-9,
.comment-form .single-donate p .col-xs-9,
.single-donate .form-group .col-sm-9,
.single-donate .comment-form p .col-sm-9,
.comment-form .single-donate p .col-sm-9,
.single-donate .form-group .col-md-9,
.single-donate .comment-form p .col-md-9,
.comment-form .single-donate p .col-md-9,
.single-donate .form-group .col-lg-9,
.single-donate .comment-form p .col-lg-9,
.comment-form .single-donate p .col-lg-9,
.single-donate .form-group .col-xl-9,
.single-donate .comment-form p .col-xl-9,
.comment-form .single-donate p .col-xl-9,
.single-donate .form-group .col-xs-10,
.single-donate .comment-form p .col-xs-10,
.comment-form .single-donate p .col-xs-10,
.single-donate .form-group .col-sm-10,
.single-donate .comment-form p .col-sm-10,
.comment-form .single-donate p .col-sm-10,
.single-donate .form-group .col-md-10,
.single-donate .comment-form p .col-md-10,
.comment-form .single-donate p .col-md-10,
.single-donate .form-group .col-lg-10,
.single-donate .comment-form p .col-lg-10,
.comment-form .single-donate p .col-lg-10,
.single-donate .form-group .col-xl-10,
.single-donate .comment-form p .col-xl-10,
.comment-form .single-donate p .col-xl-10,
.single-donate .form-group .col-xs-11,
.single-donate .comment-form p .col-xs-11,
.comment-form .single-donate p .col-xs-11,
.single-donate .form-group .col-sm-11,
.single-donate .comment-form p .col-sm-11,
.comment-form .single-donate p .col-sm-11,
.single-donate .form-group .col-md-11,
.single-donate .comment-form p .col-md-11,
.comment-form .single-donate p .col-md-11,
.single-donate .form-group .col-lg-11,
.single-donate .comment-form p .col-lg-11,
.comment-form .single-donate p .col-lg-11,
.single-donate .form-group .col-xl-11,
.single-donate .comment-form p .col-xl-11,
.comment-form .single-donate p .col-xl-11,
.single-donate .form-group .col-xs-12,
.single-donate .comment-form p .col-xs-12,
.comment-form .single-donate p .col-xs-12,
.single-donate .form-group .col-sm-12,
.single-donate .comment-form p .col-sm-12,
.comment-form .single-donate p .col-sm-12,
.single-donate .form-group .col-md-12,
.single-donate .comment-form p .col-md-12,
.comment-form .single-donate p .col-md-12,
.single-donate .form-group .col-lg-12,
.single-donate .comment-form p .col-lg-12,
.comment-form .single-donate p .col-lg-12,
.single-donate .form-group .col-xl-12,
.single-donate .comment-form p .col-xl-12,
.comment-form .single-donate p .col-xl-12,
.single-form .form-group .col-xs-1,
.single-form .comment-form p .col-xs-1,
.comment-form .single-form p .col-xs-1,
.single-form .form-group .col-sm-1,
.single-form .comment-form p .col-sm-1,
.comment-form .single-form p .col-sm-1,
.single-form .form-group .col-md-1,
.single-form .comment-form p .col-md-1,
.comment-form .single-form p .col-md-1,
.single-form .form-group .col-lg-1,
.single-form .comment-form p .col-lg-1,
.comment-form .single-form p .col-lg-1,
.single-form .form-group .col-xl-1,
.single-form .comment-form p .col-xl-1,
.comment-form .single-form p .col-xl-1,
.single-form .form-group .col-xs-2,
.single-form .comment-form p .col-xs-2,
.comment-form .single-form p .col-xs-2,
.single-form .form-group .col-sm-2,
.single-form .comment-form p .col-sm-2,
.comment-form .single-form p .col-sm-2,
.single-form .form-group .col-md-2,
.single-form .comment-form p .col-md-2,
.comment-form .single-form p .col-md-2,
.single-form .form-group .col-lg-2,
.single-form .comment-form p .col-lg-2,
.comment-form .single-form p .col-lg-2,
.single-form .form-group .col-xl-2,
.single-form .comment-form p .col-xl-2,
.comment-form .single-form p .col-xl-2,
.single-form .form-group .col-xs-3,
.single-form .comment-form p .col-xs-3,
.comment-form .single-form p .col-xs-3,
.single-form .form-group .col-sm-3,
.single-form .comment-form p .col-sm-3,
.comment-form .single-form p .col-sm-3,
.single-form .form-group .col-md-3,
.single-form .comment-form p .col-md-3,
.comment-form .single-form p .col-md-3,
.single-form .form-group .col-lg-3,
.single-form .comment-form p .col-lg-3,
.comment-form .single-form p .col-lg-3,
.single-form .form-group .col-xl-3,
.single-form .comment-form p .col-xl-3,
.comment-form .single-form p .col-xl-3,
.single-form .form-group .col-xs-4,
.single-form .comment-form p .col-xs-4,
.comment-form .single-form p .col-xs-4,
.single-form .form-group .col-sm-4,
.single-form .comment-form p .col-sm-4,
.comment-form .single-form p .col-sm-4,
.single-form .form-group .col-md-4,
.single-form .comment-form p .col-md-4,
.comment-form .single-form p .col-md-4,
.single-form .form-group .col-lg-4,
.single-form .comment-form p .col-lg-4,
.comment-form .single-form p .col-lg-4,
.single-form .form-group .col-xl-4,
.single-form .comment-form p .col-xl-4,
.comment-form .single-form p .col-xl-4,
.single-form .form-group .col-xs-5,
.single-form .comment-form p .col-xs-5,
.comment-form .single-form p .col-xs-5,
.single-form .form-group .col-sm-5,
.single-form .comment-form p .col-sm-5,
.comment-form .single-form p .col-sm-5,
.single-form .form-group .col-md-5,
.single-form .comment-form p .col-md-5,
.comment-form .single-form p .col-md-5,
.single-form .form-group .col-lg-5,
.single-form .comment-form p .col-lg-5,
.comment-form .single-form p .col-lg-5,
.single-form .form-group .col-xl-5,
.single-form .comment-form p .col-xl-5,
.comment-form .single-form p .col-xl-5,
.single-form .form-group .col-xs-6,
.single-form .comment-form p .col-xs-6,
.comment-form .single-form p .col-xs-6,
.single-form .form-group .col-sm-6,
.single-form .comment-form p .col-sm-6,
.comment-form .single-form p .col-sm-6,
.single-form .form-group .col-md-6,
.single-form .comment-form p .col-md-6,
.comment-form .single-form p .col-md-6,
.single-form .form-group .col-lg-6,
.single-form .comment-form p .col-lg-6,
.comment-form .single-form p .col-lg-6,
.single-form .form-group .col-xl-6,
.single-form .comment-form p .col-xl-6,
.comment-form .single-form p .col-xl-6,
.single-form .form-group .col-xs-7,
.single-form .comment-form p .col-xs-7,
.comment-form .single-form p .col-xs-7,
.single-form .form-group .col-sm-7,
.single-form .comment-form p .col-sm-7,
.comment-form .single-form p .col-sm-7,
.single-form .form-group .col-md-7,
.single-form .comment-form p .col-md-7,
.comment-form .single-form p .col-md-7,
.single-form .form-group .col-lg-7,
.single-form .comment-form p .col-lg-7,
.comment-form .single-form p .col-lg-7,
.single-form .form-group .col-xl-7,
.single-form .comment-form p .col-xl-7,
.comment-form .single-form p .col-xl-7,
.single-form .form-group .col-xs-8,
.single-form .comment-form p .col-xs-8,
.comment-form .single-form p .col-xs-8,
.single-form .form-group .col-sm-8,
.single-form .comment-form p .col-sm-8,
.comment-form .single-form p .col-sm-8,
.single-form .form-group .col-md-8,
.single-form .comment-form p .col-md-8,
.comment-form .single-form p .col-md-8,
.single-form .form-group .col-lg-8,
.single-form .comment-form p .col-lg-8,
.comment-form .single-form p .col-lg-8,
.single-form .form-group .col-xl-8,
.single-form .comment-form p .col-xl-8,
.comment-form .single-form p .col-xl-8,
.single-form .form-group .col-xs-9,
.single-form .comment-form p .col-xs-9,
.comment-form .single-form p .col-xs-9,
.single-form .form-group .col-sm-9,
.single-form .comment-form p .col-sm-9,
.comment-form .single-form p .col-sm-9,
.single-form .form-group .col-md-9,
.single-form .comment-form p .col-md-9,
.comment-form .single-form p .col-md-9,
.single-form .form-group .col-lg-9,
.single-form .comment-form p .col-lg-9,
.comment-form .single-form p .col-lg-9,
.single-form .form-group .col-xl-9,
.single-form .comment-form p .col-xl-9,
.comment-form .single-form p .col-xl-9,
.single-form .form-group .col-xs-10,
.single-form .comment-form p .col-xs-10,
.comment-form .single-form p .col-xs-10,
.single-form .form-group .col-sm-10,
.single-form .comment-form p .col-sm-10,
.comment-form .single-form p .col-sm-10,
.single-form .form-group .col-md-10,
.single-form .comment-form p .col-md-10,
.comment-form .single-form p .col-md-10,
.single-form .form-group .col-lg-10,
.single-form .comment-form p .col-lg-10,
.comment-form .single-form p .col-lg-10,
.single-form .form-group .col-xl-10,
.single-form .comment-form p .col-xl-10,
.comment-form .single-form p .col-xl-10,
.single-form .form-group .col-xs-11,
.single-form .comment-form p .col-xs-11,
.comment-form .single-form p .col-xs-11,
.single-form .form-group .col-sm-11,
.single-form .comment-form p .col-sm-11,
.comment-form .single-form p .col-sm-11,
.single-form .form-group .col-md-11,
.single-form .comment-form p .col-md-11,
.comment-form .single-form p .col-md-11,
.single-form .form-group .col-lg-11,
.single-form .comment-form p .col-lg-11,
.comment-form .single-form p .col-lg-11,
.single-form .form-group .col-xl-11,
.single-form .comment-form p .col-xl-11,
.comment-form .single-form p .col-xl-11,
.single-form .form-group .col-xs-12,
.single-form .comment-form p .col-xs-12,
.comment-form .single-form p .col-xs-12,
.single-form .form-group .col-sm-12,
.single-form .comment-form p .col-sm-12,
.comment-form .single-form p .col-sm-12,
.single-form .form-group .col-md-12,
.single-form .comment-form p .col-md-12,
.comment-form .single-form p .col-md-12,
.single-form .form-group .col-lg-12,
.single-form .comment-form p .col-lg-12,
.comment-form .single-form p .col-lg-12,
.single-form .form-group .col-xl-12,
.single-form .comment-form p .col-xl-12,
.comment-form .single-form p .col-xl-12 {
  padding-left: 5px;
  padding-right: 5px
}

@media(max-width: 991.98px) {

  .single-donate .form-group #tribute-title,
  .single-donate .comment-form p #tribute-title,
  .comment-form .single-donate p #tribute-title,
  .single-donate .form-group #city,
  .single-donate .comment-form p #city,
  .comment-form .single-donate p #city,
  .single-form .form-group #tribute-title,
  .single-form .comment-form p #tribute-title,
  .comment-form .single-form p #tribute-title,
  .single-form .form-group #city,
  .single-form .comment-form p #city,
  .comment-form .single-form p #city {
    margin-bottom: 15px
  }
}

.single-donate .cc-icon,
.single-form .cc-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/09c632f8b40c3c404eb1.png);
  width: 126px;
  height: 20px;
  display: block;
  margin: 0 auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .single-donate .cc-icon,
  .single-form .cc-icon {
    background-image: url(../images/059b3d24a7d912c9cb02.png);
    background-size: 126px 20px
  }
}

.single-donate .cc-icon.cc-visa,
.single-form .cc-icon.cc-visa {
  background-image: url(../images/c653ca1348d8e3768fde.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .single-donate .cc-icon.cc-visa,
  .single-form .cc-icon.cc-visa {
    background-image: url(../images/0815e0a8affdd85f70b2.png);
    background-size: 126px 20px
  }
}

.single-donate .cc-icon.cc-american-express,
.single-form .cc-icon.cc-american-express {
  background-image: url(../images/ce6d3a183c657f86db04.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .single-donate .cc-icon.cc-american-express,
  .single-form .cc-icon.cc-american-express {
    background-image: url(../images/ce9af2ee96c0e57c999a.png);
    background-size: 126px 20px
  }
}

.single-donate .cc-icon.cc-mastercard,
.single-form .cc-icon.cc-mastercard {
  background-image: url(../images/f5cb0b4b163368a882c3.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .single-donate .cc-icon.cc-mastercard,
  .single-form .cc-icon.cc-mastercard {
    background-image: url(../images/2d800d84218b68865ff4.png);
    background-size: 126px 20px
  }
}

.single-donate .cc-icon.cc-discover,
.single-form .cc-icon.cc-discover {
  background-image: url(../images/507861367931ed6d8145.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .single-donate .cc-icon.cc-discover,
  .single-form .cc-icon.cc-discover {
    background-image: url(../images/69ab5add84ea2f9c1b97.png);
    background-size: 126px 20px
  }
}

.single-donate footer .site-info,
.single-form footer .site-info {
  display: none
}

.single-donate #progress {
  padding: 10px 10px 20px 10px;
  text-align: center;
  background: #f5f5f5;
  border-bottom: 1px solid #9a9b9d
}

.single-donate #progress h3 {
  margin: 0;
  font-size: 36px
}

.single-donate #progress #progress-steps {
  padding: 0;
  margin: 0 auto;
  width: 200px;
  list-style: none
}

.single-donate #progress #progress-steps li {
  position: relative;
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.single-donate #progress #progress-steps li a {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #9a9b9d;
  display: block;
  height: 52px;
  background-color: rgba(0, 0, 0, 0)
}

.single-donate #progress #progress-steps li a:hover {
  text-decoration: none
}

.single-donate #progress #progress-steps li .step-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
  margin-bottom: 5px
}

.single-donate #progress #progress-steps li .step-number {
  background: #9a9b9d;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  position: relative;
  z-index: 100;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif
}

.single-donate #progress #progress-steps li a.current {
  text-decoration: none
}

.single-donate #progress #progress-steps li a.current .step-number {
  background: #f4aa00
}

.single-donate #progress #progress-steps li hr {
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin: 0;
  height: 1px;
  border: 0;
  border-top: 2px solid #9a9b9d;
  width: 100%
}

.single-donate #progress #progress-steps li hr.current {
  border-color: #f4aa00
}

.single-donate #progress #progress-steps li li:last-child hr {
  display: none
}

.single-donate .notice {
  border: 1px solid #848680;
  background-color: rgba(0, 0, 0, .7);
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 90px;
  color: #bdbdbd;
  font-size: 12px
}

.single-donate .notice a {
  color: #f4aa00;
  font-weight: 700
}

.single-donate .notice h3 {
  color: #fff;
  font-size: 21px;
  margin: 0
}

.single-donate .notice p {
  font-size: 13px
}

.single-donate #action-steps {
  text-align: center;
  padding: 10px 15px 40px
}

.single-donate #action-steps .secure {
  color: #9a9b9d;
  float: right;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px
}

.single-donate #action-steps .secure i {
  margin-right: 5px
}

.single-donate #action-steps h3 {
  text-align: center;
  margin-top: 0;
  font-size: 28px
}

.single-donate .recurring-buttons {
  padding: 0 10px;
  margin-bottom: 20px
}

.single-donate .recurring-buttons label.btn {
  width: 50%;
  float: left
}

.single-donate .ecard-group {
  display: none
}

.single-donate .donate-type-buttons label.btn {
  width: 33.33%;
  float: left
}

.single-donate #cc-icons {
  padding-bottom: 40px
}

.single-donate .form-imo .form-wrapper .form-content #progress,
.single-donate .form-single .form-wrapper .form-content #progress {
  padding: 10px
}

.single-donate .form-imo .form-wrapper .form-content .step:not(.step-response),
.single-donate .form-single .form-wrapper .form-content .step:not(.step-response) {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 40px
}

.single-donate .form-imo .form-wrapper .form-content .step:not(.step-response) h3,
.single-donate .form-single .form-wrapper .form-content .step:not(.step-response) h3 {
  margin-bottom: 20px
}

.single-donate .form-imo .form-wrapper .form-content .step-0,
.single-donate .form-single .form-wrapper .form-content .step-0 {
  padding: 0 15px
}

.single-donate .form-imo .form-wrapper .form-content .step-1,
.single-donate .form-single .form-wrapper .form-content .step-1 {
  margin-bottom: 20px
}

.single-donate .form-imo .form-wrapper .form-content .step-1 h3,
.single-donate .form-single .form-wrapper .form-content .step-1 h3 {
  margin-bottom: 0
}

.single-donate .form-imo .form-wrapper .form-content .step-1 .buttons .form-group,
.single-donate .form-imo .form-wrapper .form-content .step-1 .buttons .comment-form p,
.comment-form .single-donate .form-imo .form-wrapper .form-content .step-1 .buttons p,
.single-donate .form-single .form-wrapper .form-content .step-1 .buttons .form-group,
.single-donate .form-single .form-wrapper .form-content .step-1 .buttons .comment-form p,
.comment-form .single-donate .form-single .form-wrapper .form-content .step-1 .buttons p {
  margin-bottom: 0
}

.single-donate .form-imo .form-wrapper .form-content .step-3,
.single-donate .form-single .form-wrapper .form-content .step-3 {
  padding-top: 0;
  padding-bottom: 0
}

.single-donate .form-imo .form-wrapper .form-content .button.next,
.single-donate .form-imo .form-wrapper .form-content .button.back,
.single-donate .form-single .form-wrapper .form-content .button.next,
.single-donate .form-single .form-wrapper .form-content .button.back {
  display: none
}

.single-donate .form-imo .form-wrapper .form-content #action-steps,
.single-donate .form-single .form-wrapper .form-content #action-steps {
  padding: 10px
}

.single-donate .form-imo .form-wrapper #content {
  margin-top: 0
}

.donate-success .single-donate .form-imo .form-wrapper #content {
  display: none
}

.single-donate .form-imo #ecards {
  text-align: center
}

.single-donate .form-imo #ecards #ecard-preview {
  display: block;
  margin-bottom: 10px
}

.single-donate .form-imo #ecards #ecard-preview img {
  display: block;
  max-height: 200px;
  width: auto;
  height: auto;
  margin: 0 auto
}

.single-donate .form-imo #ecards .col-xs-6 {
  margin-bottom: 5px
}

.single-donate .form-imo #ecards .col-xs-6 a img {
  opacity: .5;
  border: 2px solid rgba(0, 0, 0, 0);
  max-width: 100%;
  width: auto;
  height: 80px
}

.single-donate .form-imo #ecards .col-xs-6 a.selected img {
  border: 2px solid red;
  opacity: 1
}

.single-donate .form-combo .form-wrapper .form-content .step,
.single-donate .form-combined .form-wrapper .form-content .step {
  margin-bottom: 40px
}

.single-donate .form-combo .form-wrapper .form-content .step h3,
.single-donate .form-combined .form-wrapper .form-content .step h3 {
  margin-bottom: 20px
}

.single-donate .form-combo .form-wrapper .form-content .step-1,
.single-donate .form-combined .form-wrapper .form-content .step-1 {
  margin-bottom: 20px
}

.single-donate .form-combo .form-wrapper .form-content .step-2.step-imo,
.single-donate .form-combined .form-wrapper .form-content .step-2.step-imo {
  margin-bottom: 0
}

.single-donate .form-combo .form-wrapper .form-content .step-2.step-imo .ocassion,
.single-donate .form-combined .form-wrapper .form-content .step-2.step-imo .ocassion {
  margin-bottom: 40px
}

.single-donate .form-combo .form-wrapper .form-content .step-2.tribute,
.single-donate .form-combo .form-wrapper .form-content .step-2 .tribute,
.single-donate .form-combined .form-wrapper .form-content .step-2.tribute,
.single-donate .form-combined .form-wrapper .form-content .step-2 .tribute {
  display: none;
  margin-top: 40px
}

.single-donate .form-combo .form-wrapper .form-content .step-3,
.single-donate .form-combined .form-wrapper .form-content .step-3 {
  padding-top: 0;
  padding-bottom: 0
}

.single-donate .form-combo .form-wrapper .form-content #action-steps,
.single-donate .form-combined .form-wrapper .form-content #action-steps {
  padding: 10px
}

.single-donate .form-combo #ecards,
.single-donate .form-combined #ecards {
  text-align: center
}

.single-donate .form-combo #ecards #ecard-preview,
.single-donate .form-combined #ecards #ecard-preview {
  display: block;
  margin-bottom: 10px
}

.single-donate .form-combo #ecards #ecard-preview img,
.single-donate .form-combined #ecards #ecard-preview img {
  display: block;
  max-height: 200px;
  width: auto;
  height: auto;
  margin: 0 auto
}

.single-donate .form-combo #ecards .col-xs-6,
.single-donate .form-combined #ecards .col-xs-6 {
  margin-bottom: 5px
}

.single-donate .form-combo #ecards .col-xs-6 a img,
.single-donate .form-combined #ecards .col-xs-6 a img {
  opacity: .5;
  border: 2px solid rgba(0, 0, 0, 0);
  max-width: 100%;
  width: auto;
  height: 80px
}

.single-donate .form-combo #ecards .col-xs-6 a.selected img,
.single-donate .form-combined #ecards .col-xs-6 a.selected img {
  border: 2px solid red;
  opacity: 1
}

.single-donate .form-steps .step,
.single-donate .form-steps-top .step,
.single-donate .form-steps-side .step {
  overflow: hidden;
  clear: both;
  display: none
}

.single-donate .form-steps .step.current,
.single-donate .form-steps-top .step.current,
.single-donate .form-steps-side .step.current {
  display: block
}

.single-donate .form-steps .step-imo,
.single-donate .form-steps .step-tribute,
.single-donate .form-steps-top .step-imo,
.single-donate .form-steps-top .step-tribute,
.single-donate .form-steps-side .step-imo,
.single-donate .form-steps-side .step-tribute {
  padding: 0 15px
}

.single-donate .form-steps .step-1 .button.next,
.single-donate .form-steps-top .step-1 .button.next,
.single-donate .form-steps-side .step-1 .button.next {
  display: none
}

.single-donate .form-steps .step-2,
.single-donate .form-steps-top .step-2,
.single-donate .form-steps-side .step-2 {
  padding: 15px 15px 0
}

@media(min-width: 1200px) {

  .single-donate .form-steps .step-3,
  .single-donate .form-steps-top .step-3,
  .single-donate .form-steps-side .step-3 {
    padding: 40px 80px
  }
}

@media(min-width: 992px) {

  .single-donate .form-steps .step-3,
  .single-donate .form-steps-top .step-3,
  .single-donate .form-steps-side .step-3 {
    padding: 40px
  }
}

@media(min-width: 768px) {

  .single-donate .form-steps .step-3,
  .single-donate .form-steps-top .step-3,
  .single-donate .form-steps-side .step-3 {
    padding: 40px 20px
  }
}

.single-donate .form-steps-side .form-wrapper .form-header {
  margin-bottom: 0
}

.single-donate .form-steps-side .form-wrapper #content {
  margin-top: 0
}

.donate-success .single-donate .form-steps-side .form-wrapper #content {
  display: none
}

.single-donate .step-response {
  display: none;
  padding-top: 30px
}

.single-donate .step-response .fa.fa-check-circle {
  font-size: 124px;
  color: #28a745
}

.single-donate .step-response .fa.fa-exclamation-circle {
  font-size: 124px;
  color: #dc3545
}

.single-donate .step-response.step-success .receipt {
  width: 100%;
  text-align: left
}

@media(max-width: 767.98px) {
  .single-form .form-wrapper .form-header {
    padding: 30px 0 0
  }
}

.single-form #action {
  text-align: center;
  padding: 20px 20px 40px
}

@media(min-width: 768px) {
  .single-form #action {
    padding: 30px 20px 40px
  }
}

.single-form #action h3 {
  text-align: center;
  margin: 0;
  font-size: 28px
}

.single-form .form-signup_transparent .form-wrapper .form-content {
  background: none
}

.single-form .form-signup_transparent .form-wrapper .form-content #action {
  padding: 0
}

.single-form .form-signup_transparent .form-wrapper .form-content .form-group input,
.single-form .form-signup_transparent .form-wrapper .form-content .comment-form p input,
.comment-form .single-form .form-signup_transparent .form-wrapper .form-content p input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff
}

.single-form #errors-wrapper {
  display: none
}

.single-form #errors-wrapper .alert,
.single-donate .form-content .single-form #errors-wrapper .errors,
.single-form #errors-wrapper .form-content .errors,
.single-form .form-content #errors-wrapper .errors {
  margin-bottom: 0;
  padding: 5px 10px
}

.single-form .form-group .alert,
.single-form .comment-form p .alert,
.comment-form .single-form p .alert,
.single-donate .form-content .single-form .form-group .errors,
.single-donate .form-content .single-form .comment-form p .errors,
.single-donate .form-content .comment-form .single-form p .errors,
.single-form .form-group .form-content .errors,
.single-form .form-content .form-group .errors,
.single-form .comment-form p .form-content .errors,
.single-form .form-content .comment-form p .errors,
.comment-form .single-form p .form-content .errors,
.comment-form .single-form .form-content p .errors {
  margin-bottom: 0;
  border: none;
  padding: 5px 10px
}

@media(max-width: 767.98px) {
  body.form-type-petition {
    margin: 0
  }
}

@media(max-width: 767.98px) {
  body.form-type-petition #form-wrapper {
    margin: 20px 0
  }
}

body.form-type-petition #form-wrapper .form-header {
  margin-bottom: 0;
  padding: 20px 15px 0 15px;
  background: #fff;
  color: #000
}

@media(max-width: 767.98px) {
  body.form-type-petition #form-wrapper .form-header {
    padding: 20px 15px 0 15px
  }
}

body.form-type-petition #form-wrapper .form-header .progress {
  height: 10px;
  margin-bottom: 0;
  background: #bdbdbd
}

body.form-type-petition #form-wrapper .form-header .progress .progress-bar {
  background: #f4aa00;
  -webkit-box-shadow: none;
  box-shadow: none
}

body.form-type-petition #form-wrapper .form-header .signatures,
body.form-type-petition #form-wrapper .form-header .goal {
  color: #bdbdbd;
  font-style: italic;
  font-size: .765625rem
}

body.form-type-petition #form-wrapper .form-header .goal {
  text-align: right
}

body.form-type-petition #form-wrapper .form-header h1,
body.form-type-petition #form-wrapper .form-header h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 10px 0;
  color: #0f5b65
}

@media(min-width: 1200px) {

  body.form-type-petition #form-wrapper .form-header h1,
  body.form-type-petition #form-wrapper .form-header h2 {
    font-size: 36px;
    line-height: 36px
  }
}

body.form-type-petition #form-wrapper .form-header p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  margin: 0 0 1em 0
}

@media(min-width: 1200px) {
  body.form-type-petition #form-wrapper .form-header p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5em
  }
}

body.form-type-petition #form-wrapper .form-header p:last-child {
  margin-bottom: 0
}

body.form-type-petition #form-wrapper .form-content #action {
  padding: 15px 15px 30px
}

@media(max-width: 767.98px) {
  body.form-type-petition #content {
    margin: 20px 0 0 0;
    color: #fff !important
  }
}

body.form-type-petition #content label {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal
}

body.form-type-petition #content #subject,
body.form-type-petition #content #message {
  border: 2px solid #9a9b9d;
  padding: 10px;
  min-height: 50px;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 200;
  color: #732154;
  background: #f8f8f8
}

body.form-style-petition #background {
  background-color: #f5f5f5
}

@media(min-width: 768px) {
  body.form-style-petition #background {
    background-image: none !important
  }
}

body.form-style-petition #form-wrapper header,
body.form-style-petition #content {
  color: #000
}

@media(max-width: 767.98px) {
  .single-form #state {
    margin-top: 15px
  }
}

@media(min-width: 768px) {
  .single-donate #background {
    min-height: 500px
  }

  .single-form #background {
    min-height: 700px
  }
}

section.element,
.hentry .entry-content,
.category .container.posts,
.archive .container.posts {
  padding: 50px 0
}

@media(min-width: 768px) {

  section.element,
  .hentry .entry-content,
  .category .container.posts,
  .archive .container.posts {
    padding: 60px 0
  }
}

@media(min-width: 992px) {

  section.element,
  .hentry .entry-content,
  .category .container.posts,
  .archive .container.posts {
    padding: 70px 0
  }
}

@media(min-width: 1200px) {

  section.element,
  .hentry .entry-content,
  .category .container.posts,
  .archive .container.posts {
    padding: 80px 0
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px
}

.hentry .entry-content .element {
  padding: 20px 0
}

.hentry .entry-content .element:first-child {
  padding-top: 0
}

.hentry .entry-content .element:last-child {
  padding-bottom: 0
}

.hentry .entry-content .element .element-text h2 {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hentry .entry-content .element .element-text .container .row {
  display: block
}

.hentry .entry-content .element .element-text .container .row .col-md-8 {
  margin-left: auto;
  margin-right: auto
}

section.element.no-top-pad {
  padding-top: 0
}

section.element.no-bottom-pad {
  padding-bottom: 0
}

section.element~section.element,
article.content~section.element {
  margin: 0
}

.element.container {
  position: relative
}

article.content {
  padding-bottom: 0
}

header.subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center
}

header.subheader .content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media(min-width: 576px) {
  header.subheader .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 768px) {
  header.subheader .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-left: 16.66666667%
  }
}

@media(min-width: 992px) {
  header.subheader .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    margin-left: 8.33333333%
  }
}

@media(min-width: 1200px) {
  header.subheader .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    margin-left: 16.66666667%
  }
}

header.subheader h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 30px 0
}

header.subheader .description {
  margin-top: -20px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px
}

header.subheader .description p {
  font-size: 16px;
  line-height: 24px
}

@media(min-width: 992px) {
  header.subheader h2 {
    font-size: 48px;
    line-height: 45px
  }

  header.subheader .description {
    font-size: 18px;
    line-height: 28px
  }
}

.hidden {
  display: none
}

.hero.jumbotron,
.action.jumbotron,
.responsive-image.jumbotron {
  background-size: cover;
  background-color: #9a9b9d;
  color: #fff;
  padding: 80px 0;
  margin-bottom: 0;
  position: relative
}

.hero.jumbotron h1,
.hero.jumbotron h2,
.action.jumbotron h1,
.action.jumbotron h2,
.responsive-image.jumbotron h1,
.responsive-image.jumbotron h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px
}

.hero.jumbotron h1 em,
.hero.jumbotron h2 em,
.action.jumbotron h1 em,
.action.jumbotron h2 em,
.responsive-image.jumbotron h1 em,
.responsive-image.jumbotron h2 em {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 35px;
  color: #f4aa00;
  font-weight: 300;
  display: block;
  text-transform: none;
  padding-bottom: 5px
}

@media(min-width: 768px) {

  .hero.jumbotron h1 em,
  .hero.jumbotron h2 em,
  .action.jumbotron h1 em,
  .action.jumbotron h2 em,
  .responsive-image.jumbotron h1 em,
  .responsive-image.jumbotron h2 em {
    font-size: 24px;
    line-height: 35px
  }
}

@media(min-width: 1200px) {

  .hero.jumbotron h1 em,
  .hero.jumbotron h2 em,
  .action.jumbotron h1 em,
  .action.jumbotron h2 em,
  .responsive-image.jumbotron h1 em,
  .responsive-image.jumbotron h2 em {
    font-size: 28px;
    line-height: 38px
  }
}

.hero.jumbotron .description,
.action.jumbotron .description,
.responsive-image.jumbotron .description {
  font-size: 21px;
  line-height: 31px;
  font-weight: 300
}

.single-story .hero.jumbotron.has-thumb,
.single-post .hero.jumbotron.has-thumb,
.single-dvar-tzedek .hero.jumbotron.has-thumb {
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 0 9999px inset;
  box-shadow: rgba(0, 0, 0, .2) 0 0 0 9999px inset
}

.hero.jumbotron .breadcrumbs,
.responsive-image.jumbotron .breadcrumbs {
  margin-top: -45px;
  margin-bottom: 25px
}

.hero.jumbotron.thin,
.responsive-image.jumbotron.thin {
  background-color: #0f5b65;
  background-size: inherit;
  background-image: url(../images/ca7d3b20434bee0241bc.png);
  min-height: 80px;
  padding: 10px 0 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .hero.jumbotron.thin,
  .responsive-image.jumbotron.thin {
    background-image: url(../images/edf3b53c9b82944477dc.png);
    background-size: 394px 205px
  }
}

.hero.jumbotron.thin .breadcrumbs,
.responsive-image.jumbotron.thin .breadcrumbs {
  margin-top: 0
}

.hero.jumbotron.hero-quote .description,
.hero.jumbotron.hero-quote .description p,
.responsive-image.jumbotron.hero-quote .description,
.responsive-image.jumbotron.hero-quote .description p {
  font-style: italic;
  font-weight: 200
}

@media(min-width: 992px) {

  .hero.jumbotron.hero-quote .description,
  .hero.jumbotron.hero-quote .description p,
  .responsive-image.jumbotron.hero-quote .description,
  .responsive-image.jumbotron.hero-quote .description p {
    font-size: 24px;
    line-height: 36px
  }
}

@media(min-width: 1200px) {

  .hero.jumbotron.hero-quote .description,
  .hero.jumbotron.hero-quote .description p,
  .responsive-image.jumbotron.hero-quote .description,
  .responsive-image.jumbotron.hero-quote .description p {
    font-size: 30px;
    line-height: 42px
  }
}

.hero.jumbotron.hero-quote .meta h3,
.responsive-image.jumbotron.hero-quote .meta h3 {
  color: #f4aa00;
  margin: 0;
  font-size: 21px
}

.hero.jumbotron.hero-quote .meta p,
.responsive-image.jumbotron.hero-quote .meta p {
  font-style: italic;
  font-size: 16px;
  line-height: 21px
}

@media(min-width: 992px) {

  .hero.jumbotron.hero-quote .meta h3,
  .responsive-image.jumbotron.hero-quote .meta h3 {
    font-size: 24px
  }

  .hero.jumbotron.hero-quote .meta p,
  .responsive-image.jumbotron.hero-quote .meta p {
    font-size: 18px;
    line-height: 24px
  }
}

.hero.jumbotron.hero-video .watch-video,
.responsive-image.jumbotron.hero-video .watch-video {
  background-repeat: no-repeat;
  background-position: left center;
  height: 75px;
  padding-left: 90px;
  line-height: 75px;
  display: block;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 25px;
  color: #fff;
  float: left;
  background-image: url(../images/4777a08af7b6ef46e18b.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .hero.jumbotron.hero-video .watch-video,
  .responsive-image.jumbotron.hero-video .watch-video {
    background-image: url(../images/ef205bb5078aa8b9edfb.png);
    background-size: 75px 75px
  }
}

.hero.jumbotron.hero-video .watch-video:hover,
.responsive-image.jumbotron.hero-video .watch-video:hover {
  text-decoration: underline
}

.hero.jumbotron.hero-post,
.responsive-image.jumbotron.hero-post {
  min-height: inherit;
  padding-bottom: 20px;
  background-color: #732154;
  background-image: url(../images/fa61a2def9052fb92a89.png);
  background-repeat: repeat;
  background-size: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .hero.jumbotron.hero-post,
  .responsive-image.jumbotron.hero-post {
    background-image: url(../images/9e3eb71c564f0765cfaa.png);
    background-size: 394px 205px
  }
}

.hero.jumbotron.hero-post.has-thumb,
.responsive-image.jumbotron.hero-post.has-thumb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-top: 30px
}

@media(min-width: 768px) {

  .hero.jumbotron.hero-post.has-thumb,
  .responsive-image.jumbotron.hero-post.has-thumb {
    padding-top: 10px
  }

  .hero.jumbotron.hero-post.has-thumb .breadcrumbs,
  .responsive-image.jumbotron.hero-post.has-thumb .breadcrumbs {
    margin: 0 0 250px 0
  }
}

@media(min-width: 1200px) {

  .hero.jumbotron.hero-post.has-thumb .breadcrumbs,
  .responsive-image.jumbotron.hero-post.has-thumb .breadcrumbs {
    margin: 0 0 350px 0
  }
}

.hero.jumbotron.hero-post .breadcrumbs,
.responsive-image.jumbotron.hero-post .breadcrumbs {
  margin-bottom: 0
}

.hero.jumbotron.hero-post h1,
.hero.jumbotron.hero-post h2,
.responsive-image.jumbotron.hero-post h1,
.responsive-image.jumbotron.hero-post h2 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 20px 0
}

.hero.jumbotron.hero-post ul.tags,
.responsive-image.jumbotron.hero-post ul.tags {
  margin-top: 20px
}

.hero.jumbotron.hero-post ul.tags li,
.responsive-image.jumbotron.hero-post ul.tags li {
  margin-bottom: 5px
}

.hero.jumbotron.hero-dvar-tzedek h3,
.responsive-image.jumbotron.hero-dvar-tzedek h3 {
  color: #f4aa00;
  font-size: 28px;
  line-height: 28px
}

.breadcrumbs {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 18px;
  text-overflow: ellipsis;
  height: 23px;
  overflow: hidden;
  white-space: nowrap
}

.breadcrumbs a {
  color: #fff
}

.breadcrumbs .fa-caret-right {
  color: #f4aa00;
  margin: 0 3px;
  font-size: 14px;
  line-height: 18px
}

@media(max-width: 767.98px) {

  .jumbotron.hero,
  .jumbotron.action {
    background-color: #732154;
    background-image: url(../images/fa61a2def9052fb92a89.png) !important;
    background-size: 394px 205px;
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 30px
  }

  .jumbotron.hero .breadcrumbs,
  .jumbotron.action .breadcrumbs {
    display: none !important
  }

  .jumbotron.hero .description,
  .jumbotron.hero p,
  .jumbotron.action .description,
  .jumbotron.action p {
    font-size: 21px;
    line-height: 31px
  }

  .jumbotron.hero .form-signup,
  .jumbotron.hero .form-signup-sb,
  .jumbotron.action .form-signup,
  .jumbotron.action .form-signup-sb {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .jumbotron.hero .form-signup .signup-email,
  .jumbotron.hero .form-signup .signup-zip,
  .jumbotron.hero .form-signup .signup-button,
  .jumbotron.hero .form-signup-sb .signup-email,
  .jumbotron.hero .form-signup-sb .signup-zip,
  .jumbotron.hero .form-signup-sb .signup-button,
  .jumbotron.action .form-signup .signup-email,
  .jumbotron.action .form-signup .signup-zip,
  .jumbotron.action .form-signup .signup-button,
  .jumbotron.action .form-signup-sb .signup-email,
  .jumbotron.action .form-signup-sb .signup-zip,
  .jumbotron.action .form-signup-sb .signup-button {
    width: 100%;
    padding-right: 0
  }

  .jumbotron.hero .btn,
  .jumbotron.hero .comment-form input[type=submit],
  .comment-form .jumbotron.hero input[type=submit],
  .jumbotron.action .btn,
  .jumbotron.action .comment-form input[type=submit],
  .comment-form .jumbotron.action input[type=submit] {
    display: block;
    width: 100%
  }

  .jumbotron.responsive-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-color: #9a9b9d;
    background-repeat: no-repeat;
    min-height: 180px
  }

  .jumbotron.responsive-image .breadcrumbs {
    display: none !important
  }
}

@media only screen and (max-width: 767px)and (-webkit-min-device-pixel-ratio: 2),
not all,
only screen and (max-width: 767px)and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 767px)and (min-resolution: 192dpi),
only screen and (max-width: 767px)and (min-resolution: 2dppx) {

  .jumbotron.hero,
  .jumbotron.action {
    background-image: url(../images/9e3eb71c564f0765cfaa.png) !important
  }
}

@media(min-width: 576px) {

  .jumbotron.hero .description,
  .jumbotron.hero p,
  .jumbotron.action .description,
  .jumbotron.action p,
  .jumbotron.responsive-image .description,
  .jumbotron.responsive-image p {
    margin-bottom: 20px
  }

  .jumbotron.hero .form-signup,
  .jumbotron.hero .form-signup-sb,
  .jumbotron.action .form-signup,
  .jumbotron.action .form-signup-sb,
  .jumbotron.responsive-image .form-signup,
  .jumbotron.responsive-image .form-signup-sb {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .jumbotron.hero .form-signup .signup-email,
  .jumbotron.hero .form-signup .signup-zip,
  .jumbotron.hero .form-signup-sb .signup-email,
  .jumbotron.hero .form-signup-sb .signup-zip,
  .jumbotron.action .form-signup .signup-email,
  .jumbotron.action .form-signup .signup-zip,
  .jumbotron.action .form-signup-sb .signup-email,
  .jumbotron.action .form-signup-sb .signup-zip,
  .jumbotron.responsive-image .form-signup .signup-email,
  .jumbotron.responsive-image .form-signup .signup-zip,
  .jumbotron.responsive-image .form-signup-sb .signup-email,
  .jumbotron.responsive-image .form-signup-sb .signup-zip {
    width: 50%
  }

  .jumbotron.hero .form-signup .signup-email,
  .jumbotron.hero .form-signup-sb .signup-email,
  .jumbotron.action .form-signup .signup-email,
  .jumbotron.action .form-signup-sb .signup-email,
  .jumbotron.responsive-image .form-signup .signup-email,
  .jumbotron.responsive-image .form-signup-sb .signup-email {
    padding-right: 10px
  }

  .jumbotron.hero .form-signup .signup-zip,
  .jumbotron.hero .form-signup-sb .signup-zip,
  .jumbotron.action .form-signup .signup-zip,
  .jumbotron.action .form-signup-sb .signup-zip,
  .jumbotron.responsive-image .form-signup .signup-zip,
  .jumbotron.responsive-image .form-signup-sb .signup-zip {
    padding-right: 0
  }

  .jumbotron.hero .form-signup .signup-button,
  .jumbotron.hero .form-signup-sb .signup-button,
  .jumbotron.action .form-signup .signup-button,
  .jumbotron.action .form-signup-sb .signup-button,
  .jumbotron.responsive-image .form-signup .signup-button,
  .jumbotron.responsive-image .form-signup-sb .signup-button {
    width: 100%;
    padding-right: 0
  }

  .jumbotron.responsive-image {
    min-height: 250px
  }

  .hero.jumbotron.hero-post {
    padding-top: 40px
  }

  .hero.jumbotron.hero-post h1,
  .hero.jumbotron.hero-post h2 {
    font-size: 36px;
    line-height: 36px
  }

  .hero.jumbotron.hero-post .entry-meta {
    font-size: 16px;
    line-height: 22px
  }
}

@media(min-width: 768px) {

  .jumbotron.hero,
  .jumbotron.action,
  .jumbotron.responsive-image {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center top
  }

  .jumbotron.hero h1,
  .jumbotron.hero h2,
  .jumbotron.action h1,
  .jumbotron.action h2,
  .jumbotron.responsive-image h1,
  .jumbotron.responsive-image h2 {
    margin-top: 0;
    font-size: 48px;
    line-height: 45px
  }

  .hero.jumbotron.hero-post {
    padding-top: 60px
  }

  .hero.jumbotron.hero-post h1,
  .hero.jumbotron.hero-post h2 {
    font-size: 48px;
    line-height: 45px
  }

  .hero.jumbotron .meta-categories {
    position: absolute;
    bottom: 20px
  }
}

@media(min-width: 768px)and (min-width: 768px) {
  .hero.jumbotron .meta-categories {
    bottom: 10px
  }
}

@media(min-width: 768px) {
  .jumbotron.responsive-image {
    min-height: 384px
  }
}

@media(min-width: 992px) {

  .jumbotron.hero,
  .jumbotron.action,
  .jumbotron.responsive-image {
    min-height: 440px
  }

  .jumbotron.hero .form-signup .signup-email,
  .jumbotron.hero .form-signup-sb .signup-email,
  .jumbotron.action .form-signup .signup-email,
  .jumbotron.action .form-signup-sb .signup-email,
  .jumbotron.responsive-image .form-signup .signup-email,
  .jumbotron.responsive-image .form-signup-sb .signup-email {
    width: 60%;
    padding-right: 10px
  }

  .jumbotron.hero .form-signup .signup-zip,
  .jumbotron.hero .form-signup-sb .signup-zip,
  .jumbotron.action .form-signup .signup-zip,
  .jumbotron.action .form-signup-sb .signup-zip,
  .jumbotron.responsive-image .form-signup .signup-zip,
  .jumbotron.responsive-image .form-signup-sb .signup-zip {
    width: 40%
  }

  .jumbotron.hero .btn,
  .jumbotron.hero .comment-form input[type=submit],
  .comment-form .jumbotron.hero input[type=submit],
  .jumbotron.action .btn,
  .jumbotron.action .comment-form input[type=submit],
  .comment-form .jumbotron.action input[type=submit],
  .jumbotron.responsive-image .btn,
  .jumbotron.responsive-image .comment-form input[type=submit],
  .comment-form .jumbotron.responsive-image input[type=submit] {
    min-width: 180px
  }

  .hero.jumbotron.hero-post {
    padding-top: 70px
  }

  .hero.jumbotron.hero-post .breadcrumbs {
    margin-top: -55px
  }

  .hero.jumbotron.hero-post h1,
  .hero.jumbotron.hero-post h2 {
    font-size: 55px;
    line-height: 50px
  }

  .hero.jumbotron.hero-post .entry-meta {
    font-size: 18px;
    line-height: 22px
  }
}

@media(min-width: 1200px) {

  .jumbotron.hero,
  .jumbotron.action,
  .jumbotron.responsive-image {
    min-height: 540px
  }

  .jumbotron.hero h1,
  .jumbotron.hero h2,
  .jumbotron.action h1,
  .jumbotron.action h2,
  .jumbotron.responsive-image h1,
  .jumbotron.responsive-image h2 {
    font-size: 60px;
    line-height: 55px
  }

  .jumbotron.hero .description,
  .jumbotron.hero p,
  .jumbotron.action .description,
  .jumbotron.action p,
  .jumbotron.responsive-image .description,
  .jumbotron.responsive-image p {
    font-size: 24px;
    line-height: 35px
  }

  .jumbotron.hero .form-signup .signup-email,
  .jumbotron.hero .form-signup-sb .signup-email,
  .jumbotron.action .form-signup .signup-email,
  .jumbotron.action .form-signup-sb .signup-email,
  .jumbotron.responsive-image .form-signup .signup-email,
  .jumbotron.responsive-image .form-signup-sb .signup-email {
    width: 40%
  }

  .jumbotron.hero .form-signup .signup-zip,
  .jumbotron.hero .form-signup-sb .signup-zip,
  .jumbotron.action .form-signup .signup-zip,
  .jumbotron.action .form-signup-sb .signup-zip,
  .jumbotron.responsive-image .form-signup .signup-zip,
  .jumbotron.responsive-image .form-signup-sb .signup-zip {
    width: 20%
  }

  .jumbotron.hero .form-signup .form-control,
  .jumbotron.hero .form-signup .comment-form input[type=text],
  .comment-form .jumbotron.hero .form-signup input[type=text],
  .jumbotron.hero .form-signup .comment-form input[type=email],
  .comment-form .jumbotron.hero .form-signup input[type=email],
  .jumbotron.hero .form-signup .comment-form input[type=url],
  .comment-form .jumbotron.hero .form-signup input[type=url],
  .jumbotron.hero .form-signup .comment-form textarea,
  .comment-form .jumbotron.hero .form-signup textarea,
  .jumbotron.hero .form-signup-sb .form-control,
  .jumbotron.hero .form-signup-sb .comment-form input[type=text],
  .comment-form .jumbotron.hero .form-signup-sb input[type=text],
  .jumbotron.hero .form-signup-sb .comment-form input[type=email],
  .comment-form .jumbotron.hero .form-signup-sb input[type=email],
  .jumbotron.hero .form-signup-sb .comment-form input[type=url],
  .comment-form .jumbotron.hero .form-signup-sb input[type=url],
  .jumbotron.hero .form-signup-sb .comment-form textarea,
  .comment-form .jumbotron.hero .form-signup-sb textarea,
  .jumbotron.action .form-signup .form-control,
  .jumbotron.action .form-signup .comment-form input[type=text],
  .comment-form .jumbotron.action .form-signup input[type=text],
  .jumbotron.action .form-signup .comment-form input[type=email],
  .comment-form .jumbotron.action .form-signup input[type=email],
  .jumbotron.action .form-signup .comment-form input[type=url],
  .comment-form .jumbotron.action .form-signup input[type=url],
  .jumbotron.action .form-signup .comment-form textarea,
  .comment-form .jumbotron.action .form-signup textarea,
  .jumbotron.action .form-signup-sb .form-control,
  .jumbotron.action .form-signup-sb .comment-form input[type=text],
  .comment-form .jumbotron.action .form-signup-sb input[type=text],
  .jumbotron.action .form-signup-sb .comment-form input[type=email],
  .comment-form .jumbotron.action .form-signup-sb input[type=email],
  .jumbotron.action .form-signup-sb .comment-form input[type=url],
  .comment-form .jumbotron.action .form-signup-sb input[type=url],
  .jumbotron.action .form-signup-sb .comment-form textarea,
  .comment-form .jumbotron.action .form-signup-sb textarea,
  .jumbotron.responsive-image .form-signup .form-control,
  .jumbotron.responsive-image .form-signup .comment-form input[type=text],
  .comment-form .jumbotron.responsive-image .form-signup input[type=text],
  .jumbotron.responsive-image .form-signup .comment-form input[type=email],
  .comment-form .jumbotron.responsive-image .form-signup input[type=email],
  .jumbotron.responsive-image .form-signup .comment-form input[type=url],
  .comment-form .jumbotron.responsive-image .form-signup input[type=url],
  .jumbotron.responsive-image .form-signup .comment-form textarea,
  .comment-form .jumbotron.responsive-image .form-signup textarea,
  .jumbotron.responsive-image .form-signup-sb .form-control,
  .jumbotron.responsive-image .form-signup-sb .comment-form input[type=text],
  .comment-form .jumbotron.responsive-image .form-signup-sb input[type=text],
  .jumbotron.responsive-image .form-signup-sb .comment-form input[type=email],
  .comment-form .jumbotron.responsive-image .form-signup-sb input[type=email],
  .jumbotron.responsive-image .form-signup-sb .comment-form input[type=url],
  .comment-form .jumbotron.responsive-image .form-signup-sb input[type=url],
  .jumbotron.responsive-image .form-signup-sb .comment-form textarea,
  .comment-form .jumbotron.responsive-image .form-signup-sb textarea {
    padding: 18px 10px 18px
  }

  .jumbotron.hero .form-signup .signup-button,
  .jumbotron.hero .form-signup-sb .signup-button,
  .jumbotron.action .form-signup .signup-button,
  .jumbotron.action .form-signup-sb .signup-button,
  .jumbotron.responsive-image .form-signup .signup-button,
  .jumbotron.responsive-image .form-signup-sb .signup-button {
    width: 40%;
    padding-left: 10px
  }

  .jumbotron.hero .btn,
  .jumbotron.hero .comment-form input[type=submit],
  .comment-form .jumbotron.hero input[type=submit],
  .jumbotron.action .btn,
  .jumbotron.action .comment-form input[type=submit],
  .comment-form .jumbotron.action input[type=submit],
  .jumbotron.responsive-image .btn,
  .jumbotron.responsive-image .comment-form input[type=submit],
  .comment-form .jumbotron.responsive-image input[type=submit] {
    padding: 17px 35px 13px
  }

  .jumbotron.action {
    min-height: 480px
  }

  .hero.jumbotron.hero-post {
    padding-top: 80px
  }

  .hero.jumbotron.hero-post .breadcrumbs {
    margin-top: -65px
  }
}

.jumbotron.hero.thin {
  height: 120px
}

@media(min-width: 768px) {
  .jumbotron.hero.thin {
    height: 160px
  }
}

@media(min-width: 992px) {
  .jumbotron.hero.thin {
    height: 120px
  }
}

@media only screen and (max-width: 767px)and (-webkit-min-device-pixel-ratio: 2),
not all,
only screen and (max-width: 767px)and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 767px)and (min-resolution: 192dpi),
only screen and (max-width: 767px)and (min-resolution: 2dppx) {
  .jumbotron.hero.thin {
    background-image: url(../images/edf3b53c9b82944477dc.png) !important
  }
}

@media print {
  .hero.jumbotron {
    padding: 0 !important;
    min-height: inherit !important
  }
}

.big-buttons .notice {
  margin-top: 20px;
  font-style: italic;
  font-size: 16px;
  text-align: center
}

.big-buttons .highlight-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.big-buttons .highlight-wide .highlight-wide-caption {
  width: 41.6666666667%;
  padding-left: 0;
  padding-right: 0
}

.big-buttons .highlight-wide .highlight-wide-image {
  width: 58.3333333333%;
  padding-left: 0;
  padding-right: 0
}

.big-buttons .highlight,
.big-buttons .highlight-small,
.big-buttons .highlight-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.big-buttons .highlight img,
.big-buttons .highlight-small img,
.big-buttons .highlight-wide img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0
}

.big-buttons .highlight a:hover,
.big-buttons .highlight-small a:hover,
.big-buttons .highlight-wide a:hover,
.big-buttons .highlight:hover,
.big-buttons .highlight-small:hover,
.big-buttons .highlight-wide:hover {
  text-decoration: none
}

.big-buttons .highlight .caption,
.big-buttons .highlight-small .caption,
.big-buttons .highlight-wide .caption {
  background: #0f5b65 center bottom repeat-x url(../images/e61e899e48f10d65502c.png);
  height: 100%;
  padding: 20px 20px 50px 20px
}

.big-buttons .highlight .caption h3,
.big-buttons .highlight-small .caption h3,
.big-buttons .highlight-wide .caption h3 {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin: 0
}

.big-buttons .highlight .caption h4,
.big-buttons .highlight-small .caption h4,
.big-buttons .highlight-wide .caption h4 {
  font-size: 20px;
  color: #fff;
  margin: 0
}

.big-buttons .highlight .caption h5,
.big-buttons .highlight-small .caption h5,
.big-buttons .highlight-wide .caption h5 {
  color: rgba(255, 255, 255, .67);
  font-size: 16px
}

.big-buttons .highlight .caption p,
.big-buttons .highlight-small .caption p,
.big-buttons .highlight-wide .caption p {
  color: #fff
}

.big-buttons .highlight .caption.blue,
.big-buttons .highlight-small .caption.blue,
.big-buttons .highlight-wide .caption.blue {
  background-color: #00b8e4
}

.big-buttons .highlight .caption.purple,
.big-buttons .highlight-small .caption.purple,
.big-buttons .highlight-wide .caption.purple {
  background-color: #732154;
  background-image: url(../images/ce1dfbd89f0f85076f48.png)
}

.big-buttons .highlight .caption.teal,
.big-buttons .highlight-small .caption.teal,
.big-buttons .highlight-wide .caption.teal {
  background-color: #00829a;
  background-image: url(../images/811739538848b8bcd388.png)
}

.big-buttons .highlight .caption.yellow,
.big-buttons .highlight-small .caption.yellow,
.big-buttons .highlight-wide .caption.yellow {
  background-color: #b97a1b
}

.big-buttons .highlight .caption.gold,
.big-buttons .highlight-small .caption.gold,
.big-buttons .highlight-wide .caption.gold {
  background-color: #d28e00
}

.big-buttons .highlight .caption.red,
.big-buttons .highlight-small .caption.red,
.big-buttons .highlight-wide .caption.red {
  background-color: #d3441c
}

.big-buttons .highlight .caption.pink,
.big-buttons .highlight-small .caption.pink,
.big-buttons .highlight-wide .caption.pink {
  background-color: #ae005f
}

.big-buttons .highlight .caption.light-green,
.big-buttons .highlight-small .caption.light-green,
.big-buttons .highlight-wide .caption.light-green {
  background-color: #aab300
}

.big-buttons .highlight .caption.indigo,
.big-buttons .highlight-small .caption.indigo,
.big-buttons .highlight-wide .caption.indigo {
  background-color: #405bc6
}

.big-buttons .highlight .caption.light-blue,
.big-buttons .highlight-small .caption.light-blue,
.big-buttons .highlight-wide .caption.light-blue {
  background-color: #68ace5
}

@media(max-width: 767.98px) {
  .big-buttons .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .big-buttons .highlight,
  .big-buttons .highlight-small,
  .big-buttons .highlight-wide {
    margin-bottom: 30px;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .big-buttons .highlight .caption,
  .big-buttons .highlight-small .caption,
  .big-buttons .highlight-wide .caption {
    text-align: left
  }

  .big-buttons .highlight .highlight-wide-image,
  .big-buttons .highlight-small .highlight-wide-image,
  .big-buttons .highlight-wide .highlight-wide-image {
    width: 100%
  }

  .big-buttons .highlight .highlight-wide-caption,
  .big-buttons .highlight-small .highlight-wide-caption,
  .big-buttons .highlight-wide .highlight-wide-caption {
    width: 100%
  }
}

@media(max-width: 991.98px) {

  .big-buttons .highlight:last-child,
  .big-buttons .highlight-small:last-child,
  .big-buttons .highlight-wide:last-child {
    margin-bottom: 0
  }

  .big-buttons .highlight .caption,
  .big-buttons .highlight-small .caption,
  .big-buttons .highlight-wide .caption {
    padding: 20px 20px 50px 20px
  }
}

@media(min-width: 576px) {

  .big-buttons .highlight .highlight-wide-caption .caption.match-height,
  .big-buttons .highlight-small .highlight-wide-caption .caption.match-height,
  .big-buttons .highlight-wide .highlight-wide-caption .caption.match-height {
    height: 100%;
    min-height: 0
  }

  .big-buttons .highlight .caption h3,
  .big-buttons .highlight-small .caption h3,
  .big-buttons .highlight-wide .caption h3 {
    font-size: 28px;
    line-height: 30px
  }

  .big-buttons .highlight .caption h4,
  .big-buttons .highlight-small .caption h4,
  .big-buttons .highlight-wide .caption h4 {
    font-size: 20px
  }

  .big-buttons .highlight .caption h5,
  .big-buttons .highlight-small .caption h5,
  .big-buttons .highlight-wide .caption h5 {
    font-size: 16px;
    margin-top: 0
  }
}

@media(min-width: 768px) {

  .big-buttons .highlight,
  .big-buttons .highlight-small,
  .big-buttons .highlight-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }

  .big-buttons .highlight:nth-child(n+4),
  .big-buttons .highlight-small:nth-child(n+4),
  .big-buttons .highlight-wide:nth-child(n+4) {
    margin-top: 30px
  }

  .big-buttons .highlight .caption,
  .big-buttons .highlight-small .caption,
  .big-buttons .highlight-wide .caption {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
  }

  .big-buttons .highlight .caption h3,
  .big-buttons .highlight-small .caption h3,
  .big-buttons .highlight-wide .caption h3 {
    font-size: 24px;
    line-height: 28px
  }

  .big-buttons .highlight .caption h4,
  .big-buttons .highlight-small .caption h4,
  .big-buttons .highlight-wide .caption h4 {
    font-size: 18px
  }

  .big-buttons .highlight .caption h5,
  .big-buttons .highlight-small .caption h5,
  .big-buttons .highlight-wide .caption h5 {
    font-size: 15px;
    margin-top: 0
  }

  .big-buttons .highlight-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .big-buttons .highlight-wide .highlight-wide-caption .caption.match-height {
    padding: 20px
  }

  .big-buttons .highlight-wide:nth-child(n+3) {
    margin-top: 30px
  }

  .big-buttons .highlight-wide .caption h3 {
    font-size: 24px;
    line-height: 28px
  }

  .big-buttons .highlight-wide .caption h4 {
    font-size: 18px
  }

  .big-buttons .highlight-wide .caption h5 {
    font-size: 15px;
    margin-top: 0
  }
}

@media(min-width: 992px) {

  .big-buttons .highlight .caption.match-height,
  .big-buttons .highlight-small .caption.match-height,
  .big-buttons .highlight-wide .caption.match-height {
    min-height: 178px
  }

  .big-buttons .highlight .caption h3,
  .big-buttons .highlight-small .caption h3,
  .big-buttons .highlight-wide .caption h3 {
    font-size: 28px;
    line-height: 30px
  }

  .big-buttons .highlight .caption h4,
  .big-buttons .highlight-small .caption h4,
  .big-buttons .highlight-wide .caption h4 {
    font-size: 20px
  }

  .big-buttons .highlight .caption h5,
  .big-buttons .highlight-small .caption h5,
  .big-buttons .highlight-wide .caption h5 {
    font-size: 16px;
    margin-top: 0
  }
}

@media(min-width: 1200px) {

  .big-buttons .highlight .caption,
  .big-buttons .highlight-small .caption,
  .big-buttons .highlight-wide .caption {
    padding: 30px 30px 40px 30px
  }

  .big-buttons .highlight .caption h3,
  .big-buttons .highlight-small .caption h3,
  .big-buttons .highlight-wide .caption h3 {
    font-size: 36px;
    line-height: 36px
  }

  .big-buttons .highlight .caption h4,
  .big-buttons .highlight-small .caption h4,
  .big-buttons .highlight-wide .caption h4 {
    font-size: 24px
  }

  .big-buttons .highlight .caption h5,
  .big-buttons .highlight-small .caption h5,
  .big-buttons .highlight-wide .caption h5 {
    font-size: 18px;
    margin-top: 0
  }
}

.element-quotes .quote-field-center {
  text-align: center
}

.element-quotes .quote-content {
  padding: 0;
  margin-bottom: 30px
}

.element-quotes .quote-name {
  margin-bottom: 0
}

.element-quotes .quote-name-left {
  text-align: left;
  margin-top: 10px
}

.element-quotes .quote-image {
  padding: 1em 3em;
  display: inline-block;
  border-radius: 100%
}

@media(min-width: 768px)and (max-width: 991.98px) {
  .element-quotes .quote-image {
    padding: 1em 18em
  }
}

.element-quotes .quote-text {
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 30px
}

@media(min-width: 1200px) {
  .element-quotes .quote-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    padding: 10px
  }
}

.element-quotes .quote-text::before {
  content: "“"
}

.element-quotes .quote-text::after {
  content: "”"
}

.element-quotes .quote-text-left {
  text-align: left;
  padding-left: 0px;
  margin-bottom: 0px
}

.element-quotes .quote-title {
  color: #897a6d;
  font-style: normal;
  font-size: 14px;
  font-weight: 200
}

.element-quotes .quote-title-left {
  text-align: left
}

.element-quotes .quote-readmore {
  display: inline-block;
  padding: 1em 0;
  font-style: italic;
  font-size: 18px;
  font-weight: 200
}

@media(max-width: 767.98px) {
  section.spread-the-word #items {
    max-width: 400px;
    margin: 0 auto
  }
}

section.spread-the-word h3 {
  color: #f4aa00;
  margin-bottom: .25em;
  margin-top: 2.25em;
  font-size: 36px
}

@media(min-width: 768px) {
  section.spread-the-word h3 {
    margin-top: 2em;
    font-size: 28px
  }
}

@media(min-width: 992px) {
  section.spread-the-word h3 {
    margin-bottom: .5em;
    font-size: 36px
  }
}

@media(min-width: 1200px) {
  section.spread-the-word h3 {
    margin-top: 3em
  }
}

section.spread-the-word .thumbnail {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0
}

section.spread-the-word .thumbnail:hover .caption {
  opacity: 1
}

section.spread-the-word .caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  padding: 2%;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

section.spread-the-word .social {
  font-size: 36px
}

section.spread-the-word .social a {
  color: #fff;
  font-size: 28px;
  font-weight: normal !important;
  -webkit-transition: 250ms, ease-out;
  -o-transition: 250ms, ease-out;
  transition: 250ms, ease-out
}

@media(min-width: 992px) {
  section.spread-the-word .social a {
    font-size: 36px
  }
}

section.spread-the-word .social a:hover {
  text-decoration: none;
  color: #f4aa00
}

section.spread-the-word .social .fa-envelope-o {
  margin-top: -2px
}

.info-cards .row {
  gap: 40px 0px
}

.info-cards .row .row-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px
}

.info-cards .row .row-description {
  margin-bottom: 10px
}

.info-cards .row .row-description p {
  font-size: 18px
}

.info-cards .info-item {
  padding: 0 5px 0 5px
}

.info-cards header.subheader .description {
  font-size: 21px !important;
  text-align: left
}

.info-cards header.subheader .content {
  margin-bottom: 35px
}

.info-cards .text-link {
  font-weight: bold;
  font-size: 18px
}

.cards .card {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box
}

.cards .card span.card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase
}

.cards .card .card-image {
  position: relative;
  overflow: hidden
}

.cards .card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1
}

.cards .card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px
}

.cards .card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.cards .card .card-content p {
  margin: 0;
  color: inherit
}

.cards .card .card-content span.card-title {
  line-height: 48px
}

.cards .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, .2);
  padding: 16px
}

.cards .card .card-action a {
  color: #ffab40;
  margin-right: 16px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase
}

.cards .card .card-action a:hover {
  color: #ffd8a6;
  text-decoration: none
}

section.data-dashboard a.hollow-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 16px;
  border: 2px solid rgba(0, 130, 154, .5);
  text-transform: uppercase;
  padding: 10px 14px 8px 14px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #00829a
}

section.data-dashboard a.hollow-button .fa {
  font-size: 18px
}

section.data-dashboard a[aria-expanded=true] .fa-chevron-right {
  display: none
}

section.data-dashboard a[aria-expanded=false] .fa-chevron-down {
  display: none
}

section.data-dashboard div.dashboard-column {
  float: left;
  padding-top: 20px;
  text-align: center
}

section.data-dashboard div.dashboard-column div.intro h3 {
  font-size: 34px;
  color: #4f5051;
  margin-bottom: 32px
}

section.data-dashboard div.dashboard-column div.intro p {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  height: 40px
}

section.data-dashboard div.dashboard-column div.row {
  display: block
}

section.data-dashboard div.dashboard-column .sub-column {
  float: left
}

section.data-dashboard div.dashboard-column .sub-column p {
  font-size: 12px
}

section.data-dashboard .primary {
  background-image: -webkit-linear-gradient(top, #0f5b65 0, #0f5b65 105px, rgba(255, 255, 255, 0) 105px);
  background-image: -o-linear-gradient(top, #0f5b65 0, #0f5b65 105px, rgba(255, 255, 255, 0) 105px);
  background-image: linear-gradient(to bottom, #0f5b65 0, #0f5b65 105px, rgba(255, 255, 255, 0) 105px)
}

section.data-dashboard .red {
  background-image: -webkit-linear-gradient(top, #d3441c 0, #d3441c 105px, rgba(255, 255, 255, 0) 105px);
  background-image: -o-linear-gradient(top, #d3441c 0, #d3441c 105px, rgba(255, 255, 255, 0) 105px);
  background-image: linear-gradient(to bottom, #d3441c 0, #d3441c 105px, rgba(255, 255, 255, 0) 105px)
}

section.data-dashboard .yellow {
  background-image: -webkit-linear-gradient(top, #f4aa00 0, #f4aa00 105px, rgba(255, 255, 255, 0) 105px);
  background-image: -o-linear-gradient(top, #f4aa00 0, #f4aa00 105px, rgba(255, 255, 255, 0) 105px);
  background-image: linear-gradient(to bottom, #f4aa00 0, #f4aa00 105px, rgba(255, 255, 255, 0) 105px)
}

section.data-dashboard div.col-md-8 {
  margin-left: 16.6666667%
}

.carousel-control-prev {
  left: -30px
}

.carousel-control-next {
  right: -30px
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%239a9b9d%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%239a9b9d%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")
}

@media(max-width: 767px) {
  .carousel-control-prev {
    left: 0px;
    text-align: center
  }

  .carousel-control-next {
    right: 0px;
    text-align: center
  }

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%2750%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
    background-color: gray;
    height: 50px;
    width: 25px
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%2750%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
    background-color: gray;
    height: 50px;
    width: 25px
  }
}

.kicker-statistics-single-button {
  margin: 40px auto 0px auto
}

.row-centered {
  text-align: center
}

[class*=col-centered-] {
  display: block;
  float: none;
  text-align: left;
  margin-right: -4px
}

@media(min-width: 768px) {
  .col-centered-sm {
    display: inline-block
  }
}

@media(min-width: 992px) {
  .col-centered-md {
    display: inline-block
  }
}

@media(min-width: 1200px) {
  .col-centered-lg {
    display: inline-block
  }
}

section.video-gallery .video-wrapper {
  margin-bottom: 18px
}

section.four-icons div.four-icons-element {
  text-align: center;
  margin-bottom: 40px
}

section.four-icons div.four-icons-element div.caption p {
  font-size: 16px;
  text-align: center
}

section.four-icons div.four-icons-element div.caption h3 {
  color: #4f5051;
  text-align: center
}

section.element-featured-callout div>article>div.col-sm-6>header {
  margin-top: 0
}

@media screen and (max-width: 768px) {
  section.element-featured-callout div>article>div.col-sm-6>header {
    margin-top: 20px
  }
}

.col-sm-6.dbl-featured-callout {
  padding: 20px 40px;
  margin-top: 40px
}

.col-sm-6.dbl-featured-callout .row {
  border-top: 3px solid #6b6b6b
}

div.col-sm-8>header {
  margin-top: 30px
}

div.col-sm-8>header h2 {
  color: #000;
  text-transform: none
}

div.col-sm-8>header h2 a {
  color: #000
}

img {
  max-width: 100%
}

section.kicker {
  background-color: #f5f5f5
}

section.kicker .thumbnail {
  background: none;
  border: none;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 767.98px) {
  section.kicker .thumbnail {
    margin-bottom: 40px;
    display: block
  }
}

section.kicker .thumbnail .caption .description {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px
}

section.kicker .thumbnail .caption .btn,
section.kicker .thumbnail .caption .comment-form input[type=submit],
.comment-form section.kicker .thumbnail .caption input[type=submit] {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 32px 8px
}

section.kicker .col-md-4:last-child .thumbnail {
  margin-bottom: 0
}

.single-post .ekko-lightbox .modal-body {
  max-width: none !important
}

.lightbox-image-wrapper {
  display: inline-block;
  position: relative
}

.lightbox-image-wrapper i.fa-search {
  position: absolute;
  color: #000;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px;
  bottom: 10px;
  right: 10px
}

.hentry .entry-content ul li li:not(.faq-item)::before {
  content: "◦" !important;
  color: #00829a;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25em
}

section.kicker.text p.text-center {
  margin: 0
}

.resources section.signup,
.template-text-with-signup section.signup {
  background: #f5f5f5
}

.element-aside {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #f5f5f5;
  padding: 30px 0;
  margin: 0 20px;
  border-left: 0;
  border-right: 0
}

@media(min-width: 576px) {
  .element-aside {
    max-width: 540px
  }
}

@media(min-width: 768px) {
  .element-aside {
    max-width: 720px
  }
}

@media(min-width: 992px) {
  .element-aside {
    max-width: 960px
  }
}

@media(min-width: 1200px) {
  .element-aside {
    max-width: 1140px
  }
}

.element-aside .aside-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px
}

.element-aside .aside-content .btn,
.element-aside .aside-content .comment-form input[type=submit],
.comment-form .element-aside .aside-content input[type=submit] {
  font-size: 1.09375rem;
  padding: 6px 15px;
  color: #fff;
  background-color: #d3441c;
  border-color: #d3441c;
  -webkit-box-shadow: none;
  box-shadow: none
}

.element-aside .aside-content .btn:hover,
.element-aside .aside-content .comment-form input[type=submit]:hover,
.comment-form .element-aside .aside-content input[type=submit]:hover {
  color: #fff;
  background-color: #b13918;
  border-color: #a63516
}

.element-aside .aside-content .btn:focus,
.element-aside .aside-content .comment-form input[type=submit]:focus,
.comment-form .element-aside .aside-content input[type=submit]:focus,
.element-aside .aside-content .btn.focus,
.element-aside .aside-content .comment-form input.focus[type=submit],
.comment-form .element-aside .aside-content input.focus[type=submit] {
  color: #fff;
  background-color: #b13918;
  border-color: #a63516;
  -webkit-box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5);
  box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5)
}

.element-aside .aside-content .btn.disabled,
.element-aside .aside-content .comment-form input.disabled[type=submit],
.comment-form .element-aside .aside-content input.disabled[type=submit],
.element-aside .aside-content .btn:disabled,
.element-aside .aside-content .comment-form input[type=submit]:disabled,
.comment-form .element-aside .aside-content input[type=submit]:disabled {
  color: #fff;
  background-color: #d3441c;
  border-color: #d3441c
}

.element-aside .aside-content .btn:not(:disabled):not(.disabled):active,
.element-aside .aside-content .comment-form input[type=submit]:not(:disabled):not(.disabled):active,
.comment-form .element-aside .aside-content input[type=submit]:not(:disabled):not(.disabled):active,
.element-aside .aside-content .btn:not(:disabled):not(.disabled).active,
.element-aside .aside-content .comment-form input[type=submit]:not(:disabled):not(.disabled).active,
.comment-form .element-aside .aside-content input[type=submit]:not(:disabled):not(.disabled).active,
.show>.element-aside .aside-content .btn.dropdown-toggle,
.show>.element-aside .aside-content .comment-form input.dropdown-toggle[type=submit],
.comment-form .show>.element-aside .aside-content input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #a63516;
  border-color: #9b3215
}

.element-aside .aside-content .btn:not(:disabled):not(.disabled):active:focus,
.element-aside .aside-content .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.comment-form .element-aside .aside-content input[type=submit]:not(:disabled):not(.disabled):active:focus,
.element-aside .aside-content .btn:not(:disabled):not(.disabled).active:focus,
.element-aside .aside-content .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.comment-form .element-aside .aside-content input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show>.element-aside .aside-content .btn.dropdown-toggle:focus,
.show>.element-aside .aside-content .comment-form input.dropdown-toggle[type=submit]:focus,
.comment-form .show>.element-aside .aside-content input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5);
  box-shadow: 0 0 0 .2rem rgba(218, 96, 62, .5)
}

@media(max-width: 991.98px) {
  .element-aside {
    text-align: center;
    margin: 30px auto 30px
  }

  .element-aside .aside-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 20px
  }

  .element-aside .aside-content .caption {
    width: 100%
  }

  .element-aside img {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
  }
}

@media(max-width: 991.98px)and (min-width: 768px) {
  .element-aside img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media(max-width: 991.98px) {
  .element-aside .aside-caption {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
  }
}

@media(max-width: 991.98px)and (min-width: 768px) {
  .element-aside .aside-caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media(min-width: 992px) {
  .container {
    max-width: 970px
  }

  .hentry .entry-content .element-aside {
    padding: 0
  }

  .element-aside {
    padding: 0;
    border: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }

  .element-aside .aside-content {
    position: absolute;
    right: 0;
    width: 16.667%;
    padding-left: 15px;
    border-left: 2px solid #f5f5f5;
    padding-right: 5px
  }

  .element-aside .aside-content .btn,
  .element-aside .aside-content .comment-form input[type=submit],
  .comment-form .element-aside .aside-content input[type=submit] {
    display: block;
    width: 100%
  }

  .element-aside .aside-content .caption h4 {
    line-height: 1em;
    margin: 0
  }

  .element-aside .aside-content .caption p {
    font-size: 14px;
    line-height: 22px;
    color: #000
  }
}

@media(min-width: 1200px) {
  .element-aside .aside-content {
    padding-right: 0;
    width: 15%;
    right: 20px
  }

  .container {
    max-width: 1170px
  }
}

.element-social {
  text-align: center
}

.element-social .fa-x-twitter,
.element-social .fa-facebook {
  font-size: 2.7em;
  padding-top: 4px;
  margin-bottom: 20px
}

.element-social .fa-x-twitter {
  color: #00b8e4
}

.element-social .fa-facebook {
  color: #3b5998
}

.element-social .status {
  font-size: 21px;
  line-height: 31px;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 30px
}

.element-social .status a {
  color: #ae005f;
  font-weight: 400
}

.element-social .more-link {
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  font-style: italic
}

.element-social .status-date {
  font-size: 12px;
  color: #9a9b9d;
  margin-bottom: 40px
}

.element-social .follow {
  height: 50px
}

.element-social .carousel-item {
  padding-left: 10%;
  padding-right: 10%
}

.element-social .carousel .item {
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out
}

.element-social .carousel .item.active {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -webkit-opacity: 100;
  opacity: 100
}

.element-social .carousel-control-next,
.element-social .carousel-control-prev,
.element-social .carousel-control {
  background: none rgba(0, 0, 0, 0);
  color: #9b9c9e;
  text-shadow: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8em;
  margin-top: -0.5em
}

.element-social .carousel-control-next.left,
.element-social .carousel-control-prev.left,
.element-social .carousel-control.left {
  text-align: left
}

.element-social .carousel-control-next.right,
.element-social .carousel-control-prev.right,
.element-social .carousel-control.right {
  text-align: right
}

@media(max-width: 767.98px) {
  .element-slideshow {
    overflow: hidden
  }

  .element-slideshow .row>div {
    padding: 0
  }
}

.element-slideshow .carousel-control {
  text-shadow: none;
  background: rgba(0, 0, 0, 0) none;
  color: #9a9b9d;
  margin: 0;
  top: 50%;
  font-size: 3em;
  margin-top: -1.5em;
  bottom: auto
}

.element-slideshow .carousel-control.left {
  left: -30px;
  text-align: left
}

.element-slideshow .carousel-control.right {
  right: -30px;
  text-align: right
}

@media(max-width: 767.98px) {
  .element-slideshow .carousel-control {
    width: 50px;
    color: #fff;
    background: fade(#000, 50%);
    text-align: center
  }

  .element-slideshow .carousel-control.left {
    left: 0;
    text-align: center
  }

  .element-slideshow .carousel-control.right {
    right: 0;
    text-align: center
  }
}

.element-slideshow .carousel-inner img {
  margin: auto
}

@media(min-width: 768px) {

  .element-social .fa-facebook,
  .element-social .fa-x-twitter {
    font-size: 2.7em;
    padding-top: 4px;
    margin-bottom: 20px
  }

  .element-social .tweet,
  .element-social .status {
    font-size: 30px;
    line-height: 42px
  }

  .element-social .more-link {
    font-size: 18px
  }
}

@media(min-width: 992px) {
  .element-social .carousel-item {
    padding-left: 15%;
    padding-right: 15%
  }

  .element-social .carousel .item {
    padding-left: 15%;
    padding-right: 15%
  }
}

@media(min-width: 1200px) {
  .element-social {
    height: 450px
  }

  .element-social .carousel-item {
    padding-left: 18%;
    padding-right: 18%
  }

  .element-social .carousel .item {
    padding-left: 18%;
    padding-right: 18%
  }
}

.element.element-petition {
  color: #fff
}

@media(min-width: 768px) {
  .element.element-petition {
    background-color: #666;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
  }
}

.element.element-petition h2 {
  text-align: left;
  font-size: 28px;
  line-height: 28px
}

@media(max-width: 991.98px) {
  .element.element-petition h2 {
    margin-top: 0
  }
}

@media(min-width: 1200px) {
  .element.element-petition h2 {
    text-align: left;
    font-size: 36px;
    line-height: 36px
  }
}

.element.element-petition h1,
.element.element-petition h2,
.element.element-petition h3,
.element.element-petition h4,
.element.element-petition a {
  color: #fff
}

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

.element.element-petition blockquote {
  margin: 1em 0 0 0;
  padding: 20px;
  background: #fff;
  border: none;
  color: #732154
}

@media(min-width: 1200px) {
  .element.element-petition blockquote {
    margin: 1.5em 0 0 0;
    padding: 1.5em 30px;
    background: #fff;
    border: none;
    color: #732154
  }
}

.element.element-petition blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  margin-bottom: 0
}

@media(min-width: 1200px) {
  .element.element-petition blockquote p {
    font-size: 21px;
    line-height: 31px;
    font-weight: 200;
    margin-bottom: 0
  }
}

.element.element-petition .text {
  text-align: left;
  font-size: 16px
}

@media(min-width: 1200px) {
  .element.element-petition .text {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 200
  }
}

.element.element-petition .text p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200
}

.element.element-petition textarea.form-control,
.element.element-petition .comment-form textarea,
.comment-form .element.element-petition textarea {
  color: #9a9b9d
}

.element.element-petition #petition {
  padding: 20px 15px;
  background: #fff
}

@media(min-width: 1200px) {
  .element.element-petition #petition {
    padding: 30px 20px
  }
}

.element.element-petition #petition h2 {
  color: #0f5b65
}

.element.element-petition #petition input,
.element.element-petition #petition select,
.element.element-petition #petition button {
  width: 100%
}

.element.element-petition #petition input[type=text],
.element.element-petition #petition input[type=email],
.element.element-petition #petition input[type=tel],
.element.element-petition #petition textarea,
.element.element-petition #petition select {
  display: inline-block;
  margin: 5px 0 10px;
  line-height: normal;
  padding: 10px 10px 7px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  border: 2px solid #9a9b9d;
  background: #f8f8f8;
  color: #a7b2b1
}

.element.element-petition #petition input[type=text]:focus,
.element.element-petition #petition input[type=email]:focus,
.element.element-petition #petition input[type=tel]:focus,
.element.element-petition #petition textarea:focus,
.element.element-petition #petition select:focus {
  border: 2px solid #00829a;
  background: #fff;
  color: #000
}

.element.element-petition #petition input[type=text].error,
.element.element-petition #petition input[type=email].error,
.element.element-petition #petition input[type=tel].error,
.element.element-petition #petition textarea.error,
.element.element-petition #petition select.error {
  border: 2px solid #d3441c
}

.element.element-petition #petition textarea,
.element.element-petition #petition select {
  color: #fff
}

.element.element-petition #petition select {
  background: #aaa;
  height: 50px
}

.element.element-petition #petition button {
  margin-top: 5px
}

.element.element-petition #petition .half-width {
  float: left;
  width: 49%
}

.element.element-petition #petition .half-width~.half-width {
  float: right
}

@media(max-width: 991.98px) {
  .element.element-petition #petition .half-width {
    width: 100%;
    float: none
  }
}

.element.element-petition .other-country {
  display: block;
  margin-top: 15px;
  text-align: center
}

.element.element-petition .petition-progress {
  margin: 0 0 1em 0;
  color: gray
}

.element.element-petition .petition-progress .signatures-needed {
  float: right;
  font-size: 14px;
  font-style: italic;
  color: #9a9b9d
}

.element.element-petition .petition-progress .progress {
  margin: .25em 0;
  height: 10px;
  background: #bdbdbd;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.element.element-petition .petition-progress .progress .progress-bar {
  background: #f4aa00;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

@media(max-width: 991.98px) {
  .element.element-petition {
    background-color: #732154;
    background-image: url(../images/fa61a2def9052fb92a89.png) !important;
    background-size: 394px 205px;
    background-repeat: repeat
  }

  .element.element-petition .text {
    margin-top: 20px
  }

  .element.element-petition #subject,
  .element.element-petition #message {
    color: #333
  }
}

@media only screen and (max-width: 767px)and (-webkit-min-device-pixel-ratio: 2),
not all,
only screen and (max-width: 767px)and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 767px)and (min-resolution: 192dpi),
only screen and (max-width: 767px)and (min-resolution: 2dppx) {
  .element.element-petition {
    background-image: url(../images/9e3eb71c564f0765cfaa.png) !important
  }
}

.element.faq ul {
  padding: 0;
  list-style: none;
  margin: 0
}

.element.faq ul li {
  border-bottom: 1px solid #9a9b9d
}

.element.faq ul li h3 {
  margin-top: 20px
}

.element.faq ul li h3 a {
  color: #00b8e4;
  text-decoration: none;
  font-size: 36px
}

.element.faq ul li h3 a .fa-plus-circle {
  color: #f4aa00;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}

.element.faq ul li.current h3 a .fa-plus-circle {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.element.faq ul li .answer {
  display: none;
  font-size: 16px;
  margin-left: 40px
}

.element.faq .notice {
  margin-top: 20px;
  font-style: italic;
  font-size: 16px;
  text-align: center
}

section.element.element-related {
  padding: 0
}

.element-related article.row {
  margin-bottom: 0 !important
}

.element-related .related-post {
  padding: 50px 0;
  border-top: 1px solid #ddd
}

.element-related .related-post h2.entry-title {
  text-align: left;
  font-size: 30px;
  line-height: 30px
}

.element-related .related-post .entry-summary {
  font-size: 16px;
  line-height: 26px
}

@media(min-width: 768px) {
  .element-related .related-post {
    padding: 60px 0
  }

  .element-related .related-post h2.entry-title {
    font-size: 36px;
    line-height: 36px
  }
}

html {
  scroll-behavior: smooth
}

.region-button-link {
  margin-top: 30px !important
}

.single-country section.signup {
  background: #f5f5f5
}

.single-country section.kicker.statistics {
  background: #fff;
  margin-bottom: 0 !important
}

.single-country section.collection div.card-container {
  min-height: 100%;
  height: auto
}

.single-country .hentry .entry-content ul li:not(.faq-item)::before {
  content: none
}

.single-country .hentry .entry-content ul li:not(.faq-item)::after {
  content: none
}

.single-country .hentry .entry-content .element {
  padding: 0
}

.country-element {
  padding-top: 80px !important
}

.country-element .country-accordion {
  margin-bottom: 80px
}

.country-element .tags li {
  display: block;
  background: #00829a;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  padding: 4px 10px 2px !important;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 0px 5px 0px 0px;
  border-radius: 20px
}

.country-element .tags li>a:hover,
.country-element .tags li>a.active {
  background: #006c81;
  text-decoration: none
}

.country-element .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.country-element .row .country-block {
  margin-bottom: 20px
}

.country-element .row .wrap-all {
  padding: 0 15px;
  margin-bottom: 20px
}

.country-element .row .text-contain {
  overflow: hidden
}

.country-element .row .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.country-element .row .header-row .badge {
  z-index: 100 !important
}

.country-element .row .expander {
  margin: -45px auto 0px auto;
  z-index: 1
}

.country-element .row .expander a {
  color: #00b8e4;
  text-decoration: none;
  font-size: 30px
}

.country-element .row .expander a .fa-chevron-down {
  color: #f4aa00;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}

.country-element .row.current a .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.country-element .row .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 10px
}

.country-element .row .title h3 {
  font-size: 40px;
  line-height: 45px;
  text-transform: none;
  color: #212529;
  float: left
}

.country-element .row .title .badge {
  float: right;
  margin-top: 20px;
  margin-right: -5px;
  padding: 0px !important;
  max-width: 50%;
  font-weight: normal
}

.country-element .row .title .badge .tags li>a {
  padding: 2px !important;
  margin: 0px !important
}

.country-element .row .body-content {
  margin: 0px;
  overflow: hidden;
  height: 400px
}

.country-element .row .description p {
  font-size: 16px;
  line-height: 24px
}

.country-element .row .description .btn,
.country-element .row .description .comment-form input[type=submit],
.comment-form .country-element .row .description input[type=submit] {
  font-size: 25px
}

.country-element .row .image-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch
}

.country-element .row .image-wrap {
  padding: 0px 0px 50px 0px;
  margin-bottom: 0px;
  background-color: #d1d1d1
}

.country-element .row .image-wrap .image {
  margin-bottom: 20px;
  border-bottom: 10px solid #00829a
}

.country-element .row .image-wrap .button-link {
  width: 175px;
  margin-left: auto;
  margin-right: auto
}

.country-element .row .image-wrap .button-link a {
  width: 100%
}

.country-element .row .image-wrap .button-link .btn,
.country-element .row .image-wrap .button-link .comment-form input[type=submit],
.comment-form .country-element .row .image-wrap .button-link input[type=submit] {
  font-size: 21px;
  font-weight: 100
}

.card-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 100%;
  margin-top: 20px;
  background: none !important
}

.card-container .sub-wrapper {
  height: 100%;
  background-color: #f6f6f6
}

.card-container .caption {
  background: #f6f6f6 !important;
  padding: 0px 17px 0px 17px;
  margin-bottom: 10px
}

.card-container .caption h2 {
  text-align: left;
  font-family: alternate-gothic-no-2-d, open sans, helvetica neue, helvetica, arial, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  margin-top: 17px
}

.card-container .image-container .highlight-thumb {
  border-bottom: none !important
}

.card-container .badges {
  background-color: #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 0px !important
}

.card-container .badges .tags li {
  padding-left: 17px !important;
  margin-bottom: 5px;
  font-weight: normal
}

.card-container .badges .tags ul>a:hover,
.card-container .badges .tags li>a.active {
  background: #006c81;
  text-decoration: none
}

.stats-image-wrapper,
.stats-detail-wrapper {
  float: right
}

.stats-detail-wrapper {
  padding-left: 30px
}

.stats-detail-wrapper a {
  font-size: 18px;
  color: #393838
}

.stats-detail-wrapper h3 {
  color: #0c0c0c;
  display: inline
}

.stats-detail-wrapper p {
  display: inline;
  line-height: 24px;
  font-size: 18px;
  color: #393838
}

.stats-wrap {
  margin-bottom: 20px
}

.country-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.country-button {
  margin-right: 10px;
  margin-bottom: 10px
}

.btn-link {
  color: #fff;
  background-color: #b7b7b7
}

.btn-link:hover {
  color: #fff;
  background-color: #c2bebe;
  text-decoration: none
}

.fade-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, rgba(246, 246, 246, 0.1)), to(rgb(246, 246, 246)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(246, 246, 246, 0.1) 90%, rgb(246, 246, 246) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(246, 246, 246, 0.1) 90%, rgb(246, 246, 246) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(246, 246, 246, 0.1) 90%, rgb(246, 246, 246) 100%);
  z-index: 1
}

.fade-gradient {
  position: relative
}

.stats-container-mobile {
  background-color: #d1d1d1;
  padding: 20px 0px 20px 0px
}

.expander-gray {
  background-color: #d1d1d1
}

@media(max-width: 992px) {
  .stats-detail-wrapper {
    padding-left: 15px
  }

  .country-element .row {
    border-radius: 0px
  }

  .country-element .row .expander {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 25px 0px 10px 0px;
    margin: -1px 0px 0px 0px
  }

  .country-element .row .body-content {
    height: 500px
  }

  .country-element .row .image-desktop {
    display: none
  }

  .image-mobile {
    display: block
  }

  .image-mobile img {
    height: auto !important;
    width: auto !important
  }

  .stats-container-desktop {
    display: none
  }

  .country-element .row .image-wrap {
    padding: 0px
  }

  .country-element .row .image-wrap .image {
    margin-bottom: 0px
  }

  .stats-image {
    width: 200px;
    margin-left: auto;
    margin-right: auto
  }

  .stats-wrap {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(min-width: 992px) {
  .image-mobile {
    display: none
  }

  .stats-container-mobile {
    display: none
  }
}

#portal-results {
  overflow: hidden
}

#portal-results .container-fluid,
#portal-results .container-sm,
#portal-results .container-md,
#portal-results .container-lg,
#portal-results .container-xl {
  padding-top: 90px;
  padding-bottom: 90px
}

#portal-results .container-fluid:nth-child(odd),
#portal-results .container-sm:nth-child(odd),
#portal-results .container-md:nth-child(odd),
#portal-results .container-lg:nth-child(odd),
#portal-results .container-xl:nth-child(odd) {
  background: #f5f5f5
}

#portal-results h2 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 0
}

@media(min-width: 992px) {
  #portal-results h2 {
    font-size: 48px;
    line-height: 45px
  }
}

#portal-results .row .btn-more {
  display: none
}

#portal-results .excerpt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px
}

@media(max-width: 767.98px) {
  #portal-results .row .image {
    margin-bottom: 30px
  }

  #portal-results .row h2 {
    font-size: 36px
  }

  #portal-results .container-fluid,
  #portal-results .container-sm,
  #portal-results .container-md,
  #portal-results .container-lg,
  #portal-results .container-xl {
    padding-top: 45px;
    padding-bottom: 45px
  }
}

#internships {
  margin-top: 60px
}

.listing h3 {
  font-size: 36px;
  margin-bottom: 0
}

.listing h3 a:hover {
  text-decoration: none
}

.location {
  font-size: 16px
}

.location .fa-map-marker {
  color: #a7b2b1;
  margin-right: 5px
}

.location .term {
  font-style: italic
}

.single-job section.head {
  padding-bottom: 0;
  text-align: center
}

.single-job section.head h2 {
  font-size: 48px;
  line-height: 48px
}

.single-job section.head .location {
  font-size: 18px;
  line-height: 18px
}

.single-job .entry-content {
  padding: 40px 0 0 0
}

@media(min-width: 768px) {
  .single-job .aside-content p {
    font-size: 12px;
    line-height: 16px
  }
}

@media(max-width: 1199.98px) {
  .single-job .aside-content {
    margin-top: 20px
  }
}

.single-job .apply {
  text-align: center
}

.single-job .notice>div {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 90px;
  font-style: italic
}

.single-job .element-aside .aside-content,
.jobs-with-ajws .element-aside .aside-content {
  right: 0;
  top: 50px;
  font-size: 14px
}

.single-job .element-aside .aside-content .btn-blue,
.jobs-with-ajws .element-aside .aside-content .btn-blue {
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 22px
}

.single-job .element-aside .aside-content .btn-blue:hover,
.jobs-with-ajws .element-aside .aside-content .btn-blue:hover {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1
}

.single-job .element-aside .aside-content .btn-blue:focus,
.single-job .element-aside .aside-content .btn-blue.focus,
.jobs-with-ajws .element-aside .aside-content .btn-blue:focus,
.jobs-with-ajws .element-aside .aside-content .btn-blue.focus {
  color: #fff;
  background-color: #0099be;
  border-color: #008fb1;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.single-job .element-aside .aside-content .btn-blue.disabled,
.single-job .element-aside .aside-content .btn-blue:disabled,
.jobs-with-ajws .element-aside .aside-content .btn-blue.disabled,
.jobs-with-ajws .element-aside .aside-content .btn-blue:disabled {
  color: #fff;
  background-color: #00b8e4;
  border-color: #00b8e4
}

.single-job .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled):active,
.single-job .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled).active,
.show>.single-job .element-aside .aside-content .btn-blue.dropdown-toggle,
.jobs-with-ajws .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled):active,
.jobs-with-ajws .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled).active,
.show>.jobs-with-ajws .element-aside .aside-content .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #008fb1;
  border-color: #0085a4
}

.single-job .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled):active:focus,
.single-job .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.single-job .element-aside .aside-content .btn-blue.dropdown-toggle:focus,
.jobs-with-ajws .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled):active:focus,
.jobs-with-ajws .element-aside .aside-content .btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.jobs-with-ajws .element-aside .aside-content .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 195, 232, .5)
}

.page-template-template-staff-listing .entry-content {
  padding-bottom: 0px;
  text-align: center
}

.page-template-template-staff-listing .entry-content p {
  text-align: left
}

.page-template-template-staff-listing .staff-listing {
  margin-bottom: 60px;
  overflow: hidden
}

body.author .team_members,
body.single-staff .team_members,
.staff-listing .team_members {
  margin-top: 60px
}

body.author .team_member-photo img,
body.single-staff .team_member-photo img,
.staff-listing .team_member-photo img {
  display: inline !important;
  border-radius: 100%
}

body.author .team_member-info,
body.single-staff .team_member-info,
.staff-listing .team_member-info {
  margin: 10px 0
}

body.author .team_member-name,
body.single-staff .team_member-name,
.staff-listing .team_member-name {
  margin: 30px 0 0 0 !important;
  font-size: 32px;
  line-height: 32px
}

body.author .team_member-job_title,
body.single-staff .team_member-job_title,
.staff-listing .team_member-job_title {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #000
}

body.author .team_member-phone,
body.single-staff .team_member-phone,
.staff-listing .team_member-phone {
  font-size: 18px;
  line-height: 28px
}

body.author .team_member-phone .fa,
body.single-staff .team_member-phone .fa,
.staff-listing .team_member-phone .fa {
  margin-right: 10px
}

body.author .team_member-contact_through,
body.single-staff .team_member-contact_through,
.staff-listing .team_member-contact_through {
  line-height: 1.5em
}

body.author .team_member-contact .fa,
body.single-staff .team_member-contact .fa,
.staff-listing .team_member-contact .fa {
  color: #a7b2b1;
  margin: 0 .25em
}

body.author .team_member-contact .fa-brands,
body.single-staff .team_member-contact .fa-brands,
.staff-listing .team_member-contact .fa-brands {
  color: #a7b2b1;
  margin: 0 .25em
}

.staff-listing {
  text-align: center
}

.staff-listing #staff_department {
  display: inline-block;
  margin-top: 30px;
  padding: .5em 1em;
  color: #fff;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  background: #00b8e4;
  border: none
}

.staff-listing .team_member {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 15px;
  float: left
}

.staff-listing .team_member-title {
  font-size: 32px !important;
  margin: 30px 0 20px !important;
  color: #00b8e4
}

.staff-listing .team_member-job_title {
  margin-bottom: 0 !important
}

.staff-listing .team_member-photo img {
  max-width: 150px
}

body.ajws-blog .hero.thin,
body.blog .hero.thin,
body.author .hero.thin,
body.single-staff .hero.thin {
  padding: 20px
}

body.ajws-blog .team_member,
body.ajws-blog .related_members,
body.blog .team_member,
body.blog .related_members,
body.author .team_member,
body.author .related_members,
body.single-staff .team_member,
body.single-staff .related_members {
  text-align: center
}

body.ajws-blog .team_member h3,
body.ajws-blog .related_members h3,
body.blog .team_member h3,
body.blog .related_members h3,
body.author .team_member h3,
body.author .related_members h3,
body.single-staff .team_member h3,
body.single-staff .related_members h3 {
  color: #0f5b65;
  font-weight: normal;
  margin-top: 20px !important;
  font-size: 24px
}

body.ajws-blog .team_member-header,
body.blog .team_member-header,
body.author .team_member-header,
body.single-staff .team_member-header {
  position: relative;
  display: inline-block;
  margin-top: -180px;
  margin-bottom: 30px
}

body.ajws-blog .team_member-content,
body.blog .team_member-content,
body.author .team_member-content,
body.single-staff .team_member-content {
  text-align: left
}

body.ajws-blog .team_member-photo,
body.blog .team_member-photo,
body.author .team_member-photo,
body.single-staff .team_member-photo {
  display: inline-block !important
}

body.ajws-blog .team_member-photo img,
body.blog .team_member-photo img,
body.author .team_member-photo img,
body.single-staff .team_member-photo img {
  width: 200px
}

body.ajws-blog .related_members,
body.blog .related_members,
body.author .related_members,
body.single-staff .related_members {
  margin: 90px 50px 0
}

body.ajws-blog .related_member,
body.blog .related_member,
body.author .related_member,
body.single-staff .related_member {
  display: inline-block;
  width: 50px;
  height: auto;
  margin: 10px 5px
}

body.ajws-blog .related_member img,
body.blog .related_member img,
body.author .related_member img,
body.single-staff .related_member img {
  border-radius: 100%
}

@media(min-width: 992px) {
  .staff-listing .team_member {
    width: 25%
  }

  .staff-listing .team_member:nth-of-type(4n + 1) {
    clear: both
  }
}

@media(max-width: 991.98px) {
  .staff-listing .team_member {
    width: 33.33%
  }

  .staff-listing .team_member:nth-of-type(3n + 1) {
    clear: both
  }
}

body.single-staff .hero.thin,
body.author .hero.thin {
  background-image: url(../images/ca7d3b20434bee0241bc.png) !important
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
not all,
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  body.single-staff .hero.thin,
  body.author .hero.thin {
    background-image: url(../images/edf3b53c9b82944477dc.png) !important
  }
}

@media(max-width: 767.98px) {
  body.single-staff .team_member-header {
    margin-top: -150px
  }
}

@media(min-width: 768px)and (max-width: 1199.98px) {
  body.single-staff .hero.thin {
    padding: 20px
  }

  body.single-staff .team_member-header {
    margin-top: -160px
  }
}

@media(max-width: 991.98px) {
  body.single-staff .related_members {
    margin: 70px 0 0
  }
}

@media(max-width: 575.98px) {
  .staff-listing .team_member {
    width: 100%;
    margin-bottom: 60px;
    float: left;
    padding: 0;
    min-height: 0
  }

  .staff-listing .team_member-title {
    font-size: 36px;
    line-height: 36px
  }

  body.single-staff .team_member-job_title {
    font-size: 16px;
    line-height: 22px
  }

  body.single-staff .team_member-phone {
    font-size: 16px;
    line-height: 25px
  }

  body.single-staff .related_members {
    margin: 50px 0 0
  }

  body.single-staff .related_member {
    width: 40px;
    margin: 5px
  }
}

body.single-publication .publication-hero-content {
  text-align: center
}

body.single-publication .publication-hero-content .publication-thumbnail,
body.single-publication .publication-hero-content .publication-download {
  display: inline-block
}

body.single-publication .publication-hero-content .publication-thumbnail {
  margin-bottom: 30px
}

.search-results h1.page-title,
.archive.tag h1.page-title,
.archive.author h1.page-title {
  text-align: center
}

.search-results header.subheader h2,
.archive.tag header.subheader h2,
.archive.author header.subheader h2 {
  margin-bottom: 30px
}

.search-results .img-circle,
.archive.tag .img-circle,
.archive.author .img-circle {
  height: auto
}

.search-results .img-circle.brand-purple,
.archive.tag .img-circle.brand-purple,
.archive.author .img-circle.brand-purple {
  background: url(../images/fa61a2def9052fb92a89.png) repeat center center
}

.search-results .img-circle img,
.archive.tag .img-circle img,
.archive.author .img-circle img {
  max-width: 100%;
  margin: 0
}

@media(max-width: 767px) {

  .search-results .img-circle,
  .search-results .img-responsive,
  .archive.tag .img-circle,
  .archive.tag .img-responsive,
  .archive.author .img-circle,
  .archive.author .img-responsive {
    margin-bottom: 15px
  }
}

.search-results .big-buttons .highlight,
.search-results .big-buttons .highlight-small,
.search-results .big-buttons .highlight-wide,
.archive.tag .big-buttons .highlight,
.archive.tag .big-buttons .highlight-small,
.archive.tag .big-buttons .highlight-wide,
.archive.author .big-buttons .highlight,
.archive.author .big-buttons .highlight-small,
.archive.author .big-buttons .highlight-wide {
  margin-bottom: 30px
}

.search-results #search .type-travel h3,
.archive.tag #search .type-travel h3,
.archive.author #search .type-travel h3 {
  margin-top: 0;
  font-size: 36px
}

.search-results #search .type-travel .date,
.archive.tag #search .type-travel .date,
.archive.author #search .type-travel .date {
  color: #f4aa00;
  margin-bottom: 10px;
  font-style: italic
}

.search-results #search .type-travel .btn-more,
.archive.tag #search .type-travel .btn-more,
.archive.author #search .type-travel .btn-more {
  display: none
}

.search-results #search .result-job h3,
.archive.tag #search .result-job h3,
.archive.author #search .result-job h3 {
  font-size: 36px;
  margin-bottom: 0
}

.search-results #pagination,
.archive.tag #pagination,
.archive.author #pagination {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px
}

.search-results #pagination a,
.archive.tag #pagination a,
.archive.author #pagination a {
  font-weight: bold
}

.search-results article,
.archive.tag article,
.archive.author article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 767.98px) {

  .search-results article,
  .archive.tag article,
  .archive.author article {
    display: block
  }
}

.search-title {
  font-size: 52px
}

.idealselect {
  min-width: 420px;
  margin-top: 30px !important;
  text-align: left
}

.idealselect li {
  line-height: 1
}

.idealselect ul>li {
  padding: 0 !important;
  margin: 0 !important
}

.idealselect li::before {
  display: none
}

.idealselect .title {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 11px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #00b8e4;
  border: none;
  line-height: 1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.idealselect .title i {
  display: none
}

.idealselect .title::after {
  border-top-color: #fff
}

.idealselect .title:hover {
  background: #00b8e4
}

.idealselect:focus .title {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.idealselect.open .title {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.idealselect.open .title::after {
  border-bottom-color: #fff
}

.idealselect .dropdown {
  border-color: #ddd;
  border-radius: 0
}

.idealselect .dropdown li {
  padding: .25em 20px !important;
  height: auto;
  font-size: 16px
}

.idealselect .dropdown li.selected {
  color: #00829a;
  background: #eee
}

@media(max-width: 767.98px) {
  .idealselect {
    min-width: 100%
  }
}

.page-travel-with-ajws .hero.jumbotron .description .date,
.travel-with-ajws .hero.jumbotron .description .date,
.single-travel .hero.jumbotron .description .date {
  color: #f4aa00;
  font-style: italic
}

.page-travel-with-ajws .element.trips .row.trip:not(:last-child),
.travel-with-ajws .element.trips .row.trip:not(:last-child),
.single-travel .element.trips .row.trip:not(:last-child) {
  margin-bottom: 90px
}

@media(max-width: 767.98px) {

  .page-travel-with-ajws .element.trips .row.trip:not(:last-child),
  .travel-with-ajws .element.trips .row.trip:not(:last-child),
  .single-travel .element.trips .row.trip:not(:last-child) {
    margin-bottom: 30px
  }
}

.page-travel-with-ajws .element.trips .row.trip h3,
.travel-with-ajws .element.trips .row.trip h3,
.single-travel .element.trips .row.trip h3 {
  margin: 0;
  font-size: 36px;
  line-height: 36px
}

@media(max-width: 767.98px) {

  .page-travel-with-ajws .element.trips .row.trip h3,
  .travel-with-ajws .element.trips .row.trip h3,
  .single-travel .element.trips .row.trip h3 {
    margin-top: 20px
  }
}

@media(min-width: 992px) {

  .page-travel-with-ajws .element.trips .row.trip h3,
  .travel-with-ajws .element.trips .row.trip h3,
  .single-travel .element.trips .row.trip h3 {
    font-size: 48px;
    line-height: 45px
  }
}

.page-travel-with-ajws .element.trips .row.trip .description,
.travel-with-ajws .element.trips .row.trip .description,
.single-travel .element.trips .row.trip .description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px
}

@media(min-width: 992px) {

  .page-travel-with-ajws .element.trips .row.trip .description,
  .travel-with-ajws .element.trips .row.trip .description,
  .single-travel .element.trips .row.trip .description {
    margin-bottom: 20px
  }
}

.page-travel-with-ajws .element.trips .row.trip .date,
.travel-with-ajws .element.trips .row.trip .date,
.single-travel .element.trips .row.trip .date {
  color: #f4aa00;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px
}

.page-travel-with-ajws .element.trips .row.trip .excerpt,
.travel-with-ajws .element.trips .row.trip .excerpt,
.single-travel .element.trips .row.trip .excerpt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px
}

@media(max-width: 767.98px) {

  .page-travel-with-ajws .element.trips .row.trip .btn-blue,
  .travel-with-ajws .element.trips .row.trip .btn-blue,
  .single-travel .element.trips .row.trip .btn-blue {
    display: block;
    width: 100%
  }
}

.page-travel-with-ajws section.faq,
.travel-with-ajws section.faq,
.single-travel section.faq {
  padding-bottom: 80px
}

.page-travel-with-ajws .recent-posts,
.travel-with-ajws .recent-posts,
.single-travel .recent-posts {
  background: #f5f5f5
}

.page-travel-with-ajws .recent-posts .head h2,
.page-travel-with-ajws .recent-posts .head .description,
.travel-with-ajws .recent-posts .head h2,
.travel-with-ajws .recent-posts .head .description,
.single-travel .recent-posts .head h2,
.single-travel .recent-posts .head .description {
  text-align: center
}

.page-travel-with-ajws .recent-posts .head h2,
.travel-with-ajws .recent-posts .head h2,
.single-travel .recent-posts .head h2 {
  font-size: 48px;
  margin-bottom: 10px
}

.page-travel-with-ajws .recent-posts .head .description,
.travel-with-ajws .recent-posts .head .description,
.single-travel .recent-posts .head .description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px
}

.page-travel-with-ajws .element-quotes,
.page-travel-with-ajws section.signup,
.travel-with-ajws .element-quotes,
.travel-with-ajws section.signup,
.single-travel .element-quotes,
.single-travel section.signup {
  background: #f5f5f5
}

.page-travel-with-ajws .big-photo,
.travel-with-ajws .big-photo,
.single-travel .big-photo {
  margin-top: 90px
}

.page-travel-with-ajws .form-registration,
.travel-with-ajws .form-registration,
.single-travel .form-registration {
  margin-top: 0;
  background: #f5f5f5
}

.page-travel-with-ajws .form-registration .form-control,
.page-travel-with-ajws .form-registration .comment-form input[type=text],
.comment-form .page-travel-with-ajws .form-registration input[type=text],
.page-travel-with-ajws .form-registration .comment-form input[type=email],
.comment-form .page-travel-with-ajws .form-registration input[type=email],
.page-travel-with-ajws .form-registration .comment-form input[type=url],
.comment-form .page-travel-with-ajws .form-registration input[type=url],
.page-travel-with-ajws .form-registration .comment-form textarea,
.comment-form .page-travel-with-ajws .form-registration textarea,
.travel-with-ajws .form-registration .form-control,
.travel-with-ajws .form-registration .comment-form input[type=text],
.comment-form .travel-with-ajws .form-registration input[type=text],
.travel-with-ajws .form-registration .comment-form input[type=email],
.comment-form .travel-with-ajws .form-registration input[type=email],
.travel-with-ajws .form-registration .comment-form input[type=url],
.comment-form .travel-with-ajws .form-registration input[type=url],
.travel-with-ajws .form-registration .comment-form textarea,
.comment-form .travel-with-ajws .form-registration textarea,
.single-travel .form-registration .form-control,
.single-travel .form-registration .comment-form input[type=text],
.comment-form .single-travel .form-registration input[type=text],
.single-travel .form-registration .comment-form input[type=email],
.comment-form .single-travel .form-registration input[type=email],
.single-travel .form-registration .comment-form input[type=url],
.comment-form .single-travel .form-registration input[type=url],
.single-travel .form-registration .comment-form textarea,
.comment-form .single-travel .form-registration textarea {
  border: 1px solid #9a9b9d;
  text-align: left !important
}

.page-travel-with-ajws .form-registration select,
.travel-with-ajws .form-registration select,
.single-travel .form-registration select {
  height: 62px;
  border: 1px solid #bcbcbe;
  padding: 5px 10px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  background: #9a9b9d;
  color: #fff;
  border-radius: 0
}

.page-travel-with-ajws .form-registration select.error,
.travel-with-ajws .form-registration select.error,
.single-travel .form-registration select.error {
  border: 1px solid #d3441c;
  background: #f7cfc4
}

.page-travel-with-ajws .form-registration select.error::-webkit-input-placeholder,
.page-travel-with-ajws .form-registration select.error::-moz-placeholder,
.page-travel-with-ajws .form-registration select.error:-moz-placeholder,
.page-travel-with-ajws .form-registration select.error:-ms-input-placeholder,
.travel-with-ajws .form-registration select.error::-webkit-input-placeholder,
.travel-with-ajws .form-registration select.error::-moz-placeholder,
.travel-with-ajws .form-registration select.error:-moz-placeholder,
.travel-with-ajws .form-registration select.error:-ms-input-placeholder,
.single-travel .form-registration select.error::-webkit-input-placeholder,
.single-travel .form-registration select.error::-moz-placeholder,
.single-travel .form-registration select.error:-moz-placeholder,
.single-travel .form-registration select.error:-ms-input-placeholder {
  color: #d3441c
}

.page-travel-with-ajws .form-registration select:focus,
.travel-with-ajws .form-registration select:focus,
.single-travel .form-registration select:focus {
  background: #f5f5f5;
  border-color: #00829a;
  color: #9a9b9d
}

.page-travel-with-ajws.child section.faq,
.travel-with-ajws.child section.faq,
.single-travel.child section.faq {
  padding-bottom: 90px;
  padding-top: 0
}

@media(min-width: 768px) {

  .page-travel-with-ajws .recent-posts .posts,
  .travel-with-ajws .recent-posts .posts,
  .single-travel .recent-posts .posts {
    -moz-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-rule-color: #eee;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 1px;
    -webkit-column-width: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-rule-color: #eee;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 1px;
    column-width: 50%;
    column-count: 2;
    column-gap: 20px;
    column-rule-color: #eee;
    column-rule-style: solid;
    column-rule-width: 1px
  }
}

.timeline {
  background: #f5f5f5;
  padding: 90px 0
}

.timeline header {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px
}

.timeline header h2 {
  font-size: 48px;
  line-height: 32px
}

.timeline .timeline-wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  overflow: hidden
}

.timeline .timeline-wrapper h4 {
  color: #fff;
  background: #0f5b65 center bottom repeat-x url(../images/e61e899e48f10d65502c.png)
}

.timeline .timeline-wrapper.purple h4 {
  background: #732154 center bottom repeat-x url(../images/ce1dfbd89f0f85076f48.png)
}

.timeline .timeline-wrapper.magenta h4 {
  background-color: #ae005f
}

.timeline .timeline-wrapper.teal h4 {
  background: #00829a center bottom repeat-x url(../images/811739538848b8bcd388.png)
}

.timeline .timeline-wrapper.blue h4 {
  background: #68ace5 center bottom repeat-x url(../images/e61e899e48f10d65502c.png)
}

.timeline .timeline-wrapper.blue a {
  color: #732154
}

.timeline .timeline-wrapper.gold h4 {
  background-color: #b97a1b
}

.timeline .timeline-wrapper.gold a {
  color: #732154
}

.timeline .timeline-wrapper.green h4 {
  background-color: #aab300
}

.timeline .timeline-wrapper.green a {
  color: #732154
}

.timeline .timeline-wrapper::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #9a9b9d;
  width: 2px;
  min-height: 900px;
  margin-left: -1px
}

.timeline .timeline-wrapper:last-of-type::before {
  content: none
}

.timeline .timeline-item {
  position: relative;
  top: 26px
}

.timeline .timeline-item a {
  color: #f4aa00
}

.timeline .timeline-image {
  max-width: 100%;
  height: auto;
  width: 100%;
  z-index: 3;
  position: relative
}

.timeline .timeline-item h4 {
  padding: 30px 20px 50px;
  margin-top: 0;
  margin-bottom: 60px;
  text-transform: none;
  font-size: 21px;
  line-height: 24px
}

.timeline .timeline-date {
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 56px;
  text-align: center;
  background: #00829a url(../images/e61e899e48f10d65502c.png);
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1.2em;
  z-index: 4
}

@media(min-width: 768px) {
  .timeline .timeline-item {
    width: 42%;
    margin-left: 0;
    position: relative;
    z-index: 2;
    top: 0
  }

  .timeline .timeline-item h4 {
    padding: 20px 20px 50px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 21px;
    line-height: 26px
  }

  .timeline .timeline-wrapper.odd .timeline-item {
    margin-left: 58%
  }

  .timeline .timeline-date {
    width: 2.8em;
    display: inline-block;
    height: 2.8em;
    font-size: 24px;
    line-height: 74px;
    left: 50%;
    top: 0;
    margin-left: -1.4em;
    z-index: 1
  }

  .timeline .timeline-date::before {
    content: " ";
    position: absolute;
    top: 50%;
    width: 200px;
    height: 1px;
    overflow: auto;
    border-top: 2px solid #9a9b9d;
    z-index: 0
  }

  .timeline .odd .timeline-date::before {
    left: 100%
  }

  .timeline .even .timeline-date::before {
    right: 100%
  }
}

@media(min-width: 992px) {
  .timeline .timeline-item h4 {
    padding: 30px 30px 60px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 24px;
    line-height: 30px
  }

  .timeline .timeline-date {
    font-size: 28px;
    line-height: 3em
  }
}

@media(min-width: 1200px) {
  .timeline .timeline-item {
    width: 35%
  }

  .timeline .timeline-wrapper.odd .timeline-item {
    margin-left: 60%
  }

  .timeline .timeline-wrapper.even .timeline-item {
    margin-left: 5%
  }

  .timeline .timeline-date {
    font-size: 28px;
    line-height: 3em
  }
}

.page-template-template-text-with-big-buttons section.big-buttons {
  background: #f5f5f5
}

.hentry.type-event {
  margin-bottom: 60px
}

@media(min-width: 992px) {
  .hentry.type-event {
    margin-bottom: 70px
  }
}

@media(min-width: 1200px) {
  .hentry.type-event {
    margin-bottom: 80px
  }
}

.hentry.type-event .event-date,
.hentry.type-event .event-location {
  position: relative;
  padding-left: 40px
}

.hentry.type-event .event-date .fa,
.hentry.type-event .event-location .fa {
  color: #bdbdbd;
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
  display: inline-block;
  line-height: 21px
}

.hentry.type-event .event-date {
  color: #f4aa00;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 6px
}

.hentry.type-event .event-location {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px
}

.hentry.type-event .btn-lg,
.hentry.type-event .btn-group-lg>.btn,
.hentry.type-event .comment-form .btn-group-lg>input[type=submit],
.comment-form .hentry.type-event .btn-group-lg>input[type=submit] {
  padding: 10px 60px
}

@media(max-width: 767.98px) {

  .hentry.type-event .btn-lg,
  .hentry.type-event .btn-group-lg>.btn,
  .hentry.type-event .comment-form .btn-group-lg>input[type=submit],
  .comment-form .hentry.type-event .btn-group-lg>input[type=submit] {
    display: block;
    width: 100%
  }
}

.single-thank-you .jumbotron.hero span.fa {
  margin-right: 10px
}

@media(min-width: 768px) {

  .single-thank-you .jumbotron.hero .btn,
  .single-thank-you .jumbotron.hero .comment-form input[type=submit],
  .comment-form .single-thank-you .jumbotron.hero input[type=submit] {
    min-width: 160px
  }

  .single-thank-you .jumbotron.hero .btn-toolbar {
    margin-left: -10px
  }

  .single-thank-you .jumbotron.hero .btn-toolbar>.btn-group,
  .single-thank-you .jumbotron.hero .single-donate .btn-toolbar>.recurring-buttons,
  .single-donate .single-thank-you .jumbotron.hero .btn-toolbar>.recurring-buttons,
  .single-thank-you .jumbotron.hero .single-donate .btn-toolbar>.donate-type-buttons,
  .single-donate .single-thank-you .jumbotron.hero .btn-toolbar>.donate-type-buttons {
    margin-left: 10px
  }
}

@media(max-width: 1000px) {

  .single-thank-you .jumbotron.hero .btn,
  .single-thank-you .jumbotron.hero .comment-form input[type=submit],
  .comment-form .single-thank-you .jumbotron.hero input[type=submit] {
    width: 100%
  }

  .single-thank-you .jumbotron.hero .btn-toolbar>.btn-group,
  .single-thank-you .jumbotron.hero .single-donate .btn-toolbar>.recurring-buttons,
  .single-donate .single-thank-you .jumbotron.hero .btn-toolbar>.recurring-buttons,
  .single-thank-you .jumbotron.hero .single-donate .btn-toolbar>.donate-type-buttons,
  .single-donate .single-thank-you .jumbotron.hero .btn-toolbar>.donate-type-buttons {
    display: block;
    width: 100%;
    margin-bottom: 10px
  }

  .single-thank-you .jumbotron.hero .btn-toolbar>.btn-group:last-child,
  .single-thank-you .jumbotron.hero .single-donate .btn-toolbar>.recurring-buttons:last-child,
  .single-donate .single-thank-you .jumbotron.hero .btn-toolbar>.recurring-buttons:last-child,
  .single-thank-you .jumbotron.hero .single-donate .btn-toolbar>.donate-type-buttons:last-child,
  .single-donate .single-thank-you .jumbotron.hero .btn-toolbar>.donate-type-buttons:last-child {
    margin-bottom: 0
  }
}

@-webkit-keyframes slidein {
  from {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px)
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes slidein {
  from {
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px)
  }

  to {
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px)
  }

  to {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.anchor-menu-container {
  background: #111;
  width: 100%
}

.anchor-menu-container.anchor-menu-container-fixed {
  position: fixed;
  top: 0;
  z-index: 1001;
  -webkit-animation: slidein .3s;
  -o-animation: slidein .3s;
  animation: slidein .3s
}

.anchor-menu-container .anchor-menu {
  margin: 0;
  padding: .5em 0;
  list-style: none;
  text-align: center
}

.anchor-menu-container .anchor-menu-item {
  text-transform: uppercase;
  display: inline-block
}

.anchor-menu-container .anchor-menu-item a {
  display: block;
  padding: 0 .75em;
  color: #fff;
  font-size: 20px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif
}

.anchor-menu-container .anchor-menu-item-selected a {
  color: #f4aa00
}

.anchor-menu-container .anchor-menu-item-selected a:hover,
.anchor-menu-container .anchor-menu-item-selected a:focus {
  text-decoration: none
}

.single-campaign .element-text {
  padding-top: 90px
}

.single-campaign .element.big-buttons,
.single-campaign .element.spread-the-word {
  background: #f5f5f5
}

@media(max-width: 575.98px) {
  .anchor-menu-container {
    display: none
  }
}

.page-donate-receipt .jumbotron.hero-error {
  min-height: 0
}

.page-donate-receipt .DonationAppTable .DFEC_el_wrapper h4 {
  color: #00b8e4;
  font-size: 36px;
  line-height: 28px;
  margin-top: 0
}

.page-donate-receipt .DonationAppTable h5 {
  font-size: 24px;
  line-height: 24px
}

.page-donate-receipt .DonationAppTable .FormSectionHeader {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #f4aa00;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif
}

.page-donate-receipt .DonationAppTable table table table:nth-child(1) {
  margin-bottom: 20px
}

.page-donate-receipt .DonationAppTable table table table:nth-child(1) tr td {
  padding: 9px
}

.page-donate-receipt #errors {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px
}

.gmnoprint img {
  max-width: none
}

#map-country {
  height: 440px;
  width: 100%
}

.home .gm-style>div:hover {
  cursor: default !important
}

.single-country section.element.map {
  display: none
}

@media(min-width: 768px) {
  .single-country section.element.map {
    display: block
  }
}

.single-country #gmap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px
}

.single-country #gmap img {
  max-width: none
}

.single-country #map-image {
  text-align: center;
  width: 100%
}

.single-country #map-image img {
  margin: 0 auto;
  max-width: 100%;
  height: auto
}

.single-country section.map {
  padding: 90px 0
}

.single-country section.map #map {
  position: relative;
  width: 100%
}

@media(max-width: 575.98px) {
  .single-country section.map #map #map-overlay {
    left: 15px;
    right: 15px;
    width: auto
  }
}

.single-country section.map #map-overlay {
  background: #fff;
  height: 400px;
  left: 60px;
  padding: 30px;
  position: absolute;
  text-align: left !important;
  top: 20px;
  width: 380px;
  z-index: 100
}

@media(min-width: 992px) {
  .single-country section.map #map-overlay {
    top: 40px;
    height: 360px;
    width: 400px;
    z-index: 100
  }
}

.single-country section.map #map-overlay #map-content {
  height: 340px
}

@media(min-width: 992px) {
  .single-country section.map #map-overlay #map-content {
    height: 310px
  }
}

.single-country section.map #map-overlay #map-content .country {
  display: none
}

.single-country section.map #map-overlay #map-content .country:first-child {
  display: block
}

.single-country section.map #map-overlay h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
  padding-top: 4px;
  text-align: left;
  line-height: 36px;
  color: #732154
}

@media(min-width: 992px) {
  .single-country section.map #map-overlay h2 {
    font-size: 48px;
    line-height: 45px
  }
}

.single-country section.map #map-overlay .map-content {
  overflow: auto;
  min-height: 235px
}

@media(max-width: 767.98px) {
  .single-country section.map #map-overlay .map-content {
    min-height: 265px
  }
}

.single-country section.map #map-overlay p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 0
}

.single-country section.map #map-overlay .btn,
.single-country section.map #map-overlay .comment-form input[type=submit],
.comment-form .single-country section.map #map-overlay input[type=submit] {
  margin-top: 20px
}

.single-country section.map #map-overlay .btn-white {
  font-size: 48px;
  line-height: 48px;
  color: #bdbdbd;
  float: right;
  padding: 0 15px
}

.single-country section.map #gmap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px
}

.single-country section.map #gmap img {
  max-width: none
}

.single-country section.map #map-image {
  text-align: center;
  width: 100%
}

.single-country section.map #map-image img {
  margin: 0 auto;
  max-width: 100%;
  height: auto
}

#tt {
  position: absolute;
  display: block;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif
}

#ttcont {
  display: block;
  padding: 5px;
  margin-left: 5px;
  background: #666;
  color: #fff
}

section.collection .notice {
  margin-bottom: 20px;
  margin-top: 20px;
  font-style: italic;
  font-size: 16px;
  text-align: center
}

section.collection a.large-card {
  margin-bottom: 30px
}

section.collection div.card-container {
  background: #f5f5f5;
  padding: 0;
  height: 100%
}

section.collection a {
  text-decoration: none
}

section.collection a.highlight-small {
  margin-bottom: 30px;
  text-align: center
}

section.collection a.highlight-small div.highlight-thumb {
  background-color: #732154;
  background-image: url(../images/a510433f59f5c333e664.png);
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  border-bottom: 5px solid #a87ac6
}

section.collection a.highlight-small div.highlight-thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0
}

section.collection a.highlight-small div.caption {
  padding: 1em 1em .5em;
  background: #fff
}

section.collection a.highlight-small div.caption h1,
section.collection a.highlight-small div.caption h2,
section.collection a.highlight-small div.caption h3,
section.collection a.highlight-small div.caption h4,
section.collection a.highlight-small div.caption h5,
section.collection a.highlight-small div.caption p {
  color: #333
}

section.collection a.highlight-small div.caption h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

section.collection a.highlight-small div.caption h5 {
  font-size: 16px
}

section.collection a.highlight-small div.caption a:hover h4 {
  text-decoration: underline
}

section.collection a.highlight-small div.caption p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px
}

section.collection a.highlight-small div.caption .btn-collection {
  font-size: 24px;
  background: rgba(100, 100, 100, .1);
  margin: 20px 0
}

section.collection a.highlight-small div.caption .btn-collection:hover {
  text-decoration: none
}

section.collection a.highlight-small div.badge-container {
  position: absolute;
  top: -10px;
  left: 0;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase
}

section.collection a.highlight-small div.badge-container span.badge {
  background: #00829a none repeat scroll 0% 0%;
  color: #fff;
  line-height: 1em;
  border-radius: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 8px 0 0 1px;
  font-size: 22px
}

section.collection div.image-container {
  float: none;
  margin: 0
}

section.collection div.image-container div.collection-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center top
}

section.collection header.info {
  padding: 0 17px 17px 17px
}

section.collection header.info h2 {
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  margin-top: 17px
}

section.collection header.info p {
  color: #333
}

section.collection header.info h2 a {
  color: #333
}

section.collection header.info p a {
  color: #333
}

section.collection header.info div.badge-container {
  display: block;
  background: #00829a;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  padding: 4px 10px 2px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 30px
}

section.collection header.info div.badge-container span.badge {
  background: none;
  color: #fff;
  line-height: 1em;
  border-radius: none;
  width: auto;
  height: auto;
  text-align: center;
  padding: 0;
  font-size: inherit;
  font-weight: 100
}

section.collection header.info div.badge-container span.badge-type {
  color: #fff;
  font-size: inherit
}

section.collection-404 {
  background-color: #e8e8e8
}

@media(min-width: 567px) {
  section.collection-404 .container-inner {
    overflow: hidden
  }

  section.collection-404 .caption.match-height {
    height: 100%
  }

  .float-left {
    float: left
  }
}

body.page-18words .hentry .entry-content .element-text h2 {
  font-weight: 400
}

body.page-18words .element-text {
  text-align: center
}

body.page-18words .gform_wrapper .gf_progressbar_wrapper {
  display: none
}

body.page-18words .gform_wrapper ul.gform_fields li {
  padding-left: 0;
  text-align: left
}

body.page-18words .gform_wrapper ul.gform_fields li div.gfield_description {
  font-size: 12px
}

body.page-18words .gform_wrapper ul.gform_fields li::before {
  content: none
}

body.page-18words .gform_wrapper ul.gform_fields label {
  font-size: 14px;
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: normal
}

body.page-18words .gform_wrapper ul.gform_fields input {
  width: 100%;
  border: 1px solid #bcbcbe;
  padding: 5px 10px;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #000
}

body.page-18words .gform_wrapper ul.gform_fields span#extensions_message {
  font-size: 14px
}

body.page-18words .gform_wrapper .gform_next_button,
body.page-18words .gform_wrapper .gform_button,
body.page-18words .gform_wrapper .gform_previous_button {
  text-transform: uppercase;
  padding: 11px 20px 5px;
  min-width: 160px;
  margin-top: 5px;
  line-height: 32px;
  background: #00b8e4;
  color: #fff;
  font-family: "alternate-gothic-no-2-d", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px !important;
  font-weight: normal;
  border: none
}

body.page-18words #shareModal>div.modal-dialog>div>div.modal-header>h3 {
  font-size: 30px;
  color: #0f5b65
}

body.page-18words section.featured-submissions {
  padding-top: 70px;
  padding-bottom: 70px
}

body.page-18words section.featured-submissions h1 {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 36px;
  text-transform: none;
  text-align: center;
  font-weight: 400
}

body.page-18words section.featured-submissions article.featured-submission {
  overflow: auto;
  display: block;
  margin-bottom: 20px;
  text-align: center
}

body.page-18words section.featured-submissions article.featured-submission h3,
body.page-18words section.featured-submissions article.featured-submission h4 {
  font-family: "Open Sans", "open-sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 200;
  font-style: none;
  text-transform: none
}

body.page-18words section.featured-submissions article.featured-submission h3 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 24px
}

body.page-18words section.featured-submissions article.featured-submission h4 {
  font-size: 14px
}

body.page-18words section.featured-submissions article.featured-submission p {
  font-size: 22px;
  line-height: 34px;
  color: #732154;
  font-style: italic
}

body.page-18words section.featured-submissions article.featured-submission div.submission-image {
  float: none;
  height: 150px;
  width: 150px;
  display: block;
  background-size: cover;
  border-radius: 100%;
  background-position: center center;
  margin: 0 auto
}

@media(min-width: 768px) {
  body.page-18words section.featured-submissions article.featured-submission {
    text-align: left
  }

  body.page-18words section.featured-submissions article.featured-submission div.submission-image {
    float: left;
    margin-bottom: 80px;
    margin-right: 18px
  }
}

body.page-18words .pac-container {
  background-color: #fff;
  z-index: 10000;
  position: fixed;
  display: inline-block;
  float: left
}

body.page-18words #map {
  position: relative;
  width: 100%;
  height: 450px
}

body.page-18words .info {
  position: relative;
  top: 10px;
  right: 10px
}

body.page-18words .info div {
  background: #fff;
  padding: 10px;
  border-radius: 3px
}

body.page-18words .cluster {
  background: #c94d00;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: 1px solid #c94d00
}

body.page-18words .cluster::before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid #bdbdbd
}

body.page-18words .digits-1 {
  font-size: 12px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin-top: -14px;
  margin-left: -14px
}

body.page-18words .digits-2 {
  font-size: 14px;
  height: 34px;
  width: 34px;
  line-height: 35px;
  margin-top: -17px;
  margin-left: -17px
}

body.page-18words .digits-2::before {
  border-width: 2px
}

body.page-18words .digits-3 {
  font-size: 16px;
  height: 48px;
  width: 47px;
  line-height: 47px;
  border-width: 3px;
  margin-top: -24px;
  margin-left: -24px
}

body.page-18words .digits-3::before {
  border-width: 3px
}

body.page-18words .digits-4 {
  font-size: 16px;
  height: 58px;
  width: 58px;
  line-height: 57px;
  border-width: 4px;
  margin-top: -29px;
  margin-left: -29px
}

body.page-18words .digits-4::before {
  border-width: 4px
}

body.page-our-impact section.map {
  margin-bottom: 30px
}

body.page-our-impact section.map #map {
  position: relative
}

body.page-our-impact section.map #map-overlay {
  position: absolute;
  top: 20px;
  left: 60px;
  height: 400px;
  width: 380px;
  z-index: 100;
  background: #fff;
  padding: 30px;
  text-align: left !important
}

@media(min-width: 992px) {
  body.page-our-impact section.map #map-overlay {
    top: 40px;
    height: 360px;
    width: 400px;
    z-index: 100
  }
}

body.page-our-impact section.map #map-overlay #map-content {
  height: 340px
}

@media(min-width: 992px) {
  body.page-our-impact section.map #map-overlay #map-content {
    height: 310px
  }
}

body.page-our-impact section.map #map-overlay #map-content .country {
  display: none
}

body.page-our-impact section.map #map-overlay #map-content .country:first-child {
  display: block
}

body.page-our-impact section.map #map-overlay h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
  padding-top: 4px;
  text-align: left;
  line-height: 36px;
  color: #732154
}

@media(min-width: 992px) {
  body.page-our-impact section.map #map-overlay h2 {
    font-size: 48px;
    line-height: 45px
  }
}

body.page-our-impact section.map #map-overlay .map-content {
  overflow: auto;
  min-height: 235px
}

@media(max-width: 767px) {
  body.page-our-impact section.map #map-overlay .map-content {
    min-height: 265px
  }
}

body.page-our-impact section.map #map-overlay p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 0
}

body.page-our-impact section.map #map-overlay .btn,
body.page-our-impact section.map #map-overlay .comment-form input[type=submit],
.comment-form body.page-our-impact section.map #map-overlay input[type=submit] {
  margin-top: 20px
}

body.page-our-impact section.map #map-overlay .btn-white {
  font-size: 48px;
  line-height: 48px;
  color: #bdbdbd;
  float: right;
  padding: 0 15px
}

body.page-our-impact section.map .row {
  display: block
}

body.page-our-impact section.map #gmap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px
}

body.page-our-impact section.map #gmap img {
  max-width: none
}

body.page-our-impact section.map #map-image {
  text-align: center;
  width: 100%
}

body.page-our-impact section.map #map-image img {
  margin: 0 auto
}

body.page-our-impact section.signup,
body.page-our-impact .template-text-with-signup section.signup {
  background: #f5f5f5
}

body.page-our-impact section.four-icons div.four-icons-element img {
  max-width: 100%
}

body.page-measuring-success .hentry .entry-content .element-text .container .row {
  display: block
}

body.page-measuring-success .hentry .entry-content .element-text .container .row .col-md-8 {
  margin-left: 16.66666667%
}

@media(max-width: 768px) {
  body.page-measuring-success .hentry .entry-content .element-text .container .row .col-md-8 {
    margin-left: 0
  }
}