.bold-heading {
  color: #37b471;
  font-weight: 700;
  margin-top: 2rem; }

.icon {
  height: 50%;
  padding-top: 1rem; }

.menu-bar {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #37b471; }

.menu-branding {
  color: white;
  text-align: left;
  margin: 0;
  max-width: 500px; }
  .menu-branding img {
    max-height: 60px;
    max-width: 200px;
    margin-left: 10px; }
  .menu-branding a {
    color: white;
    padding: 0 20px;
    margin: 10px 0; }

.menu-btn {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 30px;
  cursor: pointer;
  transition: all 0.3s ease-out; }
  .menu-btn .btn-line {
    width: 28px;
    height: 3px;
    margin: 0 0 5px 0;
    background: white;
    transition: all 0.3s ease-out; }
  .menu-btn .btn-color-dark {
    background: #888; }
  .menu-btn.close {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .menu-btn.close .btn-line:nth-child(1) {
      background: white;
      -ms-transform: rotate(45deg) translate(5px, 10px);
      -webkit-transform: rotate(45deg) translate(5px, 10px);
      transform: rotate(45deg) translate(5px, 10px); }
    .menu-btn.close .btn-line:nth-child(2) {
      opacity: 0;
      -ms-transform: rotate(45deg) translate(5px, 5px);
      -webkit-transform: rotate(45deg) translate(5px, 5px);
      transform: rotate(45deg) translate(5px, 5px); }
    .menu-btn.close .btn-line:nth-child(3) {
      background: white;
      -ms-transform: rotate(-45deg) translate(2px, -6px);
      -webkit-transform: rotate(-45deg) translate(2px, -6px);
      transform: rotate(-45deg) translate(2px, -6px); }

.menu {
  position: fixed;
  top: 50px;
  right: 0;
  color: #37b471;
  width: 75%;
  visibility: hidden; }
  .menu.show {
    visibility: visible; }
  .menu-nav {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 1.5rem;
    background: #37b471;
    list-style: none;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.3s ease-out; }
    .menu-nav li {
      text-align: right;
      line-height: 3rem; }
      .menu-nav li a {
        padding: 1rem;
        color: white; }
      .menu-nav li a:hover {
        color: #c8eb03; }
    .menu-nav.show {
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .menu .current > a {
    color: yellow; }

.nav-item:nth-child(1) {
  transition-delay: 0.1s; }

.nav-item:nth-child(2) {
  transition-delay: 0.2s; }

.nav-item:nth-child(3) {
  transition-delay: 0.3s; }

.nav-item:nth-child(4) {
  transition-delay: 0.4s; }

.img-left {
  float: left;
  display: inline;
  max-width: 35%;
  padding: 0 1rem 1rem 0; }

.gos-mast {
  max-width: 45%;
  position: absolute;
  left: 30%;
  bottom: 0px; }

.w3-modal-content p a {
  color: #00a5d6; }

#hero.gos {
  background: url(../img/backgrounds/gos.png);
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 60vh;
  width: 100%;
  position: relative;
  margin-top: 3.5rem; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.w3-content {
  max-width: 1200px; }

body {
  color: #000;
  height: 100%;
  margin: 50px 0 0;
  font-family: 'Nunito Sans', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5; }
  body p {
    font-size: 1.15rem; }

header {
  width: 100%;
  text-align: center;
  color: white; }

#hero {
  background: url(../img/home/ar-home-bg.jpg);
  background-size: cover;
  min-height: 950px;
  height: 85vh;
  width: 100%;
  position: relative;
  margin-top: 3.5rem; }
  #hero .qoute {
    display: inline-block;
    margin: 10vh auto 0;
    text-align: center;
    color: white;
    padding: 0 4rem;
    width: 100%;
    font-size: 3rem;
    font-weight: 100;
    text-shadow: 1px 1px 2px black; }
    #hero .qoute .imagine-q {
      font-weight: 500;
      font-size: 4.5rem;
      font-style: italic; }
  #hero #hero-cards {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-inline-grid-columns: 40% 40%;
    grid-template-columns: 40% 40%;
    grid-gap: 1.5rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    position: absolute;
    margin: auto;
    bottom: 70px;
    left: 0; }
    #hero #hero-cards a {
      color: white; }
  #hero .hero-card {
    background-color: rgba(38, 166, 91, 0.8);
    padding: 0;
    min-height: 12rem;
    min-width: 12rem; }
    #hero .hero-card img {
      margin-top: 1.5rem; }
    #hero .hero-card i {
      font-size: 5rem;
      margin-top: 2.25rem; }

