#footer {
  display: flex;
  height: 60vh;
  position: relative;
  font-weight: 300;
  text-decoration: none;

  z-index: 3;
}

#footerlogo {
  width: 100%;
  display: flex;
  font-weight: 300;
  float: left;
  //border-top: 1px solid #dc3645;
  //border-top: 1px solid #063844;
  align-content: space-around;
  align-items: center;
}

#footerlogo img {
  display: flex;
  height: 10vh;
  width: 10%;
  object-fit: scale-down;
  overflow: hidden;
  background-size: contain;
}

#footerlogo a {
  display: block;
  padding: 2px 0px 2px 0px;
  text-decoration: none;
}

#leftfooter {
  display: block;
  padding: 10px 20px 10px 10px;
  background-color: #012e38;
  background-color: #1a2b3e;
  background-color: #063844;
}

#leftfooter a {
  font-family: "Raleway", sans-serif;
  font-family: "Poppins", sans-serif;

  display: flex;
  padding: 10px 5px 10px 5px;
  padding: 0.25rem 0.15rem;
  color: #063844;
  color: #01161a;
  color: white;
  text-decoration: none;
  text-align: center;
  align-items: flex-start;
  align-content: center;
  justify-content: flex-start;
}

.leftfooter_header {
  font-size: 0.8rem;
  font-weight: 600;
}

.leftfooter_menu {
  font-size: 0.65rem;
  font-weight: 400;
}

#leftfootermenu {
  width: 30%;
  display: block;
  //padding: 10px 10px 10px 10px;
}

#leftfootermenu a {
  display: block;
  padding: 10px 10px 18px 10px;
  //color: white;
  font-size: 15px;
  text-decoration: none;
}

#leftfooter_colum a {
  font-family: "Raleway", sans-serif;
  font-family: "Poppins", sans-serif;
}

#rightfootermenu {
  width: 30%;
  //padding: 10px 10px 18px 20px;
  //background-color: dimgray;
}

#rightfootermenu a {
  //color: white;
  //font-size: 15px;
  text-decoration: none;
  display: block;
  padding: 10px 10px 18px 10px;
  //padding: 10px 10px 10px 10px;
}

#rightfooter {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  background-color: #40517d;
  padding: 1rem 0.5rem;
}

#getupdate {
  background-size: cover;
  object-fit: contain;
  align-items: center;
  text-decoration: none;
}

#getUpdate_email a {
  font-family: "Cardo", serif;
  font-family: "Raleway", sans-serif;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem !important;
  line-height: 100%;
}

#getUpdate_email_header,
#getUpdate_email_footer {
  padding: 1rem 1.5rem;
}

#update-email-group {
  //padding: 1rem 0.5rem;
}

#update-email {
  height: 10vh;
}

.getUpdate-btn {
  font-size: 0.85rem !important;
}

.getUpdate-btn:hover {
  background-color: #91b7ef !important;
  font-size: 1rem !important;
  color: #40517d !important;
}

#bottom_footerlogo {
  z-index: 3;
  position: relative;
}

#bottomfooter {
  display: flex;
  position: relative;
  background-color: whitesmoke;
  //padding: 15px 10px 15px 10px;
  justify-content: space-between;
  z-index: 3;
}

#bottomfooter a {
  display: flex;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  //color: #1A2B3E;
  text-decoration: none;
  padding-right: 10px;
}

.btn-rightpill {
  border-radius: 0px 30px 30px 0px !important;
}

#terms {
  display: flex;
  //width: 58%;
  //background-color: yellow;
  //justify-content: space-between;
}

#copyright {
  float: right;
  display: flex;
  //width: 39%;
  //background-color: black;
  justify-content: flex-end;
  align-content: flex-end;
  //text-align: right;
}

#copyright a {
  //color: white;
  //justify-content: right;
  //float: right;
  font-weight: 500;
}

/* END Utility Classes*/

@media only screen and (max-width: 1440px) {
  #bottom_footerlogo img {
    width: 18% !important;
  }
}

@media only screen and (max-width: 1199px) {
  #footer {
    height: auto;
    justify-content: flex-start;
  }

  #footerlogo {
    display: none;
  }

  #footerlogo img {
    display: none;
  }

  #footerlogo a {
    font-size: 0.9em;
  }

  #bottom_footerlogo {
    justify-content: start;
  }

  #bottom_footerlogo img {
    width: 18% !important;
  }

  #bottomfooter {
  }

  #bottomfooter a {
    font-size: 12px;
  }

  #terms {
  }

  #copyright a {
    font-weight: 500;
    letter-spacing: 1.5px;
  }

  #copyright a {
  }
}

@media only screen and (max-width: 1024px) {
  #leftfooter a {
    padding: 0.25rem 0.15rem;
  }

  .leftfooter_header {
    font-size: 0.8rem;
    font-weight: 700;
  }

  .leftfooter_menu {
    font-size: 0.65rem;
    font-weight: 500;
  }

  #getUpdate_email {
    padding: 1rem 0.5rem !important;
  }

  #getUpdate_email a {
    font-size: 2.5rem !important;
    line-height: 100%;
  }

  #update-email-group {
    padding: 1rem 0.5rem;
  }
}

