/*********************************************************************************************\
*       COPYRIGHT � 2020 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED.      *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

#thank_you_background {
  background-image: url('/templates/Home_2020/images/EmailPhone.jpg');
  background-size: cover;
  height: 30.69vw;
  padding-top: 100px;
  display: flex;
  flex-direction: row;
}

#thank_you_left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%
}

#thank_you_left h2 {
  color: #FFF;
  font-size: 3vw;
  letter-spacing: 3px;
  text-shadow: #000 0 0 6px;
  text-transform: uppercase;
}

#thank_you_right {
  background: rgba(78, 78, 78, 0.77);
  color: #FFF;
  display: flex;
  align-items: center;
  width: 35%;
}

#thank_you_right p {
  width: 82%;
  margin: 0 auto;
}

#thank_you_arrow {
  border-right: 30px solid rgba(78,78,78,0.77);
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  left: 0;
  margin-left: -30px;
}

/* 1920+ MEDIA QUERIES ===================================================================== */
@media (min-device-width: 1921px), (min-width: 1921px) {
  #thank_you_background {
    padding-top: 5.208vw;
  }
}

/* MOBILE MEDIA QUERIES ==================================================================== */
@media (max-device-width: 800px), (max-width: 800px) {
  #thank_you_background {
    background-position-x: 22%;
    flex-direction: column;
    padding-top: 0;
    height: 125.7vw;
  }

  #thank_you_left,
  #thank_you_right {
    width: 100%;
  }

  #thank_you_left h2 {
    font-size: 9vw;
    margin: 25vw 0;
  }

  #thank_you_right {
    display: block;
  }

  #thank_you_right p {
    font-size: 5vw;
    margin: 10vw auto 5vw;
  }

  #thank_you_arrow {
    display: none;
  }
}