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

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

.bg-earth,
.has-earth-background-color {
  background-color: #f3e0da;
}

.bg-green,
.has-green-background-color {
  background-color: #628474;
}

.bg-green-dark,
.has-green-dark-background-color {
  background-color: #4c675a;
}

.bg-green-light,
.has-green-light-background-color {
  background-color: #f4f8f3;
}

.bg-green-mid,
.has-green-mid-background-color {
  background-color: #c1dbda;
}

.bg-gray,
.has-gray-background-color {
  background-color: #ecebeb;
}

.earth,
.has-earth-color {
  color: #f3e0da !important;
}

.green,
.has-green-color {
  color: #628474 !important;
}

.green-light,
.has-green-light-color {
  color: #f4f8f3 !important;
}

.green-mid,
.has-green-mid-color {
  color: #c1dbda !important;
}

.green-dark,
.has-green-dark-color {
  color: #4c675a !important;
}

.gray,
.has-gray-color {
  color: #ecebeb !important;
}

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

.white,
.has-white-color {
  color: #fff !important;
}

.grayish {
  color: #444444;
}

.twitter-color {
  color: #1ca1f2;
}

a {
  color: #628474;
}
a:hover {
  color: #4c675a;
}

a.link-black {
  color: #000;
}
a.link-black:hover {
  color: #000;
}

a.link-white {
  color: #fff;
}
a.link-white:hover {
  color: #709BAF;
}

.link-white a {
  color: #fff;
}
.link-white a:hover {
  color: #fff;
}

.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 {
  margin-bottom: 0;
  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-columns-3 .gallery-item {
  max-width: 33.33%;
  padding: 0;
  text-align: center;
}
.gallery-columns-3 .gallery-item .gallery-caption {
  text-align: center;
}

.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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}

.btn {
  border-radius: 0;
}
.btn.btn-up {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
.btn.btn-pad {
  padding: 10px 35px;
}
.btn.btn-red {
  background: #bd0909;
  border: none;
  color: #fff;
}
.btn.btn-red:hover {
  background: #2c0404;
}
.btn.btn-blue {
  background: #1b4a7f;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #123155;
}
.btn.btn-green {
  background: #628474;
  font-size: 14px !important;
  border: none;
  color: #fff;
}
.btn.btn-green:hover {
  background: #4c675a;
}
.btn.btn-white {
  background: #fff;
  color: #628474;
  border: none;
}
.btn.btn-white:hover {
  color: #fff;
  background: #628474;
}
.btn.btn-earth {
  background: #f3e0da;
  color: #000;
  border: none;
}
.btn.btn-earth:hover {
  background: #e7c0b3;
  color: #000;
}
.btn.btn-white-earth {
  background: #fff;
  color: #628474;
  border: none;
}
.btn.btn-white-earth:hover {
  color: #000;
  background: #f3e0da;
}
.btn.btn-blue-light {
  background: #709BAF;
  border: none;
  color: #fff;
}
.btn.btn-blue-light:hover {
  background: #558297;
}
.btn.btn-fb {
  background: #3b5998;
  border: none;
  color: #fff;
}
.btn.btn-fb:hover {
  background: #2d4373;
}
.btn.btn-twt {
  background: #00aced;
  border: none;
  color: #fff;
}
.btn.btn-twt:hover {
  background: #0087ba;
}
.btn.btn-nav {
  background: #ecebeb;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 20px;
}

.btn-inside a {
  width: 100%;
  padding: 20px 10px;
  text-transform: uppercase;
}

#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: 300;
  font-size: 12px !important;
  background-color: #628474;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
}
.gform_button.button:hover {
  background-color: #4c675a;
  cursor: pointer;
}

.view-all-cats select {
  border: none;
  height: 45px;
  width: 300px;
  max-width: 100%;
  background: #f3e0da;
}

select.gfield_select {
  border: none;
  height: 45px;
  width: 100%;
  background: #f3e0da;
}

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

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

#gform_submit_button_5 {
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 10px;
  border: none;
  margin: 0 auto !important;
  display: block;
  padding: 10px 35px;
}
#gform_submit_button_5:hover {
  background: #4c675a;
}

#field_5_1 {
  padding-right: 0;
  margin: -20px 0 -10px !important;
}
#field_5_1 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
}
#field_5_1 input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
#field_5_1 input:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
}
#field_5_1 input:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

