@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.3.1/js/all.js");
.primary {
  background-color: #3896a0 !important;
}

.ui.container {
  width: 930px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ui.header:first-child {
  margin-top: 1em;
}

@media only screen and (max-width: 992px) {
  h1, h1.ui.inverted.header {
    font-size: 2em;
  }
}

@media only screen and (max-width: 992px) {
  h2, h2.ui.inverted {
    font-size: 1em;
  }
}

.ui.masthead.cta {
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .ui.masthead.cta {
    min-height: 10em !important;
    background-position: center;
  }
}
.ui.masthead.cta h1.ui.inverted.header {
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 992px) {
  .ui.masthead.cta h1.ui.inverted.header {
    margin: 1em 1em 0.5em 1em;
    font-size: 2em;
  }
}
.ui.masthead.cta h2.ui.inverted {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
}
@media only screen and (max-width: 992px) {
  .ui.masthead.cta h2.ui.inverted {
    margin: 1em 2em;
  }
}
@media only screen and (max-width: 992px) {
  .ui.masthead.cta .ui.large.button {
    margin: 1em 2.5em;
  }
}

p, li {
  font-size: 1.3em;
  line-height: 1.8em;
}

.ui.cards > .card > .content p, .ui.card > .content p {
  font-size: 1.1em;
  line-height: 1.5em;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0.5em;
}

ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}

ul li::before {
  content: "◦";
  color: #3896a0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

a, .ui.header, .block-heading h1, .block-heading h2, a h3 {
  color: #3896a0;
  margin-bottom: 1em;
}

a {
  border-bottom: 1px solid rgba(56, 150, 160, 0.3);
  margin-bottom: 0;
}

a:hover {
  color: #3896a0;
  border-bottom: 1px solid #3896a0;
}

.menu a, .ordered.list a {
  border-bottom: none;
}

.faq .ui.ordered.list > .item:before {
  margin-left: -2rem;
  margin-top: 0.2rem;
  counter-increment: ordered;
  content: counters(ordered) ".";
  text-align: right !important;
  color: #3896a0;
  font-family: "Nunito", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  opacity: 1;
}

h1 a, h2 a, h3 a {
  border-bottom: 2px solid rgba(56, 150, 160, 0.3);
}

h1 a:hover, h2 a:hover, h3 a:hover {
  border-bottom: 2px solid #3896a0;
}

#content {
  padding-top: 40px;
  min-height: calc(100vh - 250px);
}

.ui.footer {
  height: 180px;
  width: 100%;
}

.ui.container.basic.segment :not(input).ui.large.primary.button {
  margin: 2em 0;
}

.ui.card.member .description {
  max-height: 200px;
  overflow-y: auto;
}

.ui.stackable.grid > .column:not(.row) > :not(.block-heading) {
  padding: 0;
  margin: 0;
}
.ui.stackable.grid > .column:not(.row) .block-heading {
  margin-bottom: 0;
}

.ui.stackable.grid > .column:first-child {
  padding-top: 1rem !important;
}

.ui.stackable.grid > .column:last-child {
  padding-bottom: 1rem !important;
}

@media only screen and (max-width: 992px) {
  .ui.stackable.grid > .column:not(.row) {
    padding: 5px !important;
  }
  .ui.stackable.grid > .column:not(.row) > :not(.block-heading) {
    padding: 5px;
  }

  .ui.stackable.grid > .column:first-child {
    padding-top: 1rem !important;
  }

  .ui.stackable.grid > .column:last-child {
    padding-bottom: 1rem !important;
  }
}
figure {
  margin: 0;
}
figure figcaption {
  font-size: 1em;
  font-style: italic;
  background-color: white;
  color: #3896a0;
  padding: 0.5em 1em;
  border-radius: 1em;
  position: relative;
  bottom: 5em;
  right: 0;
  left: 2em;
}

@media only screen and (max-width: 992px) {
  figure img {
    width: 100%;
    height: auto;
  }
}
.ui.form {
  clear: both;
  padding-top: 2em;
}
.ui.form .field > label {
  font-size: 1.2em;
  font-weight: normal;
}
.ui.form .help-text {
  font-size: 0.9em;
}
.ui.form .field > label[for=id_recaptcha] {
  visibility: hidden;
}
.ui.form .field .required {
  color: #ff0000;
}

.ui.footer {
  clear: both;
}

.padding-top {
  padding-top: 4em !important;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.87);
  margin-top: 0;
  margin-bottom: 0;
}

.block-read_more_link {
  padding: 0 !important;
  float: right;
}
@media only screen and (max-width: 992px) {
  .block-read_more_link {
    margin: 0 2em 2em 0 !important;
  }
}

blockquote.quote {
  color: #3896a0;
  text-align: center;
  font-size: 2em;
  line-height: 1.5em;
}
blockquote.quote .author {
  margin-top: 1em;
  font-style: italic;
  font-size: 0.6em;
}

.blog-index .meta.date {
  float: right;
}
.blog-index .blog-intro .rich-text {
  font-size: 14px !important;
}

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

.back-to-top {
  background-color: #fff;
  color: #3896a0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 999;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
}

a.back-to-top {
  font-weight: 1000;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  padding-left: 2px;
  padding-top: 14px;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:visited {
  color: #3896a0;
}

.back-to-top.show {
  opacity: 1;
}

.inverted-block {
  background-color: #3896a0;
  color: #fff;
  border-radius: 1rem;
  padding: 1.5em;
  margin-bottom: 1em;
}
.inverted-block a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.inverted-block a:hover, .inverted-block a:visited {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.inverted-block li:before {
  color: #fff;
}

.ui-alert-content {
  position: fixed;
  width: 360px;
  z-index: 2060;
}

.ui-alert-content-top-right {
  top: 20px;
  right: 20px;
}

.ui-alert-content-top-center {
  top: 20px;
  margin: 0 0 0 -180px;
  left: 50%;
}

.ui-alert-content-top-left {
  top: 20px;
  left: 20px;
}

.ui-alert-content-bottom-right {
  bottom: 0;
  right: 20px;
}

.ui-alert-content-bottom-center {
  bottom: 0;
  margin: 0 0 0 -180px;
  left: 50%;
}

.ui-alert-content-bottom-left {
  bottom: 0;
  left: 20px;
}

.ui-alert {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-alert p {
  display: table;
}

.block-video {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: center;
}
.block-video iframe {
  width: 100%;
  height: 520px;
}

/*# sourceMappingURL=main.css.7c66cfead9fc.map */
