@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background: white;
}
section.intro {
  background: white;
  padding: 4em 0;
}
section.intro h1 {
  color: #9F73B2;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0.5em;
}
section.intro h3 {
  color: #F58220;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 1.5em;
  line-height: 28px;
}
 section.intro p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
}
section.intro p span.hl {
  color: #01A099;
  font-weight: 600;

}
section.intro p.tip {
  font-size: 20px;
  font-style: italic;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  color: #0055A4;
  font-weight: 600;
  padding: 2em 0;
}
section.intro p span.hl2 {
  color: #0055A4;
  font-weight: 600;
}
section.intro span.divider {
  display: block;
  width: 200px;
  height: 1px;
  background: #D9D9D9;
  margin: 0 auto 3em;
}
section.intro figure img {
  width: 100%;
}
section.intro .members {
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 3em 2em;
  margin: 1em 0;
}
section.intro .members ol {
  color: #0055A4 !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
}
section.intro .members ol li {
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #0055A4 !important;
  font-weight: 400 !important;
  list-style: none;
}
section.timeline {
  background: #f6f7f8;
  padding: 3em 0;
  display: block;
}
section.timeline h2 {
  color: #F58220;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 3em;
  margin: 0 auto;
  text-align: center;
}
section.timeline .tl-container {
  position: relative;
}
section.timeline .tl-container .tl-line {
  height: 2px;
  background: #ECECEC;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  margin: 0 auto;
  display: block;
}
section.timeline .tl-container ul.items {
  padding: 0;
}
section.timeline .tl-container ul.items li {
  list-style: none;
  text-align: center;
}
section.timeline .tl-container ul.items li span.date {
  color: #0055A4;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 0.5em;
}
section.timeline .tl-container ul.items li span.detail {
  font-size: 14px;
  font-style: italic;
  color: #444444;
  font-weight: 400;
}
section.timeline .tl-container ul.items li figure img {
  width: 40%;
}
 section.issues {
  background: #fafafa;
  padding: 4em 0;
}
 section.issues h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2AA9E0;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2.5em;
}
section.issues ul {
  padding: 0;
}
section.issues ul li {
  list-style: none;
  text-align: center;
}
section.issues ul li figure img {
  width: 100%;
}
section.issues ul li figcaption {
  font-size: 15px;
  /*text-transform: uppercase;*/
  color: #666;
  font-weight: 500;
}
section.issues ul li a {
  background: none;
  display: block;
  border: solid 2px #9F73B2;
  border-radius: 50px;
  padding: 0.5em;
  margin: 1em 0;
  text-transform: uppercase;
  color: #9F73B2;
  font-weight: 600;
}
section.issues ul li a:hover {
  background: #9F73B2;
  color: white;
  text-decoration: none;
}

.percentage{
    width: 15%;
    margin: 0px 10px;
}

section.issues ul li a {
    font-size: 14px;
}

@media (max-width: 992px){
    .percentage{
        width: 29%;
    }
}

@media (max-width: 530px){
    .percentage{
        width: 70%;
        margin: 0px 5px;
    }
  section.issues ul li a {
  background: none;
  display: inline-block;
  border: solid 2px #9F73B2;
  border-radius: 50px;
  padding: 0.5em;
  width: 70%;
}
  section.issues ul li  {
list-style: none;
text-align: center;
 padding: 0 0 2em;
}
  
}