.down-arrow {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline;
  margin: 0 auto;
  bottom: 0;
  left: 48%;
  color: white;
  font-size: 2rem; }

.chart-container {
  margin: 4rem 0; }
  .chart-container p {
    text-align: center; }

section.section-imagine {
  padding: 2rem 0 0;
  color: #00a5d6; }
  section.section-imagine p {
    font-size: 2.5rem;
    max-width: 1020px;
    margin: 0 auto; }
  section.section-imagine .italic {
    font-style: italic;
    font-weight: 700; }

section.section-letter {
  margin-top: 2rem; }
  section.section-letter .author {
    margin-top: 4rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center; }
    section.section-letter .author .portrait {
      width: 100%;
      height: 25vw;
      border-radius: 25rem;
      border: 3px solid #37b471;
      overflow: hidden;
      margin: 4rem auto;
      display: block; }
    section.section-letter .author img {
      height: 100%; }
    section.section-letter .author p.author-info {
      color: #00a5d6;
      font-size: 1.25rem;
      font-weight: 700;
      margin: 1rem auto 0; }
  section.section-letter p.letter-title {
    font-size: 2rem;
    color: #37b471;
    word-wrap: break-word; }

section.section-stats {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#37b471), to(#00a5d6));
  background-image: -webkit-linear-gradient(top left, #37b471, #00a5d6);
  background-image: -o-linear-gradient(top left, #37b471, #00a5d6);
  background-image: linear-gradient(to bottom right, #37b471, #00a5d6);
  padding: 1rem;
  text-align: center;
  color: white; }
  section.section-stats .stat {
    margin: 2rem 0;
    font-size: 1.2rem;
    padding: 3rem; }
    section.section-stats .stat .stat-data {
      font-weight: 600;
      font-size: 3rem; }
  section.section-stats .stat:last-child {
    margin-bottom: 2rem; }
  section.section-stats .stat:first-child {
    margin-top: 2rem; }

section.section-meet {
  background-color: #f1f1f1;
  padding: 2rem 0 4rem; }
  section.section-meet p {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #00a5d6; }
  section.section-meet .video-card {
    margin-top: 6rem; }
  section.section-meet .video-card:first-child {
    margin-top: 0; }
  section.section-meet .video-container {
    width: 100%;
    height: 200px;
    background-color: green; }

#MA {
  max-width: 1200px;
  margin: 0 auto; }

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600; }
  h1.lg-heading,
  h2.lg-heading,
  h3.lg-heading {
    font-size: 2rem;
    color: #37b471; }
  h1.sm-heading,
  h2.sm-heading,
  h3.sm-heading {
    margin-bottom: 2rem;
    padding: 0.2rem 1rem;
    background: rgba(57, 188, 118, 0.5); }

a {
  color: #00a5d6;
  text-decoration: none; }

.text-secondary {
  color: #00a5d6; }

.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 175px 1rem 175px 1rem 175px 1rem 175px 1rem 175px 1rem 175px 1rem 175px 1rem 175px;
  grid-template-rows: 175px 175px 175px 175px 175px 175px 175px 175px;
  grid-gap: 1rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  margin: auto; }
  .cards .card {
    background-color: lightgrey;
    padding: 5px;
    border-radius: 7px; }
    .cards .card .amount {
      color: #00a5d6;
      font-size: 1.3rem;
      font-weight: 600;
      display: block; }
    .cards .card .type {
      font-weight: 600; }
    .cards .card .details {
      margin: 0;
      padding: 0; }

.cards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.cards > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.cards > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }

.cards > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1; }

.cards > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1; }

.cards > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1; }

