@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  background-color: #ffffff;
}

p {
  color: #444444;
}

section.home-intro {
  padding-top: 40px;
}
section.home-intro .logo {
  padding-bottom: 70px;
}
section.home-intro .logo img {
  width: 63px;
}
section.home-intro h2 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  padding-top: 15px;
  color: #0055A4;
}
section.home-intro .b-rad iframe {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  width: 645px;
  height: 365px;
}
section.home-intro .why-join {
  padding-top: 80px;
}
section.home-intro .why-join h2 {
  padding-bottom: 30px;
}
section.home-intro .why-join p {
  padding-bottom: 20px;
}
section.home-intro .bullet-point {
  color: #F58220;
  padding-right: 5px;
}
section.home-intro .strong-name {
  font-weight: 600;
}
@media (max-width: 992px) {
  section.home-intro h2 {
    text-align: center;
  }
  section.home-intro .b-rad iframe {
    width: 100%;
    height: 230px;
  }
}

section.home__accordion {
  @import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
}
section.home__accordion h1 {
  font-weight: 700;
  font-size: 45px;
  background: linear-gradient(90deg, rgb(70, 130, 196) 5%, rgb(100, 156, 217) 50%, rgb(182, 199, 231) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 55px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.home__accordion hr {
  width: 100%;
  height: 1px;
  background-color: white;
  border: none;
  margin-bottom: 0 0 30px;
}
section.home__accordion .wrappersponsorpackages {
  margin: 100px 40px 75px;
}
section.home__accordion .sponsoraccordion {
  background-color: #0055A4;
  cursor: pointer;
  padding: 10px 40px;
  margin-bottom: 15px;
  width: 100%;
  border: 2px solid white;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s ease-out;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #fff;
}
section.home__accordion .sponsoraccordion:hover {
  background-color: #0055A4;
}
section.home__accordion .sponsoraccordion:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
section.home__accordion .active:after {
  content: "−";
}
section.home__accordion .paneltext {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: "Lato", sans-serif;
  color: black;
  border: 2px white;
  border-style: hidden solid solid;
  padding: 0px 40px;
  display: flex;
  column-gap: 20px;
}
section.home__accordion .paneltext2 {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: "Lato", sans-serif;
  color: black;
  border: 2px white;
  border-style: hidden solid solid;
  padding: 0px 40px;
}
section.home__accordion .strongsponsor {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://www.the-eic.com/Portals/0/Website/Events/NationalDinner/2021/goldborder.png");
  padding: 5px;
}
section.home__accordion .buttonrisingstar {
  background-color: white;
  color: black;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 15px 32px;
  line-height: 19px;
  cursor: pointer;
  margin: auto;
}
section.home__accordion .h2maintitlesponsoawards {
  font-size: 25px;
  background: linear-gradient(90deg, rgb(137, 255, 202) 15%, rgb(81, 181, 121) 50%, rgb(81, 181, 121) 85%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.home__accordion button:focus {
  outline: 0;
}
section.home__accordion .descriptionsponsoawards {
  color: white;
  font-size: 20px;
  padding-bottom: 5px;
}
section.home__accordion .divpriceawardssponsor {
  padding: 10px 30px;
  background: rgb(42, 86, 66);
  background: linear-gradient(90deg, rgb(42, 86, 66) 0%, rgb(37, 137, 93) 48%, rgb(81, 181, 121) 100%);
  width: fit-content;
  margin-bottom: 30px;
}
section.home__accordion .textpriceawardssponsor {
  font-size: 25px;
  margin: 0;
  color: white;
  font-weight: 800;
}
section.home__accordion .divbuttonawardssponsor {
  background: linear-gradient(90deg, #f4ce7d, orange, rgb(255, 136, 0), violet, purple, blue, yellow);
  background-size: 400%;
  width: 410px;
  height: 50px;
  border-radius: 40px;
  align-items: center;
  box-shadow: 0 0 10px #f4ce7d, 0 0 20px #000000, 0 0 20px #dcbf81;
  transition: transform 250ms;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
}
section.home__accordion .divbuttonawardssponsor:hover {
  transform: translateY(-5px);
}
section.home__accordion .pbuttonawardssponsor {
  padding-top: 12px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 700;
}
section.home__accordion .buttonstylemainawards {
  text-decoration: none;
}
section.home__accordion .logocompanysold {
  padding: 30px 0px 30px 0px;
}
section.home__accordion .logocompanysoldimg {
  height: 100px;
  width: auto;
  padding: 15px;
  background-color: white;
  margin-bottom: 20px;
}
section.home__accordion .sponsoraccordiona {
  text-decoration: none;
}
section.home__accordion .sub-title__award {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  section.home__accordion {
    padding: 2em;
  }
  section.home__accordion h1 {
    font-size: 33px;
    line-height: 43px;
  }
  section.home__accordion p {
    font-size: 17px;
    line-height: 26px;
  }
  section.home__accordion .sponsoraccordion {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 15px;
  }
  section.home__accordion .h2maintitlesponsoawards {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  section.home__accordion .descriptionsponsoawards {
    color: white;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  section.home__accordion ul {
    padding: 0;
  }
  section.home__accordion .textpriceawardssponsor {
    font-size: 18px;
  }
  section.home__accordion .divpriceawardssponsor {
    padding: 15px;
    background-color: #e4a300;
    width: fit-content;
    margin-bottom: 30px;
  }
}

section.home-content {
  padding: 60px 0px;
  background-color: #fff;
}
section.home-content h2 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  padding: 15px 0px 25px 0px;
  color: #0055A4;
}
section.home-content p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #444444;
}
section.home-content .content-txt {
  display: flex;
  align-items: flex-start;
}
section.home-content .content-txt img {
  width: 35px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  section.home-content h2 {
    text-align: center;
  }
  section.home-content .offset-2 {
    margin-left: 0%;
  }
}

section.home-content__EIC-member {
  padding: 40px 0px;
}
section.home-content__EIC-member h2 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #0055A4;
  margin-bottom: 25px;
}
section.home-content__EIC-member h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #0055A4;
}
section.home-content__EIC-member p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #F58220;
}
section.home-content__EIC-member .p-10 {
  padding: 20px;
}
section.home-content__EIC-member .border-l {
  border-left: 1px solid #999999;
}
@media only screen and (max-width: 992px) {
  section.home-content__EIC-member h2 {
    text-align: center;
  }
  section.home-content__EIC-member .border-l {
    border-left: 0;
  }
}

section.bottom-btn {
  padding: 60px 0px;
  background-color: #fff;
}
section.bottom-btn .btn-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.bottom-btn .btn-bottom a {
  text-decoration: none;
  color: #fff;
  background-color: #0055A4;
  border-radius: 23px;
  padding: 10px 30px;
}