section.program {
  padding: 3em 0;
}
section.program h2 {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  text-transform: uppercase;
  color: #0055A4;
  font-size: 22px;
  padding-bottom: 1em;
  font-weight: 600;
}
section.program h3 {
  font-size: 19px;
  color: #F58220;
  font-weight: 500;
  margin-bottom: 1.7em;
  font-weight: 600;
}
section.program p {
  margin: 2em 0 3em;
  color: #666666;
  line-height: 26px;
  line-height: 30px;
}
section.program .awards_logo figure img {
  width: 80%;
}
section.program ul.aw {
  margin: 20px;
}
body.st section.program ul.aw.mobile {
  display: none;
}
body.st section.program ul.aw li {
  padding: 0 0 0.3em;
  color: #666666;
}
body.st section.program ul.aw li::marker {
  color: #F58220;
}
body.st section.ceremony {
  padding: 2em 0 1em;
  height: auto;
}
body.st section.ceremony h2 {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  color: #0055A4;
  padding-bottom: 1em;
  font-size: 23px;
  font-weight: 600;
}
body.st section.ceremony img {
  width: 100%;
}
body.st section.ceremony p {
  margin: 2em 0;
  line-height: 30px;
}
section.regional {
  padding: 0;
  height: auto;
}
section.regional h2 {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  color: #0055A4;
  padding-bottom: 1em;
  font-size: 23px;
  font-weight: 600;
}
section.regional ul.regional-awards {
  padding: 1em 2em 3em;
  width: 100%;
  display: flex;
}
section.regional ul.regional-awards li {
  width: 25%;
  color: #444444;
  list-style: none;
  text-align: center;
  font-size: 15px;
}
section.regional ul.regional-awards li span.detail {
  color: #0055A4;
  display: block;
}
section.regional ul.regional-awards ::marker {
  color: #F58220;
}
section.regional figure img {
  width: 100%;
}

section.awards-timeline {
  padding: 1em 0 3em;
}
section.awards-timeline .tl-container {
  background: #f6f7f8;
  border-radius: 20px;
  padding: 3em 2em;
  position: relative;
}
section.awards-timeline .tl-container .tl-line {
  height: 2px;
  background: #ECECEC;
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  margin: 0 auto;
  display: block;
}
section.awards-timeline .tl-container h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0055A4;
  text-transform: uppercase;
  padding: 0.5em 2em 2em;
}
section.awards-timeline .tl-container ul li {
  list-style: none;
  text-align: center;
}
section.awards-timeline .tl-container ul li span.date {
  color: #0055A4;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 0.5em;
}
section.awards-timeline .tl-container ul li span.detail {
  font-size: 15px;
  font-style: italic;
  color: #444444;
  font-weight: 400;
}
section.awards-timeline .tl-container ul li figure img {
  width: 30%;
}

.cta-cont {
  text-align: center;
}