.cards > *:nth-child(7) {
  -ms-grid-row: 13;
  -ms-grid-column: 1; }

.cards > *:nth-child(8) {
  -ms-grid-row: 15;
  -ms-grid-column: 1; }

.menu-branding {
  max-width: 500px;
  margin: 10px 0; }
  .menu-branding a {
    font-size: 2rem; }

#footer {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#37b471), to(#00a5d6));
  background-image: -webkit-linear-gradient(top left, #37b471, #00a5d6);
  background-image: -o-linear-gradient(top left, #37b471, #00a5d6);
  background-image: linear-gradient(to bottom right, #37b471, #00a5d6);
  padding: 1rem;
  text-align: center;
  color: white; }
  #footer a {
    color: white; }

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1; }

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd; }

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc; }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px; }

.tabcontent {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */ }

/* Go from zero to full opacity */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.chartText {
  margin: 5rem; }

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center; }

/* When you mouse over the container, fade in the overlay title */
.w3-card-4:hover .overlay {
  opacity: 1; }

.w3-card-4 {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 2rem; }

.chartContainer {
  max-width: 900px;
  margin: 0 auto; }

.chartImage {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.mapSlice {
  max-height: 250px;
  max-width: 250px;
  margin: 0 auto;
  display: block; }

.mapNumbers {
  min-height: 275px;
  max-height: 275px;
  text-align: center;
  margin: 4rem 0 4rem; }

#banner-goals {
  background-image: url("../img/home/charity-goals-web.jpg"); }

#banner-retirement {
  background-image: url("../img/home/retirement-planning-web.jpg"); }

#banner-planning {
  background-image: url("../img/home/financial-planning-web.jpg"); }

#banner-goals,
#banner-retirement,
#banner-planning {
  padding: 0;
  display: block;
  background-position: center;
  width: 100%;
  height: 300px;
  position: relative;
  line-height: 300px;
  background-size: cover; }

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block; }

.banner-text {
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px #000000;
  color: white;
  display: inline-block;
  margin: 0 auto;
  padding: 0 2rem;
  vertical-align: middle;
  line-height: normal; }

.w3-section {
  margin: 0 auto !important; }

#intro-letter {
  height: 300px;
  background-image: url("../img/home/gettyimages-539129962-170667a.jpg");
  position: relative;
  background-size: cover;
  display: block;
  line-height: 200px; }

.w3-modal {
  height: 100%; }

.w3-modal-content {
  padding: 2rem;
  margin-top: 2rem;
  line-height: normal;
  overflow: hidden;
  color: black;
  opacity: 1; }

.w3-modal-content p {
  font-size: 1.25rem !important;
  font-weight: 900; }

.mySlides {
  display: none; }

.letter {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

#intro-letter .dark-overlay .letter {
  max-width: 1200px;
  margin: 0 auto;
  display: block; }

canvas {
  margin: 4rem 0;
  width: 300px; }

#myChart {
  margin: 0 0 4rem; }

.support-one,
.support-two {
  color: #00a5d6; }

.lg-dollars {
  font-size: 2rem;
  font-weight: 900;
  padding: 0;
  margin-bottom: 0; }

h3 {
  margin-top: 2rem; }

/* HOVER COLOR */
#westernConference:hover {
  fill: green; }

#westCentralConference:hover {
  fill: blue; }

#greatLakesConference:hover {
  fill: purple; }

#southernConference:hover {
  fill: slategrey; }

#middleAtlanticConference:hover {
  fill: orange; }

#newEnglandConference:hover {
  fill: red; }

/* GENERAL STYLES */
/* body { 
  background-color: #bad0b8;
  background-image: -webkit-linear-gradient(right, #FC7864, #FDA366);
  background-image: -moz-linear-gradient(right, #FC7864, #FDA366);
  background-image: -o-linear-gradient(right, #FC7864, #FDA366);
  background-image: -ms-linear-gradient(right, #FC7864, #FDA366);
  background-image: linear-gradient(right, #FC7864, #FDA366);
} */
#myMap {
  max-width: 980px;
  margin: 60px auto;
  text-align: center; }

