/*
Theme Name: Generations
Author: Fiat Insight
Author URI: https://fiatinsight.com/
Description: This theme has been built and customized for you.
Version: 4.0
*/
@font-face {
  font-family: Impact;
  src: url(/wp-content/themes/Generations/assets/fonts/impact.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Arial Black";
  src: url(/wp-content/themes/Generations/assets/fonts/arial_black.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Arial";
  src: url(/wp-content/themes/Generations/assets/fonts/arial.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url(/wp-content/themes/Generations/assets/fonts/SourceSerifPro-Light.ttf);
  font-weight: normal;
}
.has-white-background-color {
  background-color: #fff;
}

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

.has-blue-background-color {
  background-color: #253e85;
}

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

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

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

.has-orange-light-background-color {
  background-color: #fb9422b5;
}

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

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

.has-blue-color {
  color: #253e85;
}

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

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

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

.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.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: #999999;
  border: none;
}
.btn.btn-gray:hover {
  background: #253e85;
  color: #fff;
}
.btn.btn-blue {
  background: #253e85;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #1a2b5d;
}
.btn.btn-orange {
  background: #fb9422;
  border: none;
  color: #fff;
}
.btn.btn-orange:hover {
  background: #e67b04;
}
.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_button.button {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px !important;
  background-color: #253e85;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
}
.gform_button.button:hover {
  background-color: #999999;
  cursor: pointer;
}

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

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

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

.font-title {
  font-family: "Impact", sans-serif;
}

.font-headline {
  font-family: "Arimo", "Arial", sans-serif;
  font-weight: 700;
}

.font-body {
  font-family: "Arimo", "Arial", sans-serif;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Arimo", "Arial", 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: "Arial Black", 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: 4rem;
  font-weight: 300;
  line-height: 1em;
}

h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1em;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}

h4 {
  font-size: 30px;
  font-family: "Impact", sans-serif;
  font-weight: 300;
  line-height: 1em;
}

h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
}

h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Impact", sans-serif;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 1px;
}

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

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

a {
  color: #253e85;
}
a:hover {
  color: #1a2b5d;
}

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

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

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

.font-regular {
  font-weight: 500;
}

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

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

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

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

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

.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-35 {
  font-size: 35px;
}

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

article p {
  font-size: 18px;
}
article a {
  color: #253e85;
  text-decoration: underline;
}
article a:hover {
  color: #fb9422;
  text-decoration: underline;
}
article a.btn {
  text-decoration: none;
}
article ul,
article ol {
  font-size: 22px;
}

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

blockquote.wp-block-quote {
  border-left: 4px solid #fb9422;
  overflow: inherit;
  padding: 10px 0 10px 20px;
}
blockquote.wp-block-quote p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Source Serif Pro", serif;
}
blockquote.wp-block-quote cite {
  font-weight: 700;
  line-height: 1.2em;
}

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

#main-nav > .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#main-nav .dropdown-menu .dropdown-toggle::after {
  display: none;
}
#main-nav .dropdown-menu .dropdown-menu {
  border: none;
  display: block !important;
  position: relative;
}

#nav-modal .dropdown-menu {
  border: none;
  position: relative !important;
  background: transparent;
  transform: none !important;
  padding-top: 0;
}
#nav-modal .dropdown-menu a {
  color: #fff;
  padding: 0 0 10px 15px;
  white-space: break-spaces;
  line-height: 1em;
}
#nav-modal .dropdown-menu a:hover {
  background: transparent;
  color: #fb9422;
}

.bar {
  height: 30px;
}

.bar-middle::after {
  display: block;
  content: "";
  position: absolute;
  top: -30px;
  height: 90px;
  right: 0;
  left: 0;
  background-color: #fff;
  width: 150px;
  margin: 0 auto;
  transform: skew(-15deg, 15deg);
}

.bar-middle-title {
  margin-top: -30px;
}

body.search .bar-middle-title,
body.archive .bar-middle-title {
  margin-top: -43px;
}

.section-line {
  border-top: 3px solid #253e85;
}

.article-list-sm .article-item:last-of-type {
  border-bottom: none !important;
}

.excerpt-wrap p {
  font-size: 17px;
  margin-bottom: 5px;
}

#mainNav .nav-item {
  padding: 0 8px;
}
#mainNav .nav-link {
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
}

footer p,
footer a {
  color: rgba(255, 255, 255, 0.8);
}
footer a:hover {
  color: #fff;
}

.stretched-link:hover .hover-underline {
  text-decoration: underline !important;
}

.stretched-link:hover img {
  filter: grayscale(70%);
}

.photo-caption i {
  float: left;
  margin-top: -7px;
  margin-left: -36px;
}

.ribbon-label-type a {
  color: #fff !important;
}

.prev-next-posts .btn a {
  color: #fff;
  text-decoration: none;
}

.sticky-top-offset {
  top: 120px;
}

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

.has-drop-cap:not(:focus)::first-letter {
  font-size: 2.6em;
  margin: 7px 0.2em 0 0;
  background: #253e85;
  color: #fff;
  padding: 20px;
}

.footer-widgets {
  display: flex;
}
.footer-widgets .widget_block {
  display: inline-block;
  flex: 2 1 auto;
  text-align: center;
}
.footer-widgets .widget_block img {
  width: 100px;
  margin: 0 15px;
}

#nav-modal .modal-content {
  background: #253e85eb;
}
#nav-modal .nav-link {
  color: #fff;
  padding: 0 0 10px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}
#nav-modal .nav-link:hover {
  color: #fb9422;
}
#nav-modal .font-bold {
  font-weight: "Arial Black", sans-serif;
}

.zindex {
  z-index: 1;
}

@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-35,
.font-size-45 {
    font-size: 25px;
  }

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

  .footer-widgets .widget_block img {
    margin-bottom: 10px;
  }

  article p, article ul, article ol {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 4rem;
  }

  .container-wide {
    max-width: 1754px;
  }
}
@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 */