#gform_2 #gform_submit_button_2 {
  border: none;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
#gform_2 .gfield_required {
  display: none;
}

@media (min-width: 992px) {
  #gform_wrapper_2 {
    margin-top: 5px;
  }

  #gform_2 #field_2_1 {
    width: 100%;
    float: left;
    clear: none;
    padding: 0 !important;
  }
  #gform_2 #field_2_1 .ginput_container_email {
    margin-top: 0 !important;
  }
  #gform_2 #field_2_2 {
    width: 50%;
    float: left;
    clear: none;
    margin: 0;
  }
  #gform_2 #input_2_2 {
    font-size: 18px;
    color: #fff;
    margin: -10px 0 25px;
    padding-left: 120px;
  }
  #gform_2 #input_2_2 li {
    margin-bottom: 0;
  }
  #gform_2 #input_2_1 {
    margin: 0 !important;
  }
  #gform_2 .gform_body {
    width: 75%;
    clear: none;
    float: left;
  }
  #gform_2 .gform_footer {
    width: 25%;
    float: left;
    clear: none;
    padding: 0 !important;
  }
  #gform_2 #gform_submit_button_2 {
    width: 100%;
    margin: 0px !important;
    border-radius: 0 !important;
    height: 38px;
    padding: 1px;
  }
  #gform_2 .top_label .gfield_label {
    color: #fff;
    text-align: center;
    width: 100%;
  }

  #newsletter-sign-up .arrowwrap {
    margin-left: -27px;
    margin-top: 58px;
  }
}
@media (max-width: 991px) {
  #newsletter-sign-up .arrowwrap {
    display: none;
  }
}
/* 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;
  }
}
*/
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image .filter-dark {
  background: rgba(22, 61, 92, 0.59);
}

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

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

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

.bg-position-top {
  background-position: 100% 10% !important;
}

.bg-position-midtop {
  background-position: 100% 30% !important;
}

.bg-position-bottom {
  background-position: 100% 90% !important;
}

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

.dropdown-toggle::after {
  display: none;
}

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

.height-38 {
  height: 38px;
}

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

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

.font-up-1 {
  font-size: 1.3rem;
}

.font-thin {
  font-weight: 300;
}

.small {
  font-weight: 80%;
}

small {
  font-weight: inherit !important;
}

.wp-block-separator.is-style-wide {
  width: 100%;
  height: 1px;
}

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

hr.wp-block-separator {
  width: 150px;
  height: 5px;
}

.clearfix {
  clear: both !important;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "niveau-grotesk", 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: "niveau-grotesk", 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: #666;
  font-size: 20px;
  font-size: 1.25rem;
  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: "niveau-grotesk", sans-serif;
  color: #000;
}

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "niveau-grotesk", 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;
}

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

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

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

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

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

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

.font-3r {
  font-size: 3rem;
}

.font-sans {
  font-family: "niveau-grotesk", sans-serif !important;
}

.font-serif {
  font-family: "niveau-grotesk", sans-serif !important;
  font-weight: 700;
  font-style: italic;
}

article p {
  font-size: 1.1rem;
}
article a {
  color: #628474;
  text-decoration: underline;
}
article a:hover {
  color: #4c675a;
  text-decoration: underline;
}
article a.btn {
  text-decoration: none;
}
article ul,
article ol {
  font-size: 1.1rem;
}
article h1 {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 3em;
  line-height: 1.1em;
}
article h2 {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 2.5em;
  line-height: 1.1em;
  color: #000;
}
article h3 {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 2em;
  line-height: 1.1em;
  color: #000;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}
article h4 {
  text-transform: uppercase;
}

.wp-block-image figcaption {
  margin-top: 0;
  text-align: left;
  font-size: 14px;
  background: #eeeeee;
  padding: 20px;
}

.accordion > .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd !important;
}
.accordion > .card .card-header {
  background: transparent;
}
.accordion > .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.accordion h2 {
  border-bottom: 0;
}
.accordion h2 button {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.custom-buttons .btn {
  font-size: 18px;
}

.wp-block-atomic-blocks-ab-columns.one-column {
  max-width: 100% !important;
  width: 950px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 2005;
}

.navbar-brand img {
  width: 300px;
}

body.modal-open #main-nav.affixed .btn-nav {
  opacity: 0;
}

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