a {
  outline: none;
  border: 0;
  text-decoration: none; }

a svg #USA {
  -o-transition: 200ms;
  transition: 200ms;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out; }

/* svg text {
  fill: white;
  font-size: 1.25rem;
} */
svg {
  fill: #c0c0c0; }

.bold-heading {
  color: #37b471;
  font-weight: 700;
  margin-top: 2rem; }

.icon {
  height: 50%;
  padding-top: 1rem; }

@media screen and (min-width: 1171px) {
  #hero {
    background: url(../img/home/ar-home-bg.jpg);
    background-size: cover;
    min-height: 950px;
    height: 85vh;
    width: 100%;
    position: relative;
    margin-top: 3.5rem; }
    #hero .qoute {
      display: inline-block;
      margin: 10vh auto 0;
      text-align: center;
      color: white;
      padding: 0 4rem;
      width: 100%;
      font-size: 4rem;
      font-weight: 100;
      text-shadow: 1px 1px 2px black; }
    #hero #hero-cards {
      display: -ms-inline-grid;
      display: inline-grid;
      -ms-grid-columns: 40% 40%;
      grid-template-columns: 40% 40%;
      grid-gap: 1.5rem;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      text-align: center;
      position: absolute;
      margin: auto;
      bottom: 70px;
      left: 0; }
      #hero #hero-cards a {
        color: white; }
    #hero .hero-card {
      background-color: rgba(38, 166, 91, 0.8);
      padding: 0;
      min-height: 12rem;
      min-width: 12rem; }
      #hero .hero-card.card-letter {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-employees {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-campaign {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-invest {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card img {
        margin-top: 1.5rem; }
      #hero .hero-card i {
        font-size: 5rem;
        margin-top: 2.25rem; }
  #intro-letter {
    min-height: 380px; }
  body p {
    font-size: 1.5rem; } }

@media screen and (min-width: 1171px) and (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */ }

@media screen and (min-width: 1171px) {
  #hero {
    background: url(../img/home/ar-home-bg.jpg);
    background-size: cover;
    min-height: 950px;
    height: 85vh;
    width: 100%;
    position: relative;
    margin-top: 3.5rem; }
    #hero .qoute {
      display: inline-block;
      margin: 10vh auto 0;
      text-align: center;
      color: white;
      padding: 0 4rem;
      width: 100%;
      font-size: 3rem;
      font-weight: 100;
      text-shadow: 1px 1px 2px black; }
    #hero #hero-cards {
      display: -ms-grid;
      display: inline-grid;
      -ms-grid-columns: 40% 40%;
      grid-template-columns: 40% 40%;
      grid-gap: 1.5rem;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      text-align: center;
      position: absolute;
      margin: auto;
      bottom: 70px;
      left: 0; }
      #hero #hero-cards a {
        color: white; }
        #hero #hero-cards a.card-letter {
          -ms-grid-row: 1;
          -ms-grid-column: 1; }
        #hero #hero-cards a.card-employees {
          -ms-grid-row: 2;
          -ms-grid-column: 2; }
        #hero #hero-cards a.card-campaign {
          -ms-grid-row: 3;
          -ms-grid-column: 3; }
        #hero #hero-cards a.card-invest {
          -ms-grid-row: 4;
          -ms-grid-column: 4; }
    #hero .hero-card {
      background-color: rgba(38, 166, 91, 0.8);
      padding: 0;
      min-height: 12rem;
      min-width: 12rem; }
      #hero .hero-card.card-letter {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-employees {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-campaign {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-invest {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card img {
        margin-top: 1.5rem; }
      #hero .hero-card i {
        font-size: 5rem;
        margin-top: 2.25rem; } }

