/*
Theme Name: Generations
Author: Fiat Insight
Author URI: https://fiatinsight.com/
Description: This theme has been built and customized for you.
Version: 2.0
*/
.has-white-background-color {
  background-color: #fff; }

.has-black-background-color {
  background-color: #000; }

.has-blue-background-color {
  background-color: #134874; }

.has-blue-secondary-background-color {
  background-color: #0087cb; }

.has-blue-mid-background-color {
  background-color: #0f63a9; }

.has-gray-background-color {
  background-color: #ddd; }

.has-gray-light-background-color {
  background-color: #f3f3f3; }

.has-gray-alternate-background-color {
  background-color: #e8e8e8; }

.has-black-color {
  color: #000 !important; }

.has-white-color {
  color: #fff; }

.has-blue-color {
  color: #134874; }

.has-blue-secondary-color {
  color: #0087cb; }

.has-gray-color {
  color: #ddd; }

.has-red-color {
  color: #f51a09; }

.has-gray-dark-color {
  color: #8e8e8e; }

.has-gray-light-color {
  color: #bbbbbb; }

.white-color-trans {
  color: rgba(255, 255, 255, 0.62); }

.has-black-link-color a {
  color: #000 !important; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.mejs-container {
  margin-bottom: 1.5em; }

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0; }

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }

.wp-playlist-item:last-of-type {
  border-bottom: none; }

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none; }

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.wp-playlist-item-length {
  top: 5px; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

button {
  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: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  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-appearance: button; }

.btn.btn-social {
  border-radius: 50%;
  width: 42px;
  height: 42px; }
.btn.btn-up {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase; }
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px; }
.btn.btn-blue, .btn.btn-blue-dark {
  background: #134874;
  border: none;
  color: #fff; }
  .btn.btn-blue:hover, .btn.btn-blue-dark:hover {
    background: #0c2d48; }
.btn.btn-youtube {
  background-color: #ff0100;
  color: #fff;
  padding-top: 12px !important;
  height: 50px; }
  .btn.btn-youtube:hover {
    background-color: #cc0100; }
.btn.btn-linkedin {
  background: #0173b1;
  border: none;
  color: #fff; }
  .btn.btn-linkedin:hover {
    background: #0194e4; }
.btn.btn-white {
  background: #fff;
  color: #0087cb;
  border: none; }
  .btn.btn-white:hover {
    background: #fff;
    color: #134874;
    border: none; }
.btn.btn-card-footer {
  color: rgba(0, 135, 203, 0.76); }
  .btn.btn-card-footer:hover {
    color: rgba(0, 135, 203, 0.76);
    text-decoration: underline; }
.btn.btn-light {
  color: rgba(0, 135, 203, 0.76); }
.btn.btn-blue-secondary {
  background: #0087cb;
  border: none;
  color: #fff; }
  .btn.btn-blue-secondary:hover {
    background: #006598; }
.btn.btn-facebook {
  background: #3b5998;
  border: none;
  color: #fff; }
  .btn.btn-facebook:hover {
    background: #264077; }
.btn.btn-twitter {
  background: #00aced;
  border: none;
  color: #fff; }
  .btn.btn-twitter:hover {
    background: #1dcaff; }

.paginate-link a {
  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: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  color: #0087cb;
  border: none; }
  .paginate-link a:hover {
    background: #fff;
    color: #134874;
    text-decoration: none; }

#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important; }

.gform_button.button {
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  font-size: 16px !important;
  background-color: #134874;
  color: #fff;
  padding: 8px 35px;
  border-radius: 5px; }
  .gform_button.button:hover {
    background-color: #0087cb;
    cursor: pointer; }

.ginput_card_security_code {
  display: inline-block !important; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
  font-family: "Manrope", sans-serif; }
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-family: "Manrope", sans-serif; }
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
  font-family: "Manrope", sans-serif; }
input:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-family: "Manrope", sans-serif; }

/* Radio button large style
#input_formid_fieldid.gfield_radio li {
  background: $blue;
  padding: 10px !important;
  border-radius: 15px;
  label {
    color: $white;
  }
}

@media (min-width: 768px) {
  #input_formid_fieldid.gfield_radio li {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
}
*/
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0 !important; }

.BBFormContainer {
  border-radius: 0 !important; }

.BBFormContainer .BBFormSubmitbutton {
  background: #134874  !important;
  border: none;
  color: #fff;
  font-size: 16px !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 35px;
  box-shadow: none !important;
  border-radius: .25rem !important;
  margin: 0 auto;
  display: block; }
  .BBFormContainer .BBFormSubmitbutton:hover {
    background-color: #0087cb !important;
    cursor: pointer; }

.BBFormContainer .BBFormTextbox {
  width: 100% !important;
  font-size: 14px !important;
  padding: 10px !important;
  margin-bottom: 7px; }

.bg-image {
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-ladder {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-cover {
  background-size: cover; }

.bg-position-top {
  background-position: top; }

.bg-position-bottom {
  background-position: bottom; }

.bg-position-center {
  background-position: center;
  background-size: cover; }

.bg-image-pad {
  padding: 100px 0; }

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow; }
  .hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.line-height-1 {
  line-height: 1em; }

.line-height-sm {
  line-height: 1.2em; }

.font-2x {
  font-size: 1.5rem; }

.border-top-blue {
  border-top: 1px solid #134874; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.object-fit-cover {
  object-fit: cover; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  font-family: "Manrope", sans-serif; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300; }

h2 {
  color: #000;
  font-size: 28px;
  font-weight: 300; }

h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

h4 {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800; }

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800; }

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  padding: 0;
  font-family: "Manrope", sans-serif;
  color: #000; }

a {
  color: #0087cb; }
  a:hover {
    color: #006598; }

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Manrope", sans-serif;
  overflow: hidden;
  border-left: 3px solid #ddd; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

.font-size-12 {
  font-size: 12px; }

.font-size-14 {
  font-size: 14px; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-18 {
  font-size: 18px; }

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

.font-size-24 {
  font-size: 24px; }

.font-size-26 {
  font-size: 26px; }

.font-size-28 {
  font-size: 28px; }

.font-size-38 {
  font-size: 38px; }

.font-bold,
strong {
  font-weight: 800; }

.line-height-standard {
  line-height: 1.4em; }

article p {
  font-size: 1.1rem; }
article a {
  color: #134874;
  text-decoration: underline; }
  article a:hover {
    color: #006598;
    text-decoration: underline; }
  article a.btn {
    text-decoration: none; }
article ul,
article ol {
  font-size: 1.1rem;
  color: #000; }
  article ul li,
  article ol li {
    margin-bottom: 11px; }

#event-rsvp-form ul, #event-rsvp-form ol {
  padding-left: 20px; }

.is-style-width-normal {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%; }

.is-style-width-narrow {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  padding: 3rem 1.5rem; }

.wp-block-group h2 {
  font-weight: 800; }

.wp-block-group.has-background {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .wp-block-group.has-background .gform_wrapper {
    margin-top: -30px;
    margin-bottom: -30px; }

blockquote.wp-block-quote {
  border-left: none;
  overflow: inherit;
  padding-left: 30px; }
  blockquote.wp-block-quote p {
    font-size: 18px;
    font-weight: 500; }
  blockquote.wp-block-quote::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    color: #0087cb;
    margin-left: -70px;
    float: left;
    font-size: 60px;
    margin-top: -33px;
    opacity: .3; }
  blockquote.wp-block-quote cite {
    text-align: right;
    color: #134874; }

.wp-block-group.has-white-color ul {
  color: #fff; }
.wp-block-group.has-white-color a {
  color: #fff; }
  .wp-block-group.has-white-color a:hover {
    opacity: 0.8; }

.is-style-rounded-small img {
  border: 4px solid #134874;
  border-radius: 8px; }

.quote-feature::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  color: #fff;
  margin-left: -75px;
  float: left;
  font-size: 33px;
  margin-top: 0;
  position: absolute;
  top: 42%;
  opacity: 1;
  background: #134874;
  border-radius: 50%;
  text-align: center;
  width: 54px; }

.quote-card-block .quote-card-text p {
  color: #fff; }

.wp-block-columns {
  margin-bottom: 0; }

.wp-block-separator.is-style-blue-left {
  height: 5px;
  width: 125px;
  background-color: #0087cb;
  margin-left: 0; }

.wp-block-separator.is-style-blue-right {
  height: 5px;
  width: 125px;
  background-color: #0087cb;
  margin-right: 0; }

.wp-block-separator.is-style-blue-center {
  height: 5px;
  width: 125px;
  background-color: #0087cb; }

.wp-block-button__link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  text-decoration: none !important; }
  .wp-block-button__link:hover {
    background-color: #083151; }

body {
  margin-top: 83px; }
  body.admin-bar #main-nav {
    top: 32px; }

#main-nav {
  background: transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all; }
  #main-nav .navbar-nav .nav-item .nav-link {
    border-right: 1px solid rgba(189, 189, 189, 0.48);
    padding: 2px 1rem;
    color: #134874;
    font-weight: 800;
    text-transform: uppercase; }
    #main-nav .navbar-nav .nav-item .nav-link:hover {
      color: #0087cb; }
  #main-nav .navbar-nav .nav-item:last-of-type .nav-link {
    border-right: none; }
  #main-nav.affixed {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
    #main-nav.affixed .btn-donate {
      background: #134874;
      color: #fff; }
      #main-nav.affixed .btn-donate:hover {
        background: #0087cb;
        color: #fff; }
  #main-nav .btn-donate {
    background: transparent;
    color: #134874;
    padding: 26px 30px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    border-left: 10px solid #0087cb; }
    #main-nav .btn-donate:hover {
      background: #0087cb;
      color: #fff; }

.dropdown-menu {
  margin-top: 0; }

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0087cb; }

.mobile-bg {
  display: none; }

.video-wrapper {
  max-height: 555px;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .video-wrapper .video-inner {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .video-wrapper .video-inner iframe,
    .video-wrapper .video-inner video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .video-wrapper .video-text {
    position: relative; }
    .video-wrapper .video-text .filter {
      background: rgba(255, 255, 255, 0.25); }
      .video-wrapper .video-text .filter img {
        padding: 210px 0; }
      .video-wrapper .video-text .filter h3 {
        color: #fff;
        font-size: 36px;
        line-height: 1.2em;
        padding: 260px 0; }
        .video-wrapper .video-text .filter h3 span {
          color: rgba(255, 255, 255, 0.58);
          display: block;
          letter-spacing: 2px;
          font-size: 22px; }

.filter-blue {
  background-color: rgba(1, 135, 203, 0.38); }

.nav-pills .nav-item {
  margin-right: 15px; }
  .nav-pills .nav-item .nav-link {
    background: #fff;
    color: #134874;
    font-weight: 800; }

.nav-pills .nav-link:hover {
  background-color: #0087cb;
  color: #fff; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0087cb; }

.twitter-tweet {
  color: #000; }
  .twitter-tweet a {
    color: #0087cb; }

.twitter-single-tweet {
  background: #fff;
  border-radius: .25rem;
  border: 1px solid #f3f3f3; }

.twitter-at {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px; }

.home-search .form-control {
  height: calc(1.5em + .75rem + 12px);
  border: 1px solid #a6b5c1; }
.home-search .btn {
  height: 48px; }

.postcard .icon-over svg {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #0087cb;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #ccc; }

.break-bar {
  height: 5px;
  width: 125px; }

.impact-box:hover {
  background: #0087cb; }
  .impact-box:hover p {
    color: #fff; }

.page-banner-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .page-banner-title h1 {
    font-size: 4rem; }

.page-banner-image {
  max-height: 500px;
  overflow: hidden; }

.image-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #134874, #0087cb);
  opacity: .65;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.list-icon {
  width: 20px;
  margin-left: -30px;
  margin-right: 10px; }

.quote-slider-block .owl-dots {
  margin: 0;
  position: absolute;
  top: 25%;
  left: 0;
  background: #e8e8e8;
  padding: 10px 5px; }
  .quote-slider-block .owl-dots .owl-dot {
    display: block !important; }
    .quote-slider-block .owl-dots .owl-dot span {
      background: #0087cb !important; }
    .quote-slider-block .owl-dots .owl-dot.active span {
      background: #134874 !important; }
.quote-slider-block .owl-nav {
  position: absolute;
  top: 25%;
  right: -50px;
  margin: 0 !important; }
  .quote-slider-block .owl-nav .owl-next,
  .quote-slider-block .owl-nav .owl-prev {
    font-size: 40px !important; }
    .quote-slider-block .owl-nav .owl-next span,
    .quote-slider-block .owl-nav .owl-prev span {
      color: #134874 !important; }
    .quote-slider-block .owl-nav .owl-next:hover,
    .quote-slider-block .owl-nav .owl-prev:hover {
      background: transparent !important; }
      .quote-slider-block .owl-nav .owl-next:hover span,
      .quote-slider-block .owl-nav .owl-prev:hover span {
        color: #0087cb !important; }
.quote-slider-block .citation {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0; }

#about-carousel .owl-dots {
  margin: 0;
  position: absolute;
  top: 25%;
  left: 0;
  background: #e8e8e8;
  padding: 10px 5px; }
  #about-carousel .owl-dots .owl-dot {
    display: block; }
    #about-carousel .owl-dots .owl-dot span {
      background: #0087cb; }
    #about-carousel .owl-dots .owl-dot.active span {
      background: #134874; }

#about-carousel .owl-nav {
  position: absolute;
  top: 25%;
  right: -50px;
  margin: 0 !important; }
  #about-carousel .owl-nav .owl-next,
  #about-carousel .owl-nav .owl-prev {
    font-size: 40px; }
    #about-carousel .owl-nav .owl-next span,
    #about-carousel .owl-nav .owl-prev span {
      color: #134874; }
    #about-carousel .owl-nav .owl-next:hover,
    #about-carousel .owl-nav .owl-prev:hover {
      background: transparent !important; }
      #about-carousel .owl-nav .owl-next:hover span,
      #about-carousel .owl-nav .owl-prev:hover span {
        color: #0087cb; }

#about-carousel .citation {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0; }

#alumni-carousel .owl-nav,
.video-slider-block .owl-nav {
  position: relative;
  margin: 0 !important; }
  #alumni-carousel .owl-nav .owl-next,
  .video-slider-block .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -50px;
    top: -200px; }
  #alumni-carousel .owl-nav .owl-prev,
  .video-slider-block .owl-nav .owl-prev {
    position: absolute;
    top: -200px;
    left: -50px; }
  #alumni-carousel .owl-nav .owl-next,
  #alumni-carousel .owl-nav .owl-prev,
  .video-slider-block .owl-nav .owl-next,
  .video-slider-block .owl-nav .owl-prev {
    font-size: 40px !important; }
    #alumni-carousel .owl-nav .owl-next span,
    #alumni-carousel .owl-nav .owl-prev span,
    .video-slider-block .owl-nav .owl-next span,
    .video-slider-block .owl-nav .owl-prev span {
      color: #134874; }
    #alumni-carousel .owl-nav .owl-next:hover,
    #alumni-carousel .owl-nav .owl-prev:hover,
    .video-slider-block .owl-nav .owl-next:hover,
    .video-slider-block .owl-nav .owl-prev:hover {
      background: transparent !important; }
      #alumni-carousel .owl-nav .owl-next:hover span,
      #alumni-carousel .owl-nav .owl-prev:hover span,
      .video-slider-block .owl-nav .owl-next:hover span,
      .video-slider-block .owl-nav .owl-prev:hover span {
        color: #0087cb; }

@media (pointer: fine) {
  .grow-box-hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
    .grow-box-hover:hover {
      transform: translate3D(0, -1px, 0) scale(1.1);
      z-index: 1; } }
.bg-image-text {
  padding: 250px 20px; }
  .bg-image-text h1 {
    font-size: 4rem; }

.bg-image-overlay {
  background-color: #ffffff85; }

.person-card-img {
  border: 3px solid #fff;
  border-radius: 8px; }

.person-img-filter::after {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
.person-img-filter:hover::after {
  background-image: linear-gradient(120deg, #134874, #0087cb);
  opacity: .55;
  border-radius: 8px;
  border: 3px solid #fff; }

.img-hover-filter:hover {
  opacity: .55; }

.gradient-fade-right {
  background: #f1f1f1;
  background: linear-gradient(90deg, #f1f1f1 51%, white 72%); }

.byline-transparent {
  color: rgba(255, 255, 255, 0.59); }
  .byline-transparent a {
    color: rgba(255, 255, 255, 0.59); }

.social-side {
  float: left;
  top: 200px;
  margin-top: 120px;
  margin-left: -200px;
  z-index: 1 !important; }

.about-ladder-logo {
  width: 175px; }

#tribe-events .tribe-events-button {
  background-color: #0087cb; }

.tribe-events-cal-links {
  text-align: center; }
  .tribe-events-cal-links .tribe-events-button {
    min-width: 150px; }

.tribe-events-notices {
  background: #0187ca;
  border: none;
  color: #fff;
  text-shadow: none; }

.tribe-events .tribe-events-c-ical__link {
  color: #134874;
  border-color: #134874; }
  .tribe-events .tribe-events-c-ical__link:hover {
    background: #134874; }

.eventcard img {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem; }
.eventcard .card {
  transition: 0.4s all;
  -webkit-transition: 0.4s all; }
.eventcard:hover img {
  opacity: 0.8; }
.eventcard:hover .card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

footer a {
  color: #fff; }
  footer a:hover {
    color: #0087cb; }

#event-rsvp-form:target {
  padding-top: 120px; }

.feature-text-wrap p {
  font-size: 20px; }

#partner-carousel .owl-stage {
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto; }
  #partner-carousel .owl-stage .owl-item {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
#partner-carousel .owl-nav {
  position: relative;
  margin: 0; }
  #partner-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -63px;
    left: -60px; }
    #partner-carousel .owl-nav .owl-prev:hover {
      background: transparent;
      color: #134874; }
  #partner-carousel .owl-nav .owl-next {
    position: absolute;
    top: -63px;
    right: -60px; }
    #partner-carousel .owl-nav .owl-next:hover {
      background: transparent;
      color: #134874; }
#partner-carousel .owl-item img {
  display: block;
  max-height: 85px !important;
  width: auto;
  margin: 0 auto; }
#partner-carousel .owl-item {
  margin: 0 25px; }

.pagination .page-numbers {
  display: inline-block;
  font-weight: 400;
  background: #fff;
  color: #0087cb;
  border: none;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  text-decoration: none;
  margin: 0 3px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.feature-video-overlay-img {
  max-width: 422px; }

.bar-right .break-bar {
  margin-left: auto; }

.block-cards-text-wrap p {
  line-height: 1.4em;
  margin-bottom: 0; }

@media (pointer: coarse) {
  .mobile-bg {
    display: block !important; }

  .mobile-video {
    display: none !important; }

  .bg-fixed {
    background-attachment: scroll !important;
    background-size: cover !important; } }
@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0; }

  body {
    margin-top: 63px; }

  .bg-fixed {
    background-attachment: scroll; }

  img.alignleft,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block; }

  #main-nav .navbar-nav .nav-item .nav-link {
    border-right: none;
    font-size: 20px;
    margin-top: 10px; }

  #main-nav.affixed .btn-donate {
    width: 100%;
    margin-bottom: 10px; }

  .page-banner-title h1 {
    font-size: 2.6rem; }

  .bg-image-text h1 {
    font-size: 2.6rem; }

  .list-icon {
    display: none; }

  .navbar-brand img {
    max-width: 100px;
    padding: 10px 0; }

  .bg-image-text {
    padding: 100px 20px; }

  .quote-slider-block .owl-dots {
    left: 0;
    right: 0;
    top: -68px; }
    .quote-slider-block .owl-dots .owl-dot {
      display: inline-block !important; }

  .owl-nav {
    display: none !important; }

  .wp-block-column {
    padding: 0 15px; }

  .feature-video-overlay-img {
    max-width: 250px; }

  .video-wrapper .video-text .filter img {
    padding: 75px 40px 100px; } }
@media (min-width: 1200px) and (max-width: 1390px) {
  .hide-mid {
    display: none !important; } }
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1400px; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  .youtube-img {
    object-fit: cover;
    height: 200px; } }
@media (min-width: 1400px) {
  .youtube-img {
    object-fit: cover;
    height: 212px;
    width: 318px; } }
@media (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ }

  .gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }

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