#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: rgba(37, 32, 33, 0.7);
  font-weight: 800;
  text-transform: uppercase;
}
#main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #628474;
}
#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: #628474;
  color: #fff;
}
#main-nav .btn-donate {
  background: transparent;
  color: #628474;
  padding: 30px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
#main-nav .btn-donate:hover {
  background: #4c675a;
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

#home-banner {
  background-color: #ddd;
  overflow: hidden;
}
#home-banner .bw {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#home-banner .bw:hover {
  -webkit-filter: none;
  filter: none;
}
#home-banner .banner-grid-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home-banner .banner-grid-image.grid-small {
  min-height: 45vh;
}
#home-banner .banner-grid-image.grid-large {
  min-height: 65vh;
}
#home-banner .banner-grid-image.grid-mid {
  min-height: 55vh;
}
#home-banner .banner-grid-text-logo {
  min-height: 10vh;
  background-color: #628474;
}
#home-banner .banner-grid-text-logo p {
  font-size: 30px;
  font-family: "Times New Roman", Times, serif;
  line-height: 1em;
}
#home-banner .banner-grid-text-logo p span {
  clear: both;
  display: block;
  font-size: 14px;
}
#home-banner .banner-grid-text-logo:hover {
  background-color: #ddd;
}
#home-banner .banner-grid-text-logo:hover p {
  color: #628474;
}

#menu .nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
#menu .nav-link {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
}
#menu .nav-link:hover {
  color: #f4f8f3;
}
#menu .nav-link .fa-caret-circle-up {
  display: none;
}
#menu .nav-link[aria-expanded=true] .fa-caret-circle-down {
  display: none;
}
#menu .nav-link[aria-expanded=true] .fa-caret-circle-up {
  display: inline-block;
}

.modal-full {
  background: #628474;
  right: 0;
  left: inherit;
  width: 50%;
}
.modal-full .modal-dialog {
  margin: 0 auto !important;
  height: 100%;
  width: 100%;
  pointer-events: all;
  max-width: 1140px !important;
}
.modal-full .modal-dialog .modal-content {
  background: transparent;
  border: none;
  height: 100%;
}
.modal-full p {
  color: #fff;
}
.modal-full .close-wrapper {
  left: initial;
}
.modal-full .close {
  color: #f4f8f3;
  opacity: 1;
  font-size: 30px;
  background: transparent;
  text-shadow: none;
}
.modal-full .close:hover {
  color: #fff;
}
.modal-full .list-group {
  font-weight: 300;
}
.modal-full .list-group a {
  color: #000;
  border-radius: 0;
}
.modal-full .list-group a:hover {
  background: #f4f8f3;
  color: #fff;
}
.modal-full h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.event-timeline-item .event-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.event-timeline-item .event-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #ffeb00, #0089ff);
  opacity: 0.1;
  margin-left: -250px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.event-timeline-item .event-column-wrap {
  z-index: 2;
}
.event-timeline-item .event-column-wrap h2 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.event-timeline-item .event-column-wrap .event-height {
  height: 110px;
}
.event-timeline-item .event-date {
  background: #f3e0da;
  color: #fff;
}
.event-timeline-item .speakername {
  opacity: 0;
}
.event-timeline-item:hover .speakername {
  opacity: 1;
  top: 0;
  z-index: 2;
  left: 0;
  text-align: left;
  right: 0;
  bottom: 0;
  padding: 20px 0 0 20px;
}
.event-timeline-item:hover .speakername .featuring {
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.event-timeline-item:hover .speakername p {
  color: #000;
}
.event-timeline-item:hover .event-image::after {
  opacity: 0.7;
  margin-left: 0;
}

.left .event-timeline-item::after {
  content: "";
  position: absolute;
  top: 43%;
  right: -43px;
  width: 43px;
  height: 15px;
  background-color: #fff;
}

.right .event-timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -43px;
  width: 43px;
  height: 15px;
  background-color: #fff;
}

