.cb-footer-dark .cb-footer-lower {
  color: #fff;
}

.cb-post-footer-block a {
  margin: 0;
}

#cb-footer .cb-footer-lower {
  padding: 50px 30px;
}

.cb-to-top {
  margin: 0;
}

#cb-footer .cb-footer-lower .cb-copyright {
  margin-bottom: 30px;
}

#cb-footer .cb-footer-lower .cb-footer-links ul li:nth-of-type(1):before {
  margin: 0;
}

#cb-footer .cb-footer-lower .cb-footer-links ul li {
  margin: 0;
}

#cb-footer .cb-footer-lower .cb-footer-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#cb-footer .cb-footer-lower .cb-footer-links {
  margin: 0;
}

#un-button.un-bottom.css3 {
  transform: translateX(-50%);
  margin-left: 0 !important;
  background-color: #2195d3 !important;
}

.disclaimer {
  margin-top: 30px;
}
.disclaimer small {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 0.75rem;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.disclaimer a {
  text-decoration: underline;
}

div.mailpoet_form {
  padding: 0 !important;
}
div.mailpoet_form.mailpoet_form_shortcode {
  width: auto !important;
  margin: 30px 0;
  padding: 30px 15px !important;
  border-radius: 30px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 321px) {
  div.mailpoet_form.mailpoet_form_shortcode {
    padding: 30px !important;
  }
}
@media (min-width: 576px) {
  div.mailpoet_form.mailpoet_form_shortcode {
    margin: 70px -70px;
    padding: 70px !important;
    font-size: 18px;
  }
}
div.mailpoet_form.mailpoet_form_shortcode:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 3px;
  height: 200%;
  background-color: #2295d3;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  div.mailpoet_form.mailpoet_form_shortcode:before {
    left: 12.5%;
  }
}
div.mailpoet_form.mailpoet_form_shortcode:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 3px;
  height: 200%;
  background-color: #2295d3;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  div.mailpoet_form.mailpoet_form_shortcode:after {
    right: 12.5%;
  }
}
div.mailpoet_form.mailpoet_form_shortcode h3 {
  margin: 0 0 10px 0;
}
@media (min-width: 576px) {
  div.mailpoet_form.mailpoet_form_shortcode h3 {
    margin: 0 0 30px 0;
  }
}
div.mailpoet_form input.mailpoet_text,
div.mailpoet_form textarea {
  display: block;
  width: 100%;
  padding: 10px 15px !important;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div.mailpoet_form input.mailpoet_text:focus,
div.mailpoet_form textarea:focus {
  outline-color: #2295d3;
  outline-style: solid;
  outline-width: 2px;
}
div.mailpoet_form input.mailpoet_text.parsley-success,
div.mailpoet_form textarea.parsley-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
div.mailpoet_form input.mailpoet_text.parsley-success:focus,
div.mailpoet_form textarea.parsley-success:focus {
  outline-color: #468847;
}
div.mailpoet_form input.mailpoet_text.parsley-error,
div.mailpoet_form textarea.parsley-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
div.mailpoet_form input.mailpoet_text.parsley-error:focus,
div.mailpoet_form textarea.parsley-error:focus {
  outline-color: #b94a48;
}
div.mailpoet_form .last {
  float: none;
}
div.mailpoet_form .mailpoet_recaptcha {
  margin-bottom: 20px;
}
div.mailpoet_form .mailpoet_spacer {
  margin: 50px 0;
}
div.mailpoet_form .mailpoet_spacer .mailpoet_divider {
  border-color: #dedede !important;
}
div.mailpoet_form .mailpoet_submit {
  color: #161616;
  border: 2px solid #161616 !important;
  background-color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  display: block;
  font-weight: 700;
  font-size: 12px !important;
  width: auto;
  padding: 10px 20px !important;
  margin: 50px 0;
  transition: background 0.35s;
}
div.mailpoet_form .mailpoet_submit:hover, div.mailpoet_form .mailpoet_submit:focus {
  background-color: #2295d3;
  border-color: #2295d3 !important;
  color: #f2f2f2;
}
div.mailpoet_form .mailpoet_validate_success,
div.mailpoet_form .mailpoet_validate_error {
  font-size: 1rem;
  border: 1px solid transparent;
  padding: 10px 20px;
  margin: 20px 0 0 0;
}
div.mailpoet_form .mailpoet_validate_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
div.mailpoet_form .mailpoet_validate_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.mailpoet_checkbox_label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 30px;
  margin-bottom: 15px;
}
.mailpoet_checkbox_label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #dadada;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.mailpoet_checkbox_label input {
  padding: 0;
  height: 0;
  width: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.mailpoet_checkbox_label input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #2295d3;
  opacity: 0;
  pointer-events: none;
}
.mailpoet_checkbox_label input:checked:before {
  opacity: 1;
}
.mailpoet_checkbox_label input:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 5px;
  height: 12px;
  margin-top: -2px;
  border: solid #2295d3;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