@media screen and (max-width: 768px) {
  #hero.gos {
    background: url(../img/backgrounds/gos.png);
    background-size: cover;
    min-height: 400px;
    height: 40vh;
    width: 100%;
    position: relative;
    margin-top: 3.5rem; }
  #intro-letter {
    min-height: 350px; }
  .section-letter {
    background-color: white; }
    .section-letter .author {
      width: 75vw;
      height: 75vw;
      margin: 2rem auto 0;
      text-align: center; }
      .section-letter .author .portrait {
        width: 50vw;
        height: 50vw;
        border-radius: 25rem;
        border: 3px solid #37b471;
        overflow: hidden;
        margin: 0 auto; }
      .section-letter .author img {
        height: 100%; }
      .section-letter .author p.author-info {
        color: #00a5d6;
        font-size: 1.25rem;
        font-weight: 700;
        margin: 1rem auto 0; }
    .section-letter p.letter-title {
      font-size: 2rem;
      color: #37b471;
      word-wrap: break-word; }
  #hero .qoute {
    display: inline-block;
    margin: 4rem auto 0;
    text-align: center;
    color: white;
    padding: 0 2rem;
    width: 100%;
    font-size: 3rem;
    font-weight: 100;
    text-shadow: 1px 1px 2px black; }
  .hero-card {
    background-color: rgba(38, 166, 91, 0.8);
    padding: 0;
    min-height: 12rem;
    min-width: 12rem; }
    .hero-card.card-letter {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-align: end;
      -ms-grid-row-align: center; }
    .hero-card.card-employees {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      -ms-grid-column-align: end;
      -ms-grid-row-align: center; }
    .hero-card.card-campaign {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-align: end;
      -ms-grid-row-align: center; }
    .hero-card.card-invest {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
      -ms-grid-column-align: end;
      -ms-grid-row-align: center; } }