a.cta {
  text-align: center;
  background: #F58220;
  margin: 1em auto 2em;
  display: inline-block;
  /*padding: 0.7em 2.3em;*/
  border-radius: 50px;
  color: #fff !important;
  font-weight: 600;
  font-size: 17px;
}
a.cta:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  section.timeline .tl-container .tl-line {
    top: 25px;
  }
  body.st section.timeline .tl-container ul.items li figure img {
    width: 50%;
  }
  body.st section.awards-timeline .tl-container .tl-line {
    top: 160px;
  }
}
@media only screen and (max-width: 768px) {
section.intro p.tip {
    width: 100%;
  }
section.intro h3 {
    padding-bottom: 1em;
  }
section.timeline .tl-container {
    position: relative;
  }
section.timeline .tl-container .tl-line {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
section.timeline .tl-container ul.items li {
    padding: 0;
    margin: 0 auto;
  }
section.timeline .tl-container ul.items li span.date {
    font-size: 13px;
  }
section.timeline .tl-container ul.items li span.detail {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
  }
 section.timeline .tl-container ul.items li figure img {
    width: 60%;
  }
  section.issues h2 {
    margin: 0 ;
    line-height: 1.5em;
    font-weight: 600;
  }
section.issues ul li figure img {
    width: 70%;
  }
ection.issues ul li a {
    width: 90%;
    margin: 1em auto 3em;
    font-size: 16px;
  }
section.awards-timeline .tl-container {
    padding: 3em 1em;
  }
section.awards-timeline .tl-container .tl-line {
    top: 170px;
  }
section.awards-timeline .tl-container ul {
    padding: 0;
  }
section.awards-timeline .tl-container ul li figure img {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
section.regional ul.regional-awards {
  padding: 1em 2em 3em;
  width: 100%;
  display: block;
}
section.regional ul.regional-awards li {
  width: 100%;
  font-size:16px;
  padding-bottom: 2em;
}
}

@media only screen and (max-width: 425px) {
section.intro h3 {
    line-height: 24px;
    padding-bottom: 1em;
  }
section.intro p {
    line-height: 28px !important;
  }
section.intro .members ol li {
    line-height: 24px;
  }
section.timeline .no-mob {
    display: none;
  }
section.timeline h2 {
    padding: 0 2em 2em;
  }
section.timeline .tl-container {
    position: relative;
  }
section.timeline .tl-container .tl-line {
    display: none;
  }
ection.timeline .tl-container ul.items li {
    padding-bottom: 2em;
  }
section.timeline .tl-container ul.items li span.date {
    font-size: 16px;
  }
section.timeline .tl-container ul.items li span.detail {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
  }
section.timeline .tl-container ul.items li figure img {
    width: 20%;
  }
section.issues {
    padding: 3em 1em;
  }
section.issues h2 {
    margin: 0 3em;
    line-height: 1.5em;
  }
 section.issues ul li figure img {
    width: 100%;
  }
section.issues ul li a {
    font-size: 16px;
    margin: 1em 0 2em;
  }
section.program {
    padding: 3em 1em;
  }
section.program h3 {
    margin: 2em 0 1.7em;
  }
section.program .awards_logo figure img {
    width: 60%;
    margin: 1em 70px;
  }
section.program ul.aw.mobile {
    display: block;
    margin: 0 20px 1em;
  }
section.program ul.aw.desktop {
    display: none;
  }
section.ceremony {
    padding: 2em 1em;
  }
section.regional .regional-awards-logos figure img {
    width: 50%;
    margin: 1em 0.5em 1em 4em;
    display: block;
  }
 section.regional {
    padding: 2em 1em;
  }
section.regional ul.regional-awards {
    flex-wrap: wrap;
    padding: 0;
  }
 section.regional ul.regional-awards li {
    width: 100%;
    margin-bottom: 2em;
    font-size: 17px;
  }
section.awards-timeline {
    padding: 1em;
  }
section.awards-timeline h2 {
    text-align: center;
  }
 section.awards-timeline .tl-container {
    padding: 3em 0.5em;
  }
  section.awards-timeline .tl-container .tl-line {
    display: none;
  }
section.awards-timeline .tl-container ul {
    padding: 0;
  }
section.awards-timeline .tl-container ul li {
    padding-bottom: 2em;
  }
section.awards-timeline .tl-container ul li figure img {
    width: 20%;
  }
section.program p {
    margin: 2em 0;
  }
}
section.podcasts {
  background: white;
  padding: 4em 0;
}
section.podcasts h2 {
  font-family: Lato ;
  text-align: center;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 1em 0;
}
@media (max-width: 600px) {
  section.podcasts h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
section.podcasts h2 {
  color:#2AA9E0;
  padding: 0 0 2em 0;
}
section.podcasts img {
  padding: 0 0 1em 0;
}
section.podcasts p.podcast_description {
  color:#666;
  font-size: 16px;
  height: 60px;
  font-family: Lato;
}
section.podcasts p.podcast_description span.hl {
  font-weight: 600;
  color: #01A099;
}
section.podcasts a.listen {
background: none;
  display: inline-block;
  border: solid 2px #9F73B2;
  border-radius: 50px;
  padding: 0.5em 2em;
  margin: 1em 0;
  text-transform: uppercase;
  color: #9F73B2;
  font-weight: 600;
  font-size: 14px;
}
section.podcasts a.listen:hover {
  background: #9F73B2;
  color: white;
  text-decoration: none;
}
@media (max-width: 600px) {
  section.podcasts p.podcast_description {
    height: auto;
  }
  section.podcasts a.listen {
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  section.intro, section.issues, section.podcasts {
    padding: 3em 2em;
  }
 
}