body {
  font-size: 18px;
}

#cb-container {
  overflow: hidden;
  width: 100%;
  padding-top: 82px;
}
@media only screen and (min-width: 768px) {
  #cb-container {
    padding: 0;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.cb-sidebar-none .cb-main {
  margin-top: 50px;
}

.box-shadow-inset {
  box-shadow: 0px 13px 15px -13px rgba(0, 0, 0, 0.2);
}

.cb-module-block {
  margin-bottom: 0;
}
.cb-module-block .cb-module-header {
  margin: 40px 0 30px 0;
}

.cb-first-mod-pad {
  padding-top: 0;
  margin-bottom: -30px;
}

#cb-nav-bar .cb-mega-menu {
  left: 0;
  width: 100%;
  margin-top: 0;
}

.cb-grid-x {
  margin: 0 -2px;
}

#cb-section-a {
  padding-top: 2px;
}

.cb-grid-x .cb-grid-feature:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-image: linear-gradient(0deg, black, transparent 75%);
  content: "";
  z-index: 1;
  display: block;
}

.cb-slider-grid-3 .flex-direction-nav {
  opacity: 1;
}
.cb-slider-grid-3 .flex-viewport {
  overflow: visible !important;
}
.cb-slider-grid-3 .slides > li {
  overflow: hidden;
}
.cb-slider-grid-3 .slides > li:not(.flex-active-slide) {
  opacity: 0.3;
  pointer-events: none;
}

.cb-arrows-tr .flex-direction-nav {
  top: 2px;
  right: 2px;
  display: flex;
}

.cb-module-a {
  margin: 50px 0 90px 0;
}
@media only screen and (max-width: 767px) {
  .cb-module-a {
    margin: 0 0 30px 0;
    padding: 30px;
  }
}

.cb-grid-x .cb-grid-img {
  width: auto;
  height: auto;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  overflow: hidden;
}
.cb-grid-x .cb-l {
  padding: 2px;
  border: none;
  background-color: transparent;
}
.cb-grid-x .cb-s {
  border: none;
  padding: 2px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .cb-grid-x .cb-l {
    width: 66.6667%;
  }
  .cb-grid-x .cb-s {
    width: 33.333%;
  }
}

@media only screen and (min-width: 768px) {
  #cb-nav-bar {
    display: flex;
  }
}
#cb-nav-bar .cb-nav-bar-wrap {
  width: 100%;
  display: flex;
}
#cb-nav-bar .cb-nav-bar-wrap .cb-main-nav {
  display: flex;
}
#cb-nav-bar .cb-logo-nav-sticky-type {
  order: -1;
}
#cb-nav-bar ul li {
  display: inline-flex;
  align-items: center;
}
#cb-nav-bar .cb-byline-short {
  color: #fff;
}
#cb-nav-bar .cb-mega-menu {
  top: 100%;
  border: none;
}