@media screen and (max-width: 500px) {
  .gos-mast {
    max-width: 70%;
    position: absolute;
    left: 15%;
    bottom: 0px; }
  .menu-branding {
    max-width: 500px;
    margin: 15px 0; }
    .menu-branding a {
      font-size: 1.5rem;
      line-height: normal; }
  .w3-content {
    max-width: 1020px; }
  body {
    color: #000;
    height: 100%;
    margin: 50px 0 0;
    font-family: 'Nunito Sans', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5; }
    body p {
      font-size: 1.15rem; }
  header {
    width: 100%;
    text-align: center;
    color: white; }
  #investments {
    margin-top: 3.5rem;
    background-color: white; }
  #hero {
    background: url(../img/home/ar-home-bg.jpg);
    background-size: cover;
    min-height: 0;
    height: 90vh;
    width: 100%;
    position: relative;
    margin-top: 3.5rem; }
    #hero .qoute {
      display: inline-block;
      margin: 3.5rem auto 0;
      text-align: center;
      color: white;
      padding: 0 2rem;
      width: 100%;
      font-size: 1.9rem;
      font-weight: 100;
      text-shadow: 1px 1px 2px black; }
      #hero .qoute .imagine-q {
        font-size: 2.5rem; }
    #hero #hero-cards {
      display: inline-grid;
      grid-template-columns: 40% 40%;
      grid-gap: 1.5rem;
      width: 100%;
      justify-content: center;
      align-content: center;
      text-align: center;
      position: absolute;
      margin: auto;
      bottom: 70px;
      left: 0; }
    #hero .hero-card {
      background-color: rgba(38, 166, 91, 0.8);
      padding: 0;
      min-height: 7rem;
      min-width: 7rem; }
      #hero .hero-card img {
        margin-top: .35rem; }
      #hero .hero-card i {
        font-size: 4rem;
        margin-top: .5rem;
        margin-bottom: -50px; }
      #hero .hero-card p {
        margin-top: .5rem; }
      #hero .hero-card p.cap {
        margin-top: 1rem; }
  .down-arrow {
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline;
    margin: 0 auto;
    bottom: 0;
    left: 48%;
    color: white;
    font-size: 2rem; }
  .chart-container {
    margin: 4rem 0; }
    .chart-container p {
      text-align: center; }
  section.section-imagine {
    color: #00a5d6; }
    section.section-imagine p {
      font-size: 2.5rem; }
    section.section-imagine .italic {
      font-style: italic;
      font-weight: 700; }
  section.section-letter .author {
    width: 75vw;
    height: 75vw;
    margin: 2rem auto 0;
    text-align: center; }
    section.section-letter .author .portrait {
      width: 50vw;
      height: 50vw;
      border-radius: 25rem;
      border: 3px solid #37b471;
      overflow: hidden;
      margin: 0 auto; }
    section.section-letter .author img {
      height: 100%; }
    section.section-letter .author p.author-info {
      color: #00a5d6;
      font-size: 1.25rem;
      font-weight: 700;
      margin: 1rem auto 0; }
  section.section-letter p.letter-title {
    font-size: 2rem;
    color: #37b471;
    word-wrap: break-word; }
  section.section-stats {
    background-image: linear-gradient(to bottom right, #37b471, #00a5d6);
    padding: 1rem;
    text-align: center;
    color: white; }
    section.section-stats .stat {
      margin: 0;
      font-size: 1.2rem; }
      section.section-stats .stat .stat-data {
        font-weight: 600;
        font-size: 3rem; }
    section.section-stats .stat:last-child {
      margin-bottom: 2rem; }
    section.section-stats .stat:first-child {
      margin-top: 2rem; }
  section.section-meet {
    background-color: #f1f1f1;
    padding: 2rem 0 4rem; }
    section.section-meet p {
      font-size: 1.2rem;
      font-weight: 600;
      text-align: center;
      color: #00a5d6; }
    section.section-meet .video-card {
      margin-top: 6rem; }
    section.section-meet .video-card:first-child {
      margin-top: 0; }
    section.section-meet .video-container {
      width: 100%;
      height: 200px;
      background-color: green; }
  h1,
  h2,
  h3 {
    margin: 0;
    font-weight: 600; }
    h1.lg-heading,
    h2.lg-heading,
    h3.lg-heading {
      font-size: 2rem;
      color: #37b471; }
    h1.sm-heading,
    h2.sm-heading,
    h3.sm-heading {
      margin-bottom: 2rem;
      padding: 0.2rem 1rem;
      background: rgba(57, 188, 118, 0.5); }
  a {
    color: white;
    text-decoration: none; }
    a.link {
      color: #00a5d6; }
  .text-secondary {
    color: #00a5d6; }
  .cards {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 175px 175px 175px 175px 175px 175px 175px 175px;
    grid-gap: 1rem;
    width: 100%;
    justify-content: center;
    align-content: center;
    position: relative;
    margin: auto; }
    .cards .card {
      background-color: lightgrey;
      padding: 5px;
      border-radius: 7px; }
      .cards .card .amount {
        color: #00a5d6;
        font-size: 1.3rem;
        font-weight: 600;
        display: block; }
      .cards .card .type {
        font-weight: 600; }
      .cards .card .details {
        margin: 0;
        padding: 0; }
  #footer {
    background-image: linear-gradient(to bottom right, #37b471, #00a5d6);
    padding: 1rem;
    text-align: center;
    color: white; }
  /* Style the tab */
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1; }
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px; }
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd; }
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc; }
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px; }
  .tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */ }
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .chartText {
    margin: 5rem; }
  /* The overlay effect - lays on top of the container and over the image */
  .overlay {
    position: absolute;
    bottom: 0;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center; }
  /* When you mouse over the container, fade in the overlay title */
  .w3-card-4:hover .overlay {
    opacity: 1; }
  .w3-card-4 {
    position: relative;
    box-shadow: none;
    margin-top: 2rem; }
  .chartImage {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .mapSlice {
    max-height: 250px;
    max-width: 250px;
    margin: 0 auto;
    display: block; }
  .mapNumbers {
    min-height: 275px;
    max-height: 275px;
    text-align: center;
    margin: 4rem 0 4rem; }
  #banner-goals,
  #banner-retirement,
  #banner-planning {
    padding: 0;
    display: block;
    background-position: center;
    width: 100%;
    height: 300px;
    position: relative;
    line-height: 300px;
    background-size: cover; }
  #banner-goals {
    background-image: url("../img/home/charity-goals-web.jpg"); }
  #banner-retirement {
    background-image: url("../img/home/retirement-planning-web.jpg"); }
  #banner-planning {
    background-image: url("../img/home/financial-planning-web.jpg"); }
  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: block; }
    .dark-overlay .letter {
      padding: 1rem; }
  .banner-text {
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px #000000;
    color: white;
    display: inline-block;
    margin: 0 auto;
    padding: 0 2rem;
    vertical-align: middle;
    line-height: normal; }
  .w3-section {
    margin: 0 auto !important; }
  #intro-letter {
    min-height: 500px;
    position: relative;
    background-size: cover;
    display: block;
    line-height: 200px; }
    #intro-letter .dark-overlay .letter {
      padding: 0; }
  .w3-modal {
    height: 100%; }
  .w3-modal-content {
    padding: 2rem;
    margin-top: 2rem;
    line-height: normal;
    overflow: hidden;
    color: black;
    opacity: 1; }
  .w3-modal-content p {
    font-size: 1.25rem !important;
    font-weight: 900; }
  .mySlides {
    display: none; }
  .letter {
    display: inline-block;
    vertical-align: middle;
    line-height: normal; }
  canvas {
    margin: 4rem 0; }
  #myChart {
    margin: 0 0 4rem; }
  .support-one,
  .support-two {
    color: #00a5d6; }
  .lg-dollars {
    font-size: 2rem;
    font-weight: 900;
    padding: 0;
    margin-bottom: 0; }
  h3 {
    margin-top: 2rem; }
  .fas {
    margin-top: 1rem; }
  .banner-text {
    border: 1px solid white; } }