.feature-main .feature-main-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature-main .feature-main-text-wrap {
  z-index: 2;
}
.feature-main .feature-main-text-wrap h2 {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.feature-main .feature-main-text-wrap .feature-main-indicator {
  background: #f3e0da;
}
.feature-main .feature-main-more {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px 0 -30px;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
}
.feature-main .feature-main-more svg {
  margin-bottom: -5px;
}

.white-bg-container {
  z-index: 10;
}

.white-bg-bar {
  z-index: 1;
  top: 0;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 49.5%;
  right: 0;
  width: 1%;
}

.progress-pointer {
  z-index: 1;
  text-align: center;
}
.progress-pointer .pointer-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: 5px;
}

.media-item .media-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.media-item .media-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3e0da 0%, #628474 100%);
  opacity: 0.1;
  margin-left: -150px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.media-item .media-column-wrap {
  z-index: 2;
}
.media-item .media-column-wrap h2 {
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.media-item .media-column-row {
  height: 98px;
  overflow: hidden;
}
.media-item .media-type {
  background: #f3e0da;
  color: #628474;
}
.media-item .speakername {
  opacity: 0;
}
.media-item:hover .speakername {
  opacity: 1;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0 0 20px;
}
.media-item:hover .speakername .featuring {
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.media-item:hover .speakername p {
  color: #000;
}
.media-item:hover .media-image::after {
  opacity: 0.7;
  margin-left: 0;
}

.event-timeline .start-date {
  background: #628474;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  position: absolute;
}
.event-timeline .right .start-date {
  text-align: right;
  right: 0;
}
.event-timeline .left .start-date {
  text-align: left;
  left: 0;
}
.event-timeline .title {
  font-size: 14px;
  padding: 5px 15px;
  width: 80%;
  letter-spacing: 1px;
}

.font-card-title {
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  width: 80%;
  letter-spacing: 1px;
}

.bar {
  width: 150px;
  margin: 0 auto;
  height: 5px;
}

.feature-carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 5%;
  top: 45%;
}
.feature-carousel.owl-carousel .owl-nav button.owl-next,
.feature-carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 3rem;
  line-height: 1rem;
  color: #e2e2e2;
}
.feature-carousel.owl-carousel .owl-nav button.owl-next:hover,
.feature-carousel.owl-carousel .owl-nav button.owl-prev:hover {
  color: #628474;
}
.feature-carousel.owl-carousel .owl-nav .owl-next {
  margin-left: 20px;
}
.feature-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin-bottom: 10px;
}
.feature-carousel.owl-carousel .owl-dots span {
  background-color: #e2e2e2;
  border-radius: 0;
  display: block;
  height: 7px;
  margin: 5px 7px;
  opacity: 1;
  width: 20px;
}
.feature-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #628474;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #D79B4B;
  margin: -48px 0 0;
}

.event-overlay-details {
  bottom: 0;
}

.iframe-border iframe {
  border: 5px solid #000;
  margin: 0 !important;
}

footer p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
footer p strong {
  color: #fff;
  letter-spacing: 1px;
}
footer p a {
  color: rgba(255, 255, 255, 0.7);
}
footer p a:hover {
  color: #fff;
}
footer .social-link {
  color: rgba(255, 255, 255, 0.7);
}
footer .social-link:hover {
  color: #fff;
}

.owl-carousel.items-carousel .owl-nav {
  position: relative;
}
.owl-carousel.items-carousel .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  font-size: 50px;
  top: -205px;
  background: #ecebeb;
  line-height: 23px;
  padding: 10px 10px 20px !important;
  width: 53px;
  transition: 0.5s padding;
  -webkit-transition: 0.5s padding;
  outline: none !important;
  box-shadow: none;
}
.owl-carousel.items-carousel .owl-nav .owl-next:hover {
  padding-left: 25px !important;
}
.owl-carousel.items-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  font-size: 50px;
  top: -205px;
  background: #ecebeb;
  line-height: 23px;
  padding: 10px 10px 20px !important;
  width: 53px;
  transition: 0.5s padding;
  -webkit-transition: 0.5s padding;
  outline: none !important;
  box-shadow: none;
}
.owl-carousel.items-carousel .owl-nav .owl-prev:hover {
  padding-right: 25px !important;
}

.review-wrap.border-left {
  border-left: 5px solid #f4f8f3 !important;
}