#cb-top-menu {
  height: auto;
}
.cb-tm-light #cb-top-menu {
  background-color: #ffffff;
}
.cb-tm-light #cb-top-menu .cb-top-nav.cb-left-side {
  align-items: center;
}
#cb-top-menu ul li {
  position: relative;
}
#cb-top-menu .menu-item.getinvolved {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  #cb-top-menu .menu-item.getinvolved {
    margin-left: 10px;
  }
}
#cb-top-menu .menu-item.getinvolved a {
  color: #fff !important;
  padding: 10px;
  background-color: #2295d3;
  line-height: 100%;
  margin: 0 !important;
}
#cb-top-menu .cb-top-menu-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #cb-top-menu .cb-top-menu-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#cb-top-menu .cb-header {
  background-color: transparent;
}
#cb-top-menu .cb-header #logo {
  display: none;
}
@media only screen and (min-width: 768px) {
  #cb-top-menu .cb-header #logo {
    display: block;
    padding-right: 10px;
  }
  #cb-top-menu .cb-header #logo img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #cb-top-menu .cb-left-side {
    display: flex;
    align-items: center;
  }
}
#cb-top-menu .cb-right-side {
  margin-left: 10px;
}

#cb-nav-bar .cb-upper-title {
  width: auto;
  float: none;
  margin: 0;
}
#cb-nav-bar .cb-upper-title h2 {
  float: none;
}
#cb-nav-bar .cb-upper-title .cb-see-all {
  position: relative;
  opacity: 0.5;
}
#cb-nav-bar .cb-mega-menu {
  display: flex;
  flex-direction: column;
}
#cb-nav-bar .cb-big-menu .cb-mega-posts li {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 20px;
  width: 33.333%;
}
#cb-nav-bar .cb-big-menu .cb-mega-posts .cb-mask {
  margin: 0 0 15px;
  width: 100%;
}
#cb-nav-bar .cb-big-menu .cb-mega-posts .cb-mask > a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 125px;
}
@media only screen and (min-width: 992px) {
  #cb-nav-bar .cb-big-menu .cb-mega-posts .cb-mask > a {
    height: 200px;
  }
}
#cb-nav-bar .cb-big-menu .cb-mega-posts .cb-mask > a > img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#cb-nav-bar ul.cb-sub-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cb-nav-bar .cb-big-menu .cb-sub-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-evenly;
  order: -1;
}
#cb-nav-bar .cb-big-menu .cb-sub-menu li {
  width: auto;
}
#cb-nav-bar .cb-big-menu .cb-sub-mega-three {
  width: 100%;
}

.cb-mm-on.cb-menu-light #cb-nav-bar .cb-main-nav > li:hover, .cb-mm-on.cb-menu-dark #cb-nav-bar .cb-main-nav > li:hover {
  background-color: #1d81b6 !important;
}

.cb-tm-light #cb-top-menu .cb-top-nav.cb-left-side {
  flex-basis: 0%;
  flex-grow: 1;
  max-width: 100%;
  width: auto;
  display: flex;
  align-content: center;
}
.cb-tm-light #cb-top-menu .cb-right-side {
  width: auto;
}
.cb-tm-light #cb-top-menu .cb-top-menu-wrap {
  display: flex;
}
.cb-tm-light #cb-top-menu .menu-item-object-give_forms {
  margin-left: auto;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.cb-tm-light #cb-top-menu .menu-item-object-give_forms a {
  border: 1px solid #2195d3;
  margin: 0;
  padding: 10px;
  color: #2195d3;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}
.cb-tm-light #cb-top-menu .menu-item-object-give_forms a:hover {
  background-color: #2195d3;
  color: #fff;
}
.cb-tm-light #cb-top-menu .menu-item-object-give_forms a:before {
  content: "\f06b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  #cb-container {
    padding-top: 82px;
  }
  .cb-module-header,
  .cb-contents,
  .cb-a-large {
    padding: 0 30px;
  }
  #cb-top-menu .cb-left-side {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    width: auto;
  }
  #cb-top-menu #cb-mob-open {
    width: auto;
  }
  #cb-top-menu .cb-top-logo {
    width: 100%;
    padding-right: 30px;
  }
  .cb-tm-light #cb-top-menu .cb-top-nav.cb-left-side {
    position: absolute;
    justify-content: center;
    top: 100%;
    width: 100%;
    padding: 0 15px;
    font-size: 10px;
    padding: 10px;
    text-align: center;
    background-color: #f4f4f4;
  }
  .cb-tm-light #cb-top-menu .cb-top-nav.cb-left-side li a {
    margin: 0 7px;
  }
  #cb-top-menu .cb-right-side a {
    margin: 0;
  }
  .cb-tm-light #cb-top-menu .menu-item-object-give_forms {
    margin-right: 0;
  }
  .cb-tm-light #cb-top-menu ul li a {
    line-height: 1.2;
  }
  .cb-tm-light #cb-top-menu .menu-item-object-give_forms a {
    padding: 0;
    background-color: transparent !important;
    color: #2295d3 !important;
    border: none;
  }
}
.post section a,
.post article a,
.page section a,
.page article a {
  text-decoration: underline;
  font-weight: bold;
  color: #2295d3;
}
.post section a:hover, .post section a:focus,
.post article a:hover,
.post article a:focus,
.page section a:hover,
.page section a:focus,
.page article a:hover,
.page article a:focus {
  color: #208dc8;
}
.post section a:visited,
.post article a:visited,
.page section a:visited,
.page article a:visited {
  text-decoration: underline;
}

