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

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

.has-blue-background-color {
  background-color: #4db0cb;
}

.has-blue-dark-background-color {
  background-color: #4db0cb;
}

.has-green-background-color {
  background-color: #334e2b;
}

.has-yellow-background-color {
  background-color: #cca72c;
}

.has-red-background-color {
  background-color: #e55932;
}

.has-brown-background-color {
  background-color: #531718;
}

.has-pink-background-color {
  background-color: #e98b84;
}

.has-orange-background-color {
  background-color: #e87734;
}

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

.has-gray-light-background-color {
  background-color: rgba(51, 78, 43, 0.1);
}

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

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

.has-blue-color {
  color: #4db0cb;
}

.has-blue-dark-color {
  color: #4db0cb;
}

.has-green-color {
  color: #334e2b;
}

.has-yellow-color {
  color: #cca72c;
}

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

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

.has-gray-light-color {
  color: rgba(51, 78, 43, 0.1);
}

.has-brown-color {
  color: #531718;
}

.has-pink-color {
  color: #e98b84;
}

.has-orange-color {
  color: #e87734;
}

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

.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: 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;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-up {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px;
}
.btn.btn-social {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.btn.btn-gray {
  color: #000;
  background: #808080;
  border: none;
}
.btn.btn-gray:hover {
  background: #4db0cb;
  color: #fff;
}
.btn.btn-blue {
  background: #4db0cb;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #3496b1;
}
.btn.btn-red {
  background: #e55932;
  border: none;
  color: #fff;
}
.btn.btn-red:hover {
  background: #334e2b;
}
.btn.btn-orange {
  background: #e87734;
  border: none;
  color: #fff;
}
.btn.btn-orange:hover {
  background: #334e2b;
}
.btn.btn-green {
  background: #334e2b;
  border: none;
  color: #fff;
}
.btn.btn-green:hover {
  background: #e87734;
}
.btn.btn-green-outline {
  background: transparent;
  border: 2px solid #334e2b;
  color: #334e2b;
}
.btn.btn-green-outline:hover {
  background: #334e2b;
  color: #fff;
}
.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;
}
.btn.btn-linkedin {
  background: #0173b1;
  border: none;
  color: #fff;
}
.btn.btn-linkedin:hover {
  background: #0194e4;
}

#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_footer .gform_button.button {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  background-color: #334e2b !important;
  color: #fff !important;
  padding: 8px 45px !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 auto !important;
}
.gform_footer .gform_button.button:hover {
  background-color: #e55932 !important;
  cursor: pointer;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

#gform_1 .gform_footer {
  display: block;
}

#gform_submit_button_1 {
  background: #e87734 !important;
  letter-spacing: 0.5px;
  margin-bottom: 40px !important;
  margin-top: -13px !important;
  margin-right: 0 !important;
  display: block;
}
#gform_submit_button_1:hover {
  background: #e35932;
}

#input_1_1 {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  border: none;
}

#gform_fields_2 input,
#gform_fields_2 textarea,
#gform_fields_2 select,
#gform_fields_4 input,
#gform_fields_4 textarea,
#gform_fields_4 select {
  border: none;
  border-radius: 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
}

#gform_fields_2 select,
#gform_fields_3 select,
#gform_fields_4 select {
  padding-top: 4px;
  font-style: italic;
}

#gform_fields_3 input,
#gform_fields_3 textarea,
#gform_fields_3 select {
  border-color: #334e2b;
  border-radius: 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
}

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

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

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

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Open Sans", 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.4em;
  margin: 0 0 0.25em;
  padding: 1em 0 0;
  font-family: "Egyptian Slate Pro", sans-serif;
  letter-spacing: 0.02rem;
}

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

h1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1em;
}

h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1em;
  color: #334e2b;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #4db0cb;
  line-height: 1em;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #4db0cb;
  line-height: 1em;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #4db0cb;
  line-height: 1em;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #4db0cb;
  line-height: 1em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1.5em;
  font-size: 18px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 400;
}

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  border-left: 3px solid #e55932;
}
blockquote p {
  font-weight: 500;
}
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;
}