@media screen and (max-width: 320px) {
  #hero {
    height: 100vh; }
    #hero .qoute {
      margin-top: 4.25rem;
      font-size: 1.5rem; }
    #hero #hero-cards {
      bottom: 50px; }
      #hero #hero-cards .hero-card {
        min-height: 7.5rem;
        min-width: 7.5rem; }
        #hero #hero-cards .hero-card p {
          font-size: 1rem; }
        #hero #hero-cards .hero-card p.cap {
          margin-top: 1.15rem; }
        #hero #hero-cards .hero-card img {
          margin-top: 0; } }

@media screen and (max-width: 1170px) and (min-width: 769px) {
  #hero {
    background: url(../img/home/ar-home-bg.jpg);
    background-size: cover;
    min-height: 950px;
    height: 85vh;
    width: 100%;
    position: relative;
    margin-top: 3.5rem; }
    #hero .qoute {
      display: inline-block;
      margin: 10vh auto 0;
      text-align: center;
      color: white;
      padding: 0 4rem;
      width: 100%;
      font-size: 4rem;
      font-weight: 100;
      text-shadow: 1px 1px 2px black; }
    #hero #hero-cards {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 40% 40%;
      -ms-grid-rows: 40% 40%;
      grid-template-columns: 40% 40%;
      grid-gap: 1.5rem;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      text-align: center;
      position: absolute;
      margin: auto;
      bottom: 70px;
      left: 0; }
      #hero #hero-cards a {
        color: white; }
    #hero .hero-card {
      background-color: rgba(38, 166, 91, 0.8);
      padding: 0;
      min-height: 12rem;
      min-width: 12rem; }
      #hero .hero-card.card-letter {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-employees {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-campaign {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card.card-invest {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-align: end;
        -ms-grid-row-align: center; }
      #hero .hero-card img {
        margin-top: 1.5rem; }
      #hero .hero-card i {
        font-size: 5rem;
        margin-top: 2.25rem; }
  section.section-letter .w3-quarter .author {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    section.section-letter .w3-quarter .author .portrait {
      width: 100%;
      border-radius: 25rem;
      border: 3px solid #37b471;
      overflow: hidden;
      margin: 0 auto; }
    section.section-letter .w3-quarter .author img {
      height: 100%; }
    section.section-letter .w3-quarter .author p.author-info {
      color: #00a5d6;
      font-size: 1.25rem;
      font-weight: 700;
      margin: 1rem auto 0; }
  section.section-letter p.letter-title {
    font-size: 2rem;
    color: #37b471;
    word-wrap: break-word; } }
