/*
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-green-background-color {
  background-color: #5fa46d; }

.has-green-dark-background-color {
  background-color: #06382d; }

.has-green-light-background-color {
  background-color: #a6e183; }

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

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

.has-blue-dark-background-color {
  background-color: #2f4e6f; }

.has-gray-dark-color {
  color: #999; }

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

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

.has-green-color {
  color: #5fa46d; }

.has-green-dark-color {
  color: #06382d; }

.has-green-light-color {
  color: #a6e183; }

.has-blue-light-color {
  color: #6497b1; }

.has-white-trans-color {
  color: #ffffff75; }

.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. */ }

img.alignleft,
img.alignright {
  float: none;
  margin: 0; }

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

embed,
iframe,
object {
  margin-bottom: 1.5em;
  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 {
  border-radius: 0; }
  .btn.btn-white-outline {
    color: #fff;
    border: 2px solid #fff; }
    .btn.btn-white-outline:hover {
      background: #fff;
      color: #5fa46d; }
  .btn.btn-green-outline {
    color: #5fa46d;
    border: 2px solid #5fa46d; }
    .btn.btn-green-outline:hover {
      background: #5fa46d;
      color: #fff; }
  .btn.btn-up {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px; }
  .btn.btn-pad {
    padding-right: 35px;
    padding-left: 35px; }
  .btn.btn-green {
    background: #5fa46d;
    border: none;
    color: #fff; }
    .btn.btn-green:hover {
      background: #4b8557; }
  .btn.btn-green-dark {
    background: #06382d;
    border: none;
    color: #fff; }
    .btn.btn-green-dark:hover {
      background: #010a08; }
  .btn.btn-green-light {
    background: #a6e183;
    border: none;
    color: #06382d; }
    .btn.btn-green-light:hover {
      background: #89d75a; }
  .btn.btn-white {
    background: #fff;
    border: 2px solid #fff;
    color: #000; }
    .btn.btn-white:hover {
      background: #fff;
      border: 2px solid #000; }
  .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; }

#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: 700;
  font-size: 12px !important;
  background: #06382d;
  color: #fff;
  border: 2px solid #06382d;
  padding: 8px 25px;
  border-radius: 0; }
  .gform_button.button:hover {
    background-color: #0b6652;
    color: #fff;
    border-color: #06382d;
    cursor: pointer; }

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

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

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-weight: 700;
  font-size: 15px !important;
  letter-spacing: 0 !important; }

/* 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-fixed {
  background-attachment: fixed; }

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

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

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

.height-50 {
  height: 50px; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "source-sans-pro", 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: "source-sans-pro", 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: 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: "source-sans-pro", sans-serif;
  color: #000; }

strong {
  font-weight: 800; }

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "source-sans-pro", 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-bold {
  font-weight: 800; }

.font-semibold {
  font-weight: 600; }

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

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

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

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

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

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

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

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

a {
  color: #5fa46d; }
  a:hover {
    color: #a6e183; }

article p {
  font-size: 18px;
  line-height: 1.4em; }
article h2 {
  font-size: 30px; }
article a {
  text-decoration: underline; }
  article a:hover {
    text-decoration: underline; }
  article a.btn {
    text-decoration: none; }
article ul,
article ol {
  font-size: 18px;
  color: #000; }

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

.navbar-brand {
  font-size: 28px;
  font-weight: 800;
  color: #5fa46d !important; }
  .navbar-brand:hover {
    color: #a6e183 !important; }

#main-nav {
  border-bottom: 1px solid #5fa46d; }
  #main-nav .nav-item .nav-link {
    color: #5fa46d;
    font-size: 16px;
    padding: 0 15px; }
    #main-nav .nav-item .nav-link:hover {
      color: #a6e183; }

.border-black {
  border: 4px solid #000; }

.lead {
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 800; }

.bg-green-partial {
  background: #5fa46d;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 6%;
  left: 25%; }

.bg-green-short {
  background: #5fa46d;
  position: absolute;
  top: 90px;
  bottom: 90px;
  right: 6%;
  left: 25%; }

.bg-gray-partial {
  background: #f1f1f1;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 6%;
  left: 25%; }

.bg-gray-short {
  background: #f1f1f1;
  position: absolute;
  top: 90px;
  bottom: 90px;
  right: 6%;
  left: 25%; }

.sign-up-pull {
  margin-left: -106px; }

.book-border {
  border: 10px solid #989898; }

.img-frame {
  border: 3px solid #f1f1f1; }

#partner-carousel .owl-stage {
  display: -ms-flexbox !important;
  display: flex !important; }
  #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: #2f4e6f; }
  #partner-carousel .owl-nav .owl-next {
    position: absolute;
    top: -63px;
    right: -60px; }
    #partner-carousel .owl-nav .owl-next:hover {
      background: transparent;
      color: #2f4e6f; }
#partner-carousel .owl-item img {
  display: block;
  max-height: 85px !important;
  width: auto;
  margin: 0 auto; }

.image-map area:hover:before {
  content: '';
  background: #000;
  height: 100%;
  width: 100%; }

.impact-area .lead a {
  color: #06382d; }
  .impact-area .lead a:hover {
    color: #5fa46d; }

.diagram-title {
  font-size: 34px;
  line-height: 1.0em;
  font-weight: 800; }

.workshop-choice-list a {
  text-indent: -2px;
  padding-left: 55px;
  font-size: 18px;
  line-height: 1.2em; }
  .workshop-choice-list a svg {
    margin-left: -35px; }

.text-shadow {
  text-shadow: 1px 1px 1px #09382c; }

.primary-icon {
  animation: leftright 2s ease infinite; }

@keyframes leftright {
  0% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
.min-250 {
  min-width: 250px; }

.height-40 {
  height: 40px; }

.hover-green-light:hover {
  color: #a6e183; }

#search-nav {
  background-color: transparent;
  transition: 2s background-color;
  -webkit-transition: 2s background-color; }
  #search-nav:target {
    background-color: rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0; }

  body {
    margin-top: 75px; }

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

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

  .navbar-brand {
    white-space: normal;
    line-height: 1em;
    margin: 0;
    max-width: 80%;
    font-size: 24px; }

  .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 20px; }

  .lead {
    font-size: 24px; }

  #partner-carousel .owl-nav .owl-next,
  #partner-carousel .owl-nav .owl-prev {
    display: none !important; }

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

  article p {
    font-size: 1.1rem; }

  .bg-green-partial,
  .bg-green-short {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

  .impact-desktop-prompt {
    display: none !important; } }
@media (max-width: 1199px) {
  #main-nav .nav-item .nav-link {
    background-color: #5fa46d;
    color: #fff;
    margin: 10px;
    padding: 5px 15px; } }
@media (max-width: 321px) {
  .navbar-brand {
    font-size: 22px; } }
@media (min-width: 576px) {
  .modal-dialog {
    margin: 2.2rem auto !important; }

  #workshop-prompt .modal-dialog {
    max-width: 600px; } }
@media (max-width: 1199px) {
  #main-nav .nav-item .nav-link {
    margin-bottom: 6px; }

  #menu-menu {
    margin-top: 7px; } }
@media (min-width: 1600px) {
  .container-max-1300 {
    max-width: 1300px; } }
@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 */