.single-tribe_events .tribe-events-single-event-title {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 3em;
  line-height: 1.1em;
}
.single-tribe_events .tribe-events-schedule h2 {
  color: #D79B4B;
}
.single-tribe_events .tribe-events-content p {
  text-align: justify;
}
.single-tribe_events .event-topic {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 1.5em;
  color: #f4f8f3;
}
.single-tribe_events .event-topic a {
  color: #f4f8f3;
}
.single-tribe_events .tribe-events-ical.tribe-events-button,
.single-tribe_events .tribe-events-gcal.tribe-events-button {
  background: transparent !important;
  color: #628474 !important;
}
.single-tribe_events .owl-theme .owl-nav {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
}
.single-tribe_events .owl-theme .owl-nav .owl-next {
  float: right;
}
.single-tribe_events .owl-theme .owl-nav .owl-prev {
  float: left;
}
.single-tribe_events .owl-stage-outer {
  z-index: 2;
}

#event-rsvp-form {
  border: 3px solid #ecebeb;
}
#event-rsvp-form select {
  border: none;
  height: 40px;
}
#event-rsvp-form .top_label .gfield_label {
  font-weight: 400;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
#event-rsvp-form #gform_submit_button_1 {
  margin: -10px auto 0;
  display: block;
}

.tribe-block__event-website a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 35px;
  background: #D79B4B;
  border: none;
  color: #fff;
}
.tribe-block__event-website a:hover {
  background: #c4822b;
}

.tribe-events-notices {
  background: #f3e0da;
  border: none;
  color: #000;
  text-shadow: none;
}

.tribe-events-cal-links {
  display: none !important;
}

.single-tribe_events #tribe-events-footer {
  display: none;
}

.single-tribe_events #tribe-events-content {
  margin-bottom: 0;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 2em;
}

.tribe-events-list .type-tribe_events {
  border-bottom: 1px solid #ddd;
}
.tribe-events-list .type-tribe_events p {
  font-size: 1em;
}

.tribe-events-list-separator-month {
  color: #D79B4B;
}

.speaker-bio-pic {
  border-radius: 50%;
  border: 2px solid #628474;
  max-height: 222px;
  width: 222px;
}

.speaker-img-circle {
  border: 2px solid #628474;
}

#the-featured-image .title-overlay {
  background: rgba(97, 132, 116, 0.38);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#the-featured-image .title-overlay h1 {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 4em;
  line-height: 1.1em;
}

.archive-title {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 3em;
  line-height: 1.1em;
}

.archive-topic {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 1.2em;
  color: #f4f8f3;
}

body.page-id-155 #gform_wrapper_4 {
  background: #ecebeb;
  padding: 20px;
  margin: 0;
}
body.page-id-155 #gform_wrapper_4 .gform_title {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 2em;
  line-height: 1.1em;
  background: #bd0909;
  color: #fff;
  padding: 20px;
  margin: -20px -20px 0;
}

#tribe-events-content.tribe-events-list, #tribe-events-content.tribe-events-month {
  max-width: 1200px;
  margin: 0 auto;
}

.events-list .tribe-events-loop {
  max-width: 100%;
}

#tribe-events-bar {
  max-width: 1200px;
  margin: 0 auto 30px;
}

.staff-bio-excerpt p {
  font-size: 14px;
}

body.page-id-165 .ab-block-profile .ab-profile-name {
  font-size: 26px !important;
  text-transform: uppercase;
  color: #D79B4B !important;
}

.the-number-item .counter {
  display: inline-block;
}

#alert-modal .modal-body p:last-of-type {
  margin-bottom: 0;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #628474;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background: #7c9d8d;
}

.ab-block-testimonial .ab-testimonial-info .ab-testimonial-avatar-wrap {
  position: relative !important;
  margin-bottom: 7px !important;
}

.ab-block-testimonial p:last-of-type {
  margin-bottom: 0;
}

.ab-block-testimonial .ab-testimonial-avatar-wrap + .ab-testimonial-name,
.ab-block-testimonial .ab-testimonial-avatar-wrap + .ab-testimonial-name + .ab-testimonial-title,
.ab-block-testimonial .ab-testimonial-avatar-wrap + .ab-testimonial-title,
.ab-block-testimonial .ab-testimonial-avatar-wrap + .editor-rich-text,
.ab-block-testimonial .ab-testimonial-avatar-wrap + .editor-rich-text + .editor-rich-text {
  margin-left: 0 !important;
}