#cb-featured-image {
  margin-top: 4px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #cb-featured-image {
    height: 250px;
  }
}
@media only screen and (max-width: 570px) {
  #cb-featured-image {
    height: 50vh;
  }
}
#cb-featured-image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, black, transparent 50%);
  content: "";
  display: block;
}

.cb-entry-content ul,
.cb-entry-content ol {
  list-style-position: outside;
  padding-left: 25px;
}

.cb-fis-big .cb-meta {
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.cb-tags.cb-post-footer-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.cb-post-footer-block a {
  margin: 5px;
}

.cb-arrows-tr .flex-direction-nav a {
  margin: 0;
}

#cb-related-posts .flex-direction-nav {
  top: 0;
  right: 0;
}

#cb-related-posts-block {
  margin-bottom: 60px;
}

.cb-fis-big .cb-meta {
  padding: 0 40px;
}

.widget_tag_cloud a,
.tags-title,
.cb-tags a,
.bbp-topic-tags a {
  font-size: 12px !important;
}

#cb-author-box .cb-title a {
  margin: 0;
  font-size: 21px;
  line-height: 1;
}

.cb-slider-2 .slides li .cb-mask img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.cb-style-1 .cb-mask > a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 200px;
}

#rml_fade_content {
  position: relative !important;
  background: none !important;
  width: 100% !important;
  height: 0 !important;
  bottom: auto !important;
}

#rml_fade_content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10em;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.aru_rml_from_in_post {
  padding: 40px !important;
  margin: 0 -40px 40px -40px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.aru_rml_from_in_post #Header {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}

.cb-color-sharing-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cb-social-sharing.cb-color-buttons a {
  margin: 10px;
}

.cb-social-sharing.cb-color-buttons {
  padding: 40px 0;
  margin-bottom: 10px;
}

