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

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

.bg-blue {
  background-color: #00557d;
}

.bg-blue-mid {
  background-color: #009ad9;
}

.bg-gray {
  background-color: #f1f4f7;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

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

.blue {
  color: #00557d;
}

.blue-light {
  color: #11c3f3;
}

.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: 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 {
  white-space: normal;
}
.btn.btn-up {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.btn.btn-pad {
  padding: 10px 20px;
}
.btn.btn-dark {
  background-color: #00557d;
  border: none;
}
.btn.btn-dark:hover {
  background-color: #0078b0;
}
.btn.btn-board {
  font-weight: 800;
  color: #00557d;
  font-size: 18px;
}
.btn.btn-white {
  background-color: #fff;
  color: #11c3f3;
}
.btn.btn-white:hover {
  background-color: #fff;
  color: #11c3f3;
}
.btn.btn-blue-light {
  background-color: #11c3f3;
  color: #fff;
}
.btn.btn-blue-light:hover {
  background-color: #009ad9;
  color: #fff;
}
.btn.btn-blue-mid {
  background-color: #009ad9;
  color: #fff;
}
.btn.btn-blue-mid:hover {
  background-color: #11c3f3;
  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-none {
  background: transparent;
}

.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: #00557d;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
}
.gform_button.button:hover {
  background-color: #7f8e9f;
  cursor: pointer;
}

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

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

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

@media (min-width: 768px) {
  #input_formid_fieldid.gfield_radio li {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
}
*/
.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-2x {
  font-size: 1.5rem;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Poppins", 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: "Poppins", 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-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000;
}
p.lead {
  font-size: 1.2rem;
}

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

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

.text-bold {
  font-weight: 700;
}

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

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

article p {
  font-size: 1.1rem;
}
article h1 {
  font-size: 2em;
}
article h2 {
  font-size: 2em;
  font-weight: 800;
  color: #00557d;
}
article a {
  color: #00557d;
  text-decoration: underline;
}
article a:hover {
  color: #7f8e9f;
  text-decoration: underline;
}
article a.btn {
  text-decoration: none;
}
article ul,
article ol {
  margin-left: 20px;
}

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

.section-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 2.5rem;
}

a {
  color: #009ad9;
}
a:hover {
  color: #11c3f3;
}

.twitter-card a {
  color: #11c3f3;
}
.twitter-card a:hover {
  color: #11c3f3;
  text-decoration: underline;
}

body {
  margin-top: 105px;
}

#main-nav .nav-link {
  color: #fff;
  font-size: 16px !important;
  padding: 0 15px;
  font-size: 1.5rem;
}
#main-nav .nav-link:hover {
  color: #11c3f3;
}

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

.modal-full {
  background: #00557d;
}
.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: #fff;
  opacity: 1;
  font-size: 30px;
  background: transparent;
  text-shadow: none;
}
.modal-full .close:hover {
  color: #11c3f3;
}
.modal-full .list-group {
  font-weight: 300;
}
.modal-full .list-group a {
  color: #000;
  border-radius: 0;
}
.modal-full .list-group a:hover {
  background: #11c3f3;
  color: #fff;
}
.modal-full h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.intro-height {
  height: 500px;
}

.intro-image {
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 -150px;
}

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

.feature-card {
  height: 500px;
  width: 100%;
  position: relative;
  margin-top: -100px;
}
.feature-card .feature-card-image {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.feature-card .feature-card-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 35, 47, 0.75);
  z-index: 0;
}
.feature-card .feature-card-text {
  position: relative;
  z-index: 2;
}
.feature-card .feature-card-text .text-title {
  font-size: 2.5rem;
  line-height: 1.1em;
}
.feature-card .feature-card-text .text-subtitle {
  line-height: 1em;
}

.lines-bg:before {
  content: url("http://localhost:8888/1ap/wp-content/themes/Generations/assets/images/lines.png");
  position: absolute;
  margin: -30px 0 0px -154px;
}

.lines-small-bg:before {
  content: url("http://localhost:8888/1ap/wp-content/themes/Generations/assets/images/lines-small.png");
  position: absolute;
  margin: -20px 0 0px -114px;
}

.twitter-wrap {
  margin-bottom: -80px;
}

.signup-label {
  margin-bottom: -16px;
}

.cards .card-title {
  color: #00557d;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.topic-bar {
  background: #11c3f3;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
.topic-bar a {
  color: #fff;
}

.resource-card {
  min-height: 80px;
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

@media (max-width: 767px) {
  .bg-fixed {
    background-attachment: scroll;
  }

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

  .intro-image {
    background-attachment: scroll;
    background-position: center;
    height: 300px;
  }

  .feature-card {
    margin-top: 0;
  }

  .twitter-wrap {
    margin-bottom: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro-image {
    background-attachment: scroll;
    background-position: center;
    height: 300px;
  }

  .feature-card {
    margin-top: 0;
  }

  .twitter-wrap {
    margin-bottom: -40px;
  }
}
@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 */