@media only screen and (max-width: 991px) {
  #footer {
    height: auto;
    justify-content: flex-start;
  }

  #footerlogo {
    display: none;
  }

  #footerlogo img {
    display: none;
  }

  #footerlogo a {
    font-size: 0.9em;
  }

  #leftfooter a {
    padding: 0.25rem 0rem;
  }

  .leftfooter_header {
    height: 8vh;
    font-size: 0.65rem;
    font-weight: 700;
  }

  .leftfooter_menu {
    font-size: 0.6rem;
    font-weight: 500;
  }

  #rightfootermenu a {
    padding: 0px 0px 0px 20px;
    margin: 30px 5px 30px 5px;
    font-size: 0.8em;
  }

  #rightfooter {
    background-color: a#c5e1d4 !important;
    display: block;
    padding: 0px 5px;
  }

  #getUpdate_email {
    padding: 1rem 0.5rem !important;
  }

  #getUpdate_email a {
    font-size: 2.5rem !important;
    line-height: 100%;
  }

  #update-email-group {
    padding: 1rem 0.5rem;
  }

  #bottom_footerlogo {
    justify-content: start;
  }

  #bottom_footerlogo img {
    width: 23% !important;
  }

  #bottomfooter {
  }

  #bottomfooter a {
    font-size: 12px;
  }

  #terms {
  }

  #copyright a {
    font-weight: 500;
    letter-spacing: 1.5px;
  }

  #copyright a {
  }
}

@media only screen and (max-width: 768px) {
  #footer {
    height: auto;
    margin: 0.5rem 0.5rem !important;
    padding: 0rem 0.5rem !important;
  }

  #footerlogo {
    display: none;
  }

  #footerlogo img {
    display: none;
  }

  #footerlogo a {
    font-size: 0.9em;
  }

  #leftfooter {
    padding: 0rem 0rem;
  }

  #leftfooter a {
    padding: 0.25rem 0.25rem;
  }

  #getUpdate_email {
    padding: 1rem 1rem !important;
  }

  #getUpdate_email a {
    font-size: 2.5rem !important;
    line-height: 100%;
  }

  #update-email-group {
    padding: 1rem 2rem;
  }

  #update-email-text {
    font-size: 0.8rem !important;
  }

  #bottom_footerlogo {
    display: flex;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
  }

  #bottom_footerlogo img {
    max-width: 100%;
    max-height: 100%;
    width: 39% !important;
    height: auto;
    margin-top: 0.5rem;
  }

  #bottomfooter {
  }

  #bottomfooter a {
    font-size: 12px;
  }

  #terms {
  }

  #copyright a {
    font-weight: 500;
    letter-spacing: 1.5px;
  }

  #copyright a {
  }
}

@media only screen and (max-width: 600px) {
  #leftfooter a {
    padding: 0.25rem 0.1rem;
  }

  #rightfooter {
    display: block;
    padding: 0.5rem 0rem;
  }

  #getUpdate_email {
    padding: 1rem 1rem !important;
  }

  #getUpdate_email a {
    font-size: 2.4rem !important;
  }

  #update-email-text {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 448px) {
  #leftfooter a {
    padding: 0.25rem 0rem;
  }

  .leftfooter_header {
    height: 8vh;
    font-size: 0.55rem;
    font-weight: 600;
  }

  .leftfooter_menu {
    font-size: 0.5rem;
    font-weight: 500;
  }

  #rightfooter {
    display: block;
    padding: 0.5rem 0rem;
  }

  #getUpdate_email {
    padding: 0.5rem 0.5rem !important;
  }

  #getUpdate_email a {
    font-size: 1.9rem !important;
  }

  #getUpdate_email_header,
  #getUpdate_email_footer {
    padding: 0.25rem 0.25rem;
  }

  #update-email-group {
    padding: 0.25rem 0.25rem;
  }

  #update-email-text {
    font-size: 0.6rem !important;
  }

  #update-email-group,
  #update-email {
    margin: 0.5rem 0.15rem !important;
  }

  #getUpdate_email_footer p {
    font-size: 0.75rem !important;
  }

  #bottom_footerlogo {
    display: flex;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center !important;
  }

  #bottom_footerlogo img {
    max-width: 100%;
    max-height: 100%;
    width: 39% !important;
    height: auto;
    margin-top: 0.5rem;
  }

  #bottomfooter {
  }

  #bottomfooter a {
    font-size: 10px;
  }

  #terms {
    margin: 0rem 0rem !important;
  }

  #copyright {
    margin: 0rem 0rem 0.5rem 0rem !important;
    justify-content: center !important;
  }

  #copyright a {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.5px;
  }
}

@media only screen and (max-width: 330px) {
  #leftfooter a {
    padding: 10px 5px 10px 5px;
    padding: 0.25rem 0rem;
  }

  .leftfooter_header {
    height: 8vh;
    font-size: 0.45rem;
    font-weight: 700;
  }

  .leftfooter_menu {
    font-size: 0.45rem;
    font-weight: 500;
  }

  #rightfooter {
    display: block;
    padding: 0.5rem 0rem;
  }

  #getUpdate_email {
    padding: 0.5rem 0.5rem !important;
  }

  #getUpdate_email a {
    font-size: 1.5rem !important;
  }

  #getUpdate_email_header,
  #getUpdate_email_footer {
    padding: 0.25rem 0.25rem;
  }

  #update-email-group {
    padding: 0.25rem 0.25rem;
  }

  #update-email {
    //height: 5vh;
  }

  #update-email-text {
    font-size: 0.5rem !important;
  }

  #update-email-group,
  #update-email {
    margin: 0.5rem 0.15rem !important;
  }

  #getUpdate_email_footer p {
    font-size: 0.65rem !important;
  }

  #bottom_footerlogo {
    display: flex;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center !important;
  }

  #bottom_footerlogo img {
    max-width: 100%;
    max-height: 100%;
    width: 39% !important;
    height: auto;
    margin-top: 0.5rem;
  }

  #bottomfooter {
  }

  #bottomfooter a {
    font-size: 10px;
  }

  #terms {
    margin: 0rem 0rem !important;
  }

  #copyright {
    margin: 0rem 0rem 0.5rem 0rem !important;
    justify-content: center !important;
  }

  #copyright a {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.5px;
  }
}