a {
  color: #e55932;
}
a:hover {
  color: #334e2b;
}

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

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

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

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

.font-medium {
  font-weight: 400;
}

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

.font-italic {
  font-style: italic;
}

.font-sans {
  font-family: "Open Sans", sans-serif;
}

.font-serif {
  font-family: "Egyptian Slate Pro", sans-serif;
  letter-spacing: 0.02rem;
}

.font-serif-italic {
  font-family: "Egyptian Slate Pro", sans-serif;
  font-style: italic;
  letter-spacing: 0.02rem;
}

.letter-spacing {
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

article p {
  font-size: 18px;
}
article ul,
article ol {
  font-size: 18px;
}

.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}

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

.wp-block-group .wp-block-group__inner-container {
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.has-background {
  padding-top: 35px;
  padding-bottom: 5px;
}

.wp-block-column p:last-of-type {
  margin-bottom: 0;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.hover-blue-color:hover {
  color: #4db0cb;
}

.btn.hover-blue-color:hover > .has-white-color {
  color: #4db0cb !important;
}

#main-nav .nav-item {
  padding-right: 20px;
  padding-left: 20px;
}
#main-nav .nav-item .nav-link {
  color: #334e2b;
  font-weight: 700;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #e87734, #e87734);
  background-size: 0 2px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.2s ease-out;
}
#main-nav .nav-item .nav-link:hover, #main-nav .nav-item .nav-link.active {
  color: #e87734;
  background-size: 100% 2px, auto;
}
#main-nav #menu-item-184 .nav-link:hover, #main-nav #menu-item-184 .nav-link.active, #main-nav #menu-item-184 .nav-link.show {
  color: #e55932;
}
#main-nav .dropdown-menu {
  background: #e55932;
  position: fixed;
  left: 0;
  right: 0;
  top: 72px;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 0;
}
#main-nav .dropdown-menu li {
  width: 24%;
  display: inline-block;
  text-align: center;
}
#main-nav .dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: 600;
}
#main-nav .dropdown-menu .dropdown-item:hover, #main-nav .dropdown-menu .dropdown-item:focus {
  color: #cca72c;
  background: transparent;
}
#main-nav .dropdown-menu:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e55932;
  position: absolute;
  top: -15px;
  right: -138px;
  left: 0;
  width: 15px;
  margin: 0 auto;
}
#main-nav .dropdown-item.active,
#main-nav .dropdown-item:active {
  background: transparent;
  color: #cca72c;
}

body.logged-in #main-nav .dropdown-menu {
  top: 104px;
}

.video-bg video {
  max-height: calc(100vh - 114px);
  width: 100%;
  object-fit: cover;
}

.has-green-border-color {
  border: 3px solid #334e2b;
}

#popmake-233 {
  border-bottom: 1px solid #000 !important;
}

.pum-theme-default-theme .pum-title {
  color: #fff !important;
}

.pum-theme-default-theme .pum-content p {
  color: #fff !important;
}

.home-newsletter-inline .gfield input {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border: 1px solid #fff;
  font-style: italic;
  height: 40px;
}
.home-newsletter-inline input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.home-newsletter-inline input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.home-newsletter-inline input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.home-newsletter-inline input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.home-newsletter-inline .gform_footer {
  padding-bottom: 1px;
}

#popmake-233 .gfield input {
  background: #555;
  color: #fff;
  border: 1px solid #fff;
  font-style: italic;
  height: 40px;
}
#popmake-233 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#popmake-233 input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#popmake-233 input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#popmake-233 input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#popmake-233 #gform_submit_button_1 {
  background: #e55932;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-style: normal;
}
#popmake-233 #gform_submit_button_1:hover {
  background: #4db0cb;
}
#popmake-233 .gform_footer {
  padding-bottom: 1px;
}

img.has-white-border {
  border: 10px solid #fff;
}

.home-banner-main-img {
  width: 100%;
  height: 600px;
  min-height: 80vh;
  object-fit: cover;
}