[id*=give-form] div.images {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .cb-sidebar-none .cb-main {
    width: 680px;
  }
}
@media only screen and (min-width: 1200px) {
  .cb-sidebar-none-narrow.cb-embed-out .aligncenter {
    width: 780px !important;
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 767px) {
  .cb-entry-content {
    padding: 0 30px;
  }
  .cb-post-footer-block {
    padding: 30px;
  }
  #cb-author-box {
    padding: 30px;
  }
}
.infoboxes .infobox {
  position: relative;
  margin: 40px -20px 40px -20px;
}
@media (min-width: 1020px) {
  .infoboxes .infobox {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -20px 70px -20px;
  }
}
.infoboxes .infobox.subscribe-wrap, .infoboxes .infobox.write-wrap {
  padding-bottom: 40px;
}
@media (min-width: 1020px) {
  .infoboxes .infobox.subscribe-wrap, .infoboxes .infobox.write-wrap {
    padding-bottom: 70px;
  }
}
.infoboxes .infobox.subscribe-wrap:after, .infoboxes .infobox.write-wrap:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #ced4da;
}
@media (min-width: 1020px) {
  .infoboxes .infobox.subscribe-wrap:after, .infoboxes .infobox.write-wrap:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.infoboxes .infobox.write-wrap, .infoboxes .infobox.donate-wrap {
  align-items: center;
}
.infoboxes .infobox .title {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
}
.infoboxes .infobox .fullside {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
}
.infoboxes .infobox .leftside,
.infoboxes .infobox .rightside {
  padding: 0 20px;
}
@media (min-width: 1020px) {
  .infoboxes .infobox .leftside,
  .infoboxes .infobox .rightside {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .infoboxes .infobox .leftside.col-auto,
  .infoboxes .infobox .rightside.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.infoboxes .infobox .indicates-required {
  margin-top: -10px;
  display: block;
}
.infoboxes .infobox .recurringpayments-wrap .amounts {
  display: block;
  margin: 0;
}
.infoboxes .infobox .recurringpayments-wrap .amounts .button-group,
.infoboxes .infobox .recurringpayments-wrap .amounts .amount-custom {
  justify-content: flex-start;
}
.infoboxes .infobox .recurringpayments-wrap .amounts .button-group {
  margin: -2px;
  width: auto;
}
.infoboxes .infobox .recurringpayments-wrap .submit-wrap {
  margin-top: 20px;
}
.infoboxes .infobox .recurringpayments-wrap .submit-wrap .wpcf7-submit {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.infoboxes h4 {
  color: #2295d3;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1020px) {
  .infoboxes h4 {
    margin-bottom: 30px;
  }
}
.infoboxes h4 i {
  margin-right: 5px;
}
.infoboxes h5 {
  margin: 0 0 20px 0;
}
.infoboxes p {
  margin: 0 0 20px 0;
}
.infoboxes a {
  display: inline-block;
  font-weight: bold;
  margin: 0;
}
.infoboxes a.wpcf7-submit {
  text-decoration: none;
}
.infoboxes a.btn-primary {
  color: #2295d3;
  border-color: #2295d3;
  background-color: #fff;
}
.infoboxes a.btn-primary:hover, .infoboxes a.btn-primary:focus {
  background-color: #2295d3;
  color: #fff;
}
.infoboxes .imgcircle-wrap {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}
@media (min-width: 1020px) {
  .infoboxes .imgcircle-wrap {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.infoboxes .imgcircle-wrap .imgcircle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.infoboxes .wpcf7-submit {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.infoboxes input[type=email],
.infoboxes input[type=text] {
  display: block;
  width: 100%;
  padding: 10px 15px !important;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0;
  margin-bottom: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.infoboxes input[type=email]:focus,
.infoboxes input[type=text]:focus {
  outline-color: #2295d3;
  outline-style: solid;
  outline-width: 2px;
}

@media only screen and (min-width: 768px) {
  .cb-author-page .cb-module-block .cb-module-header {
    margin-top: 0;
  }
  .cb-author-page .cb-grid-x {
    margin: 0;
  }
  .cb-author-page .cb-grid-x .cb-m {
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
  }
  .cb-author-page .cb-grid-x .cb-s {
    width: 50%;
    padding: 0;
  }
}
.donate {
  text-align: center;
}
.donate h5.donate-title {
  margin-bottom: 10px;
}
.donate .donate-subtitle {
  margin-bottom: 30px;
}
.donate .donate-subtitle p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #aaa;
}

.recurringpayments-wrap .amounts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -2px;
}
.recurringpayments-wrap .amounts button,
.recurringpayments-wrap .amounts input {
  text-transform: none;
  margin: 2px;
  line-height: inherit;
}
@media (min-width: 768px) {
  .recurringpayments-wrap .amounts button,
  .recurringpayments-wrap .amounts input {
    font-size: 20px;
  }
}
.recurringpayments-wrap .amounts button:not(.active),
.recurringpayments-wrap .amounts input:not(.active) {
  background-color: #fff;
}
.recurringpayments-wrap .amounts button:not(.active):hover, .recurringpayments-wrap .amounts button:not(.active):focus,
.recurringpayments-wrap .amounts input:not(.active):hover,
.recurringpayments-wrap .amounts input:not(.active):focus {
  background-color: #f4f4f4;
  border-color: #2295d3;
  color: #2295d3;
  outline: none;
}
.recurringpayments-wrap .amounts button.active,
.recurringpayments-wrap .amounts input.active {
  background-color: #2295d3;
  border-color: #2295d3;
  color: #fff;
}
.recurringpayments-wrap .amounts button.active:hover, .recurringpayments-wrap .amounts button.active:focus,
.recurringpayments-wrap .amounts input.active:hover,
.recurringpayments-wrap .amounts input.active:focus {
  background-color: #2295d3;
  border-color: #2295d3;
  color: #fff;
  outline: none;
}
.recurringpayments-wrap .amounts .button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.recurringpayments-wrap .amounts .button-group button {
  display: inline-block;
}
.recurringpayments-wrap .amounts .amount-custom {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px 2px 2px 2px;
}
.recurringpayments-wrap .amounts .amount-custom.active {
  display: flex;
}
.recurringpayments-wrap .amounts .amount-custom .currency {
  color: #aaaaaa;
  margin-right: 3px;
}
.recurringpayments-wrap .amounts .amount-custom input {
  display: block;
  width: 100px;
  padding: 10px 15px !important;
  color: #495057 !important;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.recurringpayments-wrap .amounts .amount-custom input:focus {
  outline-color: #2295d3;
  outline-style: solid;
  outline-width: 2px;
}
.recurringpayments-wrap .submit-wrap {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .recurringpayments-wrap .submit-wrap {
    margin-top: 40px;
  }
}
.recurringpayments-wrap .submit-wrap button {
  background-color: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  display: block;
  font-weight: 700;
  font-size: 12px;
  width: 100%;
  padding: 10px 20px !important;
  transition: background 0.35s;
}
.recurringpayments-wrap .submit-wrap button:hover, .recurringpayments-wrap .submit-wrap button:focus {
  background-color: #2295d3;
  border-color: #2295d3;
  color: #f2f2f2;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1rem;
  border: 1px solid transparent;
  padding: 10px 20px;
  margin: 30px 0;
}
.wpcf7 form div.wpcf7 .ajax-loader {
  display: none;
  margin: 10px 0;
}
.wpcf7 form div.wpcf7 .ajax-loader.is-active {
  display: block;
}
.wpcf7 form input.wpcf7-form-control.wpcf7-submit {
  margin-bottom: 0;
}

.northernslant-mission {
  width: auto !important;
  margin: 30px 0;
  padding: 30px 15px !important;
  border-radius: 30px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 321px) {
  .northernslant-mission {
    padding: 30px !important;
  }
}
@media (min-width: 576px) {
  .northernslant-mission {
    margin: 70px -70px;
    padding: 70px !important;
    font-size: 18px;
  }
}
.northernslant-mission:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 3px;
  height: 200%;
  background-color: #2295d3;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .northernslant-mission:before {
    left: 12.5%;
  }
}
.northernslant-mission:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 3px;
  height: 200%;
  background-color: #2295d3;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .northernslant-mission:after {
    right: 12.5%;
  }
}
.northernslant-mission h3 {
  margin: 0 0 10px 0;
}
@media (min-width: 576px) {
  .northernslant-mission h3 {
    margin: 0 0 30px 0;
  }
}
.northernslant-mission + hr {
  display: none;
}
.northernslant-mission .northernslant-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px -5px 0 -5px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 576px) {
  .northernslant-mission .northernslant-ctas {
    margin-top: 30px;
  }
}
.northernslant-mission .northernslant-ctas .cta-title {
  margin: 5px 5px 10px 5px;
  width: 100%;
}
.northernslant-mission .northernslant-ctas a {
  margin: 5px;
  display: inline-block;
  text-decoration: none !important;
}
.northernslant-mission .northernslant-ctas a.btn-primary {
  color: #2295d3;
  border-color: #2295d3;
  background-color: #fff;
}
.northernslant-mission .northernslant-ctas a.btn-primary:hover, .northernslant-mission .northernslant-ctas a.btn-primary:focus {
  background-color: #2295d3;
  color: #fff;
}

.custommodal,
#mp_form_below_post1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 45px));
  width: 500px !important;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 20px !important;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  pointer-events: none;
}
.custommodal.active,
#mp_form_below_post1.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
.custommodal form,
.custommodal .mailpoet_form,
#mp_form_below_post1 form,
#mp_form_below_post1 .mailpoet_form {
  background-color: #fff;
  padding: 50px !important;
  border-radius: 30px 0px 30px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.custommodal form h3:first-child,