.logo-hover {
  background: #ddd;
  min-height: 35vh;
}
.logo-hover .logo-initial {
  display: block;
  opacity: 1;
  visibility: visible;
}
.logo-hover .logo-hovered {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.logo-hover:hover {
  background: #4c675a;
}
.logo-hover:hover .logo-initial {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.logo-hover:hover .logo-hovered {
  display: block;
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  z-index: 2000;
}

.modal {
  z-index: 2050;
}

.upcoming-event-box {
  border-bottom: 5px solid #4c675a;
  height: 260px;
  overflow: hidden;
}
.upcoming-event-box:hover {
  background: #fff;
}

.twitter-single-tweet .twitter-tweet a {
  color: #c1dbda;
}

.intro-columns .col-md-4 {
  border-right: 1px solid #ddd;
}
.intro-columns .col-md-4:last-of-type {
  border-right: none;
}

.dropdown-item:hover {
  background-color: #f3e0da;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .event-timeline-item .event-column-wrap .event-height {
    height: auto;
    overflow: hidden;
  }
}
@media (pointer: coarse) {
  .bg-fixed {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    width: 100% !important;
  }

  body {
    margin-top: 46px;
  }

  .media-item .media-image::after {
    display: none !important;
  }

  .event-timeline-item .event-image::after {
    display: none !important;
  }

  .ab-layout-column-wrap {
    display: block !important;
  }

  .box-inner-wrap {
    height: auto !important;
  }

  .event-timeline-item .event-column-wrap .event-height {
    height: auto;
    min-height: 90px;
  }

  .speaker-img-circle.float-right {
    margin: 0 auto 15px !important;
    display: block !important;
    float: none !important;
  }

  #the-featured-image .title-overlay h1 {
    font-size: 2em;
  }

  .modal-full {
    right: 0;
    left: 0;
    width: 100%;
  }

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

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

  .white-bg-bar {
    width: 5%;
    left: 48%;
  }

  .feature-main .feature-main-text-wrap h2 {
    font-size: 1rem;
    padding: 0 !important;
  }

  .owl-carousel.items-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
  }
  .owl-carousel.items-carousel .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5px;
  }
  .owl-carousel.items-carousel .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 5px;
  }

  #home-banner .banner-content {
    padding: 150px 0 100px;
  }

  .left .event-timeline-item::after {
    display: none !important;
  }

  .right .event-timeline-item::after {
    display: none !important;
  }

  .event-timeline-item .event-column-wrap h2 {
    font-size: 1rem;
  }

  .feature-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    text-align: center;
  }

  .tribe-events-sub-nav li a {
    background: #1b4a7f;
  }

  #home-banner {
    min-height: 60vh !important;
  }
  #home-banner .banner-grid-image.grid-large.grid-mobile {
    min-height: 60vh;
    -webkit-filter: none;
    filter: none;
  }

  .intro-columns .col-md-4 {
    border-bottom: 1px solid #ddd;
    border-right: none !important;
  }
  .intro-columns .col-md-4:last-of-type {
    border-bottom: none;
  }

  .wp-block-image .alignright,
.wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
    width: 65%;
  }
  .wp-block-image .alignright img,
.wp-block-image .alignleft img {
    margin-bottom: 15px;
  }

  .navbar-brand img {
    width: 225px;
  }
}
@media (min-width: 768px) {
  .modal-person .modal-dialog {
    max-width: 800px;
    border-radius: 0;
  }

  .bio-inner-wrap {
    min-height: 302px;
  }

  #home-banner {
    max-height: 100vh !important;
  }
}
@media (min-width: 1700px) {
  .banner-grid-image.grid-mid {
    min-height: 58vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bg-fixed {
    background-attachment: scroll;
  }

  #home-banner .filter {
    background: rgba(22, 61, 92, 0.59);
  }
  #home-banner .banner-content {
    padding: 150px 0 100px;
  }
  #home-banner .banner-content h1 {
    font-size: 2rem;
  }

  .wp-block-atomic-blocks-ab-columns.one-column .ab-layout-column-wrap {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .feature-main-text-wrap {
    position: absolute;
    top: 50%;
    left: -16.6%;
    text-align: right !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position-x: calc(-100% - 7.5px);
    background-position-y: 50%;
    width: 50%;
  }

  .media-item .media-image {
    max-height: 233px;
  }
}
@media (min-width: 1024px) {
  .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 */