.home-banner-inner {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5900560908) 34%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.home-banner-inner img {
  width: 420px;
}

.has-green-bg-image {
  background: url("/wp-content/uploads/BKG_green.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.has-green-bg-image-alt {
  background: url("/wp-content/uploads/BKG_green.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.has-green-bg-image-downright {
  background: url("/wp-content/uploads/BKG_green-alt.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.shortbar {
  width: 70px;
  height: 6px;
}

.img-shadow-up-right {
  box-shadow: 30px -30px rgba(204, 167, 34, 0.2);
}

.img-shadow-down-left {
  box-shadow: -30px 30px rgba(77, 176, 203, 0.2);
}

.img-shadow-down-left-gray {
  box-shadow: -30px 30px rgba(51, 78, 43, 0.1);
}

.single-card-partial img {
  aspect-ratio: 800/680;
  object-fit: cover;
}

.single-card-partial:hover .has-white-background-color {
  background: #e55932 !important;
}

.single-card-partial:hover p,
.single-card-partial:hover i {
  color: #fff !important;
}

/*
#about {
  .bg-grid {
    background-image: url('/wp-content/uploads/de-grid-bottom-right.png');
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 170px;
  }
  &:before {
    content: ' ';
    border-bottom: 400px solid $blue;
    border-left: 400px solid transparent;
    width: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
*/
#featured .bg-grid {
  background-image: url("/wp-content/uploads/de-grid-bottom-right.png");
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 170px;
}
#featured:before {
  content: " ";
  border-top: 400px solid #e55932;
  border-right: 400px solid transparent;
  width: 0;
  top: -5%;
  left: 0;
  position: absolute;
  z-index: -2;
}

.border-b-left {
  position: relative;
}
.border-b-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  left: -10px;
  top: 10px;
  border: 1px solid #000;
  margin-bottom: -10px;
  z-index: -1;
}

.border-b-right {
  position: relative;
}
.border-b-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  left: -10px;
  top: 10px;
  border: 1px solid #000;
  margin-bottom: -10px;
  z-index: -1;
}

.border {
  border-color: #000 !important;
}

.home-newsletter-inline {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.newsletter-bg-img {
  min-height: 340px;
  object-fit: cover;
}

footer .nav-item .nav-link {
  color: #fff;
  padding: 2px 0 !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .nav-item .nav-link:hover {
  color: #e87734;
}

#menu-footer-3 .nav-item {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #4db0cb;
}
#menu-footer-3 .nav-item .nav-link {
  padding: 0;
}
#menu-footer-3 .nav-item:last-of-type {
  border: none;
}
#menu-footer-3 .nav-item:first-of-type {
  padding-left: 0;
}

#main-nav.affixed .announcement-bar {
  height: 0;
}

.announcement-bar {
  height: 41px;
  transition: 0.5s all;
  overflow: hidden;
}
.announcement-bar a {
  font-size: 14px;
  color: #fff;
}

.offer-img {
  max-height: 115px;
  width: auto;
  object-fit: cover;
}

.offer-title-wrap {
  height: 64px;
}

.gold-top {
  background-image: url("/wp-content/uploads/ABOUT_staff-member-background.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.offer-bg {
  background-image: url("/wp-content/uploads/BKG_green-2.png");
  background-size: cover;
  background-position: bottom;
}

.edu-bg {
  background-image: url("/wp-content/uploads/BKG_green-3.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.latest-bg {
  background-image: url("/wp-content/uploads/BKG_Gold.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.edupreneur-posts {
  background-image: url("/wp-content/uploads/BKG_Gold_reverse.png");
  background-size: 100%;
  background-position: 0 400px;
  background-repeat: no-repeat;
}

.archive-bg {
  background-image: url("/wp-content/uploads/BKG_Gold_reverse.png"), url("/wp-content/uploads/BKG_green.png");
  background-size: 100%;
  background-position: 0 400px, left top;
  background-repeat: no-repeat;
}

.hover-bg-red:hover {
  background-color: #e55932;
}

.card-shadow {
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06);
}

.foot-red-line {
  border-right: 1px solid #4db0cb;
}

.streteched-link-wrapper:hover .hover-green {
  color: #4db0cb !important;
}

.streteched-link-wrapper:hover .hover-white {
  color: #fff !important;
}

.hover-background-green:hover {
  background: #334e2b;
}

.page-bg-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.35) 100%);
}