.custommodal form h4:first-child,
.custommodal form h5:first-child,
.custommodal .mailpoet_form h3:first-child,
.custommodal .mailpoet_form h4:first-child,
.custommodal .mailpoet_form h5:first-child,
#mp_form_below_post1 form h3:first-child,
#mp_form_below_post1 form h4:first-child,
#mp_form_below_post1 form h5:first-child,
#mp_form_below_post1 .mailpoet_form h3:first-child,
#mp_form_below_post1 .mailpoet_form h4:first-child,
#mp_form_below_post1 .mailpoet_form h5:first-child {
  margin-top: 0;
}
.custommodal form input[type=email],
.custommodal form input[type=text],
.custommodal .mailpoet_form input[type=email],
.custommodal .mailpoet_form input[type=text],
#mp_form_below_post1 form input[type=email],
#mp_form_below_post1 form input[type=text],
#mp_form_below_post1 .mailpoet_form input[type=email],
#mp_form_below_post1 .mailpoet_form input[type=text] {
  display: block;
  width: 100%;
  padding: 10px 15px !important;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0;
  margin-bottom: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custommodal form input[type=email]:focus,
.custommodal form input[type=text]:focus,
.custommodal .mailpoet_form input[type=email]:focus,
.custommodal .mailpoet_form input[type=text]:focus,
#mp_form_below_post1 form input[type=email]:focus,
#mp_form_below_post1 form input[type=text]:focus,
#mp_form_below_post1 .mailpoet_form input[type=email]:focus,
#mp_form_below_post1 .mailpoet_form input[type=text]:focus {
  outline-color: #2295d3;
  outline-style: solid;
  outline-width: 2px;
}
.custommodal form button[type=submit],
.custommodal .mailpoet_form button[type=submit],
#mp_form_below_post1 form button[type=submit],
#mp_form_below_post1 .mailpoet_form button[type=submit] {
  width: 100%;
  margin: 20px 0 0 0;
}
.custommodal .modal-close,
#mp_form_below_post1 .modal-close {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  margin: 0;
  border-color: #2295d3;
  background-color: #2295d3;
  color: #fff;
}
.custommodal .modal-close:hover, .custommodal .modal-close:focus,
#mp_form_below_post1 .modal-close:hover,
#mp_form_below_post1 .modal-close:focus {
  border-color: #1d7eb2;
  background-color: #1d7eb2;
}
.custommodal .modal-close .fa,
#mp_form_below_post1 .modal-close .fa {
  min-width: 9px;
  width: 9px;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 244, 244, 0.9);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  pointer-events: none;
}
.modal-mask.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.teams-wrap {
  max-width: 990px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .teams-wrap .cb-module-header {
    padding: 0;
  }
}
.teams-wrap .teams {
  margin: 50px 0 100px 0;
  padding-bottom: 30px;
}
.teams-wrap .teams .team + .team {
  margin-top: 70px;
}
.teams-wrap .teams .team .grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.teams-wrap .teams .team .grid-row .column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s ease;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .teams-wrap .teams .team .grid-row .column {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .teams-wrap .teams .team .grid-row .column {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.teams-wrap .teams .team .grid-row .column.reveal {
  opacity: 1;
  transform: translate(0);
}
.teams-wrap .teams .team .grid-row .column a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
  color: #161616;
  font-weight: normal;
}
.teams-wrap .teams .team .grid-row .column a:hover .userimage:before {
  transform: none;
  opacity: 1;
}
.teams-wrap .teams .team .grid-row .column a:hover .username {
  color: #2295d3;
}
.teams-wrap .teams .team .grid-row .column a .userimage {
  position: relative;
  overflow: hidden;
}
.teams-wrap .teams .team .grid-row .column a .userimage:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.15) 52%);
  pointer-events: none;
  transform: translate(-100%, -100%);
  transition: all 0.2s ease;
}
.teams-wrap .teams .team .grid-row .column a .userimage img {
  width: 100%;
  margin-bottom: 10px;
  filter: blur(10px);
}
.teams-wrap .teams .team .grid-row .column a .userimage img.loaded {
  filter: none;
}
.teams-wrap .teams .team .grid-row .column a .username {
  margin: 0 0 5px 0;
}