@charset "UTF-8";
/* CSS Document */

.CGnewFooter {
  width: 100v%;
  height: auto;
}
#footer-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 10px;
  margin-bottom: -20px;
}
.quoteCGFooter {
  width: auto;
  height: auto;
  background-color: #3299cc;
  text-align: center;
  color: white;
  font-family: Georgia, "serif";
  font-style: italic;
  font-weight: bold;
  font-size: 1.5em;
  margin: auto;
  padding: 10px 0 10px 0;
}
.menuCGFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: auto;
  background-color: black;
}
.socialLeftIcons {
  display: flex;
  justify-content: space-between;
  width: 80px;
  height: auto;
  margin: auto 0 auto 30px;
}
.socialRightIcons {
  display: flex;
  justify-content: space-between;
  width: 80px;
  height: auto;
  margin: auto 30px auto 0;
}
.contactCGFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  height auto;
  text-align: center;
  color: white;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
  font-size: 1.2em;
  text-transform: capitalize;
  margin: auto;
  padding: 12px 0 12px 0;
  vertical-align: center;
}
.socialCGFooterIcons {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 1;
  margin-top: 2px;
}
a.socialCGFooterSingle:hover {
  opacity: .8;
}
.linkCGFooter {
  color: inherit;
  margin: 0 10px 0 10px;
}
a.linkCGFooter:link, a.linkCGFooter:visited {
  color: inherit;
  text-decoration: none;
}
a.linkCGFooter:hover {
  color: #DDDDDD;
  text-decoration: underline;
}
.bulletCGFooter {
  display: block;
  margin: 0 10px 0 10px;
}


/*************** MOBILE STYLES ****************/

@media only screen and (max-width: 700px) {
  .quoteCGFooter {
    font-size: 1.2em;
  }
  .menuCGFooter {
    display: flex;
    flex-direction: column;
    padding: 10px 0 10px 0;
  }
  .socialLeftIcons {
    width: 20%;
    margin: 5px auto 10px auto;
  }
  .socialRightIcons {
    width: 20%;
    margin: auto auto 10px auto;
  }
  .contactCGFooter {
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.3;
    font-size: 1em;
    order: -1;
  }
  .bulletCGFooter {
    opacity: 0;
  }
  .socialCGFooterIcons {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    opacity: 1;
    margin-top: 2px;
  }
  a.socialCGFooterSingle:hover {
    opacity: .8;
  }
  .linkCGFooter {
    color: inherit;
    margin: 0 10px 0 10px;
  }
}