.single-bg-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 34%, rgba(255, 255, 255, 0) 100%);
}

.scrolled-hide {
  opacity: 1;
  height: auto;
}

.single-banner-height {
  height: 85vh;
  transition: 1s all;
  -webkit-transition: 1s all;
}
.single-banner-height.scrolled {
  height: 400px;
}
.single-banner-height.scrolled .scrolled-hide {
  opacity: 0;
  height: 0;
}

.author-image {
  width: 75px;
}

/*
.archive-bg {
  &:before {
    content: ' ';
    width: 100%;
    left: 0;
    top: 60%;
    bottom: -1px;
    position: absolute;
    z-index: -2;
    background: linear-gradient(to left bottom, transparent 50%, $blue 50%);
  }
}
*/
body.blog .archive-bg:before,
body.archive.category .archive-bg:before {
  content: " ";
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center 500px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
  background-image: url("/wp-content/uploads/archive-bars.png");
}

.paginate-link.btn a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.paginate-link.btn:hover {
  color: #334e2b;
}

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

#nav-modal .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
}
#nav-modal .nav-link:hover {
  color: #4db0cb;
}
#nav-modal .issue-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.1em;
}
#nav-modal .issue-link:hover {
  color: #4db0cb;
}

.icon-red {
  width: 30px;
}

.icon-outline {
  width: 30px;
}

.height-40 {
  height: 40px;
}

.min-width-210 {
  min-width: 240px;
}

.graybreak {
  height: 20px;
  background-color: rgba(51, 78, 43, 0.1);
}

.team-filter:hover {
  cursor: pointer;
  color: #4db0cb;
  border-bottom: 2px solid #4db0cb;
}

.team-filter.clicked {
  border-bottom: 2px solid #4db0cb;
}

.team-cards .team-card:nth-child(even) .team-card-border {
  position: relative;
  border: 1px solid #000;
}
.team-cards .team-card:nth-child(even) .team-card-border:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -10px;
  left: 10px;
  top: -10px;
  border: 1px solid #000;
  z-index: -1;
}
.team-cards .team-card:nth-child(odd) .team-card-border {
  position: relative;
  border: 1px solid #000;
}
.team-cards .team-card:nth-child(odd) .team-card-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  left: -10px;
  top: 10px;
  border: 1px solid #000;
  margin-bottom: -10px;
  z-index: -1;
}
.team-cards .team-card img {
  height: 275px;
  object-fit: cover;
}

.team-card:hover .has-white-background-color {
  background-color: #e55932 !important;
}
.team-card:hover .has-white-background-color p {
  color: #fff !important;
}

.team-card-border .img-hover {
  display: none;
}
.team-card-border:hover .img-initial {
  display: none;
}
.team-card-border:hover .img-hover {
  display: block;
}
.team-card-border .bio p:last-of-type {
  margin-bottom: 0;
}

.modal-person p {
  font-size: 16px;
}

.logo-footer {
  width: 175px;
}

.footer-link-w {
  color: #fff;
}
.footer-link-w:hover {
  color: #e87734;
}

.social-i {
  background: #4db0cb;
  color: #fff;
  padding: 3px 7px;
  width: 35px;
  text-align: center;
  height: 32px;
  margin-left: 12px;
}

.social-im {
  background: #4db0cb;
  color: #fff;
  padding: 6px 7px;
  width: 40px;
  text-align: center;
  height: 40px;
  margin-right: 12px;
  font-size: 22px;
  line-height: 27px;
}

.social-side a {
  background: #334e2b;
  color: #fff;
  padding: 3px 7px;
  width: 35px;
  text-align: center;
  height: 32px;
}
.social-side a:hover {
  background: #e87734;
}

.archive-border-bottom {
  border-bottom: 20px solid rgba(51, 78, 43, 0.1);
}

.person-bio-img {
  border-radius: 50%;
  border: 5px solid #fff;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: -100px;
  position: relative;
}

.gform_submission_error {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
}

.hero-img-scroll {
  height: 600px;
  background-attachment: fixed;
  background-position: top center;
}

.single-post-author-title {
  padding-top: 5px;
}

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0;
  }
  .bg-fixed {
    background-attachment: scroll;
  }
  img.alignleft,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .font-size-mobile-14 {
    font-size: 14px;
  }
  .font-size-mobile-18 {
    font-size: 18px;
  }
  .font-size-mobile-32 {
    font-size: 32px;
  }
  body.admin-bar :target:before,
  :target:before {
    height: 105px;
    margin: -105px 0 0;
  }
  .video-bg video {
    max-height: 80vh;
  }
  .line-height-xs {
    line-height: 30px;
  }
  .home-banner-inner img {
    width: 200px;
  }
  .font-size-50 {
    font-size: 36px;
  }
  .font-size-36 {
    font-size: 24px;
  }
  .border-b-left.border-end-0,
  .border-b-right.border-start-0 {
    border: 1px solid #000 !important;
  }
  .border-b-left.border-end-0:before,
  .border-b-right.border-start-0:before {
    right: 10px !important;
    left: -10px;
  }
  .newsletter-bg-img {
    min-height: 475px;
  }
  #featured,
  #product-grid {
    overflow: hidden;
    margin-top: -1px;
  }
  .nav-logo {
    max-height: 51.4px;
  }
  article p,
  article ul,
  article ol {
    font-size: 16px;
  }
  #featured {
    margin-top: -50px;
  }
  #about-top:before,
  #about-mid:before {
    background-size: cover;
  }
  .special-t-behind {
    background-size: 45% 100%, 50% 100%;
  }
  .gold-top {
    padding-top: 0px;
  }
  .font-size-45 {
    font-size: 25px;
  }
  .shortbar {
    margin-bottom: 10px;
  }
  .hero-img-scroll {
    height: 400px;
  }
  #gform_submit_button_1 {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .font-size-32 {
    font-size: 22px;
  }
  .font-size-30 {
    font-size: 20px;
  }
  .font-size-40 {
    font-size: 30px;
  }
  #main-nav .nav-item .nav-link:hover,
  #main-nav .nav-item .nav-link.active {
    background: none !important;
  }
  .font-size-mobile-40 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #main-nav .dropdown-menu {
    position: relative;
    top: 10px !important;
    margin-bottom: 15px;
  }
  #main-nav .dropdown-menu::before {
    right: 0px;
  }
  #main-nav .dropdown-menu li {
    display: block;
    width: 100%;
  }
  .border-b-left.border-end-0,
  .border-b-right.border-start-0 {
    border: 1px solid #000 !important;
  }
  .border-b-left.border-end-0:before,
  .border-b-right.border-start-0:before {
    right: 10px !important;
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-nav .nav-item {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-nav .dropdown-menu {
    top: 62px;
  }
  #main-nav .dropdown-menu::before {
    right: -19px;
  }
  .special-t-behind {
    background-size: 215px, 50% 100%;
  }
  #main-nav .container {
    max-width: 100%;
  }
  #main-nav .nav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .font-size-32,
  .font-size-30 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #main-nav .container {
    max-width: 100%;
  }
  #main-nav .nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  #main-nav .dropdown-menu {
    top: 65px;
  }
  #main-nav .dropdown-menu::before {
    right: -79px;
  }
}
@media (min-width: 768px) {
  .nav-logo {
    max-height: 40px;
  }
  .wp-block-image.alignwide {
    margin-left: -100px;
    margin-right: -100px;
  }
  .p-height-fixed,
  .demographics {
    height: 64.8px;
    overflow: hidden;
  }
}
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 4rem;
  }
  .container-wide {
    max-width: 1754px;
  }
}
@media (min-width: 992px) {
  .img-min {
    height: 500px;
    object-fit: cover;
  }
}

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